@charset "utf-8";
/* CSS Document */
body{
	background-color:#BDBFC1;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	border:0;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}

img {
    border: none;
}

.generalContent img{
	border:1px solid #062D73;
	padding:1px;
}

h1{
	font-size:16px;
	color:#062d73;
	text-transform:uppercase;
	line-height:1.35em;
	margin-bottom:16px;
}

h2{
	font-size:14px; 
	font-weight:bold; 
	line-height:14px; 
	margin:0px;
	color:#062d73;
	text-transform:capitalize;
}

#container{
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	width:835px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

#header{
    /*
	width:782px;
	*/
	height:106px;
	min-height:106px;
	position: relative;	
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #002b88;
}

#header .news {
    font-size: 13px;
    text-align: right;
	position: absolute;
	top: 70px;
	right: 15px;
	color: #FFF;
}

#header .news p {
    color: #AACAFF;
    margin: 0;
    padding: 0;
}

#header .news #news {
    padding: 0;
    margin: 0;
}

.bodyGradient {
    display: block;
}


#bottomLinks{
    padding-top: 15px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	width:835px;
	text-align:right;
}

#bottomLinks a{
	text-decoration:none;
	color:#171617;
}

.smalltext {font-size: 12px}

#copyright{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#333;
	position:relative;
}

#bodyContainer {
    z-index: 0;
}

#menu{
	border-bottom-color:#6a6d82;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:25px;
	min-height:25px;
	margin:0;
	padding:0 0 0 80px;
	background-color: #f9f9f9;
	background-image: url('../images/menu-background.gif');
	background-repeat: repeat-x;
	position: relative;
	z-index: 1000;
}

.button{
	height:25px;
	min-height:25px;
	position:relative;
	float:left;
}

/* 
	Menu - LEVEL ONE
*/
ul									{ list-style: none; }
ul.dropdown                         { position:relative; text-indent:0; margin:0; padding:0; }
ul.dropdown li                      { float:left; z-index: 1000; font-size: 10px; 
                                      font-weight: bold; letter-spacing: 0.1em; line-height: 22px;
                                      background-image: url('../images/menu-separator.gif');
                                      background-position: top right; 
                                      background-repeat: no-repeat;}
ul.dropdown li.last                 { background-image: none; }
ul.dropdown a:hover		            {  }
ul.dropdown a:active                {  }
ul.dropdown li a                    { color: #151c42; 
                                      display: block; 
                                      text-decoration:none; 
                                      padding: 3px 1.5em 0 1.5em; 
                                      }
ul.dropdown li:last-child a         {  } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background-color: #CEDDFF; color: black; position: relative; }
ul.dropdown li.hover a              { }


/* 
	Menu - LEVEL TWO
*/
ul.dropdown ul 						{ width:270px; visibility: hidden; position: absolute; top: 100%; left: -40px; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; font-size:12px; font-family:Helvetica, Arial, sans-serif; 
									  border-bottom: 1px solid #ccc; float: none; text-align:left; padding: 0 10px 0 10px;
									  height: 23px;
									  line-height: 23px;
									  letter-spacing: normal;
									  }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	Menu - LEVEL THREE
*/
ul.dropdown ul ul 					{ left: -115%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/*
	Home Page
*/
a{
	color:#062d73;
}


/* OLD HOME */

#homeContent{
    color: #062d73;
	padding-left:17px; 
	padding-right:160px;
	line-height: 1.4em;
}

#homeContent h1 {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}


#homeHeading{
    color: #062d73;
	line-height: 1.4em;
	padding-left:105px;
}

/* NEW HOME */

.homeLayout {
    background-image: url('../images/home-banner-wide.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 200px;
    position: relative;
    padding-bottom: 100px;
}

.homeLayout .homeTitle {
    position: absolute;
    top: 30px;
    left: 85px;
    padding: 5px 0 5px 30px;
    background-image: url('../images/home-title-vertical-rule.gif');
    background-position: left middle;
    background-repeat: no-repeat;
}

.homeLayout .homeTitle,
.homeLayout .homeTitle h1,
.homeLayout .homeTitle p
{
    margin: 0;
    line-height: 1.2em;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    color: #FFF;
}

.homeLayout .homeTitle h1 {
    color: #062D73;
}

.homeLayout #quickLinksContainer {
    position: absolute;
    top: 220px;
    right: 0;
}

.homeContent {
    color: #062d73;
	line-height: 1.4em;
	margin-left: 85px;
	padding: 20px 350px 20px 30px;
    background-image: url('../images/home-body-vertical-rule.gif');
    background-position: left center;
    background-repeat: no-repeat;
}

.homeContent h2 {
    font-weight: normal;
}




#quickLinksContainer{
	background-image:url('../images/quickLinksBG.gif'); 
	width:200px; 
	background-repeat:repeat-x;
	background-color:#e1e2e2;
	padding-bottom:5px;
	border-bottom:3px solid #3f5897;
}

