/*************************************************************************
 AUTHOR :	Shaun Webster
**************************************************************************/

/*************************************************************************
// HTML Customizations
**************************************************************************/
html {
	margin-bottom: 1px;
	min-height: 100%;
	background: transparent;
}

body {
	background: url(../../../themes/apnea/images/layout/bg_body.png) repeat-x #ffffff;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	color: #0398d1;
	text-transform: uppercase;
}

h5 strong {
	color: #000000;
}

p {
	margin-bottom: 15px;
	line-height: 22px;
	font-size: 93%;
}

a {
	color: #0398d1;
}

/* wrapper */
.wrap {
	margin: 0 auto;
	width: 975px;
}

/* menu */
.menu {
	float: left;
	height: 33px;
}

.menu li {
	margin-top: 3px;
	font-size: 85%;
	background: url(../../../themes/apnea/images/layout/hbar_grey_dots.png) bottom repeat-x;
	float: left;
	text-transform: uppercase;
}

.menu li a {
	margin: 0 15px 0 0;
	padding: 6px 0;
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: url(../../../themes/apnea/images/layout/bullet.png) 0 8px no-repeat;
}

.menu li a:hover {
	color: #cdcdcd;
}

/* home header */
.home .header {
	background: url(../../../themes/apnea/images/layout/bg_header_home.png) #e5d8b2 top right repeat-y;
}

.home .header .banner {
	width: 625px;
	height: 255px;
}

.home .header .call_to {
	width: 291px;
	height: 255px;
	text-align: center;
}

.home .header .logo {
	margin: -33px 0 0 0;
	width: 291px;
}

.home .header .action {
	margin: 30px 0 0 0;
}

/* header */
.interior .header, .locator .header, .survey .header {
	background: url(../../../themes/apnea/images/layout/bg_header_interior.png) #e5d8b2 top right repeat-y;
}

.interior .header .banner, .locator .header .banner, .survey .header .banner {
	width: 400px;
	height: 155px;
}

.interior .header .call_to, .locator .header .call_to, .survey .header .call_to {
	width: 516px;
	height: 155px;
}

.interior .header .logo, .locator .header .logo, .survey .header .logo {
	margin: -33px 0 0 225px;
}

.interior .header .action, .locator .header .action, .survey .header .action {
	margin: 32px 0 0 0;
}

/* feature */
.feature {
	height: 75px;
	background: url(../../../themes/apnea/images/layout/bg_feature.png) repeat-y;
}

.feature .c1, .feature .c2, .feature .c3 {
	padding: 10px 0;
}

.feature .c1 {
	width: 200px;
}

.feature .c1 img {
	margin: 15px 0 0 25px;
}

.feature .c2 {
	margin-right: 10px;
	width: 475px;
}

.feature .c3 {
	width: 275px;
}

.feature .c3 img {
	margin-left: 10px;
}

.feature .c3 img.cnn {
	margin-bottom: 8px;
}

.feature h5 {
	margin-bottom: 5px;
	font-size: 85%;
	text-transform: none;
}

.feature p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 16px;
}

.feature a {
	color: #ce7b00;
}

.feature a:hover {
	color: #0398d1;
}

/* horizontal rules */
hr {
	margin: 30px 5px 30px 0;
	color: #cccccc;
	border: 0;
	border-top: 1px solid #cccccc;
}

.white_hbar {
	background: url(../../../themes/apnea/images/layout/hbar_white_gradient.png) no-repeat;
	height: 5px;
}

.blue_hbar {
	background: url(../../../themes/apnea/images/layout/hbar_blue_gradient.png) no-repeat;
	height: 5px;
}

.footer .blue_hbar {
	margin: 30px 0;
}

/* main */
.main {
	margin-top: 15px;
	float: left;
}

/* home sidebars */
.home .sidebar {
	margin-top: 15px;
	float: right;
	width: 550px;
}

.home .sidebar .c1, .home .sidebar .c2 {
	float: left;
	width: 265px;
}

.home .sidebar .c2 {
	margin: 0 0 0 20px;
}

/* sidebars */
.interior .sidebar, .locator .sidebar, .survey .sidebar {
	margin-top: 15px;
	float: left;
}

