@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

img, hr {
	border: none;
}
body {
	background: #fff;
	font-family: Tahoma, Geneva, sans-serif;
}
a {
	color: #004b8d;
	text-decoration: none;
}
a:hover {
	color: #7fa5c6;
	text-decoration: none;
}
.clear {
	clear: both;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
h1 {
	font-size: 30px;
	color: #004b8d;
}
h2 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 8px;
}
h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 2px;
}
h4 {
	font-size: 12px;
	color: #000;
	margin-bottom: 3px;
}
h5 {
	font-size: 15px;
	color: #000;
	margin-bottom: 15px;
}
#header-container {
	width: 820px;
	height: 135px;
	margin: 0 auto;
}
#logo {
	margin-top: 28px;
	float: left;
	position: absolute;
	z-index: 100;
}
#contact {
	float: right;
	background-image: url(../images/contact.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-top: 20px;
	width: 107px;
	height: 38px;
}
#contact a {
	display: block;
	padding-top: 2px;
	font-size: 13px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}
/*Drop Down Navigation begins here*/
#main-nav {
	width: 638px;
	height: 118px;
	float: right;
}
#main-nav #nav > li {
	float: left;
	margin: 0;
	padding:0;
}
#main-nav #nav > li > p a{
	margin-top: 23px;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	padding: 0 8px 0 8px;
	vertical-align: middle;
	}
	
#main-nav #nav > li > a{
	margin-top: 23px;
	display: block;
	text-align: center;
	font-size: 14px;
	height: 36px;
	/*padding: 0 8px 0 8px;*/
	vertical-align: middle;
	}
#nav, #nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:20;
}

#nav > li:first-child > a{
	padding:0 2px !important;
	width:123px;
	white-space:nowrap;
	}
	
#nav > li:first-child + li > a{
	padding:0 2px !important;
	width:62px;
	white-space:nowrap;
	}
	
#nav > li:first-child + li + li p > a{
	padding:0 2px !important;
	width:57px;
	white-space:nowrap;
	}
	
#nav > li:first-child + li + li + li > a{
	padding:0 2px !important;
	width:57px;
	white-space:nowrap;
	}
	
#nav > li:first-child + li + li + li + li > a{
	padding:0 2px !important;
	width:81px;
	white-space:nowrap;
	}
	
#nav > li:first-child + li + li + li + li + li > a{
	padding:0 2px !important;
	width:112px;
	white-space:nowrap;
	}
	
#nav > li:first-child + li + li + li + li + li + li > a{
	padding:0 2px !important;
	width:113px;
	white-space:nowrap;
	}

#nav > li a{
	text-decoration:none;
	}
#nav > li p a{
	text-decoration:none;
	}	
	
#nav > li > p a:hover{
	color: #004b8d;
	font-weight: bold;
	padding:0 2px !important;
	}
	
#nav > li > a:hover{
	color: #004b8d;
	font-weight: bold;
	padding:0 2px !important;
	}
/*drop down begins here*/
#nav li > ul{
    list-style:none;
    margin: 0;
    position:absolute;
    top: -999em;
    left:0;
    text-align:left;
	padding:0;
	background: url(../images/dd-nav-bg.png) repeat;
	width: auto;
}

#nav li:hover > ul {
	position:absolute;
	float:left;
	left:0px;
  	top: 117px;
	left: auto;
}

/*#nav li#mright ul{
    list-style:none;
    margin: 0;
    position:absolute;
    top: -999em;
    left:auto;
	right:0;
    text-align:right;
	padding:0;
	background:url(../img/dd-nav-bg.png) repeat;
	width:auto;
	float:right;
}
#nav li#mright:hover ul{
	position:absolute;
	float:left;
	left:auto;
	right:0;
  	top: 117px;
}*/
#nav li:hover ul li a,
#nav li a:hover ul li a{
	font-size:11px;
	font-weight:normal;
  	color:#000;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:15px;
	text-transform:none;
	text-decoration:none;
}

#nav li:hover ul li:hover,
#nav li a:hover ul li:hover{
	background-image:none;
	background-color:#e9f7fe;
}

#nav li:hover ul li:hover a:hover,
#nav li a:hover ul li:hover a:hover{
	color:#000;
}
#nav ul li a{
	display:block;
	width:auto;
	}

#nav ul li a:hover{
	width:auto;
	}
#nav ul a {
  white-space: nowrap;
}
/*Navigation ends here*/

