/*
Name: Protoytpe Layout CSS
Creative by: Rise Creative Group
Date modified: 2/5/08
------------------------------------*/

/*  Reset all CSS 
------------------------------------*/
	
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background: transparent; }




/* Base style
------------------------------------*/

body {
	padding: 0;
	margin: 0;
	background: url(/images/universal/top-bg.png) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif !important;
	}


/* Things to hide
------------------------------------*/

#comment {
	display: none;
}

.hide {display: none !important;}


/* Button Class
------------------------------------*/

a.button {
	background: url(/images/home/button-trans.png) left top no-repeat		;
	height: 41px !important;
	width: 246px;
	color: #fff !important;
	display: block;
	text-decoration: none;
}

a:hover.button {
	background: url(/images/home/button-trans.png) left bottom no-repeat		;
	color: #55466d !important;	
}

a.button span { padding-top: 15px !important; padding-right: 15px !important; padding-left: 15px !important; display: block; font-size: 12px;font-weight: bold; height: 34px !important; width: 235px !important;}





/* Container
------------------------------------*/
#container {
	width:978px; 
	padding: 0;
	margin: 0 auto;
	position: relative;

	}
	
#top_border {width: 100%; height: 10px; background: #333;}



/* Header
------------------------------------*/

#header * {
	margin: 0px;
	padding: 0px;
}


#header {
	position: relative;
	top: 0px;
	height: 161px;
	background: url(/images/universal/header.png) left top no-repeat;
	width: 978px;
	clear: both;
	border-bottom: #7f6d93 solid 1px;
	}
	

#header h1 a {
	display: block;
	width: 185px;
	height: 70px;
	top: 26px;
	left: 14px;
	position: absolute;
	z-index: 2;
}


/* Prototype placeholders
------------------------------------*/

.imgholder {
	background:url(/images/slant.gif);
	border:#999999 2px solid;
	margin: 10px;
	text-align:center;
	vertical-align:middle;
}

.imgholder span {
	background:#999999;
	color:#FFFFFF;
	margin: 10px;
	display:block;
}
.formholder {
	background:url(/images/blue_slant.gif);
	border: #003366 2px solid;
	margin: 10px;
	text-align:center;
	vertical-align:middle;
}

.formholder span {
	background:#003366;
	color:#FFFFFF;
	margin: 10px;
	display:block;
}

.infoholder {
	background:url(/images/yellow_slant.gif);
	border: #FFCC00 2px solid;
	margin: 10px;
	text-align:center;
	vertical-align:middle;
}

.infoholder span {
	background: #FFCC00;
	color: #000000;
	margin: 10px;
	display:block;
}

.info_pop {
	width: 400px;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #666;
}

.info_pop th {
	background-color: #666;
	text-align:left;
	height:10px;
	color: #fff;
}

.info_pop_highlight {
	background-color: #fff;
}


/* Navigation
------------------------------------*/


#auxiliary_nav li {
	position: absolute;
	width: 103px;
	height: 36px;
	z-index: 3;
}

#auxiliary_nav li.l1 {
	top: 60px;
	right: 263px;
}

#auxiliary_nav li.l2 {
	top: 60px;
	right: 134px;
}

#auxiliary_nav li.l3 {
	top: 60px;
	right: 6px;
}


#header {position: relative;}

#header ul {
	list-style: none;
}

#header ul li a {
	display: block;
	float: left;
	text-decoration: none;
	
}

#header ul li a:hover {
	text-decoration: underline;
}

#nav * {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}

#nav {margin-left: auto;margin-right: auto;}

#nav {
	position: absolute;
	z-index: 5;
	top: 110px;
	left: 0px;
	width: 968px;
	margin-left: 10px;
}



#nav a {
	padding-left: 17px;
	padding-right: 17px;
	height: 50px;
	color: #e0d5f1;
	font-size: 13px;
	font-weight: bold;
}


#nav a span {
	display: block;
	position: relative;
	top: 18px;
}

