html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd,  ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
hr {
	border: none;
	border-top: 1px solid #ccc;
}
ul {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

a {
	text-decoration: none;
}

body {
	line-height: 1;
	font: normal 13px Arial, Helvetica, sans-serif;
	background-color: white;
	height: 100%;
	
	background-image: url(/images/spots_long.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment:fixed;
	
}
h1 {
	color: #959B1E;
	font-size: 16px;
	padding: 1em 0 1em 0;
}
h2 {
	color: #959B1E;
	font-size: 16px;
	padding: 1em 0 0 0;
}
h3 {
	color: #003265;
	font-size: 13px;
	padding: 1em 0 0 0;
}
h4 {
	color: #003265;
	font-size: 13px;
	font-style:italic;
	padding: 0 0 1em 0;
}

#header {
	margin: auto;
	width: 782px;
}

#content-outer {
	margin: auto;
	width: 790px;
	background-image: url(/images/cbg.gif);
	background-position: 50% 0%;
	background-repeat: repeat-y;
	clear:both;
}

#content-inner {
	padding: 0 15px 0 15px;
	line-height: 1.5em;
}

#content-shadow {
	background-image: url(/images/bg_bottom_grey.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 40px;
	margin: 0 15px 0 15px;
}
#content-bottom {
	background-color: transparent;
	background-image: url(/images/shadow.gif);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	clear: both;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
	width: 786px;
}

#footer {
	clear:both;
	margin: 0 15px 0 15px;
	line-height: 41px;
	height: 41px; 
	background-image: url(/images/m_bg_lblue.jpg);
	text-align: center;
	color: #003265;
	font-size: 18px;
	font-style:italic;
}

#footer-left {
	line-height: 1em;
	font-size: 12px;
	width: 50%;
	float: left;
	color: #555;
	font-style:normal;
	text-align: left;
	vertical-align: middle;
}
#footer-left strong {
	color: #003265;
	font-weight: normal;
}
#footer-left p {
	margin: 5px;
}
#footer-left img {
	display: block;
	float: left;
	margin: 0 2px 0 2px;
	padding: 0;
}

#footer-middle {
	float: left;
	width: 3px;
	background-image: none;
	background-color: white;
}
#footer-right {
	width: 45%;
	float: left;
}


/* Menu style */

#menu {
	margin: auto;
	width: 760px;
	clear: both;    
	padding-left:1px;
}
#menu li, #menu ul  {
	margin-left: 0;
	list-style: none;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#menu li {
	float: left;
	position: relative;
	z-index: 110;
	background-image: url(/images/mi.gif);
	width: 150px;
	margin-right: 2px;
}

#menu li:hover,#menu li.over {
	/*background-color: #4c4c4c;*/
	background-image: url(/images/mi_s.gif);
}

#menu li a {
	color: #000071;
	font-size: 100%;
	font-weight: bold;
	text-align:center;
	display: block;
	padding: 7px;
	text-decoration: none;
}

#menu li:hover a, #menu li.over a {
	color: #000071;
	
}

#menu li ul {
	display: none;
	position: absolute; 
	top: 2.3em;
	left: 0;
	background-color: #4c4c4c;
	color: white;
}

#menu li ul li {
	/*
	border-top: 1px solid #7b8895;
	border-right: 1px solid #41474e;
	border-bottom: 1px solid #41474e;
	border-left: 1px solid #606a74;
	*/
	display: block;
	float: none;
	width: 151px;
	margin: 0px;
	text-transform: none;
	font-weight: normal;
	
	background-image: none;
	background-color: rgb(245,242,204);
}

#menu li ul li a {
	color: white;
	text-decoration: none;
	display: block;
	height: 1em;
	padding: 10px;
	
}

/* Fix for ie link height issue */
#menu li ul li > a {
	height: auto;
}

#menu li > ul {
	top: auto;
	left: auto;
}

#menu li:hover ul,#menu li.over ul{ display: block; }

#menu li ul li:hover,#menu li ul li.over {
	background-color: rgb(214,216,163);
	background-image: none;
	/*
	border-top: 1px solid #41474e;
	border-right: 1px solid #41474e;
	border-bottom: 1px solid #6c757e;
	border-left: 1px solid #606a74;
	*/
}
#submenu {
	position:relative;
	margin: auto;
	width: 790px;
	background-image: url(/images/cbg.gif);
	background-position: 50% 0%;
	background-repeat: repeat-y;
	clear: both;
	height: 41px;
	padding-left: 30px;
}