/*Top blue bkg*/
#blue-bkg {
	margin: 0 auto;
	background-image: url(../images/blue-bkg.png);
	background-repeat:repeat-x;
}
/*#white-bkg {
	background-image:url(../images/whitebkg.png);
	background-repeat: repeat-x;
}*/
#main-container {
	background-image:url(../images/lines-top.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 357px;
}
#main-content {
	width: 810px;
	margin: 0 auto;
	overflow: hidden;
}
/*End Top Blue Bkg*/

/*Begin Side Navigation*/
#sidenav {
	margin-top: 30px;
	float: left;
	width: 110px;
	padding-right: 10px;
	min-height: 50px;

}
#sidenav ul {
		list-style: none;
}
#sidenav li a {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	
}
#sidenav li a:hover {
	color: #d7fbff;
}
/*End Side Navigation*/


/*Begin Index Additions and Features*/
#report {
	position: absolute;
	z-index: 100;
	margin-top: 5px;
}
#report-inside {
	position: absolute;
	z-index: 100;
/*	margin-top: 2px;*/
	margin-left: -10px;
}
#rotation {
	width: 400px;
	height: 300px;
	float: left;
	/*background-color:#CCC;*/
}


#feature {
	float: right;
	width: 275px;
}
#news {
	width: 255px;
	height: 205px;
	background-image: url(../images/news.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 18px 15px 5px 10px;
}
#news img {
	float: left;
	margin-right: 13px;
	margin-top: 7px;
}
#news p {
	float: left;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	padding-top: 11px;
	margin-bottom:10px;
}
#news a {
	color: #000;
}
#news ul {
	clear:left;
	list-style: none;
	padding: 0;
	margin:10px 0 0 0;
}
#news li {
	border-top: solid;
	border-color: #dbdbdb;
	border-top-width: 1px;
	width: 253px;
	padding-top: 10px;
	margin-top: 10px;
	display:block;
}
#news li a {
	display: block;
	color: #142b42;
	font-size: 12px;
	line-height: 13px;
	padding-left: 25px;
	background: url(../images/arrow.png) left no-repeat;
}
#news li a:hover {
	color: #7fa5c6;
	text-decoration: none;
}
#questionnaire {
	width: 268px;
	height: 140px;
	background-image:url(../images/questionnaire.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 25px 0 0 13px;
}
#questionnaire a {
	position:absolute;
	text-indent:-2000em;
	display:block;
	font-size: 14px;
	color: #004b8d;
	text-decoration: none;
	margin-left: 162px;
	width:106px;
	height:32px;
	/*padding: 3px 34px 8px 6px;*/
	background:url(../images/continue.png) top left no-repeat;
}
#questionnaire a:hover {
	color: #7fa5c6;
	text-decoration: none;
	background:url(../images/continue.png) bottom left no-repeat;
}

#questionnaire p {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 20px;
}

input.radio {
	margin-left: 15px;
}
/*End Index Additions and Features*/

/*Begin Content Area*/
#content-index {
	width: 690px;
	margin-top: 28px;	
	margin-left: 120px;
}
#content-inside {
	width: 690px;
	margin-top: 28px;
	margin-bottom: 30px;	
	margin-left: 120px;
}
#content-box {
	width: 510px;
	background-color: #fff;
	border-color: #dedede;
	border-width: 12px;
	border-style: solid;
	min-height: 430px;
	padding-bottom: 30px;
	overflow:hidden;
}
#content-hdr {
	width: 510px;
	margin-top: 15px;
}
.content {
	width: 385px;
	margin-left: 20px;
	margin-top: 20px;
}
.content-myth-facts{
	width: 385px;
	margin-left: 20px;
	margin-top: 20px;
	min-height: 1280px;
}
.content-myth-facts p{
	font-size: 12px;
	margin-bottom: 10px;
}
.content p {
	font-size: 12px;
	line-height: 14px;
}
.content ol {
	margin-left: 5px;
}
.content li{
	font-size: 12px;
	line-height: 14px;
	margin-left: 15px;
}
#content-areas {
	width: 300px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 14px;
}
#content-areas p {
	margin-left: 10px;
	margin-bottom: 5px;
}
.content-full {
	width: 470px;
	margin-left: 20px;
	margin-top: 20px;
}
.content-full p {
	font-size: 12px;
	line-height: 15px;
}
.content-full li{
	font-size: 12px;
	line-height: 14px;
	margin-left: 15px;
}

.content-imagectr{
	float: left;
	margin-left: 30px;
	margin-right: 5px;
	margin-top: 15px;
}
.content-image-left {
	float: left;
	margin-top: -6px;
	margin-right: 10px;
	margin-bottom: 3px;
}
#content-image-right {
	background-color: #fff;
	border-color: #dedede;
	border-width: 12px;
	border-style: solid;