#nav a:hover , body.l1 #nav li.l1 a , body.l2 #nav li.l2 a , body.l3 #nav li.l3 a , body.l4 #nav li.l4 a , body.l5 #nav li.l5 a , body.l6 #nav li.l6 a , body.l7 #nav li.l7 a , body.l8 #nav li.l8 a {
	text-decoration: none;
	background: url(/images/universal/bg-hover.jpg) repeat-x;
	border-right: #8f76ba 1px solid;
	border-left: #8f76ba 1px solid;
	padding-left: 16px;
	padding-right: 16px;
	color: #fff;
}


#secondary_nav {
	position:absolute;
	z-index: 3;
	top: 4px;
	right: 0px;
	width: 300px;
}

#secondary_nav img {
	display: block;
}


#secondary_nav li a {
	padding-left: 10px;
	padding-right: 10px;
}

#secondary_nav li.l3 a {
	display: block;
	width: 119px;
	height: 29px;
	background: url(/images/universal/symptom-btn-trans.png) left top no-repeat;
}
#secondary_nav li.l3 a:hover {
	background: url(/images/universal/symptom-btn-trans.png) left bottom no-repeat;
}

#secondary_nav a span {
	top: 7px;
	display: block;
	position: relative;
}

#secondary_nav a {
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: #fff;
	height: 30px;
}




/* Features
------------------------------------*/

#feature * {list-style: none;}

#feature * {
	margin: 0px;
	padding: 0px;
}


#slides {background: url(/images/home/slide-bg.jpg) left -8px no-repeat !important; width: 687px; height: 372px;}

#slides div {
	width: 687px;
	height: 382px;
	position: absolute;
	z-index: 1;
	top: -9px;
}

#slides .txt {
	position:absolute;
	width: 467px;
	height: 58px;
	left: 35px;
	top: 308px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

.slide1 {
	background:url(/images/home/slide1.jpg) no-repeat;
	}
	
.slide2 {
	background:url(/images/home/slide2.jpg) no-repeat;
	}
.slide3 {
	background:url(/images/home/slide3.jpg) no-repeat;
	}
.slide4 {
	background:url(/images/home/slide1.jpg) no-repeat;
	}		
	


#feature {
	width: 978px;
	height: 372px;
	margin: 0;
	padding: 0;
	position: relative;
}

#menu a span {
	padding-top: 8px;
	text-align: center;
	display: block;
	width: 29px;
}

#menu a { 
	font-weight: normal;
	display: block;
	height: 33px;
	width: 29px;
	margin-right: 4px;
	float: left;
	background: url(/images/home/feature-btn-trans.png) left bottom no-repeat;
	text-decoration: none;
}

#menu a:hover , #menu a.activeSlide { 
	background: url(/images/home/feature-btn-trans.png) left top no-repeat;
	color: #c8c7c7;
}

#menu {z-index: 6; position: absolute; top: 32px; left: 569px; }


#feature a {color:#ccc;}

.subpage #feature * {
	margin: 0px;
	padding: 0px;
}

.subpage #feature {
	margin-top: -1px;
	width: 978px;
	height: 101px;
	padding: 0;
	background: url(/images/universal/subpage-top-bg.jpg) no-repeat;
}

.subpage #feature h1 {
	font-size: 38px;
	color: #cab8e3;
	font-weight: normal;
	padding: 28px 0 0 28px;
	}



#intro_text {
	float: left;
	padding: 35px 15px 5px 15px;
	width: 550px;
	color: #fff;
	}
	
#intro_context { 
	float: left;
	width: 292px;
	height: 374px;
	position: absolute;
	right: 0px;
	top: -1px;
	background:url(/images/home/intro_context-bg.jpg) left top no-repeat ;
 }

#intro_context ul {
	margin-top: 165px;
} 
 