.interior .sidebar .c1, .locator .sidebar .c1, .survey .sidebar .c1 {
	width: 195px;
}

.interior .sidebar .c2, .locator .sidebar .c2, .survey .sidebar .c2 {
	margin: 0 0 0 32px;
	width: 220px;
}

/* home content */
.home .main {
	width: 410px;
}
.content {
	width: 400px;
}
/* content */
.interior .main, .locator .main, .survey .main {
	float: left;
}

.interior .main .content, .locator .main .content, .survey .main .content {
	margin: 0 0 0 32px;
	width: 490px;
}

.interior .content img, .locator .content img, .survey .content .img {
	margin: 5px 15px 5px;
}

/* content heading styles */
.home .content h1, .interior h2, .locator h2, .survey h2 {
	font-size: 123.1%;
}

.home .content h2 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 93%;
	text-transform: none;
}

.interior .header h2, .locator .header h2, .survey .header h2 {
	font-size: 167%;
	color: #ffffff;
}

.interior .content h1, .locator .content h1, .survey .content h1 {
	font-size: 138.5%;
	text-transform: none;
}

.interior .content h3, .locator .content h3, .survey .content h3 {
	margin-bottom: 15px;
	font-size: 116%;
}

.interior .content h4, .locator .content h4, .survey .content h4 {
	margin-bottom: 15px;
	padding-top: 10px;
	font-size: 108%;
	text-transform: none;
}

/* home panel styles */
.home .panel {
	margin-Bottom: 30px;
}

.home .panel p, .home .panel h4, .home .novasom h3 {
	margin: 0 0 10px 0;
	padding: 0 12px;
	line-height: 18px;
}

.home .panel p {
	font-size: 85%;
}

.home .c1 .panel h3 {
	margin: 0;
	padding: 0;
	font-size: 123.1%;
	line-height: 38px;
	display: block;
	width: 263px;
	height: 41px;
	background: url(../../../themes/apnea/images/layout/panel_top.png) no-repeat;
	text-align: center;
}

.home .c1 .panel .bottom {
	padding-top: 15px;
	width: 263px;
	background: url(../../../themes/apnea/images/layout/panel_bottom.png) no-repeat;
}

.home .c2 .panel h4 {
	font-size: 93%;
}

/* home novasom panel styles */
.home .c2 .novasom {
	min-height: 235px;
	background: url(../../../themes/apnea/images/layout/bg_novasom_system.png) no-repeat;
}

.home .c2 .novasom h3 {
	padding-top: 155px;
	color: #ce7b00;
	font-size: 108%;
	text-transform: none;
	letter-spacing: 1px;
}

.qs_button {
	margin-bottom: 25px;
	width: 150px;
}

/* sidebar styles */
.sidebar_slot {
	padding-bottom: 15px;
}

.sidebar_slot h3 {
	margin: 5px 0 5px;
}

.sidebar_slot p {
	margin-bottom: 5px;
}

/* subnav styles */
.subnav ul li {
	border-bottom: 1px solid #cccccc;
	font-size: 85%;
}

.subnav ul li.first_menu_item {
	border-top: 1px solid #cccccc;
}

.subnav ul li a {
	padding: 6px 0;
	display: block;
	color: #333333;
	text-decoration: none;
}

.subnav ul li a:hover, .subnav ul li.active_menu_item a {
	color: #0398d1;
}

/*********************************/

.content ul, .content ol, .content li {
	margin: 2px 15px 2px 15px;
	list-style-type: disc;
}

.content ul, .content ol {
	margin-bottom: 15px;
}

.content li {
	margin-bottom: 10px;
	line-height: 22px;
}

.locator_location {
	margin-bottom: 20px;
}

.nac h2, .nrp h2 {
	color: #ce7b00;
}

.nac .locator_location h4 {
	margin: 5px 0 3px 0;
	font-weight: bold;
	font-size: 108%;
}

.nrp .locator_location h4 {
	margin: 5px 0 3px 0;
	font-weight: normal;
	font-size: 108%;
	color: #000000;
}

/* orange_gradient_button */
.orange_gradient_button {
	margin: 0 0 0 12px;
	width: 247px;
	height: 31px;
	background: url(../../../themes/apnea/images/buttons/orange_gradient_bar.png) no-repeat;
	text-align: center;
}

