@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}
body, html {
	background:#6a6a6a url(../images/bg4.jpg) repeat-x top left;
	height:100%;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
a {
	color:#385b86;
	outline:none;
	}
#outer, #outer td {
	width:100%;
	height:100%;
	}
#shell {
	width:970px;
	margin:auto;
	}


#provider_link {
	background: #383838;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#provider_link li {
	float: left;
	color:#fff;
	font-size:82%;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
}
#provider_link a {
	background: transparent url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: right;
	margin: 0;
	padding: 10px 25px;
	text-decoration: none;
	white-space:nowrap;
}
#provider_link a:hover {
	background: #000;
	color: #fff;	
	}
#provider_link li#current {
	background: transparent url("../images/hover.png") bottom center no-repeat;
	}
#provider_link li#current a:hover {
	background: transparent url("../images/hover.png") bottom center no-repeat;
	color: #ccc;
	}

#menu {
	background: #383838;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	color:#fff;
	font-size:82%;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
}
#menu a {
	background: transparent url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 25px;
	text-decoration: none;
}
#menu a:hover {
	background: #000;
	color: #fff;	
	}
#menu li#current {
	background: transparent url("../images/hover.png") bottom center no-repeat;
	}
#menu li#current a:hover {
	background: transparent url("../images/hover.png") bottom center no-repeat;
	color: #ccc;
	}
#main_outer {
	background:#fff url(../images/main_left2.jpg) no-repeat top left;
	height:450px;
	border:1px solid #000;
	}
#main {
	background:transparent url(../images/main_bg5.jpg) no-repeat bottom right;
	height:450px;
	}
#header {
	background-color:#383838;
	}
#splash {
	width:289px;
	height:450px;
	float:left;
	overflow:hidden;
	border-right:1px solid #000;
	margin-right:40px;
	}
#main_inner {
	float:left;
	width: 520px;
	}
#title {
	margin-top:40px;
	height:52px;
	line-height:52px;
	color:#1c6f97;
	font-size:110%;
	clear:right;
	}
#title img {
	border-right:1px solid #333;
	vertical-align:middle;
	margin-right:15px;
	}
#content {
	height:285px;
	line-height:1.5;
	font-size:90%;
	overflow:auto;
	margin-top:20px;
	color:#333;
	padding-right:20px;
	text-align:justify;
	outline:none;
	}
#content p, #content ul, #content ol, #content h1, #content h2, #content table {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:25px;
	}
#content h2 {
	font-family:"Century Gothic", Futura, "URW Gothic L", sans-serif;
	color:#154F77;
	font-weight:normal;
	font-size:1.4em;
}
#footer {
	color:#292929;
	font-size:82%;
	margin-top:10px;
	text-align:right;
	}
#footer a {
	color:#292929;
	text-decoration:none;
	}

.infobox {
	width:178px;
	position:relative;
	float:left;
	padding:15px;
	border:1px solid #fff;
	margin:5px 15px 15px 0;
	background:#003;
	font-size:94%;
	color:#FFF;
	}

