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

body {
	font-family:'Droid Sans', arial, serif;
	background: url(../_img/bodyBg.gif) repeat;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #032774;
	font-family:'Droid Sans', arial, serif;
}
h3 {
	font-size: 16px;
	font-family:'Droid Sans', arial, serif;
	margin-bottom: 5px;
}
p {
	font-size: 14px;
	font-family:'Droid Sans', arial, serif;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align:justify;
	color:#000;
}
a {
	color: #032774;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#wrap {
	width: 800px;
	padding: 0 12px;
	margin: 0 auto;
	background: url(../_img/ContentBg.png) repeat-y;
}

li.f2jnag {
	display:none;
}

/*--------------------HEADER--------------------*/

#header {
	background: #cfdcff url(../_img/headerBg.gif) repeat-x top;
	height: 78px;
	border-bottom:1px solid #f1f1f1;
}
#header h1 {
	font-family:'Droid Sans', arial, serif;
	padding: 15px;
}

#header h1 span {
	font-weight: normal;
	font-size: 20px;
	color: #032a80;
	margin-left: 20px;
	padding-left: 20px;
	top: 30px;
	border-left: 2px solid #032a80;
	position: absolute;
}

/* --------------------NAV--------------------*/

#nav {
	cler: both;
	background: url(../_img/navBg.gif) repeat-x;
	height: 29px;
	border-top: 1px solid #666;
	border-bottom: #000 solid 1px;
}

#nav ul {
	float: left;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	line-height: 29px;
	color: #fff;
	text-decoration: none;
	font-family:'Droid Sans', arial, serif;
	font-size: 14px;
	padding: 0 30px;
}

#nav ul li a:hover {
	background: url(../_img/hoverBg.gif) repeat-x;
	display: block;
}

/*--------------------LEADERBOARD--------------------*/

#leaderboard {
	clear: both;
	height: 330px;
	background-color: #f0f0f0;
}

#leaderboard img {
	float:left;
	padding: 0;
	margin: 0;
}

#leaderboard .services {
	float: right;
	width: 280px;
	margin-left:10px;
	margin-top: 30px;
}

#leaderboard h3 {
	font-family:'Droid Sans', arial, serif;
	font-size: 20px;
	color: #002143;
	margin-bottom: 10px;
}

#leaderboard h4 {
	font-family:'Droid Sans', arial, serif;
	font-size: 18px;
	color: #002143;
	line-height: 1.4;
	margin-bottom: 10px;
}
#leaderboard h4 span {
	font-size: 14px;
}
#leaderboard li {
	font-family:'Droid Sans', arial, serif;
	font-size: 14px;
	line-height: 1.4;
	list-style:disc;
	margin-left: 15px;
	padding-left:10px;
}

.button {
	margin-top: 25px;
	width: 250px;
	height: 80px;
}
.button h3 a {
	color: #00264c;
	width: 250px;
	height: 80px;
	line-height:80px;
	display:block;
	text-align:center;
	background: url(../_img/buttonBg1.gif) no-repeat top;
}
.button h3 a:hover {
	color: #00264c;
	width: 250px;
	height: 80px;
	display:block;
	text-decoration:none;
	text-align:center;
	background: url(../_img/buttonBg1.gif) no-repeat bottom;
}

/*--------------------CONTENT--------------------*/

#content {
	border-top: 1px solid #054f9a;
	background:url(../_img/ContentBg.jpg) repeat-y top;
	margin: 0;
	padding: 10px;
}

#content ul {
	margin-bottom: 10px;
}

#content ul p {
	font-weight:bold;
	font-size: 15px;
	margin-bottom: 5px;
}

#content li {
	list-style: none;
	font-family:'Droid Sans', arial, serif;
	line-height: 1.4;
	font-size: 14px;
}
#content .left {
	float: left;
	margin-right: 40px;
}

#leftCol {
	float: left;
	width: 475px;
	padding-bottom: 50px;
	margin-bottom: 10px;
	background: url(../_img/leftColBg.jpg) no-repeat bottom right;
}

#rightCol {
	float: right;
	width: 285px;
}

/*--------------------FOOTER--------------------*/

#footer {
	clear: both;
	height: 88px;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #69F;
	background: #9cb5ff url(../_img/footerBg.gif) repeat-x top;
}
#footer p {
	margin-bottom: 5px;
	font-size: 12px;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align:right;
}
.clear {
	clear:both;
}
.slideshow { height: 330px; width: 495px; float: left; }
.slideshow img { padding: 0px; background-color: #eee; }
