/* global styles */

*{
	margin:0;
	padding:0
}
body{
	background:#fff;
	font-family:Georgia,serif;
	font-size: 0.875em;
	letter-spacing:0.01em;
	min-width:930px;
	border-top:8px solid #ddd;
}
p{
	margin:0.6em 0;
}
h3{
	margin-bottom:10px;
}
#header_wrap{
	height:183px;
	background:#fff;
	border-bottom:8px solid #790102;
}
#header{
	width:970px;
	margin:0 auto;
}
#logo{
	width:175px;
	float:left;
	margin-left:5px;
}	
#logo a img{
	border:0;
}
#nav{
	text-align:right;
	padding:3px;
	margin-right:20px;
}
#menu{
	margin-top:154px;
}
#menu ul{
	display: inline;
}
#menu li{
	display: inline;
	font-size:1.35em;
}
#menu li a{
	color:#790102;
	text-decoration:none;
	margin:0 0.04em;
	padding:6px;
	padding-bottom:7px;
	letter-spacing:0.02em;
}
#menu li a:hover{
	color:#fff;
	background:#790102;
}
#menu li a.active{
	border-top:2px solid #aaa;
	background: #790102;
	color:#fff;
}
#content_wrap{
	background:#1f3520;
	border-top:3px solid white;
}
#content,#content_footer{
	background:#fff;
	width:900px;
	margin:0 auto;
	min-height:6em;}
#content{
	padding:0.875em;
	line-height:1.6em;}
#content a{
	color: #003399;
	text-decoration: none;
	border-bottom:1px solid #ddd;
	padding:2px;
}
#content #subnav{
	text-align:center;
	font-size:1.35em;
}
#content #subnav ul{
	margin:0 auto;
	list-style: none;
	display:inline;
}
#content #subnav ul li{
	list-style:none;
	display:inline;
	margin-right:15px;
	padding:3px;
}
#content .active{
	background:#ddd;
}
#content a:hover,.active:hover{
	color:#fff;
	background:#003399;
}
#content #slideshow{
	position:relative;
	height:435px;
}
#content #slideshow img{
	display:none;
	position:absolute;
	width:550px;
	height:435px;
	top:0;
	left:0;
}
#home_sidebar{
	width:315px;
	height:430px;
	float:right;
	margin:18px 10px 0 0;
	font-size:1.2em;
	line-height:1.8em;
}
#leftcol{
	width:275px;
	float:left;
	background:#fff;
	padding-left:2px;}
#rightcol{
	margin-left:275px;
	padding:0 1em;}
#content_footer{
	background:#010149;
	padding:1.5em;}
#footer{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	letter-spacing:0.03em;
	background:#010148;
	color:#fff;
	line-height:1.5em;
	border-top:3px solid white;
	border-bottom:8px solid #ddd;}
#footer a{
	color:#fff;
	text-decoration:none;}
#footer a:hover{
	text-decoration:underline;}
#footer_details{
	width:200px;
	float:right;
	text-align:right;}