/* CSS Document */
body {
	background-color: #FFFFFF;
	margin:0 0 5px 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #033363;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #660A0A;
	margin-bottom: -10px;
}

#contentinner p {
	margin-right: 45px;
}

p, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	color: #2F2D2E;
}

.column p {
	margin-right: 0px!important;
}

.sepbar p {
	margin: 0;
	font-size: .6em;
}

#nav img {
	display: block;
}

#sidebar p, #sidebar td {
	font-family: "Times New Roman", Times, serif;
	font-size: .7em;
	color: #FFFFFF;
	margin: 5px 0;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #142646;
	text-align: center;
	margin: 5px 0 0 0;
}

/*** Divs 
*********************************************************/
#container {
	width: 790px;
	margin: 0 auto;
}

#header {
	width: 790px;
}

#headerleft {
	width: 608px;
	height: 114px;
	float: left;
}

#headerright {
	width: 182px;
	height: 114px;
	float: left;
}

#pagetop {
	width: 790px;
	height: 294px;
	background-image: url(../../images/body-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #C7C8CA;
}

#nav {
	width: 184px;
	height: 283px;
	margin-left: 21px;
	float: left;
}

#topimg {
	width: 567px;
	height: 283px;
	float: left;
}

#featured
{
	width:244px;
	margin: 47px 0 0 292px;
}

#featured-scroll
{
	width:234px;
	padding-left:10px;
}

#featured-home-image
{
	width:244px;
	height:153px;
	background-image:url('../../images/featured-bg.gif');
	background-repeat:no-repeat;
	background-position:left;
}

#pagemiddle {
	width: 772px;
	padding: 0 9px;
	background-color: #C7C8CA;
}

#sidebar {
	width: 209;
	float: left;
}

#smallsearch {
	width: 209px;
	background-color: #8B0D0D;
}

#infohub {
	width: 209px;
	background-color: #1E3A6C;
}

#content {
	width: 557px;
	margin-left: 6px;
	background-color: #FFFFFF;
	float: left;
}

#contentinner {
	margin: 20px 25px;
}

#contentlong {
	margin: 0 auto;
	width: 754px;
	background-color: #FFFFFF;
}

#footer {
	width: 790px;
	margin: 0 auto;
}

#homeblogs {
	width: 333px;
	margin: 50px 30px 0 0;
	float: left;
}

/*** Links 
*********************************************************/
#sidebar a:link, #sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #142646;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #142646;
	text-decoration: underline;
}

#content a {
	color: #2E5397;
}

/*** Misc Classes & IDs 
*********************************************************/
.hide { 
	display: none; 
}

.clear { 
	clear: both; 
}

br.clear { 
	line-height: 0px; 
	height: 0; 
}

.entryRow
{
   
   font-family:Arial,Helvetica,sans-serif;
   font-size:11px;
}

.listRow
{
   font-family:Arial,Helvetica,sans-serif;
   font-size:11px;
   background-color:#CCCCCC;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
/* PLEASE LEAVE BOTH THESE LINES, FIX FOR IE7 */
.clearfix { 
	display: inline-block; 
}
.clearfix { 
	display: block; 
}

.column {
	width:250px; 
	float:left;
}

.sepbar {
	background-image: url(../../images/sep-bar.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 15px;
	padding-top: 5px;
	text-align: right;
}

.pics {
	margin: 5px;
	padding: 3px;
	border: solid 1px #C7C8CA;
}