.orange_gradient_button a {
	color: #0e3872;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 26px;
	font-size: 90%;
}

/* multimedia */
.mm .row {
	clear: both;
	margin-bottom: 15px;
}

.mm .thumb {
	width: 262px;
	height: 135px;
	float: left;
	text-align: center;
}

.mm .title {
	background: url(/themes/apnea/images/video/title_bar.png) no-repeat;
}

.mm .title h4 {
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #ffffff;
	font-size: 85%;
}

.mm .thumb a {
	padding: 17px 0 17px 0;
	display: block;
}

.mm .description {
	margin: 5px 0 0 15px;
	width: 210px;
	float: left;
}

.mm .description p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 18px;
}

/* location_entry */
.location_entry label {
	margin: 0 0 2px 1px;
	display: block;
	font-size: 100%;
}

.location_entry .flow input {
	margin-bottom: 10px;
	padding: 2px 1px;
	width: 350px;
	font-size: 85%;
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #626364;
}

.location_entry .flow textarea {
	margin-bottom: 10px;
	padding: 2px 1px;
	width: 475px;
	height: 70px;
	font-size: 85%;
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #626364;
}

.location_entry .flow select {
	margin-bottom: 10px;
	padding: 2px 1px;
	font-size: 85%;
}

/* location_entry containers */
.flow div {
	margin: 0 5px 0 0;
	float: left;
}

.first_name input, .last_name input {
	width: 200px !important;
}

.mini input {
	width: 70px !important;
}

.height_in input, .weight input, .neck_size input, .age input, .gender input {
	margin-right: 10px;
}

.suffix input {
	width: 50px !important;
}

.city input {
	margin-right: 10px;
	width: 195px !important;
}

.state select {
	margin-right: 10px;
	padding: 1px;
	width: 150px !important;
	font-size: 85%;
	color: #626364;
}

.zip input {
	width: 75px !important;
}

.phone input {
	width: 110px !important;
}

.extension input {
	margin-right: 10px;
	width: 50px !important;
}

.fax input {
	width: 150px !important;
}

.email input {
	margin-right: 10px;
	width: 200px !important;
}

.web_site input {
	width: 200px !important;
}

.specialty input {
	width: 200px !important;
}

.is_active input {
	width: 20px !important;
}

.is_active span {
	font-size: 85%;
}

.submit input {
	font-size: 85%;
	margin: 5px 0 15px 0;
}

/* #user_registration */
#user_registration label {
	margin: 10px 0 5px;
	display: block;
}

#user_registration input.mini {
	width: 70px;
}

#user_registration textarea {
	width: 750px;
	height: 60px;
}

#user_registration .flow {
	clear: both;
}

/* editable_location_list */
.editable_location_list li {
	margin-bottom: 0;
	list-style-type: none;
}

/*********************************/
  DELETE THE REMAINING CODE
/*********************************/
.page {
	margin-bottom: 10px;
}










/* .footer */
.footer {
	margin-top: 15px;
	padding-top: 5px;
	clear: both;
}

/* .copyright */
.copyright {
	float: left;
}

.copyright p {
	margin-bottom: 5px;
	color: #666666;
	font-size: 77%;
}

.copyright a {
	color: #666666;
	text-decoration: none;
}

.copyright a:hover {
	color: #111111;
}

/* .footer_menu */
.footer_menu {
	height: 22px;
}

.footer_menu li {
	float: right;
}

.footer_menu li a {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #666666;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 77%;
	text-decoration: none;
}

.footer_menu li.loginout_link a {
	border-left: 0;
}

.footer_menu li a:hover {
	text-decoration: underline;
}

/* .popular_links styles */
.content .popular_links {
	margin-bottom: 25px;
	width: 260px;
}


.content .popular_links ul, .content .popular_links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.content .popular_links ul li {
	font-size: 85%;
	margin-top: 1px;
	line-height: 18px;
}

.content .popular_links a {
	color: #ce7b00;
}

.content .popular_links a:hover {
	color: #0398d1;
}

/* survey results */
.survey_category {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #999999;
}

.survey_category p {
	margin-bottom: 15px;
	line-height: 16px;
	font-size: 85%;
}