#quickLinks{ 
	line-height:4px; 
	background-color:#e1e2e2;
	list-style:none; 
	padding:0; 
	margin:0;
}
#quickLinksContainer h1{
    text-transform: none;
    font-weight: normal;
	padding: 0 0 0 20px;
	margin: 0 0 10px;
}
#quickLinks a{
	text-decoration:none;
}
#quickLinks li{
	background-image:url('../images/quickLinksButton.jpg'); 
	background-repeat:no-repeat; 
	background-position: top left;
	line-height:30px; 
	padding-left:38px;
	display: block;
	height: 33px;
}

.generalContent #quickLinks li{
    margin-bottom: 0;
}


.generalContent{
	margin:44px 70px 0px 70px; 
	padding-bottom: 50px;
	line-height:1.25em;
}

.generalContent ul {
    list-style-type: disc;
    padding-left: 2em;
}

.generalContent li {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0.5em;
}

.generalContent ul ul {
    list-style-type: circle;
}

/*

TWO COLUMN PAGES:
SKIN INNERVATION PAGE
SWEAT GLAND

*/

.innervationPage p, .videoPage p, .sweatPage p{
	text-align:justify;
	}
.blue_text{
	color:#062D73;
}
.clear{
	clear:both;
	}
.research_side_bar{
	width:392px;
	float:right;
	margin:0 0 0 30px;
	color:#062D73;
}
.sweat_side_bar{
	width:265px;
	float:right;
	margin:0 0 0 50px;
	color:#062D73;
}
.image{
	margin-bottom:30px;
	}
.image img{
	display:block;
	}
.image_caption{	
	color:#062D73;
	margin-top:8px;
	font-size:11px;
	}
.image_caption h4{
	margin:4px 0;
	padding:0;
	font-size:12px;
	}
.image_caption p{
	margin:0;
	padding:0;
	}


/*

Images of Neuropathy Page

*/

#neuropathy_images_table{}
#neuropathy_images_table td{
	padding: 0 10px 10px 0;
	}

/*
	Facilities Page
*/

.facilities_page h1{
	
	}
.facilities_page h2{
	margin-bottom:1.5em;
	}

.facilities_page .image_layout{
	margin-bottom:20px;
	}
.facilities_page .image_layout img{
	display:block;
	float:left;
	margin:0 0 15px 0;
	padding:0;
	}


/*
	About Page
*/
#aboutContent{
	padding-left:70px; 
	padding-top:50px; 
	padding-right:70px;
	padding-bottom: 50px;
	width:660px;
}


#neuropathyTypesContent ul {
    line-height: 1.2em;
}

#neuropathyTypesContent ul li {
    margin-bottom: 1em;
}

#neuropathyTypesContent ul li strong {
    display: block;
}




/*
	FAQs Page
*/
#faqContent{
	padding-left:70px; 
	padding-top:50px; 
	padding-right:70px;
	padding-bottom: 50px;
	width:660px;
}

#faqContent ul{
	list-style-type:disc;
}

.overviewTable {
    background-color: #DDD;
}

.overviewTable th {
    text-align: left;
    padding: 4px 15px;
    border: 1px solid #FFF;
    border-width: 1px 1px 0 0;
    height: 50px;
    background-color: #062D73;
    color: #FFF;
}


.overviewTable td {
    padding: 6px 15px;
    border: 1px solid #FFF;
    border-width: 1px 1px 0 0;
}


/*
	Payment Form
*/
#paymentForm{
	padding-left:70px; 
	padding-top:66px; 
	padding-right:70px; 
	width:782px;
}

.datePickerCalendarButton {
    position: relative;
    top: 3px;
}

.label{
	text-align:right;
}
.singleNarrow{
	width:80px;
}
.singleWide{
	width:154px;
}
.doubleWide{
	width:288px;
}
.textField{
	width:174px; 
	height:43px;
}
.CCV{
	width:43px;
}
form .blank{
	height:30px; 
	min-height:30px;
}

.kitGallery {
    margin-top: 1em;
}

.kitGallery a {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.kitGallery a img {
    border: 1px solid #666;
}


.kitGallery .footer {
    font-size: 10px;
    color: #666;
    clear: left;
}


.resultImageGallery a {
    display: block;
}

.resultImageGallery a img {
    display: block;
    border: 1px solid #666;
    margin-bottom: 10px;
}

.resultImageGallery a:hover img {
    border: 1px solid #67F;
}


.resultImageGallery p {
    color: #999;
    font-size: 10px;
}


#videoHolder{
	width:384px;
	margin-left:auto;
	margin-right:auto;
}

.banners {
	position: absolute;
	top: 26px;
	right: 15px;
    width: 287px;
    height: 53px;
}

.banners a {
    width: 287px;
    height: 53px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.banners img {
    display: block;
}
