/* CSS Document */

* {
    margin:0;
    padding:0;
}

#clear { clear: both; } 

html {
    font-size:12px;
    font-family:"Arial", sans-serif;
}

body {
    font-size:12px;
    font-family:"Arial", sans-serif;
text-align: center;
}

a {
	color: #000;
	outline:0;
}

body, html {
	height: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

#divider {
	display: block;
	border-bottom: 1px solid #e3e3e3;
	margin: 15px 0 15px 0;
}

#container	{
	width: 924px;
	margin: 0 auto;
}

#header	{
	width: 924px;
}

p.bodygain-logo {
	display: inline;
	width: 156px;
	height: 63px;
	float: left;
}

p.bodygain-logo a {
	display: block;
	width: 156px;
	height: 63px;
	text-indent: -5000px;
	margin-top: 25px;
	float: left;
	background-image: url(../images/logo.gif);
}


#top_ad {
	display: inline;
	float: right;
	margin: 8px 0 12px 15px;
	width: 749px;
	height: 99px;
	background-image: url(../images/top_ad_bg.gif);
}

#right_ad {
	display: inline;
	float: right;
	padding-top: 20px;
	padding-left: 7px;
	width: 165px;
	height: 606px;
	background-image: url(../images/right_ad_bg.gif);
}

#top_nav {
	display: block;
	clear: both;
	width: 924px;
	height: 33px;
	background-image: url(../images/nav_inactive_bg.gif);
	font-size: 12px;
}

#top_nav ul {
	list-style-type: none;
}

#top_nav ul li {
	float: left;
	font-size: 12px;

}

#top_nav ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 25px 0 25px;
	height: 26px;
	font-size: 12px;
}

#top_nav ul li.active  {
	background-image: url(../images/nav_active_bg.gif);
}
#top_nav ul li.active a  {
	font-weight: bold;
}

#top_nav ul li.right_nav  {
	background-image: url(../images/nav_active_bg.gif);
	float: right;
}
#top_nav ul li.right_nav a  {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	padding: 7px 21px 0 21px;
}


#top_sub_nav {
	display: block;
	clear: both;
	width: 924px;
	height: 34px;
	border-bottom: 1px solid #d1d1d1;
	background-color: #eaeaea;
}

#top_sub_nav ul {
	list-style-type: none;
}

#top_sub_nav ul li {
	float: left;
}

#top_sub_nav ul li a {
	display: block;
	padding: 8px 15px 0 15px;
	height: 26px;
	color: #000;
}

#sub_nav_right_container {
	float: right;
	width: 320px;
	margin-top: 8px;
	text-align: left;
}

legend { 
	display: none;
}

fieldset {
	border: 0 solid #eaeaea;
}

label {
	font-size: 11px;
}

label.login	{
	float: left;
	margin: 0px 0px 0px 10px;
}

.login_box {
	width: 83px;
}

#content-left {
	display: inline;
	clear: left;
	float: left;
	width: 735px;
	margin-top: 15px;
	text-align: left;
}

#content-right {
	display: inline;
	float: right;
	width: 183px;
	margin-top: 10px;
	text-align: left;
	border-left: 1px solid #cbcbcb;
}

#content-left h2 {
	font-size: 28px;
}

p.sub_text {
	font-size: 12px;
	margin-bottom: 15px;
}

#footer {
	width: 924px;
	clear: both;
	height: 33px;
	background-color: #efefef;
	border: 1px solid #c8c8c8;
	margin-top: 15px;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	display: block;
	padding: 8px 25px 25px;
	height: 26px;
	color: #000;
}

.footer_notes {
	margin: 20px 0 20px 0;
}
.footer_notes a {
	color: #000;
	height: 20px;
}

.new_control {

}
.nav_control a {
	color: #000000;
}

.other-logo img {
	display: inline;
	float: left;
	margin: 15px 0 15px 0;
}






