/* Reset YUI Generic Styles */
body {
	background: #fff;
	font-family: verdana,arial,helvetica,clean,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
select, input, button, textarea, button {
	font-family: verdana,arial,helvetica,clean,sans-serif;
}
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
	text-decoration: underline; 
}
a:hover { 
	color: #94BA49;
	text-decoration: none;
}
a:active { 
	color: #94BA49;
	text-decoration: none;
}
#bodyWrapper {
	width: 997px;
	margin: auto;
	padding: auto;
	text-align: left;
	position: relative;
	border-left: 1px solid #a9c86d;
	border-right: 1px solid #a9c86d;
	border-bottom: 1px solid #a9c86d;	
}
/* Header
----------------------------------------------- */
#header {
	position: relative;
	background: #fff url(/images/headerBG.jpg) repeat-x left top;
	height: 162px;
	width: 997px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header #bcbsalLogo {
	position: absolute;
	top: 25px;
	left: 25px;
}
#header #behealthyLogo {
	position: absolute;
	top: 112px;
	left: 36px;
	z-index: 1;
}
#header #behealthyLogoBG {
	position: absolute;
	top: 84px;
	left: 0;
	z-index: 0;
}
#header #apple {
	position: absolute;
	top: 0;
	left: 698px;
}
#header #register p {
	font-size: 19px;
	margin-left: auto;
  margin-right: auto;
	width: 420px;
}
#header #register {
	margin: 0;
	padding: 40px 0 0 0;
}
#header #language a {
	position: absolute;
	top: 128px;
	left: 230px;
	font-size: 17px;
	font-style: italic;
	color: #000;
}
#header #guestContact {
	position: absolute;
	top: 130px;
	left: 675px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
#header #guestContact a {
	color: #000;
}
/* Main Content 
----------------------------------------------- */
#contentWrapper {
	background: #fff url(/images/contentBG.gif) top right repeat-y;
	clear: both;
	width: 100%;	
	margin: 20px 0 0 0;
	padding: 0;
}
/* Mobility Styles
----------------------------------------------- */
#skipNav {
	position: absolute;
	left: -9000px; 
	top: 0;
	z-index: 20;
}
#skipNav a:focus, #skipNav a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background: #bf0580;
	font-size: 2em;
	font-weight: bold;
	display: block;
	padding: 5px;
	width: 13em;
	text-align: center;
	position: absolute;
	left: 9260px;
}
#contentAnchor {
	position: absolute;
}
#contentAnchor a {
	text-decoration: none;
	height: 0;
}
/* Side Content 
----------------------------------------------- */
#sideWrapper {
	float: left;
	width: 280px;
	margin: 1em 0 1em 0;
	paddding: 0;
}
#sideBoxTop {
	background: #e6f8c2 url(/oe/images/sideBoxTopBG.gif) no-repeat center top;
	height: 9px;
}
#sideBoxContent {
	background: #e6f8c2;
	border-left: 3px solid #c0d694;
	border-right: 3px solid #c0d694;
	padding: 1px 15px 5px 10px;
}
#sideBoxBottom {
	background: #e6f8c2 url(/oe/images/sideBoxBottomBG.gif) no-repeat center bottom;
	height: 9px;
}
#sideBoxContent h1 {
	margin: .25em 0 .5em 0;
}
#sideBoxContent p {
	font-size: 85%;
}
#sideBoxContent a {
	font-size: 110%;
}
#sideBoxContent .container {
	padding: 0 0 0 85px;
}
#sideBoxContent .contact {
	background: #e6f8c2 url(/oe/images/sideContactBG.png) no-repeat left top;
}
#sideBoxContent .doctor {
	background: #e6f8c2 url(/oe/images/sideDoctorBG.png) no-repeat left top;
}
#sideBoxContent .healthy {
	background: #e6f8c2 url(/oe/images/sideHealthyBG.png) no-repeat left top;
}
#sideBoxContent .divider {
	border-bottom: 3px solid #c0d694;
	margin: 1.5em -10px 1.5em 0;
	width: 255px;
	height: 1px;
}
/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	background: #FFFFFF url(/newImages/footerBackground.gif) repeat-x top left;
	margin: 3px 0 0 0;
	padding: 1.5em 0 0 0;
	font-size: 80%;
}
#footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer ul li {
	background-image: url(/newImages/greenBullet.gif);
	background-repeat: no-repeat;
	background-position: .2em .5em;
	padding: 0 0 0 1em;
	display: inline;
}
#footer ul li#first {
	background-image: none;
	padding: 0;
}
#footer #copy {
	clear: both;
	text-align: center;
	margin: 1em 0;
	font-size: 90%;
}
/* Generic Classes
----------------------------------------------- */
.bigText {
	font-size: 120%;
}
.smallText {
	font-size: 90%;
}
.spacer {
	clear: both;
}
