/* -------------------------------------------------
*
Title:			style.css
Website:		http://www.ihl-uk.com
Browser(s): 	Firefox 2, IE7, IE6, Safari 
Platform(s):    Win XP-SP2, Mac OSX
Author: 		Mark Greenley for Adverset Media Solutions (www.adverset.co.uk)
Created: 		15.10.2009 MG
Last modified:  18.01.2010 MG
*------------------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img, abbr { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none; }

/** a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */

/* ------------- General Elements -------------- */

body {
	font-size:62.5%;
	margin: 0 auto;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#393838;
}
body#home {
	background: url('../i/bg-home.jpg');
	background-repeat:repeat-x;
	background-color: #0273af;

}

a {
	text-decoration: none;
	color:#932A69;
}

a:hover {
	text-decoration: none;
	color:#932A69;
}

a img {
	border: 0;
}

h1 {
	font-size: 2.4em;
	color:#1F306D;
	line-height:1em;
	font-weight:normal;
	padding-bottom:4px;
	margin:0 0 5px 0;
	border-bottom:1px solid #1F306D;
}

h2 {
	font-size: 2.8em;
	color:#007AB7;
	line-height:1em;
	font-weight:normal;	
	margin:0;
}

h3 {
	font-size: 2.6em;
	color:#660000;
	font-weight:normal;
	padding: 0 10px 0 10px;
	margin:0;
}

h4 {
	font-size: 1.0em;
	font-weight:bold;
	color:#660000;
	line-height:1.0em;
}

h5 {
	font-size: 0.8em;
	font-weight:bold;
	color:#666;
	line-height:1.0em;
}

p {
	font-size: 1.5em;
	font-weight:normal;
	line-height:1.4em;
	color:#393838;
	padding:0;
	margin: 0 0 10px 0;
}
ul {
	font-weight:normal;
	margin:0 0 0 20px;
}

ul li{
	font-weight:normal;
	line-height:1em;
	margin:0 0 8px 20px;


}
ol {
	font-size: 1.5em;
	font-weight:normal;
	list-style:decimal;
	margin-top:5px;
}

ol li {
	font-weight:normal;
	line-height:1.3em;
	color:#1e306e;
	list-style:decimal;
	margin:0px 0px 10px 40px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;

}

/* ------------- Container -------------- */

#container {
	margin:auto;
	padding:0;
	
	width:769px;
}
#container-home {
	margin:auto;
	background: url(../i/container-home-top.jpg) top no-repeat;
	background-position:0px 0px;
	padding:0;
	background-color: #fff;
	/*min-height: 675px;*/
	width:768px;
	margin-left: 2px;
}
/* ------------- START: Header elements ----------------*/
#header {
	background-image:url('/i/container_top.jpg');
	background-repeat:no-repeat;
	height:111px;
	}
#logo h1 {
	background: url(../i/ihl-logo.png) no-repeat;
	float:left;
	text-indent: -3000px;
	width:230px;
	height:111px;
	margin: 0 0 0 0;
	border: 0;
	padding: 0;
}
#logo h1 a {
	width:230px;
	height:111px;
	display:block;
	text-decoration: none;
		}
#welcome {
	float:left;
	margin:70px 0 0 10px;
}
#welcome h1 {
	width:345px;
	height:45px;
	background-image:url('/i/welcome_msg.png');
	background-repeat:no-repeat;
	text-indent: -3000px;
	border:0;
}
/* ------------ START:NAVIGATION CONTROLS -----------------*/
/* - topnav -*/
#topnav {
	margin:0;
	float:right;
	color:#FFFFFF;
	font-size:1.3em;
	width:529px;
	height:111px;
	background: url(../i/nav-and-img-top.jpg) no-repeat left top;
	padding:0;
}
#topnav ul {
	margin: 3px 0 0 5px;
}
#topnav ul li {
	float:left;
	margin: 0 0 0 0 ;
}
#topnav ul li a {
	float:left;
	display:block;
	text-indent:-3000px;
	text-decoration:none;
	overflow:hidden;
}
#topnav ul li#nav0 a {background: url(../i/nav/home.gif) no-repeat;width:46px;height:18px;}
#topnav ul li#nav0 a:hover {background: url(../i/nav/home.gif) 0 -18px no-repeat;}