#intro_context a.button {
	margin-left: 30px;
	margin-bottom: 8px;
}
 
 
 /*
#intro_context li a { background:url(/images/home/intro_context-bg.jpg) no-repeat; position: absolute; left: 0px; height: 42px; width: 292px; display: block;}
 
#intro_context li.l1 a {top: 157px;background-position: 0px -157px;}
#intro_context li.l2  a {top: 208px;background-position: 0px -208px;}
#intro_context li.l3 a { top: 259px;background-position: 0px -259px;}
#intro_context li.l4 a {top: 310px;background-position: 0px -310px;}
	
	
#intro_context li.l1 a:hover {background-position: -292px -157px;}
#intro_context li.l2  a:hover {background-position: -292px -208px;}
#intro_context li.l3 a:hover {background-position: -292px -259px;}
#intro_context li.l4 a:hover {background-position: -292px -310px;}
	
*/
 
 #intro_context h2 {color: #ccc;}
 
#feature h1 {
	color: #fff;
	}
	
#feature_search_holder {
	float: right;
	background: #333; 
	padding: 15px;
	margin: 25px 25px 0 0;
	width: 475px;
	color: #fff;
	}
	
 #feature_search_holder a, #feature_search_holder a:visited, #feature_search_holder a:active {
	color: yellow;
	}
	
#feature_products_holder {
	height: 170px;
	background: #999;
	padding-left: 18px;
	}

#feature_products_holder h2 {
	margin: 0;
	padding: 10px 0 0 0;
}

.ad {
	float: left;
	margin: 10px 15px 10px 15px;
	width: 140px;
	height: 115px;
	background: #ccc;
	}
	
.thumb{
	float: left;
	margin: 10px 15px 10px 15px;
	width: 54px;
	height: 50px;
	background: #ccc;
	}



/* Get Started
------------------------------------*/

.get-started-wrap {
margin-top: 20px;
	background:url(/images/get-started/get-started-bg.jpg) left 10px no-repeat;
	width: 978px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

.get-started-wrap .col h2 {
	position: absolute;
	top: 0;
	font-size: 15px;
	left: 20px ;	
	color: #5C3896;
}

.get-started-wrap .col p {
	position: relative;
	display: block;
	width: 183px;
	top: 10px;
	left: 10px ;
}

.get-started-wrap .col {
	position: relative;
	background: none !important;
}

.get-started-wrap .col a {
	text-decoration: none;
	color: #5C3896;
}

.get-started-wrap .c1 {width: 300px;}
.get-started-wrap .c2 {width: 300px;}
.get-started-wrap .c3 {width: 300px;}


.get-started-wrap .col a.link {
	background:transparent url(/images/home/learn-more-btn-trans.png) no-repeat scroll 0 0;
	display:block;
	height:30px;
	left:-1px;
	position:absolute;
	top:97px;
	width:123px;
}







#get_started {background: #ccc; padding: 30px; text-align: center;}


.featured_product {
	float: left;
	margin: 10px 0 10px 35px;
	width: 160px;
	height: 115px;
	background: #ccc;
	}
	
/* Search
------------------------------------*/

#search {
	
}

	
/* Form styles 
-------------------------------------*/	


/* Content
------------------------------------*/

#content {
	width:978px;
	padding-bottom: 40px;
}
	
#content-home {
	width:978px;
	background:url(/images/home/col1-bg.jpg) no-repeat;
}	

#content-home div.news h2 {
	color: #5c3896;
	font-size: 15px;
	margin-top: 40px;
	margin-left: 23px;
}

#content-home div.teaser h2 , #content-home div.teaser2 h2 {
	color: #5c3896;
	font-size: 15px;
	position: absolute;
	top: 40px;
	left: 20px;
}