/*	position: absolute;
	margin-top: 155px;
	margin-left: 440px;
	z-index: 100;*/
}
#content-image-areas {
	background-color: #fff;
	border-color: #dedede;
	border-width: 12px;
	border-style: solid;
	position: absolute;
	margin-top: 155px;
	margin-left: 325px;
	z-index: 100;
}
#content-containingdiv {
	position: absolute;
	margin-top: 155px;
	margin-left: 440px;
	z-index: 100;
}

#content-containingdiv2 {
	position: absolute;
	width: 280px;
	margin-top: 475px;
	margin-left: 440px;
	z-index: 100;
}
#content-containingdiv-buttons {
	position: absolute;
	width: 219px;
	margin-top: 105px;
	margin-left: 440px;
	z-index: 100;
}
#content-containingdiv-contact {
	position: absolute;
	margin-top: 155px;
	margin-left: 465px;
	z-index: 100;
}
#content-tips {
	margin-top: 500px;
	margin-left: 415px;
	background-image: url(../images/tips.png);
	background-repeat: no-repeat;
	background-position: 5px;
	width: 275px;
	height: 160px;
	position:absolute;
	z-index: 250;
}#content-tips p {
	margin-left: 57px;
	font-size: 11px;
	line-height: 12px;
	color: #004b8d;
}
#content-tips2{
	margin-top: 430px;
	margin-left: 427px;
	background-image: url(../images/tips.png);
	background-repeat: no-repeat;
	background-position: 5px;
	width: 275px;
	height: 160px;
	position:absolute;
	z-index: 250;
}
#content-tips2 p {
	margin-left: 57px;
	font-size: 11px;
	line-height: 12px;
	color: #004b8d;
}
#content-tips3{
	margin-top: 385px;
	margin-left: 450px;
	background-image: url(../images/tips.png);
	background-repeat: no-repeat;
	background-position: 5px;
	width: 275px;
	height: 160px;
	position:absolute;
	z-index: 250;
}
#content-tips3 p {
	margin-left: 57px;
	font-size: 11px;
	line-height: 12px;
	color: #004b8d;
}
.myth {
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	margin-right: 15px;
}
.fact {
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	margin-right: 19px;
	margin-top: 3px;
}
.myth-text {
	width: 325px;
	float: left;
	font-size: 12px;
}
.fact-text {
	width: 325px;
	margin-top: 3px;
	float: left;
	margin-bottom: 15px;
	font-size: 12px;
}


/*End Content Area*/



/*Begin Content Area - links*/
#content-links {
	width: 475px;
	margin-top: 15px;
	margin-left: 20px;
}
#content-links ul {
	list-style: none;
	padding: 0;
}
#content-links li a{
	display: block;
	color: #1a171b;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	padding-left: 30px;
	background: url(../images/arrow.png) left no-repeat;
}
#content-links li a:hover {
	color: #7fa5c6;
	text-decoration: none;
}
#content-links p {
	padding-left: 30px;
	font-size: 12px;
	margin-top: -8px;
}
#contact-us {
	width: 485px;
	margin-top: 18px;
	margin-left: 15px;
	padding: 0;
}
#contact-us p{
	font-size: 12px;
	line-height: 13px;
	padding-left: 10px;
	display: block;
	float:left;
	width:382px;
}
#contact-us > a{float:left; width:92px;}

/*#cotact-us ul {
	list-style: none;
}*/
#contact-us li {
	list-style: none;
	display: block;
	font-size: 12px;
	line-height: 32px;
}
/*#contact-us li a {
	color: #000;
}*/
#contact-us li img {
	margin-right: 5px;
	vertical-align: middle;
	padding-left: -5px;
	padding-top: 3px;
	float: left;
}
/*#contact-us li a:hover {
	color: #7fa5c6;
	text-decoration: none;
}*/
.contact-us-rehab {
	width: 92px;
	float: left;
	margin-right: 5px;
	margin-top: 18px;
}
.contact-us-text {
	width:350px;
	float: left;
	margin-top: 18px;
}
.contact-us-text p{
	font-size: 12px;
	line-height: 13px;
}
#content-links-singlerht {
	margin-top: 30px;
	position:absolute;
	background-image:url(../images/links/application.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 31px;
	width: 217px;
	font-size: 13px;
	font-weight: bold;
	color: #5f5f5f;
	padding-left: 61px;
	padding-top: 12px;	
}
#content-links-singlerhths {
	margin-top: 30px;
	position:absolute;
	background-image:url(../images/links/hsapplication.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 31px;
	width: 190px;
	font-size: 13px;
	font-weight: bold;
	color: #5f5f5f;
	padding-left: 72px;
	padding-top: 11px;	
}
#content-links-top {
	margin-top: -100px;
	position:absolute;
	background-image: url(../images/links/back-to-top.png);
	background-repeat: no-repeat;
	margin-left: 460px;
	z-index: 200;
	height: 33px;
	width: 108px;
	font-size: 13px;
	font-weight: bold;
	color: #004b8d;
	padding-left: 14px;
	padding-top: 13px;
}
.content-links-button {
	margin-top: 105px;
	position:absolute;
	background-image: url(../images/links/button-go.png);
	background-repeat: no-repeat;
	margin-left: 460px;
	z-index: 200;
	height: 33px;
	width: 150px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 13px;
	padding-top: 15px;
	float: left;
	clear: left;
}
.content-links-button a {
		color: #5f5f5f;
		}
