/* CSS Document */

body{
	margin:0px auto;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#7f7d7e;
	color:#000000;
}

p{
	line-height:1.5em;
}

a{
	color:#981229;
	text-decoration:underline;
	outline:none;
}

a:hover{
	color:#cf1e2e;
	text-decoration:underline;
	outline:none;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0px;
	padding: 10px 0 0 0px;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#660000;
}

#wrapper{
	width:780px;
	margin:0px auto;
	padding:5px 10px;
	background:#FFFFFF;
}

#header{
	margin:0px;
	padding:0px;
	height:132px;
}

.headerLeft{
	width:318px;
	float:left;
}

.headerRight{
	width:447px;
	float:left;
}

#nav{
	margin:0px;
	padding:0px;
	background:url(images/navBg.jpg) repeat-x;
	height:27px;
	line-height:27px;
}

#nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}

#nav ul li{
	display:inline;
	height:27px;
	line-height:27px;
	float:left;
	border-right:1px solid #861338;
}

/*#nav ul li a{
	display:inline;
	padding:0 28px;
	height:27px;
	line-height:27px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	border-right:1px solid #861338;
}
*/


#nav ul li a{
	display:inline;
	padding:0 35px;
	height:27px;
	line-height:27px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
}


#nav ul li a:hover{
	background:url(images/navHover.jpg) repeat-x;
	height:27px;
	line-height:27px;
	float:left;
	color:#FFFFFF;
}

#nav ul li a.active{
	background:url(images/navHover.jpg) repeat-x;
	height:27px;
	line-height:27px;
	float:left;
	color:#FFFFFF;
}

#nav ul li a.last{
	border-right:none;
}

#navBot{
	background:#aeacad;
	margin:0px;
	padding:0px;
	height:10px;
}

#mainImage{
	margin:0px;
	padding:0px;
}

#mainImageBot{
	margin:0px;
	padding:0px;
	background:url(images/footerBg.jpg) repeat-x;
	height:20px;
}

#container{
	margin:0px;
	padding:0px;
}

.contentLeft{
	width:560px;
	float:left;
}

.circLeft{
	width:720px;
	float:left;
	margin:10px 0px;
}

.circLeftimg{
	float:left;
	width:125px;
}

.circLeftdesc{
	float:left;
	width:480px;
	padding:0px 20px;
}

.circLeftdesc p{
	line-height:2.3em;
}

.circLeftback{
	float:left;
	width:75px;
/*	text-align:center;
*/}


.contentRight{
	width:200px;
	float:left;
	margin:15px 0 0 20px;
}

.contentRightHeader{
	background:url(images/footerBg.jpg) repeat-x;
	float:left;
	height:23px;
	width:190px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:23px;
	padding-left:10px;
}

.contentRightHeader p{
	color:#FFFFFF;
	font-weight:bold;
}

.contentRightBot{
	background:#e4e4e4;
	width:180px;
	padding:10px 10px 10px 10px;
	font-size:11px;
	height:260px;
}

.contentRightBotinfo{
	background:#e4e4e4;
	width:196px;
	padding:10px 2px 10px 2px;
	font-size:11px;
	height:330px;
}

.contentRightBotread{
	background:#e4e4e4;
	width:196px;
	padding:10px 2px 10px 2px;
	font-size:11px;
	height:600px;
}

.contentRightBotTWA{
	background:#e4e4e4;
	width:190px;
	padding:10px 0 10px 10px;
	font-size:11px;
	height:600px;
}

.submit{
	background:url(images/submit.jpg) no-repeat;
	width:63px;
	height:20px;
	border:none;
}

.reset{
	background:url(images/reset.jpg) no-repeat;
	width:63px;
	height:20px;
	border:none;
}

#footer{
	margin:0px;
	padding:0px;
	background:url(images/footerBg.jpg) repeat-x;
	height:23px;
	text-align:center;
/*	float:left;
*/}

#footer p{
	color:#FFFFFF;
	font-size:11px;
	line-height:23px;
}

.circTab{
	border:1px solid #EEEEEE;
}

.circTab td{
/*	border:1px solid #EEEEEE;
*/}

.ageReader{
	border:1px solid #EEEEEE;
	margin-top:5px;
}


/********************************************
   Clear Fix
********************************************/ 
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