#topnav ul li#nav1 a {background: url(../i/nav/contact.gif) no-repeat;width:87px;height:18px;}
#topnav ul li#nav1 a:hover {background: url(../i/nav/contact.gif) 0 -18px no-repeat;}

#topnav ul li#nav2 a {background: url(../i/nav/about.gif) no-repeat;width:73px;height:18px;}
#topnav ul li#nav2 a:hover {background: url(../i/nav/about.gif) 0 -18px no-repeat;}

#topnav ul li#nav3 a {background: url(../i/nav/opportunities.gif) no-repeat;width:99px;height:18px;}
#topnav ul li#nav3 a:hover {background: url(../i/nav/opportunities.gif) 0 -18px no-repeat;}


/* ------------- Main Navigation -------------- */

#navigation {
	margin:0pt auto;
	background: url(../i/main-nav-bg.jpg) no-repeat left top;
	width: 771px;
	height: 70px;
	clear:both;	
}

#navigation ul li {
	float:left;
	margin: 23px 0 0 0 ;
}
#navigation ul li a {
	float:left;
	display:block;
	text-indent:-3000px;
	text-decoration:none;
	overflow:hidden;
}
#navigation ul li#nav4 a {background: url(../i/nav/personal.gif) no-repeat;width:89px;height:19px;}
#navigation ul li#nav4 a:hover {background: url(../i/nav/personal.gif) 0 -19px no-repeat;}

#navigation ul li#nav5 a {background: url(../i/nav/domestic.gif) no-repeat;width:89px;height:19px;}
#navigation ul li#nav5 a:hover {background: url(../i/nav/domestic.gif) 0 -19px no-repeat;}

#navigation ul li#nav6 a {background: url(../i/nav/social.gif) no-repeat;width:66px;height:19px;}
#navigation ul li#nav6 a:hover {background: url(../i/nav/social.gif) 0 -19px no-repeat;}

#navigation ul li#nav7 a {background: url(../i/nav/specialist.gif) no-repeat;width:134px;height:19px;}
#navigation ul li#nav7 a:hover {background: url(../i/nav/specialist.gif) 0 -19px no-repeat;}

#navigation ul li#nav8 a {background: url(../i/nav/direct.gif) no-repeat;width:140px;height:19px;}
#navigation ul li#nav8 a:hover {background: url(../i/nav/direct.gif) 0 -19px no-repeat;}


#leftcollumn {
	float:left;
	width:473px;
	float: left;
	padding: 35px 0 0 18px;
}
#leftcollumn p.heading {
	font-size: 1.6em;
	font-weight: bold;
}
#leftcollumn ul li {
	font-size: 1.3em;
	
}
#rightcollumn {
float:left;
width: 277px;
/*padding: 10px; */
/*min-height: 450px;*/
/*margin:0 0 0 493px;*/
background: url(../i/right_coll_bg.jpg) no-repeat 0 150px ;
}

#rightcollumn span.lineA {
	color: #14316D;
}
#rightcollumn span.lineB {
	color: #007AB7;
}


#rightcollumn .ouroffices {
	margin-left: 30px;
}
#rightcollumn .officelist {
	list-style: disc;
	margin: 0 0 0 35px;
}
#rightcollumn ul li {
	list-style:disc;
	font-size: 1.4em;
}
.testimonial {
	margin: 0 25px 0 35px;
}
#rightcollumn p.regulations {
	margin:10px 10px 0 35px;
	padding: 10px 0 0 0;
	border-top: 1px solid #8495b7;
	font-style: italic;
	font-weight: normal;
	color: #8495b7;
	font-size:  1.3em;
}
#rightcollumn p.regulations2 {
	margin:5px 10px 0 35px;
	padding: 5px 0 0 0;
	font-style: italic;
	font-weight: normal;
	color: #8495b7;
	font-size:  1.3em;
}
/*#rightcollumn span.lineA {
	color: #14316D;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.4em;
}
#rightcollumn span.lineB {
	color: #007AB7;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.4em;
}*/
/* Shop bits */
#shop-mobility {
	background: url(../i/shop_bg.jpg) no-repeat; 
	padding:90px 0 0 0;
}
#shop-mobility p {
	color: #393838;
	padding: 0 0 0 0;
}
#shop-mobility p a {
	color: #932A69;
}
#shop-mobility p a:hover {
	text-decoration: underline;
}

