@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
}

body{
	margin:0;
	padding:0;
	background-color:#660000;
}

a { 
	zoom: 1;
}

img{
	border:none;
}

.hide{
	display:none;
}

#wrapper{
	background-color:#FFFFFF;
	width: 900px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	}

#top{
	margin-left:10px;
	margin-right:10px;
	padding-top:20px;
	height:112px;
	position:relative;
}

#logo{
	width:218px;
	height:112px;
}

/*
#top_right{
	position:relative;
	width:652px;
	float:right;
	height:112px;
}
*/

#search{
	position:absolute;
	right:0px;
	top:20px;
}

#search .txt{
	border:1px solid #660000;
	font-family:verdana;
	font-size:75%;
	color:#660000;
	height:20px;
	width:200px;
}

#search .btn{
	border:none;
	background-color:#660000;
	color:#FFFFFF;
	font-family:verdana;
	font-size:75%;
	height:24px;
}

#dont_miss{
	position:absolute;
	right:0px;
	top:52px;
	height:50px;
	width:310px;
	line-height:50px;
	text-align:center;
	color:#660000;
	font-weight: bold;
	font-size: 110%;
}
.soman{ display:inline;}
.soman h3{margin:0; padding:0; display:inline;}
.soman h3 a{text-decoration:none;color:#ffffff;}
#strapline{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	color:#FF6600;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	right:0px;
}

#body{
	position:relative;
	margin-top:20px;
	background-image:url(../images/body_bg.gif);
	background-repeat: repeat-y;
	width:100%;
	min-height:800px;
	height:auto;
}

#left_nav{
	position:absolute;
	left:0px;
	width:260px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#left_nav ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#left_nav li{
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(../images/inactv_nav_brdr.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-indent: 10px;
	font-size: 1em;
}


#left_nav .current{
	background-image: url(../images/actv_nav_brdr.gif);
	font-weight:bold;
	color:#660000;
}


#left_nav .subnav{
	list-style-type:none;
	margin:0;
	padding:0;	
	display:none;
}

#left_nav .current .subnav{
	display:block;
}

#left_nav .subnav li {
	border:none;
	font-weight:normal;
	text-indent: 20px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: .95em;
	background-image: none;
}


#left_nav li a, 
#left_nav .current .subnav a{
	color:#666666;
	text-decoration:none;
	display:block;
}

#left_nav li a:hover, 
#left_nav li:hover, 
#left_nav .current .subnav a:hover
{
	background-color:#FF6600;
	color:#FFFFFF;
	display:block;
}


#left_nav .current a,
#left_nav .current a:hover,
#left_nav .current:hover{
	color:#660000;
	background-color:#FFFFFF;
}

#nav_ad{
	width:240px;
	height:300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}


#content{
	margin-left:260px;
	width:630px;
	min-height: 100%;
	margin-bottom: 10px;
}

#content h2{
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	font-size: 1.5em;
}


#content h3{
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	font-size: 1em;
}

#content h3 span{
	font-size:0.75em;
	color:#666666;
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
}

#content .intro{
	background-color:#000000;
	margin-right: 25px;
	margin-left: 20px;
	padding:10px;
	background-image: url(../images/intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
#content .intro p{
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 150px;
}

#content .intro a{
	color:#FFFFFF;
	text-decoration:underline;
}

#content .spacer {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
#content .section_summary {
	width:180px;
	float:left;
	margin-left:20px;
	font-size:.90em;
	border-right:1px solid #cccccc;
}

#content .section_summary p
{
	margin-left:0px;
	text-align:left;
}

#content .section_summary span{
	font-size:1.2em;
	color:#660000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#content a{
	color: #660000;
	text-decoration: none;
	font-weight: bold;

}

#content a:hover{
	text-decoration: underline;

}

#content .section_summary a{
	color:#FF6600;
}

#content p,
#content li{
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#333333;
}

#content li{
	margin-bottom:10px;
}

#content .news{
	border-bottom:1px dashed #CCCCCC;
	margin-left:20px;
	margin-right:20px;
}

#content .news h3{
	color:#000000;
}

#slider{
	width:580px;
	padding:4px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}


#topPic{
	width:614px;
	height:202px;
	background-image: url(../images/home_dude.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}

#topPic h1{
	line-height:202px;
	margin-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:#660000;
}

.inline{
	float:right;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	zoom: 1;
}

.inline .caption{
	font-size:0.8em;
	color: #333333;
}

#footer{
	background-color:#660000;
	padding-bottom:10px;
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
}

#footer p{
	text-align:center;
	margin-left:260px;
	color:#FFFFFF;
}

#footer a{
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover{
	text-decoration:underline;
}