.content-buttons{
	background-image: url(../images/links/button2-go.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	width: 198px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 17px;
	margin-bottom: 10px;
	text-align: center;
}
.content-buttons a {
		color: #5f5f5f;
}
#arrow {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#arrow a {
	color: #000;
}
#arrow a:hover {
	color: #7fa5c6;
	text-decoration: none;
}
	
/*End Content Area - links*/


/*Begin contact form*/

.content-form {
	width: 450px;
	margin-left: 20px;
	margin-top: 20px;
	min-height: 665px;
}
.form-info {
	with: 150px;
	font-size: 12px;
	line-height: 13px;
	float: left;
	margin-right: 20px;
}
.form-text {
	width: 410px;
	font-size: 12px;
	line-height:13px;
	margin-top: 15px;
	float: left;
	margin-bottom: 20px;
}
.form-container {
	width: 440px;
	float: left;
}
.form-container p {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}
input.inputnormal {
	width: 275px;
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	background-color: #9bdff8;
	padding: 3px;
	margin-bottom: 7px;
}
input.inputquestions {
	width: 360px;
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	background-color: #9bdff8;
	padding: 3px;
	margin-bottom: 7px;
}
.form-left{
	float: left;
	width: 85px;
	text-align: left:
	margin-right: 10px;
	display:block;
}
.checkbox-container {
	float: left;
	margin-right: 15px;
}
/*input[type="checkbox"] {
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	background-color: #9bdff8;
}
	*/

/*End contact form*/

/*Begin Footer*/
#footer-blue {
	margin: 0 auto;
	background-color: #66cef5;
	height: 81px;
}
#footer-wht {
	background-image: url(../images/ftr-whtln.png);
	background-repeat: repeat-x;
	height: 81px;
}
#footer-container {
	background-image: url(../images/line-ftr.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 81px;
/*	margin-top: 30px;*/
}

#footer {
	position:relative;
	margin: 0 auto;
	width: 820px;
}

#footer #social{
	width:140px;
	position:absolute;
    right: 25px;
    top: 13px;
	}
	
#footer #social a{
	display:block;
	float:left;
	margin-left:15px;
	}

#footer p {
	font-size: 9px;
	text-align: center;
	padding-top: 15px;
}
/*End Footer*/


body.mceContentBody{
	background-color:#ffffff;
	}
	
.mceContentBody a{
	color: #004b8d !important;
	text-decoration: none !important;
}
.mceContentBody a:hover {
	color: #7fa5c6 !important;
	text-decoration: none !important;
}

.mceContentBody > h1:first-child + p img{
	float:left;
	margin-right: 13px;
	margin-top: 7px;
	}
.mceContentBody > h1:first-child + p + p{	
	float: left;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	padding-top: 11px;
	margin-bottom:10px;
}

.mceContentBody > h1:first-child + p + p a{	
	color:#000000 !important;
	font-weight:bold;
}

.mceContentBody > h1:first-child +  p + p + ul{
	clear:left;
	list-style: none;
	padding: 0;
	margin:10px 0 0 0;
}
.mceContentBody > h1:first-child +  p + p + ul li{
	border-top: solid;
	border-color: #dbdbdb;
	border-top-width: 1px;
	width: 253px;
	padding-top: 10px;
	margin-top: 10px;
	display:block;
}
.mceContentBody > h1:first-child + p + p + ul li a {
	display: block;
	color: #142b42 !important;
	font-size: 12px !important;
	line-height: 13px !important;
	padding-left: 25px;
	background: url(../images/arrow.png) left no-repeat !important;
}
.mceContentBody > h1:first-child + p + p + ul li a:hover {
	color: #7fa5c6 !important;
	text-decoration: none !important;
}