.survey_category img {
	margin: 0 0 7px;
}

.wide_200 {
	padding: 0 0 0 15px;
	width: 200px;
}

.wide_275 {
	padding: 0 15px 0 0;
	border-right: 1px solid #999999;
	width: 240px;
}

dt, dd {
	font-size: 85%;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
}

.citation {
	font-size: 77%;
}

h6 {
	margin: 15px 0 5px;
	padding: 0;
	color: #0398d1;
	text-transform: uppercase;
	font-size: 108%;
	letter-spacing: 1px;
}

/* printable results page */
.page .results_header {
	display: none;
	visibility: hidden;
}

.page .print_button {
	margin-top: 10px;
	width: 475px;
	height: 26px;
	padding-top: 3px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: url(/themes/apnea/images/survey/button_wide.png) no-repeat;
	text-align: center;
}




#contact-pop-overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../img/overlay.png') repeat 0 0;
    display: none;
    text-align: center;
    z-index: 1000;
}

#contact-pop-panel-wrapper {
    margin: 10% auto 0 auto;
    width: 350px;
    background: #FFF;
}

#contact-pop-panel {
    min-height: 250px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
}

#contact-pop-header {
    min-height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 10px;
    background-color: #777;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

#contact-pop-header .close-overlay {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url('../img/close-overlay.png') no-repeat 1px 1px;
    overflow: hidden;
    text-indent: -2000px;
    outline: none;
}

#contact-pop-form {
}
#contact-pop-panel {
	font-size: 11px;
}
#contact-pop-panel .formItem {
    margin: 7px 20px 7px 20px;
    text-align: left;
}

#contact-pop-error {
    color: red;
    padding-bottom: 10px;
    font-size: 80%;
}

#contact-pop-panel label {
    padding: 0 10px 0 0;
    margin: 0;
    display: inline;
}

#contact-pop-panel .inputText {
    width: 200px;
    padding: 2px 5px;
}

#contact-pop-panel textarea {
    width: 300px;
    margin-top: 5px;
    padding: 5px;
}

#contact-pop-panel .close-overlay {
    font-size: 12px;
    outline: none;
}

#contact-pop-loading-gif-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
}

#contact-pop-loading-gif {
    margin: 132px auto 0 auto;
}


/****** ie6 stuff ********/

* html #contact-pop-overlay {
    background-image: url('../img/overlay-ie6.png');
    height: 100%;
    position: absolute;
}

* html #contact-pop-panel {
    height: 350px;
}

* html #contact-pop-header {
    height: 30px;
}

* html #contact-pop-header .close-overlay {
    background-image: url('../img/close-overlay-ie6.png');
}
.leftSidedirections {
	padding: 0px 5px 0px 5px;
	font-size:11px;
	line-height:13px;
}
.surveylfhalf {
	padding:0px 5px 0px 5px;
	line-height:13px;
	font-size:11px;
	width:230px;
	float:left;
}
.surveyrthalf {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 5px;
	text-align:right;
	width:230px;
	float:right;
}
.surveyHr{
	color:#999;
	background-color:#999;
	height:1px;
	margin-top:6px;
}
.lfhalfh2{
	color:#01ad52;
	font-size:12px;
}
#atRisk {
	display:block;
	background-image:url(/themes/apnea/images/home_button.png);
	width:260px;
	height:140px;
	text-decoration:none;
}

.whiteMid {
	display:block;
	padding: 17px 20px 0px 20px;
	color:#0e3872;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.darkMid {
	display:block;
	padding: 0px 10px 0px 10px;
	color:#0345a6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.whitesm {
	display:block;
	padding: 5px 0px 5px 0px;
	color:#0e3872;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bolder;
	text-align:center;
	text-decoration:none;
}
.thumb2 {
	width: 262px;
	height: 135px;
	float: left;
	text-align: center;
}
.mm2 .title {
	background: url(/themes/apnea/images/video/title_bar.png) no-repeat;
}
.mm2 .title h4 {
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #ffffff;
	font-size: 85%;
}

.goldBar {
	color:#f4c723;
	background-color:#f4c723;
	height:3px;
	margin: 0 auto;
	width:85%;
}