#submenu a, #newsletter-link {
	display: block;
	float: left;
	width: 188px;
	height: 35px;
	line-height: 35px;
	background-image: url(/images/m_bg_green.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 3px 3px 3px 0;
	/*
	border-left: 1px solid #959d24;
	border-top: 1px solid #959d24;
	border-right:1px solid #e4e5bb;
	border-bottom:1px solid #e4e5bb;
	*/
}
#submenu a:hover {
	background-image: url(/images/m_bg_green_s.jpg);
	/*
	border-left: 1px solid #d6d79e;
	border-top: 1px solid #d6d79e;
	border-right:1px solid #6d7313;
	border-bottom:1px solid #6d7313;
	*/
}
#submenu a.selected {
	background-image: url(/images/m_bg_green_sl.jpg);
}

#submenu a#newsletter-link.selected {
	background-image: url(/images/m_bg_blue_sl.jpg);
}

a#newsletter-link {
	width: 187px;
	background-image: url(/images/m_bg_blue.jpg);
}
a#newsletter-link:hover {
	background-image: url(/images/m_bg_blue_s.jpg);
}

.funnel {
	display: block;
	background: url(/images/m_bg_grey_white.jpg) repeat-x 50% 0%;
	color: #555;
	float: left;
	font-size: 13px;
	height: 170px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	padding-top: 1em;
	width: 188px;
	line-height: 1.3em;
}
.funnel li {
	margin-left: 40px;
	margin-bottom: 0.5em;
}
.funnel li a {
	color: #555;
}

#rightbar {
	background-color: #929493;
	padding: 0.5em;
	color: white;
	float: left;
	height: 162px;
	width: 174px;
	overflow: hidden;
	line-height: 1.3em;
}
#disclaimer {
	width: 330px;
	margin: auto;
	padding: 5px;
	margin-top: 15px;
	text-align: center;
	color: #CCC;
	background-color: white;
}
#disclaimer a  {
	color: 	#CCC;
}

a#login-link, a#login-link:hover{
	background: url(/images/loginArrow.gif) top left no-repeat;
	width: 170px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	z-index: 100;
	left: 600px;
	top: -39px;
	text-align: left;
	font-size: 1.4em;
	padding-left: 20px;
}
#onecolumn {
	clear: both;
	padding: 0.5em 1em 0.5em 1em;
	line-height: 1.5em;
}

#onecolumn p {
	margin-bottom: 1em;
}
#onecolumn ul {
	margin-left: 2em;
}

#leftcolumn {
	float:left;
	width: 550px;
	clear:both;
	padding: 0.5em 1em 0.5em 1em;
	line-height: 1.5em;
}

#leftcolumn p {
	margin-bottom: 1em;
}
#leftcolumn ul {
	margin-left: 2em;
}
#rightcolumn {
	margin:0;
	float: left;
	width: 170px;
	color: #222;
	background-color: #f5f5f5;
	padding: 5px;
	padding-top: 2em;
}
#rightcolumn p {
	color: #003265;
	margin-bottom: 1em;
	padding: 0.5em;
}
#rightcolumn img {
	display: block;
	margin: auto;
}

ul.ManagementTeam, #leftcolumn ul.ManagementTeam {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.ManagementTeam li {
	list-style: none;
	margin: 1em 0 1em 0;
	padding: 0;
	display: block;
}

table.greenItem, table.greenItem3col {
	border-left: 10px solid #959B1F;
	border-top: 1px solid #959B1F;
	border-bottom: 1px solid #959B1F;
	border-collapse: collapse;
}

table.greenItem3col td {
	width: 30%;
	padding: 1em;
}

table.greenItem3col td.middleCol {
	background-color: #eae9d5;
}

table.orangeItem {
	border-left: 10px solid #CC8F2E;
	border-top: 1px solid #CC8F2E;
	border-bottom: 1px solid #CC8F2E;
}

table.redItem {
	border-left: 10px solid #C41C35;
	border-top: 1px solid #C41C35;
	border-bottom: 1px solid #C41C35;
}
table.lightGreenItem {
	border-left: 10px solid #39A446;
	border-top: 1px solid #39A446;
	border-bottom: 1px solid #39A446;
}
table.grayItem {
	border-left: 10px solid #B2B4B4;
	border-top: 1px solid #B2B4B4;
	border-bottom: 1px solid #B2B4B4;
}