#content-home div.teaser h2 {
	left: 15px;
}

	
.highlight {background: #ccc; padding: 5px 8px 5px 8px;}

.bio_photo {
	float: left;
	padding: 0 20px 0 0;
}

.bio_photo_col {
	float: left;
	width:192px;
	padding: 20px 10px 10px 10px;
}

.bio_copy_col {
	float: left;
	width: 450px;
	padding: 0 10px 10px 10px;
}


/* List Styling
------------------------------------*/

div#main_col li {
	
	list-style: none;
	display: block;
	margin-bottom:10px;
	margin-left:-20px;
	padding-left:20px;
	background: url(/images/universal/bullet.gif) left 3px no-repeat;
}


/* Columns
------------------------------------*/

#full_col {
	width: 900px;
	margin: 0;
	padding: 18px 10px 12px 10px;
	}

#main_col {
	float: left;
	width: 690px;
	margin: 0;
	padding: 25px 40px 0 40px;
	position: relative;
}

#split_col1 {
	float: left;
	width: 640px;
	margin: 0;
	padding: 18px 18px 20px 15px;
}

#split_col2 {
	float: right;
	width: 325px;
	margin: 0;
	padding: 18px 18px 100px 30px;
}

#sub_col {
	float: left;
	width: 196px;
	display: block;
	 min-height: 410px;
	 height: auto !important;
	 height: 410px;
	background: url(/images/universal/sub-col-bg.jpg) top right no-repeat;
	padding-top: 20px;
	
}

#sub_col .sub_col {
	margin-bottom: 35px;
}

body.l6 #sub_col {padding-left: 0px; padding-top: 30px;}

body.l6 #sub_col ul {padding-bottom: 10px;}
body.l6 #content {}
body.l6 ul.blogroll , #linkcat-2 , #rss-links , #meta , .entry-meta {display: none;}


.context_box {padding: 12px; padding-bottom: 0px; padding-top: 20px; font-size: .85em; clear:both; position: relative; display: block;}


.context_box h3 a {color: #333}

#sub_col div.wrap {
	background: url(/images/universal/subcol-wrap-bg.png) top right repeat-y;
	margin-right: 2px;
	padding-bottom: 25px;
	border-bottom:1px solid #ccc;
} 

#sub_col ul {padding: 0; margin: 0 0 0px; list-style: none;}

#sub_col li a:hover {}

#col_left {
float: left;
	width: 220px;
	margin: 0;
	padding: 20px 20px 0 40px;
	}

#col_center {
float: left;
	width: 350px;
	margin: 0;
	padding: 20px 0 0 20px;
}

#col_right {
float: right;
	width: 210px;
	margin: 0;
	padding: 20px 40px 0 0;
	}
	
div.col {
	width: 280px;
	margin: 0;
	float: left;
	padding: 10px;
	background-color: #fff !important;
	}
	
.faq_box {background: #ddd; font-size: .85em; margin-left: 22px;}

.teaser {
	width: 331px;
	float: left;
	height: 249px;
	}
	
.teaser, .teaser2 {
	position: relative;
}	
.teaser .txt{
	position: absolute;
	left: 17px;
	top: 55px;
	width: 188px;
	height: 51px;
}	

.teaser2 .txt{
	position: absolute;
	left: 20px;
	top: 55px;
	width: 188px;
	height: 51px;
}	

.teaser a , .teaser2 a{
	position: absolute;
	display: block;
	width: 123px;
	height: 30px;
	left: 13px;
	top: 173px;
}
	
.teaser2 {
	width: 355px;
	float: left;
	height: 249px;
}	

body.home .teaser a {
	background:url(/images/home/learn-more-btn-trans.png) no-repeat;
}

body.home .teaser2 a {
background:url(/images/home/learn-more-btn-trans.png) no-repeat;

}
	
.news {
	width: 292px;
	float: left;
	height: 249px;
}	

.news .txt {
	left: 712px;
	top: 605px;
	position: absolute;
	width: 255px;
	height: 100px;
}
.news ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.news ul a {
	font-size: 13px;
	text-decoration: underline;
	color: #6332a7;
	padding-bottom: 7px;
	display: block;
}
	
#physician-offices .teaser { width: 233px; height: auto;}

#physician-offices .teaser a { display: block; position: static; clear: both; width: 233px; height: 111px;}



.teaser ul {padding: 0; margin: 8px 0 0 0;}

.teaser li {list-style: none;}

.teaser li a, .teaser li a:visited {display: block;}


.subpage .teaser {
	width: 280px;
	height: 150px;
	float: left;

	padding-right: 14px;
	}

.subpage #content {
	min-height:400px;
	height: auto !important;
	height: 400px;
	
}	
	
