/* CSS Document */
/*------------------------------------------------------------------------
Main style for cms admin area

version:	1.0
created:	2007-10-10
author:		Isaac Castillo
email:		isaac@echods.com
site:		http://www.tri-omni.com
------------------------------------------------------------------------*/

/* =General
------------------------------------------------------------------------*/
/* Remove all padding and margins */
* {
	margin: 0;
	padding: 0;
}

/* Html and body padding & margins */
html, body{
	height: 100%;
	margin: 0;
	padding: 0;	
	
	/* BUG: Fix IE6 bug */
	text-align: center;
}

body {
	/* Sizes all fonts down to 62.5% */
	font-size: 62.5%;
}

/* Remove padding & margins */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

/* Remove border images */
img {
	border: 0;
}

/* Remove styles from list items */
ul, li {
	list-style:none;
}

body {
	background: #9dcbf9 url(../images/familywellness_mainbg.jpg) top center no-repeat;	
}

/* =Typography
------------------------------------------------------------------------*/
body {
	font-family: Trebuchet MS1, Helvetica, sans-serif;
}

/* =Headings
------------------------------------------------------------------------*/
#wrapper {
	background: #f6f6f6;
	margin: auto;
	width: 900px;
}

#banner {
	background: #f6f6f6;
	float: right;
	height: 254px;
	width: 660px;
}

#banner img {
	float: left;
	padding: 0;
}

#innerwrap {
	background: #f6f6f6 url(../images/familywellness_sidebarbg.jpg) bottom left no-repeat;
	float: left;
}

.loadimages {
	height: 1px;
	left: -10px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 1px;
}

/* =Links
------------------------------------------------------------------------*/

/* =Branding
------------------------------------------------------------------------*/
#brand {
	float: left;
	height: 254px;
	width: 240px;
}

/* =Main nav
------------------------------------------------------------------------*/
#mainnav {
	background: url(../images/familywellness_topbg.jpg) repeat-x;
	float: left;
	height: 80px;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
}

#mainnav li {
	background: url(../images/familywellness_separator.jpg) right no-repeat;
	display: inline;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	margin: 35px auto auto 10px;
	padding-right: 10px;
}

#mainnav a:link {
	color: #244e79;
	text-decoration: none;
}

#mainnav  a:visited {
	color: #244e79;
	text-decoration: none;
}

#mainnav a:hover {
	color: #828282;
}

/* =Secondary nav
------------------------------------------------------------------------*/
#secondarynav {
	float: left;
	width: 244px;
}

#secondarynav ul {
	padding-bottom: 10px;
}

#secondarynav li {
	font-size: 1.3em;
	font-weight: bold;
	height: 28px;
	text-align: left;
	width: 244px;
}

#secondarynav a:link {
	background: url(../images/familywellness_left_mnubg.jpg) no-repeat;
	color: #e4f5ff;
	display: block;
	height: 21px;	
	padding: 7px 0 0 35px;
	text-decoration: none;
	width: 209px;
}

#secondarynav a:visited {
	background: url(../images/familywellness_left_mnubg.jpg) no-repeat;
	color: #e4f5ff;
	display: block;
	height: 21px;	
	padding: 7px 0 0 35px;
	text-decoration: none;
	width: 209px;
}

#secondarynav a:hover {
	background: url(../images/familywellness_left_mnubgov.jpg) no-repeat;
	color: #244e79;
}

/* =Third nav
------------------------------------------------------------------------*/

/* =Main content
------------------------------------------------------------------------*/
#maincontent {
	color: #000;
	float: right;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 15px;
	text-align: left;
	width: 626px;	
}

#maincontent p {
	margin-top: 10px;
}

#maincontent h1 {
	color: #000099;
	font-size: 1.6em;
	padding-bottom: 5px;
}

#maincontent h2 {
	font-size: 1.3em;
	padding: 10px 0 5px 0;
}

#maincontent ul {
	margin-left: 30px;
}

#maincontent li {
	list-style-type: circle;
}

#maincontent a:link {
	color: #46709c;
	text-decoration: underline;
}

#maincontent a:visited {
	color: #46709c;
	text-decoration: underline;
}

#maincontent a:hover {
	color: #9dcbf9;
	text-decoration: none;
}

/* =Secondary content
------------------------------------------------------------------------*/
#secondarycontent {
	float: left;
	width: 305px;
}

/* =Third content
------------------------------------------------------------------------*/
#thirdcontent {
	float: left;
	width: 245px;
}

/* =Footer
------------------------------------------------------------------------*/
#footer {
	background: url(../images/familywellness_footerbg.gif) top repeat-x;
	clear: both;
	color: #fff;
	font-size: 0.9em;
	height: 26px;
	margin: auto;
	padding: 3px 5px 0 0;
	text-align: right;
	width: 895px;	
}

#footer a:link {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:visited {
	color: #bdbdbd;	
	text-decoration: underline;	
}

#footer a:hover {
	color: #9fc1d6;
	text-decoration: none;
}

/* =Forms
------------------------------------------------------------------------*/

/* =Tables
------------------------------------------------------------------------*/

/* =Spare 1
------------------------------------------------------------------------*/

/* =Spare 2
------------------------------------------------------------------------*/