table.blueItem {
	border-left: 10px solid #90B8D7;
	border-top: 1px solid #90B8D7;
	border-bottom: 1px solid #90B8D7;
}


table.specialItem {
	border-collapse: collapse;
	margin: 0 1em 0 1em;
	padding: 0px;
}
table.specialItem ul {
	margin-left: 2em;
}
table.specialItem td {
	
	vertical-align: top;
	background-color: white;
	padding: 1em;
}
table.specialItem td.rightCol {
	width: 20%;
	background-color: #eae9d5;
	padding-top: 4em;
	text-align: center;
}

table.specialItem td.rightCol p {
	margin: 1em 0 1em 0;
	font-weight: bold;
}

table.specialItem h3 {
	font-size: 16px;
}


blockquote {
	color: #003265;
	font-style: italic;
}
blockquote strong {
	display: block;
	font-style: normal;
}

#startQuestionaire {
	border: 1px solid #CC8F2E; 
	border-left: 20px solid #CC8F2E; 
	float: left;
	display: block;
	width: 180px;
	padding: 1em;
	height: 354px;
}
#startQuestionaire h3 {
	color: #959b1e; 
	font-size: 18px;
	margin-top: 0;
	padding-top: 0.5em;
	font-weight: bold;
}
#startQuestionaire label {
	display: block;
}
#startQuestionaire input {
	display: block;
	width: 150px;
}
#startQuestionaire .button {
	margin-top: 0.5em;
	margin-left: 2px;
	display: block;
	padding: 2px;
	width: 150px;
	font-weight: bold;
}

#myhealth {
	border: 1px solid #003265; 
	border-left: 20px solid #003265; 
	float: left;
	display: block;
	width: 180px;
	padding: 1em;
	margin-left: 10px;
	height: 265px;
}
#myhealth h3 {
	color: #003265; 
	font-size: 14px;
}

#myhealth .button {
	margin-top: 0.5em;
	margin-left: 2px;
	display: block;
	padding: 2px;
	width: 150px;
	font-weight: bold;
}

#mychallenge {
	border: 1px solid #959b1e; 
	border-left: 20px solid #959b1e; 
	float: left;
	display: block;
	width: 180px;
	padding: 1em;
	margin-left: 10px;
	height: 265px;
}
#mychallenge h3 {
	color: #CC8F2E; 
	font-size: 14px;
}

#mychallenge .button {
	margin-top: 0.5em;
	margin-left: 2px;
	display: block;
	padding: 2px;
	width: 150px;
	font-weight: bold;
}

#helpSection {
	margin-top: 0.5em;
	border: 1px solid #C41C35; 
	border-left: 20px solid #C41C35; 
	float: left;
	display: block;
	width: 430px;
	padding: 0.5em 0.5em 0 0.5em;
	margin-left: 10px;
	height: 75px;
}
#helpSection h3 {
	font-size: 18px;
	font-weight: bold;
}
#helpsection p {
	margin-bottom: 0;
	padding-bottom: 0;
}





/* Homepage Sliding images*/
#feature {
	clear:both;
	
	background-color: #eff1f5;
}

#feature-container {
	margin: auto;
	text-align:center;
	width: 786px;
	height: 244px;
	background-image:url(/images/ibg.gif);
	background-position: 50% 0%;
	background-repeat: repeat-y;
	background-color: white;
	position: relative;
}

#featureImage {
	padding:0;
	outline: 0;
	margin-left: 12px;
	float:left;
}

/* Taken from tutorial at http://www.sohtanaka.com/web-design/automatic-image-slider-w-css-jquery/ */
.main_view {
	float: left;
	position: relative;
}
.window {
	left: 12px;
	width: 760px;
	height: 244px;	
	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;}

.paging {
	position: absolute;
	left: 470px; top: 207px; 
	width: 10em; height:2.5em;
	z-index: 100;
	text-align: center;
	line-height: 40px;
	display: none;
}
.paging a {
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
	color: #aaa;
	background-color: #003265;
	background-image: url(/images/m_bg_blue_s.jpg);
	background-repeat: repeat-x;
	/*border: 3px solid white;*/
}
.paging a.active {
	font-weight: bold;  
	color: white;
}
.paging a:hover {
	font-weight: bold;
	color: white;
}