#ad_holder {
	float: right;
	width: 160px;
	margin: 2px 0 0 0;
	padding: 18px 18px 12px 6px;
	background-color: #D3D3D3;
	border-color: #666;
	border-width: 1px;
	display: block;
}
	
#extras_holder , .extras_holder {
	background: url(/images/home/newsletter-bg.jpg) top center no-repeat;
	}

.extras_holder p {
	color: #fff;
	line-height: 20px;
	font-size: 12px;
}
	
	
	
.newsletter {
	width: 250px;
	float: left;
	padding: 18px 0 10px 0;
	position:relative;
	}
	
.email_signup {
	width: 515px;
}
	
div.newsletter h3 {
	color: #bea6e3;
	font-size: 18px;
	top: 35px;
	font-weight: normal;
	left: 15px;
	font-size:  18px;
	width: 500px;
}	

div.newsletter span.name-txt {
	left: 15px;	
	top: 93px;
	position: absolute;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
}

div.newsletter span.email-txt {
	left: 302px;
	top: 93px;
	position: absolute;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
}




.newsletter a {
	position: absolute;
	left: 195px;
	top: 67px;
}



/*	
.newsletter a {
	display: block;
	width: 251px;
	height: 39px;
	position: absolute;
	left: 441px;
	top: 67px;
	background: url(/images/home/tell-friend-btn-trans.png) no-repeat;
}
	
*/

.newsletter * {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 10px;
	
}

.newsletter table td {
	padding: 5px;
}

.newsletter #name {
	position: absolute;
	width: 178px;
	height: 17px;
	padding: 5px;
	left: 80px;
	top: 87px;
	background:url(/images/home/textfield-bg-trans.png) no-repeat;
}

.newsletter #email {
	position: absolute;
	width: 178px;
	height: 17px;
	padding: 5px;
	left: 367px;
	top: 87px;
	background:url(/images/home/textfield-bg-trans.png) no-repeat;
}	

.newsletter #sendsignup {
	position: absolute;
	width: 71px;
	height: 29px;
	left: 576px;
	top: 87px;
	background:url(/images/home/submit-btn-trans.png) no-repeat;
	cursor: pointer;
}

.newsletter form {
	color: #fff;
}
	
.quick_links ul {margin: 0; padding: 0;}

.quick_links li {list-style: none; margin: 0; padding: 0;}

.quick_links li a, .quick_links li a:visited {display: block; padding: 15px 5px 15px 15px; background: #ddd; border: 1px solid #ccc; margin-bottom: 5px;}

.quick_links li a:hover {background: #ccc;}
	
#pagination-digg{border:0; margin:0 auto; padding:0; width: 500px}

#pagination-digg li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
}
#pagination-digg a{
	border:solid 1px #9aafe5;
	margin-right:2px;
}
#pagination-digg .previous-off,
#pagination-digg .next-off {
	border:solid 1px #DEDEDE;
	color: #888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
	}
#pagination-digg .next a,
#pagination-digg .previous a {
	font-weight:bold;
}
#pagination-digg .active{
	background:#2e6ab1;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
	}
#pagination-digg a:link,
#pagination-digg a:visited {
	color:#0e509e;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination-digg a:hover{
	border:solid 1px #0e509e
}


#sort_products {
	float: right;
	background: #dddddd;
	color: #111;
	padding: 10px;
	margin: -28px 0 0 0;
	}
	
