@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-size: 85%;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.5em;
	background-image: url(images/page_bg.jpg);
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
}

a{color:#990000; text-decoration: none;}

a:hover {color:#990000; text-decoration:underline}

img {border:none}


#background_logo {background-image: url(images/header_bg.jpg); background-repeat: no-repeat; background-position: top right;}

.main #container {
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
} 

/* All container divs are essentially the same, a different body class was created to allow for a different background image if required. */
.services #container, .team #container, .down #container, .terms #container, .contact #container, .links #container, .agency #container {
	width: 1000px;  
	margin: 0 auto; 
	text-align: left; 

	
} 

#header { height: 220px;  } 


#logo { height:191px}

#menu {height:35px;}
	
ul#advert {margin:0; padding:0;}

ul#advert li { list-style-type:none}

#main_image { 
	background: #fff; 
	padding: 0px;  
} 

#sidebar1 {
	float: left;
	width: 240px; /* since this element is floated, a width must be given */
	margin-top: 5px; /* top and bottom padding create visual space within this div */
	font-size:90%;
	background-color: #eceadf;
	
}

#sidebar1 h3 {padding-left:10px; color:#660000; font-size: 160%; font-weight: normal}

#sidebar1 p { color:#999999;}

.inputc {font-size: 9pt; width: 140px;}
.inputbox {font-size: 9pt; width: 140px; font-family: Arial, Helvetica, san-serif}
.style3 {font-size: xx-small}
.form {font-size: 90%;}

#sidebar2 {
	float: right;
	width: 200px; /* since this element is floated, a width must be given */
	margin-top: 7px; /* top and bottom padding create visual space within this div */
	font-size:90%;
	border-left: 1px dashed #d9d6c7;
	
}

#sidebar2 p { color:#999999; padding-left: 30px;}




#mainContent {
	margin: 15px 245px 10px 245px; 

} 

#mainContent h3 {
	padding-left:35px; color:#660000; font-size: 160%; font-weight: normal}
	
#mainContent p {
	padding-left:35px;
	padding-right:35px;
	font-size:95%;
	color:#666666;
	}

ul.list   {
	margin-left:5px;
	font-size:95%;
	color:#666666;
	list-style-type: none;
	}

ul.list li { background-image: url(images/arrow.jpg) ; background-repeat: no-repeat; background-position: 0px 5px; padding-left:12px}
	
.padded {padding-left: 35px;}
.profile {float:left; margin-left:45px;}

.profile_text {margin-left:230px;}

#fullContent {
	margin: 15px 0 65px 0px; 

} 

#fullContent h3 { color:#91162c;}
	
#fullContent p {
	font-size:95%;
	color:#666666;
	}
	
#fullContent ol {
	font-size:95%;
	color:#666666;
	}


a.color  {color:#666666; text-decoration: none;}
a:hover .color {color:#666666; text-decoration: none;}

#footer {
	margin: 0;
	padding: 5px 0 0 0;
	width:800px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;	

} 

#footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px 0 0 0;
	color:#ccc;
	font-size: 75%;
	
}

#footer a {color:#CCCCCC}

.flt_logo {float:right; margin:40px 29px 0 0; }

.bank p {padding:0; margin-top:0;}



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



ul#nav {
	position:absolute;
	width:99%;
	height:35px;
	padding:0;
	margin:0;
	}
ul#nav li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background-color: transparent;
	background-image: url(images/menu_img.jpg);
	background-repeat: no-repeat;
	}
li#home a {
	width:71px;
	height:35px;
	 }
li#down a {
	width:109px;
	height:35px;
	 }
li#ir35 a {
	width:60px;
	height:35px;
	 }	 
	 
li#contact a {
	width:136px;
	height:35px;
	 }	 
	 
	 	 
li#home a:hover, li#home a:focus {
	background-position:0px -70px;
	 }
li#down a:link, li#down a:visited {	
	background-position: -71px 0px;
	}
li#down a:hover, li#down a:focus {	
	background-position: -71px -70px;
	}
li#ir35 a:link, li#ir35 a:visited {	
	background-position: -180px 0px;
	}
li#ir35 a:hover, li#ir35 a:focus {	
	background-position: -180px -70px;
	}
	
li#contact a:link, li#contact a:visited {	
	background-position: -240px 0px;
	}
li#contact a:hover, li#contact a:focus {	
	background-position: -240px -70px;
	}

/* Main navigation "active tabs" picks up the body class to highlight the button. cool huh?
------------------------------------------------------------------*/
body.main ul#nav li#home a {
	background-position:0px -35px;
	}
	
body.down ul#nav li#down a {
	background-position: -71px -35px;
	}

body.terms ul#nav li#down a {
	background-position: -356px -35px;
	}
body.contact ul#nav li#contact a {
	background-position: -240px -35px;
	}

body.links ul#nav li#links a {
	background-position: -669px -35px;
	}
