@charset "utf-8";
body {
color:#666;MARGIN: 0px; 
font-family:Helvetica, Arial, sans-serif; color:#333;  font-size:12px;
background: #fdfdf3 url(images/mainbg.jpg) top center no-repeat;
font-weight:400;
line-height:18px;
margin:0;
}


#maincontainer {
width:979px;
margin:auto;
}

#header { width:100%;margin:0;}
#content{ width:100%;margin:0;}
#footer{ width:100%;margin:0;font-size:12px;}

.title { font-size:25px; line-height:1.15; color:#000;font-weight:bold;}
.pagetitle { font-size:20px; background:#003D79;padding:5px;font-weight:bold;color:#fff;}
.price { font-weight:bold; font-size:14px; color:#444; }
.tabledotline {border:1px dotted #666; padding: 5px 0 5px 10px;}
.date {background: #00417b;padding:3px;color:#FFF;font-size:11px;}
.dateinfo {font-size:12px;}
.dateinfo span{display:inline-block;}
.pplinfo {font-size:12px;padding:20px 10px 10px 10px;}
.ppltitle {font-size:22px;font-weight:800;color:#039;}
.desc {font-size:14px; text-align: justify; word-wrap:break-word;}
.photoframe {padding:5px;border: 2px solid #ccc;background-color: #e7e7e7;}
.bold {font-size:15px;line-height:1.15; color:#000;font-weight:bold;}


#legality { border-top: solid 1px #ccc; margin-top:10px;width:100%;float:left;}
#legality .right    { float:right !important; padding-top:10px;padding-bottom:20px;}

.pagelink, .pagelink:link, .pagelink:active, .pagelink:visited{
	
	font-size: 12px;
	color: #fff;
	background:#919191;
	padding:3px;
	font-weight: normal;
	text-decoration: none;	
} 
.pagelink:hover {
	font-size: 12px;
	color: #fff;
	background:#175d94;padding:3px;
	text-decoration: none;
	font-weight: normal;
	
}

#news {
	margin:0;
}
#news  ul.whyplan li {
display:block;
background:url(images/icondot.gif) no-repeat;
line-height:18px;
color:#666;
border-bottom:1px dotted #ccc;
padding:3px 0 3px 25px;
}




/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:215px;	width: 865px;
	border:5px #999 solid;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}


.res {
	position: absolute;
	top: -5px; left: 335px;
	width: 242px; height:33px;
	z-index: 99; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/refocus.png) no-repeat;
	
}


.mbg {
	width:100%;
	background: url(images/mainback.png) ;
	background-repeat: repeat;
}
/*--Paging Styles--*/



.paging {
	position: absolute;
	bottom: 5px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}



ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	/*float: left;*/
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