.contact_button {padding: 6px; background: #ccc; font-weight: bold; float: right;}

.contact_button a, .contact_button a:visited {color: #666666; font-size: .9em;}



/* Miscellaneous
------------------------------------*/

.center {
	text-align:center;
}

.right {
	float: right;
	margin-right: -10px;
	margin-top: -15px;
}

.left {
	float: left;
	}

.clear {
	clear: both;
}

img {
	border: 0;
	}
	
.alert {
	color: #CC0000;
	font-weight: bold;
}

.note {
	text-transform: uppercase;
	color: #ccc;
}

.highlight {
	background-color: #ffcc99;
}

/* Tables
------------------------------------*/
	
.tabular {
	width: 100%;
	background-color: #d0c9db;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-top: 10px;
}	
	
.tabular th {
	background-color: #9c8bb8;
	text-align:left;
	height:10px;
	color: #fff;
}

.tabular th a {
	color: #FFFF00;
	}

.tabular_highlight {
	background-color: #eee;
}


/* Footer
------------------------------------*/

.footer *{
	margin: 0px;
	padding: 0px;
}

.copyright {
	padding-top: 5px;
	font-size: 10px;
	color: #c4b2e0;
}

.copyright a {
	font-size: 10px;
	color: #c4b2e0;
}



.footer {
	width: 100%;
	clear: both;
	height: 235px !important;
	display: block;
	background: url(/images/universal/bottom-repeat.png) repeat-x;
	margin-top: 0px !important;
}	


#extras_holder , .extras_holder {
	width: 100%;
	background-color: #151314;
	clear: both;
	height: 161px;
	margin-bottom: 0px !important;
}

#extras_holder .wrap , .extras_holder .wrap {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
}

#site_information {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-top: 20px;
	width: 958px;
	list-style: none;
	list-style-type:none;
	clear:both;
	font-size: 0.9em;
	color: #e0d5f1;
	background: url(/images/universal/footer-bg.jpg) repeat-x;
	height: 225px;
}

#site_information a, #site_information a:visited {
color: #e0d5f1;
text-decoration: none;
}

#site_information a {padding-right: 10px;}


#site_information a:hover {text-decoration: underline}


body div.extras_holder {
	display: none !important; 
}

body.l2 div.extras_holder {
	display: block !important;
}

body.l2 div#extras_holder {
	display: none !important;
}




/* locations */



body.l7 #main_col div.wrap { margin-left: -10px; margin-right: -30px;}

div.map {
	margin-top: -25px;
	margin-left: -41px;
	float: left;
	padding-bottom: 25px;
	z-index: 1;

	background: url(/images/locations/locations-map.jpg) left top no-repeat;
	width: 413px;
	height: 317px;
	}
	
#main_col a.l1 {
	position: absolute;
	display: block;
	width: 99px;
	height: 20px;
	top: 128px;
	left: 68px;
	z-index: 3;
}	

#main_col a.l2 {
	position: absolute;
	display: block;
	width: 125px;
	height: 20px;
	top: 209px;
	left: 166px;
	z-index: 3;
}

#main_col a.l3 {
	position: absolute;
	display: block;
	width: 112px;
	height: 20px;
	top: 232px;
	left:157px;
	z-index: 3;
}

div.teaser {position: relative;}

div.teaser h2 {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	font-size: 14px;
	color: #fff;
}
	
/* Sub Nav */

.sub_nav {
	list-style: none;
}

.sub_nav  li , .sub_nav > li a {
	width: 194px;
	height: 37px;
	display: block;
}

.sub_nav  li a {background: url(/images/universal/subcol-bg.jpg) bottom right no-repeat;}

.sub_nav  li a:hover {background: url(/images/universal/subcol-bg.jpg) top right no-repeat;}



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