.job-application {
	margin: 0 25px 0 35px;
}
.job-application p {
	font-size: 1.3em;
	}
/*----------START:News ------------*/

.news {
	margin: 20px 0 0 20px;
	clear:both;
}
.news h4 {
	background-image: url(../i/latest_news_header.png);
	text-indent: -3000px;
	width: 258px;
	height:29px;
	border:0;
}
.news p.headline {
	font-size: 1.6em;
	color:#393838;
	margin: 10px 25px 0 20px;
	padding: 0;
}
.news p.headline a {
	text-decoration: none;
	color: #393838;
}
.news p.headline a:hover {
	text-decoration: underline;
}
.news p {
	font-size: 1.3em;
	color:#393838;
	margin: 5px 25px 0 20px;
	padding: 0;
}
.news p a {
	color:#fca102;
	text-decoration: none;
}
.news p a:hover {
	text-decoration: underline;
}
.date {
	font-weight: normal;
	margin: 0px;
	padding: 0 0 5px 0;
	font-style: italic;
	font-size: 1.2em;
	color: #666666;
	padding: 0 0 0 20px;
}
.excerpt {
	margin: 0px 0px 25px 0px;
	font-size: 1.6em;
	font-weight:bold;
	color: #393838;
}
/*------------- START: Footer ----------------*/
#footer {
	clear: both;
	background-color: #fff;
	background: url(../i/footer_bg.png) no-repeat bottom;
	width: 769px;
	height: 65px;
	margin:auto;
	margin-left:2px;
	border-top: 1px solid #CAC9C9;
	margin-bottom: 25px;
	
}
#footer-content {
	padding: 10px 0 0 0;
}
#footer p {
	color:#737373;
	font-size:1.3em;
	padding:0 0 0 25px;
	margin: 0 0 10px 0;
}
#footer p a {
	color:#393838;
	text-decoration: none;

}
#footer p a:hover {
	color:#d37802;
	text-decoration: underline;
}
#footer .site-tools a {
	color:#fca102;
	text-decoration: none;

}
#footer .site-tools a:hover {
	text-decoration: underline;
}

#address {
	width: 769px;
	margin:auto;
	margin: 10px 10px 20px 25px;

}
#address .address1 {
	float:left;
	font-size: 1.4em;
	color: #fff;
	border-right: 1px solid #123672;
	padding: 0 20px 20px 0;	
}
#address .address2 {
	float:left;
	font-size: 1.4em;
	color: #fff;
	border-right: 1px solid #123672;
	padding: 0 20px 20px 20px;	
}
#address .address3 {
	float:left;
	font-size: 1.4em;
	color: #fff;
	padding: 0 20px 20px 20px;	
}
#address .investors-in-people {
	float:right;
	margin:0 40px 0 0;
}
#credits {
	clear: both;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #123672;
} 
#credits p {
	color: #fff;
}
#credits p a {
	border-bottom: 1px solid #fff;
	color: #fff;
}
#credits p a:hover {
	border-bottom: 1px dashed #fff;
}
/*----------CONTACT ------------- */

label {
	color:#1d3d88;
	font-size: 1.3em;
	margin: 0 0 50px 0;	

}
input[type="text"], textarea {
	width: 449px;
	background-color: #EFEEED;
	height: 20px;
	border: 1px solid #c5c5c1;
	margin: 5px 0 0 0;
	padding: 1px 0 0 5px;
	font-size: 1em;
	color: #666;
}
input:focus {
	border: 1px solid #999;

}

textarea {
	height: 150px;
	font-family: 'Trebuchet MS', arial, helvetica, 'sans serif';
}

textarea:focus {
	border: 1px solid #999;

}
.submit_button {
	width: 63px;
	height: 20px;
	border: 0px;
	background-color: #932a69;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #1f2f6d;
}

.submit_button:hover {
	background-color: #1f2f6d;
}

.errors {
	margin: 0px 0px 10px 0px;
	list-style:none;
}
.errors li {
	font-size: 1.2em;
	color: #990000;
	font-weight:bold;
}
.message {
	margin: 0px 0px 10px 0px;
	list-style:none;
}
.message li {
	font-size: 1.2em;
	color: #990000;
	font-weight:bold;
}
