/* CSS Document */

img {border:none;}
ul {margin: 0 0 0 20px; line-height: 150%;}

body 
{
	font-size: 80%;
	font-family: "Helvetica", Arial, Verdana, Sans-Serif;
	color: #3d4a63;
	background: #97C7DB url('../images/back.png') 0 0 repeat;
	padding:0;
	margin:0;
	line-height: 1;
}
p
{
	line-height:150%;
	padding-bottom:10px;
	margin: 0;
}
a {
	color: #00baff;
	text-decoration:none;
}
a:hover
{
	text-decoration: underline;
}
#header
{
	background: #97C7DB url('../images/gradient_bg.png') 0 0 repeat-x;
	width:100%;
}

#header div.wrapper
{
	height:120px;
	margin:0 auto;
	position:relative;
	background:#97C7DB url('../images/gradient_bg.png') repeat-x scroll 0 0;
	width:1000px;
}
#header #logos
{
	position:relative;
	float:left;
	margin-left:-24px;
}
#header #logos img
{
	margin:20px 5px 0 0;
	display:block;
}
#header #logos #team
{
		left:160px;
		position:absolute;
		top:0;
}
#body 
{
	background-color:#F5FCFF;
	width:100%;
}
#body div.wrapper
{
	margin:0 auto;	
	position:relative;
	width:1000px;
	background-color:#F5FCFF;
}
#body div.wrapper #content
{
	 min-height:300px;
	width: 55%;
	margin-left: 208px;
}
#left-col
{
	position: absolute;
	top: 20px;
	left: 24px;
	width: 180px;
}
#footer
{
	background: #F5FCFF url('../images/background-footer-skinny.png') 0 0 repeat-x;
	width:100%;
}
#footer div.wrapper
{
	padding-top:100px;
	height:108px;
	font-size:85%;
	color:#123c75;
	background: #F5FCFF url('../images/background-footer.png') 0 0 no-repeat;
	margin:0 auto;	
	position:relative;	
	width:1000px;
}

h1
{
	clear: both;
	font-size: 300%;
	margin: 0 0 30px 0;
}
h2
{
	font-size: 130%;
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
}
h3
{
	font-size: 100%;
	font-weight: bold;
}
#breadcrumb ul
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 0 -40px;
}
#breadcrumb li {
	color:#7C8FB2;
	float:left;
	font-size:0.85em;
	font-weight:bold;
	padding-bottom:16px;
}
#breadcrumb li a {
	color:#3D4A63;
}
#breadcrumb .divider {
	color:#3D4A63;
	padding:0 5px;
}

div.two-col {padding:20px;}
div.two-col .left-col
{
	float:left;
	width:49%;
}
div.two-col .right-col
{
	float:right;
	width:49%;
}
div.clear {
	height: 0;
	font-size: 0;
	clear: both;	
}