.sub_nav li strong {
	padding-top: 12px;
	padding-left: 10px;
	display: block;
	font-size: 11px;
}
.orlando-nav * , .jacksonville-nav * ,  .memphis-nav * {margin: 0px;padding:0px; background: none;}

 .orlando-nav li a ,  .jacksonville-nav li a ,  .memphis-nav li a {background: none !important}


 .orlando-nav li ,  .jacksonville-nav li ,  .memphis-nav li {
	font-size: 10px;
	list-style: none;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 2px;
	display: block;
	background: none;
	height: auto;
}	

ul.orlando-nav ,   ul.jacksonville-nav , ul.memphis-nav { display:none; }

body.orlando ul.orlando-nav { display: block; }

body.jacksonville ul.jacksonville-nav { display: block; }

body.memphis ul.memphis-nav { display: block; }

.orlando-nav ,  .jacksonville-nav ,  .memphis-nav {
	border-bottom: 1px #ddd solid;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	clear: both;
	display: block;
}


body.overview .sub_nav li.l1 a {background: url(/images/universal/subcol-bg.jpg) center right no-repeat;}
body.orlando .sub_nav li.l2 a {background: url(/images/universal/subcol-bg.jpg) center right no-repeat;}
body.jacksonville .sub_nav li.l3 a{background: url(/images/universal/subcol-bg.jpg) center right no-repeat;}
body.memphis .sub_nav li.l4 a{background: url(/images/universal/subcol-bg.jpg) center right no-repeat;}


/*body.conditions #main_col div , body.l3 #main_col div {
	width: 578px !important;
	height: 52px !important;
	margin-bottom: 30px;
	background:url(/images/clinical-trial/bg-call-to-action-trans.png) top left no-repeat  !important;
	background-color: none !important;
	color: #fff !important;
	}
	
body.conditions #main_col div a , body.l3 #main_col div a {
	color: #fff;
	padding-left: 24px;
	padding-top: 15px;
	display: block;
}*/

body #main_col div.col {background-color: #fff !important;}

/* locations - box */

div.multi-box {
	width: 750px !important;
	margin-left: -20px !important;
	margin-top: 40px !important;
	clear: both !important;

}

div.multi-box div  {
	margin: 0px;
	padding: 0px;
}

div.multi-box div * {
	margin: 0px;
	padding: 0px;
}

div.box-wrap {
	width: 350px;
	float: left;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
	position: relative;
}

div.box-wrap h2 a {
	color:#FFFFFF;
	font-size:14px;
	left:10px;
	position:absolute;
	top:10px;
	z-index:3;
	width: 240px;
}

div.box-top {
	width: 350px;
	height: 40px;
	background: url(/images/locations/top-box-trans.png) left top no-repeat;
	clear: both;
}

div.box-repeat {
	width: 330px;
	background: url(/images/locations/box-repeat-trans.png) left top repeat-y;
	padding: 10px !important;
	clear: both;

}

div.box-bottom {
	width: 350px;
	height: 8px;
	background: url(/images/locations/bottom-box-trans.png) left top no-repeat;
	clear: both;
}



/* active sub col states */

body.sl1 ul li.sl1 a , body.sl2 ul li.sl2 a , body.sl3 ul li.sl3 a , body.sl4 ul li.sl4 a , body.sl5 ul li.sl5 a , body.sl6 ul li.sl6 a , body.sl7 ul li.sl7 a , body.sl8 ul li.sl8 a , body.sl9 ul li.sl9 a , body.sl10 ul li.sl10 a , body.sl11 ul li.sl11 a , body.sl12 ul li.sl12 a , body.sl13 ul li.sl13 a , body.sl14 ul li.sl14 a , body.sl15 ul li.sl15 a , body.sl16 ul li.sl16 a , body.sl17 ul li.sl17 a , body.sl18 ul li.sl18 a {background: url(/images/universal/subcol-bg.jpg) center right no-repeat !important}

/* Video */

a.video {
	font-size: 14px; 
	display: block;
 	margin-top: 5px;
 	margin-bottom: 20px;
  	font-weight: bold;
   	text-decoration: none;
    padding-left:21px;
	background: url(/images/universal/video-icon.png) left center no-repeat;
	text-decoration: underline;
	}
	
