* {font-family: Arial, Trebuchet MS; font-size: 12px;}
body { margin: 0; background: #dcdcdc; font-family: Arial, Sans-Serif; font-size: 12px; color: #307395; }
input { font-size: 11px; }
a { color: #1979b8; text-decoration: none; }
a:hover { color: #1a4053; }
hr { display: none; }

/* Top Navigation and Header */
.head_nav {
	height: 41px;
	width: 841px;
	margin: 0 auto;
}
.mainMenu { 
	float: left; 
	height: 39px;
}
.mainMenu ul { 
	margin: 0; 
	padding: 10px 0;  
	list-style: none; 
	display: table;
}
.mainMenu li { 
	display: table-cell;
	position: relative;
	margin: 0;
	padding: 0;
}

.mainMenu li>ul {
	display: none;
	position: relative;
}
.mainMenu li:hover>ul {
	display: block;
	position: fixed;
	margin-top: 11px;
	padding-top: 0;
	background: #ebebeb;
	border-top: 4px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.mainMenu li>ul li {
	display: block;
	padding-top: 10px;
}
.mainMenu li>ul li a {
	font-size: 11px;
	width: 106px;
	padding: 5px 10px 0;
	border: 0;
}
.mainMenu li>ul li a:hover {
	background: none;
	text-decoration: underline;
}
.mainMenu li a {
	font-size: 13px; 
	font-weight: 700; 
	margin: 0;
	padding: 10px 15px 12px; 
	border-right: 1px #d7d7d7 solid; 
	border-bottom: 0px #d7d7d7 solid;
}
.left_end a {
	border-left: 1px #d7d7d7 solid; 
}
li.drop a {
	background: url('images/dropdown.gif') repeat-x top center;
}
.mainMenu li a:hover { 
	background: url('images/menu_hover.png') repeat-x top center;
}

.mainMenu_right {
	float: right;
}
.mainMenu_right ul {
	padding-right: 5px;
}
.mainMenu_right li {
	display: inline;
	font-weight: 700;
	font-size: 13px;
}
.mainMenu_right a {
	background: url('images/menu_bullet.gif') no-repeat top left;
	padding: 10px 0 12px 20px;
}
.mainMenu_right a:hover {
	background: url('images/menu2_hover.gif') no-repeat top left;
}

.header {
	height: 127px;
	width: 811px;
}
.logo {
	background: url('images/logo.jpg') no-repeat top left;
	height: 127px;
	width: 231px;
	float: left;
}
.left_head {
	background: url('images/header_bg.jpg') no-repeat top left;
	height: 127px;
	width: 580px;
	float: right;
}
.banner_top {
	float: right;
	padding-top: 35px;
	padding-right: 18px;
}

/* Body Content */
.mainBody {
	margin: 0;
	background: #def3fe url('images/body_bg.png') repeat-x top left;
}
.bodyContent {
	width: 811px;
	margin: 0 auto;
}
.bodyContent_bg {
	background: url('images/bodycontent_bg.png') repeat-y top left;
	width: 811px;
}
.bodyContent_main {
	background: url('images/bodycontent_bgtop.png') no-repeat top left;
	width: 811px;
	padding: 10px 5px;
	margin-right: 5px;
}
.bodyContent_foot {
	background: url('images/bodycontent_bgfoot.png') no-repeat top left;
	width: 811px;
	height: 10px;
}
.bodyContent_body {
	padding-left: 10px;
	padding-right: 20px;
}

.bodyContent_main h2 {
	background: url('images/h2_bullet.gif') no-repeat top left;
	border-bottom: 1px dashed #c9c9c9;
	padding: 0 10px 7px 25px;
	font-size: 18px;
	font-weight: 400;
}

/* Home Content */
ul.introHome {
	margin: 0;
	padding: 0;
}
.introHome li {
	display: table-cell;
	list-style: none;
	padding: 0;
	margin: 0;
}
li.intro {
	padding-right: 10px;
	width: 265px;
}
li.intro p {
	text-align: left;
}
li.intro a {
	background: url('images/reg_button.png') no-repeat top left;
	text-align: center;
	font-weight: 700;
	color: #fff;
	padding: 3px 28px;
}
li.intro a:hover {
	color: #307395;
}
li.mbenefits {
	background: url('images/vborder.png') no-repeat top left;
	padding-left: 10px;
	padding-right: 10px;
	width: 265px;
}
li.mbenefits a {
	background: url('images/benefits_button.png') no-repeat top left;
	text-align: center;
	font-size: 11px;
	color: #939393;
	padding: 4px 12px;
}
li.abenefits {
	background: url('images/vborder.png') no-repeat top left;
	padding-left: 10px;
	width: 265px;
}
li.abenefits a {
	background: url('images/benefits_button.png') no-repeat top left;
	text-align: center;
	font-size: 11px;
	color: #939393;
	padding: 4px 28px;
}
h3.head {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding: 0 0 5px 10px;
}
#introBox {
	background: url('images/monitor.png') no-repeat top center;
	height: 95px;
}
#memberBox {
	background: url('images/member2.png') no-repeat top center;
	height: 95px;
}
#advertBox {
	background: url('images/world2.png') no-repeat top center;
	height: 95px;
}
ul.square {
	margin: 0 0 0 20px;
	padding: 6px 0;
}
ul.square li {
	display: list-item;
	list-style-image: url('images/bbullet.png');
	margin: 0 0 0 2px;
	padding: 0 0 0 2px;
}


/* Featured Content */
div.fcontent_head {
	background: url('images/fcontent_head.png') no-repeat top left;
	height: 5px;
	margin: 5px 0 0;
}
div.fcontent_foot {
	background: url('images/fcontent_foot.png') no-repeat top left;
	height: 20px;
	margin: 0;
}
ul.featuredContent {
	background: #def3fe url('images/fcontent_bg.png') no-repeat top left;
	margin: 0;
	padding: 8px 11px 5px 20px;
}

.featuredContent li {
	display: table-cell;
}

li.featured_left {
	width: 250px;
	vertical-align: top;
	padding-right: 30px;
	color: #999a9a;
}
li.featured_left a {
	font-size: 11px;
	font-weight: 700;
	color: #bbbcbc;
}
li.featured_left a:hover {
	color:#307395;
}
.featured_left h2 {
	font-size: 12px;
	font-weight: 700;
	color: #999a9a;
	padding-bottom: 5px;
	border-bottom: 1px solid #c3eafd;
}
li.featured_right {
	padding-top: 10px;
	padding-left: 25px;
}


/*******/
.content {
	padding-top: 10px;
}
.contentBox {
	padding-bottom: 10px;
}
.contentarea {
	background-color: #fc6;
}
.contentareaborder {
	background-color: #000;
}


/* Footer Area */
.siteStats {
	background: #dcdcdc url('images/stats_bg.png') repeat-x top left;
	height: 32px;
	color: #747474;
	text-align: center;
}
.siteStats ul {
	list-style: none; 
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 0px;
}
.siteStats li {
	display: inline;
	padding: 0 10px;
	font-size: 11px;
}
.siteStats strong {
	color: #9f9f9f;
	font-size: 11px;
}
.footer {
	background: #dcdcdc url('images/footer_bg.png') repeat-x top left;
	height: 60px;
}
.footer_body {
	margin: 0 auto;
	width: 811px;
}
.copyright {
	color: #9e9e9e;
	font-size: 11px;
	float: left;
	padding: 10px 0 0 20px;
}
.copyright a {
	color: #9e9e9e;
	font-size: 11px;
}
.copyright a:hover {
	color: #1979b8;
}
.foot_menu {
	float: right;
	padding: 10px 20px 0 0;
	color: #fff;
}
.foot_menu a {
	color: #1979b8;
	font-weight: 700;
	font-family: Arial, "Myriad Pro";
	font-size: 11px;
}
.foot_menu a:hover {
	color: #9e9e9e;
}

.adminmenu {
	color: #000;
}
.adminmenu a {
	color: darkred;
}

.menu {
	background-color: #fc6;
}
.menu a{
	color: #000;
	font-size: 17px;
	font-family: arial;
	text-decoration: none;
	font-weight: 700;
}
.menu a:hover{
	color: #00008B;
}

.accountmenu {
	background-color: #000;
}
.accountmenu a{
	color: gold;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}
.accountmenu a:hover{
	color: blue;
}