@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:16px;
	margin: 0;
	color: #343434;
	}
	
img {
	border: none;
	}
	
#wrapper{
	width:800px; 
	margin:0 auto;
	padding: 0 12px 12px 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-left: solid 1px #025684;
	}
	
#header {
	font-size:16px;
	color:#FFFFFF;
	text-align:right;
	font-style: italic;
	background-color: #003A5F;
	height: 45px;
	border-bottom: #FFFFFF solid 1px;
	padding-top:30px;
	}
	
#header img {
	float: left;
	}
	
#header div {
	padding: 13px;
	}

#vdividermenu ul{
clear: both;
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: 14px "Trebuchet MS";
width: 100%;
border-top: 8px solid #880000;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/

}

#vdividermenu ul li{
display: inline;
float: left;
margin-top: 10px;
}

#vdividermenu ul li a {
text-decoration: none;
color: #000022;
padding: 2px 14px;
text-align:center;
}


#vdividermenu ul li a:hover{
color: #FFFFFF;
background-color: #105F8B;
}




#content {
	clear: both;
	margin-bottom: 20px; 
	}


#leftcol, #rightcol {
	width:140px; 
	float: left;
	}
	
#leftcol {
	padding: 25px 5px;
	margin: 10px 0 10px 0;
	}
	
	
#leftcol ul {
	margin:  15px 0 0 0; 
	padding:0; 
	font-size:14px;
	}
	
#leftcol li {
	list-style-type: none; 
	line-height:100%;
	margin-bottom: 15px;
	}
	
#leftcol li a {
	color: #880000;
	text-decoration: none;
	}
	
#leftcol li a:hover {
	color:  #025684;
	}
	
#maincol{
	float: left;
	padding:5px;
	border-left: 1px solid #8FAABB;
	margin: 10px 0 10px 0;
	width: 487px;
	}
	
#home #maincol{
	width:635px; 
	}
	
#rightcol {
	background: #CFECF6;
	margin: 10px 0 10px 10px;
	}
	
#rightcol .item {
	padding: 5px;
	border-bottom: dashed #24334F 1px;
	}
	
#rightcol .item strong {
	color: #105F8B;
	}
	
#rightcol .item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	}
	

	
#rightcol .item ul li a {
	padding: 3px;
	background: #EAF7FD;
	line-height: 200%;
	text-decoration:none;
	width: 130px;
	}
	
#rightcol .item ul li a:hover {
	
	}
	
#home #rightcol {
 	visibility: collapse;
	background: #FFFFFF;
	width: 1px;
}
	
#home .item{
	width:207px; 
	height: 300px;
	float:left;
	margin-bottom: 5px;
	border-right: 4px solid #FFFFFF;
	color: #24334F;
	}
	
#home .item img {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	}
	
#home .item div {
	padding: 3px;
	}
	
#home .item ul {
	margin:0; 
	padding:3px; 
	margin-left:15px;
	}
	

#services {
	background: #93CFD7;
	}

#documents {
	background: #77A8B7;
	}
	
#consulting {
	background: #5EA2B7;
	}
	
h1 {
	font-size:24px;
	color: #880000;
	}

.home{font-size:20px; color: #880000;}	
	
#rightcol h1 {
	font-size: 12px;
	color: #FFFFFF;
	background: #77A8B7;
	padding: 5px;
	margin: 0;
	}
	
h2 {
	font-size:16px;
	color:#105F8B;
	}

#home h2 { 
	text-align:center;
	color: #24334F;
	margin: 10px;
	}
	
.callout {
	margin-right: 5px;
	background-color:#015584;
	padding: 10px; 
	text-align:center; 
	font-size:16px; 
	color:#FFFFFF;
	clear: left;
	}
	

	
	
#footer {
	clear: both;
	border-top: 8px solid #880000;
	height: 25px;
	}

#footer ul li {
	float: left;
	list-style: none;
	margin: 10px 24px 0 20px;
	
	}

#footer li a {
	color: #888888;
	}
	
#footer ul {
	margin: 0;
	padding: 0;
	}
	
	
#legal {
	background-image: url(images/bg-bottom.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	padding-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 823px !important;
	width: 832px;
	color: #999999;
	}
	
	
	
	
a {
	color:#015584;
}

a:hover {
	color:#880000;
}

.smalltext{font-size:11px;}
.top{text-align:right;}

</style>