a:hover.video {
	text-decoration: none;
	
}	

/* Testimonials */

div.testimonials-wrap p {
	background: url(/images/universal/testimonial-icon-trans.png) left 7px no-repeat;
	padding-left: 90px;
	min-height: 100px;
}


/* Subhead Images */

div.sub-join {
	z-index: 2;
	position: absolute;
	top: 173px;
	left: 0px;
}

div.sub-join-padding {padding-top: 220px;}

div.sub-l3 {
	z-index: 2;
	position: absolute;
	top: 244px;
	left: 0px;
}

div.sub-l3-padding {padding-top: 265px;}

div.sub-l4 {
	z-index: 2;
	position: absolute;
	top: 241px;
	left: 235px;
	width: 743px;
}

div.sub-l4-padding {padding-top: 215px;}

div.sub-l5 {
	z-index: 2;
	position: absolute;
	top: 276px;
	left: 235px;
}

div.sub-l2 {
	z-index: 2;
	position: absolute;
	top: 184px;
	left: 235px;
	width: 743px;
}

div.sub-l2-padding {padding-top: 230px;}

div.sub-l1 {
	z-index: 2;
	position: absolute;
	top: 238px;
	left: 235px;
	width: 739px;
	
}

div.sub-l1-padding {padding-top: 235px;}


/* Clinical Trials */

div.subhead-clinical-trials {
	width: 599px ;
	position: absolute;
	left: 0px;
	top: 240px;
	z-index: 5;
}

div.col1 {
	width: 589px !important;
	float: left !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 256px !important;
}

div.col2 {
	width: 349px !important;
	float: left !important;
	background:url(/images/clinical-trial/bg-col2.jpg) top left no-repeat;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

div.col2 div.wrap {
	padding-left: 45px;
	padding-top: 23px;
}

/* Hiding all Videos Till they come in */

div.col2 div.icon-video {
	background:url(/images/clinical-trial/icon-video.jpg) top left no-repeat;
	width: 303px;
	height: 192px;
	margin-bottom: 30px;
	display: none;
}

div.icon-video a.play-btn {
	width: 300px;
	height: 160px;
	display: block;
}

div.adhd {display: block !important;}



div.col2 div.icon-video h3 a {
	font-size: 16px;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 12px;
	display: block;
	text-decoration: none;
	color: #fff;
}

div.col2 div.bg-form {
	width: 303px;
	height: 40px;
	background:url(/images/clinical-trial/bg-form-trans.png) top left no-repeat;
	margin-bottom: -10px;
	
}

div.col2 div.bg-form h3 {
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-weight:bold;
	padding-left:12px;
	padding-top:12px;
	text-decoration:none;
}

div.clinical-trial-form input.radio , div.clinical-trial-form input.checkbox {
width: 20px;
height: 20px;
}

div.clinical-trial-form input {
	width: 230px;
}

div.clinical-trial-form th input {
	width: 120px;
	height: 25px;
}

div.clinical-trial-form strong {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

div.clinical-trial-form textarea {
	width: 230px;
}

/* Call to Action Button */

div.call-to-action {
	width: 578px !important;
	height: 52px !important;
	margin-bottom: 30px;
	background:url(/images/clinical-trial/bg-call-to-action-trans.png) top left no-repeat  !important;
/*	background-color: none !important;	
*/}

div.call-to-action a {
	padding-left: 15px;
	padding-top:15px;
	display: block;
	color: #fff !important;
}


div.call-to-action-long {
	width: 683px !important;
	height: 52px !important;
	margin-bottom: 30px;
	background:url(/images/clinical-trial/bg-call-to-action-long-trans.png) top left no-repeat  !important;
/*	background-color: none !important;	
*/}

div.call-to-action-long a {
	padding-left: 15px;
	padding-top:15px;
	display: block;
	color: #fff !important;
}		

