@charset "UTF-8";

html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family: arial, helvetica, serif;
	font-weight:normal;
	font-size:12px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin:auto;
}

#footer {
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
	height:52px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footArrow {
	margin:auto;
	width:950px;
	text-align:left;
}
#footArrow img {
	margin-left:20px;
}
#terms {
margin-top:-18px;
font-size:10px;
color:#515710;
}
#terms a {
margin-left:10px;
margin-right:10px;
color:#515710;
}
#wrapFoot {
	width:100%;
	margin:auto;
	min-height:100%;
	position:relative;
}
#wrapper { 
	width:950px; 
	margin:auto;
	min-height:100%; 
	position:relative; 
}
#header { margin-bottom:-38px; }

#stage {
	background-image: url(images/blue_bg.jpg);
	background-repeat: repeat-x;
	padding:15px;
	background-color: #015ea1;
}
#flash {
	width:920px;
	color:#333;
	text-align:left;
}
#mainPicL {
	width:457px;
	float:left;
	}
#mainPicR {
	margin-left:457px;
	width:462px;
	background-image: url(images/mainpics/green.jpg);
	background-repeat:repeat-x;
	height:230px;
	background-position: bottom;

}
.topR {
	position:relative;
	top:-63px;
	z-index:0;

}

#bottR {
padding:0px 15px;
position:relative;
margin-bottom:-95px;
top:-74px;
color:#565c11;
}
#bottR h2 {
font-size:16px;
font-weight:normal;
color:#fff;
margin-top:7px;
margin-bottom:-5px;
}
#bottR h3 {
text-align:center;
font-size:22px;
margin-top:40px;
font-weight:bold;
}
/*//////  Content //////////////////////*/
#content {
	padding:30px 15px 90px 15px;

}
#content p {
	margin-right:20px;
}
#contain h2, #colL h2 {
display:table;
font-size:16px;
font-weight:normal;
margin-bottom:0px;
margin-top:5px;
border-bottom:1px dashed #009cdc;
}
#colL h3 {
font-size:14px;
margin:5px 0px 0px 0px;
}
#colR h2 {
font-size:14px;
font-weight:bold;
margin-bottom:2px;
margin-top:7px;
}
#colR {
float:right;
width:250px;
background:#E4F7FF;
margin:auto;
padding-bottom:10px;
}
#colR h1 {
padding:10px 0px 0px 10px;
}
#colR #dataTable2 td {
padding:1px 0px;
}
#colL {
float:left;
width:560px;
}
#dataTable td {
padding:5px 5px;
text-align:left;
}
#dataTable2 td {
padding:5px 0px;
text-align:left;
font-size:11px;
}
#dataTable2 {
width:230px;

margin:auto;
}
.oddRow {
background:#f4f4f4;
}
#dataTable2 .oddRow {
background:#ACE7FF;
}
blockquote {
margin:22px 40px;
upadding:3px;
color:#575757;
padding: 0 50px;
background: transparent url(images/blockquote.gif) no-repeat 0 0;
}
blockquote {
margin:22px 40px;
upadding:3px;
color:#333;
padding: 0 50px;
background: transparent url(images/blockquote.gif) no-repeat 0 0;
line-height:18px;
}
.author {
line-height:12px;
color:#777;
display:block;
font-size:10px;
padding-bottom:10px;
}
.sep {
border-top:1px solid #009cdc;
height:25px;
}
.firstTd {
width:265px;
}
fieldset.floatL, fieldset.actLvl {
height:80px;
border:1px solid #009cdc;
color:#555;
margin:0px 5px 30px 5px;
background:#F4FCFF;
}
fieldset.floatL2 {
float:left;
height:35px;
border:1px solid #009cdc;
color:#555;
margin:0px 5px 30px 5px;
background:#F4FCFF;
}

fieldset input {
border:1px solid #c3c3c3;
font-size:11px;
}

fieldset.calc {
border:1px solid #c3c3c3;
padding:10px 10px 15px 10px;;
width:320px;
}
.inputBox {
border:1px solid #c3c3c3;
font-size:11px;
}

.centerIt {
	text-align: center;
	vertical-align: middle;
	display: block;
}
#contain li {
margin-bottom:6px;
}
h1 {
	font-size:18px;
	color:#009cdc;
	font-weight:normal;
	margin-top:0px;
}
#contain h1, #containL h1, #colL h1, #containR h1 {
font-size:22px;
}
#containL {
	width:50%;
	line-height:18px;
	float:left;
}
#containR {
	width:50%;
	float:right;
	
}
#containR p {

width:80%;
}
/*//////  End Content //////////////////////*/



/*//////  Navigation //////////////////////*/

#menu { 
	position:relative; 
	background-image: url(images/menubg.jpg);
	background-repeat:no-repeat;
	height:38px;
z-index:10;
	
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	height:38px;
	margin-right:-5px;
}
#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li ul li a {
	height:14px;
	width:155px;
	background:#0080c0;
	text-decoration:none;
	border-bottom:1px solid #0093d3;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:4px 10px 3px 10px;
}
#nav li ul li a:hover {
	background:#004b8d;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left:auto;
	display:block;
}
#nav li ul li:hover ul, #nav li ul li.sfhover ul {
left:auto;
display:block;
left:25px;
border-left:2px solid #004b8d;
margin-top:-15px;
}
#nav li li ul li:hover ul, #nav li li ul li.sfhover ul {
left:auto;
display:block;
left:25px;
border-left:2px solid #004b8d;
margin-top:-15px;
}
#nav li ul ul {
	margin: -1em 0 0 10em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li li:hover ul ul, #nav li li.sfhover ul ul {
	display:none;
}
#nav a.home {
	background-image: none;	
	width:68px;
}
#nav a.home:hover, #nav a.homeUber {
	background-image: url(images/home_o.gif);
	width:68px;	
}
#nav a.balanced {
	background-image: none;	
	width:134px;
}
#nav a.balanced:hover, #nav a.balancedUber {
	background-image: url(images/balanced_o.gif);
	width:134px;
}
#nav a.fitness {
	background-image: none;	
	width:84px;
}
#nav a.fitness:hover, #nav a.fitnessUber {
	background-image: url(images/fitness_o.gif);
	width:84px;
}
#nav a.eating {
	background-image: none;	
	width:104px;
}
#nav a.eating:hover, #nav a.eatingUber {
	background-image: url(images/eating_o.gif);
	width:104px;
}
#nav a.tools {
	background-image: none;	
	width:73px;
}
#nav a.tools:hover, #nav a.toolsUber {
	background-image: url(images/tools_o.gif);
	width:73px;
}
#nav a.about {
	background-image: none;	
	width:81px;
}
#nav a.about:hover, #nav a.aboutUber {
	background-image: url(images/about_o.gif);
	width:81px;
}

/*//////  End Navigation //////////////////////*/



#clearit { clear:both; }

.boxLink {
	position:relative;
	top:10px;
}
.boxLink a {
	background:#009cdc;
	padding:5px 10px;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}
.boxLink a:hover {
	background:#0063a5;
}
.boxLink .yellow {
	color:#fff200;
}
.floatL {
float:left;
}
.floatR {
float:Right;
}








