@charset "utf-8";
/* CSS Document */

a:link {
	color: #022A55;
}
a:visited {
	color: #1B4169;
}
a:hover {
	color: #7E6534;
}

html, body, #wrap {height: 100%;}
#wrap {
	width:900px;
	margin:0 auto
}

body > #wrap {height: auto; min-height: 100%;}

#main {
	background: #FFF url(../images/layout_03.png) no-repeat 0px 0px;
	padding: 20px 50px 75px 55px;
	color: #343434;
	font: 15px/20px Arial, Helvetica, sans-serif;
	
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;
	background: url(../images/bottomback.jpg);
} 

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	
body {
	background:url(../images/back.png) repeat-x 0px 0px;
	margin:0;
	padding:0;
	border:0;
}
#top {
	background: url(../images/layout_01.png) no-repeat 0px 0px;
	height: 96px;
	width: 900px;	
}
#nav {
	background: url(../images/layout_02.png) no-repeat 0px 0px;
	width: 900px;
	height: 31px;
}
#nav ul{
	margin: 1px 25px 0 0;
	padding: 0;
	border: 0;
	float: right;
	
}
#nav li{
	list-style: none;
	float: left;
	display:block;
	margin: 0;

	border: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#nav li a{
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 7px 13px;
	float: left;
	display:block;
	margin: 0;
	border: 0;
}
#nav li a:hover{
	font: 14px Arial, Helvetica, sans-serif;
	color: #022A55;
	text-decoration: none;
	background: #F8F8F8;
	list-style: none;
	float: left;
	display:block;
	margin: 0;
	padding: 7px 13px;
	border: 0;
}
#nav li.client a{
	font: 14px Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none;
	padding: 7px 13px;
	float: left;
	display:block;
	margin: 0;
	border: 0;
	background: #644F28;
}
#nav li.client a:hover{
	font: 14px Arial, Helvetica, sans-serif;
	color: #644F28;
	text-decoration: none;
	background: #B5D3F1;
	list-style: none;
	float: left;
	display:block;
	margin: 0;
	padding: 7px 13px;
	border: 0;
}
.hiddenlogo {
	visibility:hidden;
}
#welcome {
	border:solid 1px #dddbd5;
	background: #f4f2ed;
	width:750px;
	margin: 0px auto;
	font: normal 21px/29px Georgia, "Times New Roman", Times, serif;
	padding: 20px;
}
#wrap #main li {
	list-style: none;
	background: url(../images/bullet.png) no-repeat 0px 7px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 3px;
}
#wrap #main li.secondary {
	list-style: none;
	background: url(../images/secondary-bullet.png) no-repeat 0px 7px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 3px;
}
#wrap #main ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#wrap #main p.text {
	font-size: 14px;
	line-height: 19px;
}
#wrap #main p.textindent {
	font-size: 14px;
	line-height: 19px;
	padding-left: 40px;
}
#wrap #main h2 {
	font: normal 19px Georgia, "Times New Roman", Times, serif;
	color: #012854;
}
#wrap #main h3 {
	font-size: 14px;
	font-style: italic;
	color: #41341B;
	font-weight: normal;
}
#wrap #main h4 {
	font-size: 15px;
	color: #466079;
}
.highlighted {
	background: #FFFFE1;
}

