/* ----------------------------- Resets -------------------------------------- */
/*
 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.net/yui/license.txt
 version: 2.6.0
 */
html { color: #000; background: #FFF; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
input, textarea, select { * font-size: 100%; }
legend { color: #000; }
del, ins { text-decoration: none; }

/* ----------------------------- Main -------------------------------------- */
html, body {
    border: 0;
    text-align: center;
    color: #333;
    background: #009fc3 url(/img/bg_gradient.jpg) repeat-x;
    /* height: 100%; */
}

body {
    background: url(/img/bg_large.jpg) 50% 0 no-repeat;
}

html, body, th, td, p {
    font: normal 13px / 1.38em helvetica, arial, sans-serif;
}
@media print {

html, body {
        color: #333;
        background: #fff;
}
}

/* link specificity: link, visited, hover, active */
a, a:link, a:visited {
    color: #0092cf;
    background-color: transparent;
    font: normal 12px / 1.23em helvetica, arial, sans-serif;
    text-decoration: none;
    text-transform: none;
}

img {
    border: 0;
    vertical-align: middle;
}

form {
    display: inline;
}

select {
    min-width: 1.5em;
}

select, option {
    font-size: 11px;
}

p {
    margin: 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

h4 {
    font-size: 13px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

strong {
    font-style: normal;
    font-weight: bold;
}

em {
    font-style: italic;
    font-weight: bold;
}


/* ---------------------------- Common ------------------------------------- */

.clear-both {
    clear: both !important;
}

.bold {
    font-weight: bold !important;
}

.error {
    color: #ff3333 !important;
}

.input {
    border: 1px solid #ccc;
    padding: 0px 2px;
}

.btn {
    color: #fff;
    background-color: #0092cf;
    font-size: 11px;
    font-weight: bold;
    border: none;
    padding: 3px;
}

.quote-open {
    margin-right: 6px;
}

.quote-close {
    margin-left: 4px;
}

/* ----------------------------- Message Stack ----------------------------- */
.message_stack {
    width: 420px;
    margin-bottom: 35px;
    padding: 15px 0px;
    border: 1px solid #0393cf;
    background-color: #f9fbfc;
    color: #ff3333;
    font-weight: bold;
}

.message_stack div {
    padding: 0px 15px;
}

/* ---------------------- Zoomedia Built At -------------------------------- */
#built-at-zoomedia {
    background: #efefe8;
    text-align: right;
    font-size: 10px;
}

#built-at-zoomedia a, #built-at-zoomedia a:link, #built-at-zoomedia a:visited {
    color: #b8bc9b;
    font-size: 10px;
    line-height: 12px;
}
@media print { #built-at-zoomedia {

display:none;

}
}

/* ---------------------------- Container ---------------------------------- */
#container {
    width: 858px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    text-align: left;
    min-height: 100%;
    background: transparent;
    position: relative;
}
*html #container {
    height: 100%;	
}

@media print { #container {

width:
        640px;

margin-left:
        0px;

margin-right:
        0px;
}
}

/* ----------------------------- Wrapper ----------------------------------- */
#wrapper {
    width: 858px;
    margin: 0;
    padding: 0;
}
@media print { #wrapper {

position:relative;

color:
        #333;

background:
        #fff;

width:
        640px;
}
}

/* ----------------------------- Page ----------------------------------- */

#page {
	position: relative;
    width: 858px;
    margin: 0;
    padding: 0;
    background: #fff;
}

@media print { #page {

position:relative;

color:
        #333;

background:
        #fff;

width:
        640px;
}
}

@media print { #bg-left {

display: none !important;

}
}
@media print { #bg-right {

display: none !important;

}
}

/* ------------------------------ Header ----------------------------------- */
#header {
    width: 858px;
    margin: 0;
    pading: 0;
    background: none;
    position: relative;
}
@media print { #header {

color:
        #333;

background:
        #fff;

width:
        640px;
}
}

#header-left {
    float: left;
    width: 133px;
    height: 86px;
    margin: 0;
    padding: 0;
}

#header-right {
	position: relative;
    float: right;
    width: 710px;
    height: 86px;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: right;
}
*html #header-right {
    width: 610px;
}
@media print { #header-left {

	position:static;
	
	float:none;
	
	width:
	        640px;
	
	height:
	        86px;
	}
	
	#header-right {
	        display: none;
	}
}

#page-title {
margin: 15px 0 15px 0;

}
#page-title h1 {
	color: #666666;
}

/* ------------------------------- Logo ------------------------------------ */
#logo {
    margin: 20px 0 0 20px;
    padding: 0;
    border: 0;
	width: 139px;
    height: 40px;
}

#logo a {
    display: block;
}
*html #logo a {
    height: 1%;	
}

#logo #logo-img {
    display: block;
}

@media print { #logo {

	margin: 0;
	
	}
	
}

/* -------------------------- Toolbars -------------------------------------- */

#toolbar {
	position: relative;
	float: right;
	width: 680px;
	margin-top: 30px;
	height: 19px;
}

#toolbar-list {
    width: auto;
    width: 670px;
    height: 19px;
}

#toolbar-list li {
    display: inline;
}

#toolbar-list li#facebook-li {
	display: inline;
	width: 50px;
}

#toolbar-list a {
    color: #666;
    font-size: 11px;
    margin-right: 10px;
    text-transform: uppercase;
    padding-left: 20px;
    line-height: 1.6em;
    display: inline-block;	
}

a#link-sitemap {
	background: url(/img/icon_sitemap.gif) 0 10% no-repeat;
}

a#link-share {
    background: url(/img/icon_email.gif) 0 10% no-repeat;
}

a#link-print {
    background: url(/img/icon_print.gif) 0 40% no-repeat;
}

#toolbar-list a#link-facebook {
	width: 50px;
	height: 19px;
    background: url(/img/facebook.jpg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0;
    vertical-align: middle;
}

#toolbar-list a#link-facebook span {
	display: none;
}

#search-form {
    margin: 0 5px 0 0;
    padding: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.search-field {
    width: 100px;
    border: 1px solid #ccc;
    height: 16px;
    margin: 2px 0 0 0;
    padding: 0 2px;
    color: #666;
    font-size: 11px;
}

*html #search-form .search-field {
    margin-right: 3px;
}

#search-form a#button-search {
    background: transparent url(/img/arrow.gif) 0 0 no-repeat;
    margin: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 0;
    vertical-align: middle;
}

.select-language {
    border: 1px solid #ccc;
    color: #666;
    font-size: 11px;
    margin-right: 10px;
    height: 19px;
}

#sharethis_0 {
    display: none;	
}

@media print { #toolbar {

    display: none;

    }

}

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

/* Home Page Content */

#content, #content-home {
    margin: 0 0 3em 0;
    padding: 0;
}

@media print { #content-home {

position:static;

float:none;

width:
        640px;
}
}

#content-home {
	margin-top: 0;
    width: 858px;
    padding-bottom: 40px;
    padding-top: 4px;
    min-height: 240px;
    background: url(/img/bg_hp_3col.gif) 0 0 no-repeat;	
}
*html #content-home {
    height: 220px;	
}

#content-home .column-content {
	min-height: 13em;
}

*html #content-home .column-content {
    height: 13em;
}

#content-home #column-alpha {
    position: relative;
    float: left;
    width: 246px;
    margin-left: 20px;
    display: inline;
}

#content-home #column-beta {
	position: relative;
	float: left;
	width: 246px;
	margin-left: 40px;
}

#content-home #column-gamma {
	position: relative;
	float: left;
	width: 246px;
	margin-left: 40px;
}

#content-home h1 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-top: 11px;
    padding-bottom: 10px;
}

#content-home p {
    font-size: 13px;
    font-weight: normal;
    margin: 10px 0 10px 0;
}

#content-home p.bottom {
	position: absolute;
	left: 0;
	top: 100%;
}

#content-home a {
	display: inline;
	*display: block;
    font-size: 13px;
    font-weight: bold;
    color: #f78f13;
    padding: 2px 22px 2px 0;
    line-height: 1.2em;
    background: url(/img/arrow.gif) 100% 50% no-repeat;
}

#find-doctor-form {
	display: block;
    margin: 10px 0;
    padding-left: 54px;
    background: url(/img/icon_globe.gif) 0 0 no-repeat;
    min-height: 44px;
}

*html #find-doctor-form {
    height: 44px;	
}

#find-doctor-form select {
	border: 1px solid #ccc;
	color: #333;
}

#find-doctor-form label {
	display: block;
    margin: 0;
    font-weight: bold;
    color: #f78f13;
}

#left-select {
    margin-left: 15px;
}

#left-links {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 4em;
}

#content-links {
    text-align: center;
    margin-top: 0;
    margin-bottom: 4em;
    float: left;
    clear: both;
}

table#map-table {
	
}

table#map-table td {
    padding: 0 60px 0 0;  
}

table#map-table td a.arrow {
	margin: 0;
	text-align: center;
	width: 116px;
}

#left-links a.link-arrow {
    display: block;
    width: 100px;
    font-size: 13px;
    font-weight: bold;
    color: #f78f13;
    padding: 2px 2px 18px 2px;
    line-height: 1.2em;
    margin: 0 auto;
    background: url(/img/arrow.gif) 50% 100% no-repeat;
}

*html #left-links a.link-arrow {
    font-size: 12px;
    margin: 0;	
}

#left-bmi-link {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

p#left-bmi {
    width: 105px;
    margin: 0 25px 0 55px;
    *margin-left: 25px;
}

#left-links p#left-bmi a.link-arrow {
	display: block;
	padding-bottom: 18px;
	margin-left: 0;
	background: url(/img/arrow.gif) 50% 100% no-repeat;
}

#content-home a.video {
	padding: 0;
	background: none;
}

/* Interior Page Content */

#content-header {
    padding: 0 285px 0 35px;
    min-height: 294px;
    margin-top: 45px;
}
*html #content-header {
    height: 294px;	
}

#content {
    background: #fff;
    float: left;
}

#content-hole {
    margin: 0 35px 10px 35px;
}

*html #content-hole {
    height: 1%; 
}

#content .left-col {
    position: relative;
    float: left;
    width: 218px;
    background: #fff;
}

#content .content-main {
    position: relative;
    float: right;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 640px;
    background-repeat: no-repeat;
    min-height: 600px;
    overflow-x: hidden;
}

*html #content .content-main {
    height: 600px;
}

#content .content-main h1 {
    font-size: 34px;
    margin: 0 0 20px 0;
    color: #92278f;
    clear: both;
    line-height: 1em;
}

#content sup {
    font-size: 1em;	
}

#content sup.sm {
    font-size: 1.2em;
    padding: 0 0.1em;	
}

div#content .content-main p.caption {
	display: block;
    line-height: 1.2em;
    margin-top: 0.6em;
    font-size: 0.8em;	
}

#content .content-main h1 sup, #content .content-main h2 sup, #content .content-main h3 sup, #content .content-main h4 sup {
    font-size: 0.7em;
}

#content .content-main h1 sup {
    line-height: 1em;
    height: 1em;
    margin-top: 4px;
    display: inline-block;	
}

#content .content-main h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

div#content div.content-main h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
}

div#content .content-main p {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #333;
}

div#content-hole ul li {
    margin-bottom: 1em;
    background: url(/img/bullet.gif) 0 0.4em no-repeat;
    padding-left: 12px;	
}

div#content-hole ul li ul {
    margin-top: 1em;	
}

@media print { #content {
	
    position:static;
    
    float:none;
    
    width: 640px;
    
}
}
	
@media print { #content-header {
	
    min-height: 0;
    
    height: auto;
    
    margin-top: 0;
    
    float: none;
    
    position: static;
    
}
}

@media print { #content .left-col {
	
    display: none;
    
}
}

@media print { #content .content-main  {
	
    float: none;
    
    position: static;
    
    border: 10px solid #fff;
    
}
}

/* Modal Windows */

#mask {
      position:absolute;
      left: 0;
      top: 0;
      z-index: 9000;
      background-color: #000;
      display: none;
    }    
#modals .window {  
      position: absolute;  
      width: auto;  
      height: auto;  
      display: none;  
      z-index: 9999;  
      padding: 10px;  
    }  
#modals #modalWin {  
      width: auto;   
      height: auto;  
    }
    
#modals #modalPlayerWin {
      width: auto;   
      height: auto;
      background: #fff; 
    }
    
#modals #modalPlayerNews {
      width: auto;   
      height: auto;
      background: #000; 
    }
    
#modals #modalSWF {
      width: 864px;
      height: 520px;
      margin: 10px 35px 35px 35px;
      background: #fff;
    }
    
#modals #modalViewerWin {
      width: auto;   
      height: auto;
      background: #fff; 
    }
    
#modals #modalIMG {
      width: auto;
      height: auto;
      margin: 10px 35px 35px 35px;
      background: #000;
    }
    
#modals #modalContent {
      width: 858px;
      margin: 10px 35px 10px 35px;
      text-align: left;
    }
    
#modals #modalViewerWin #modalContent {
      width: auto;
}
    
#modals #modalContentFlash {
      width: 864px;
      margin: 10px 35px 10px 35px;
      text-align: left;
    }
    
#modals #modalContent h1, #modals #modalContentFlash h1 {
      float: left;
      width: 250px;
      color: #22abca;
      font-size: 13px;
    }
    
#modals #modalContent a, #modals #modalContentFlash a {
      float: right;
      color: #22abca;
      width: 200px;
      cursor: pointer;
      text-align: right;
    }

/* General Content Elements */

img.right, p.right {
    float: right;
    margin: 10px 0 0 7px;
}

img.left, p.left {
    float: left;
    margin: 10px 7px 0 0;
}

#content-home p.left {
	margin-right: 10px;
}

#content-home p.right {
    margin-left: 10px;    
}

#content p.text {
    width: 270px;	
}

/* Forms */

ul.form-list li {
    margin-bottom: 0.8em;
}

ul.form-list input {
    width: 285px;   
}

ul.form-list input.button {
    width: auto;
    margin-right: 1em;  
}

ul.form-list label {
    display: block; 
}

/* BMI Calculator */

#bmi-calculator {
	position: relative;
	padding: 34px 35px 34px 35px;
	margin-bottom: 20px;
}
*html #bmi-calculator {
    height: 1%;	
}

#bmi-calculator form#bmi-form {
	display: block;
    width: 560px;
}

#bmi-form-container {
	margin-top: 20px;
	width: 270px;
	float: left;
	overflow: hidden;
	height: 1%;
}

.content-main #bmi-calculator div#bmi-form-container h1 {
	font-size: 24px;
	color: #333;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.2em;
}

.content-main #bmi-calculator div#bmi-form-container h2 {
	font-size: 13px;
	font-weight: normal;
    margin: 0 0 1.2em 0;
    padding: 0;	
}

#bmi-calculator ul li {
    width: 300px;
    display: block;
    padding-left: 37px;
    line-height: 32px;
    height: 32px;
    margin-top: 4px;
}

#bmi-calculator ul li span {
    padding-left: 5px;
    font-size: 13px;
}

#bmi-calculator button {
    line-height: 1.4em;	
}

li#bmi1 {
    background: url(/img/bmi_1.gif) 0 10% no-repeat;   
}

li#bmi2 {
    background: url(/img/bmi_2.gif) 0 10% no-repeat;    
}

li#bmi3 {
    background: url(/img/bmi_3.gif) 0 10% no-repeat;    
}

*html #bmi-calculator ul li {
    background-position: 0 0;	
}

#bmi-calculator label {
	display: inline-block;
    width: 147px;
    line-height: 1em;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

#bmi-calculator input {
    width: 30px;
    text-align: left;	
}

#bmi-display-right {
	float: right;
	width: 133px;
	height: 232px;
    background: url(/img/bg_calculator_right.gif);
}

#bmi-display-left {
	position: relative;
	float: right;
	width: 136px;
	height: 232px;
    background: url(/img/bg_calculator_left.gif);	
}

#bmi-callout {
	display: none;
	position: absolute;
    width: 102px;
    height: 53px;
    background: transparent url(/img/callout.gif) 0 0 no-repeat;
    left: 20px;
    top: 10px;
}

#bmi-callout span {
	color: #fff;
}

#bmi-label {
    width: 39px;
    float: left;
    margin-left: 3px;
    margin-top: 0.8em;
    text-align: right;	
}

#bmi-label1 {
    font-size: 18px;
}

#bmi-label2 {
    font-size: 0.9em;
    width: 40px;
}

input#bmiValue {
	display: block;
    float: right;
    font-size: 34px;
    margin-right: 16px;
    margin-top: 10px;
    width: 39px;
    border: 0px solid transparent;
    background: transparent;
    color: #fff;
}

*html input#bmiValue {
    font-size: 30px;
    width: 36px;
    margin-right: 7px;
}

#bmi-error {
    color: #f00;
    display: none;	
}

/* BMI English */

#bmi-english #bmi-calculator {
    padding: 28px 35px 34px 35px;
    margin-bottom: 40px;
}

#bmi-english #bmi-calculator label {
    font-size: 16px;
    width: 137px;	
}

#bmi-english #bmi-calculator ul li {
    line-height: 27px;
    height: 27px;	
}

#bmi-english #bmi-form-container {
    margin-top: 0;	
}

div.content-left {
    float: left;
    width: 310px;	
}

div.video-image {
    float: right;
    width: 248px;
    text-align: center;
}

a.watch {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    color: #f78f13;
    line-height: 1.2em;
    padding: 2px 0 2px 22px;
    background: url(/img/arrow.gif) 0 50% no-repeat;
}

a.arrow {
	display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #f78f13;
    padding: 2px 2px 18px 2px;
	display: block;
	width: 100px;
	margin: 0 0 0 50px;
	*margin: 0;
    background: url(/img/arrow.gif) no-repeat 50% 100%; 	
}

*html a.arrow {
	width: 80px;
    font-size: 12px; 
}

p.find-doctor {
    background: url(/img/findADoctor_CTA.jpg) 0 50% no-repeat;
    padding-left: 74px;
    display: block;
    min-height: 50px;
    padding: 27px 0 0 74px;
    margin-left: 7px;
}

*html p.find-doctor {
    height: 50px;	
}

#content .left-col p.find-doctor a {
	display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #f78f13;
    padding: 2px 20px 2px 0;
    background: url(/img/arrow.gif) no-repeat 100% 40%;     
}

/* --------------------------- Content: Main --------------------------------- */

@media print { #content-main {

    position:static;
    
    float:none;
    
    width:
            640px;
    }

}

/* --------------------------- Content: Left Column ---------------------------- */
#content-home .left-col h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
}

#content-home .lef-tcol h2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1em;
}

#content .left-col h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
}

#content .lef-tcol h2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1em;
}

#content .left-col .zone {
    position: relative;
    float: left;
    padding-bottom: 15px;
}

#content .leftcol .zone h1 {
    font-size: 26px;
    line-height: 26px;
    padding-left: 20px;
    margin-bottom: 5px;
/*    background: transparent url(/img/z_caret.gif) no-repeat center left; */
}

#content .left-col .zone p {
        padding-left: 0;
}

#content .left-col .zone span.caption {
    display: block;
    font-size: 10px;
    line-height: 1.5em;
    margin-top: 3px;
}

#content ul.story {
	overflow: hidden;
}

#content ul.story li {
    float: left;
    padding-left: 0;
    background: none;
}

#content ul.story li.photo-link {
	width: 116px;
	background: none;
	padding-left: none;
}

#content ul.story li.photo-link img {

}

#content ul.story li.photo-link a {
    display: block;
    margin: 0.6em 0 0 0;
    width: 100%;
    float: left;
    text-align: center;
}

#content ul.story li.text {
    width: 300px;
    margin: 0.6em 0 0 15px;	
}

/* --------------------------- Footer -------------------------------------- */
#footer {
    width: 858px;
    background: #fff;
    text-align: right;
    min-height: 2em;
    padding-bottom: 1em;
    float: left;
    /*margin-top: 50px;
    margin-bottom: 20px;*/
}

#footer-logo {
    float: left;
    padding: 0;
    width: 84px;
    margin: 0 0 0 20px;
}

#footer-menu {
    float: right;
    width: auto;
    background: url(/img/img_footer.gif) 100% 50% no-repeat;
    padding-right: 6px; 
    margin: 0;
}

#footer-menu li {
    display: inline;
    padding-right: 16px; 
    font-size: 11px;   
}

#footer a, #footer a:link, #footer a:visited {
    color: #333;
    font-size: 11px;
}

@media print { #footer {

	width:
	        640px;
	
	text-align:left;
	
	background:none;
	}
	
	#footer a {
	        display: none
	}
	
	#footer #copyright {
	        color: #333;
	}
}

#message-bottom {
	position: relative;
    width: 858px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

#message-bottom p {
	font-weight: normal;
    font-size: 1em;
}

#message-bottom sup {
    font-size: 9px;
}

#footer p#regulatory, #footer p#regulatory-interior {
	display: block;
    padding-left: 170px;
    float: left;
    font-size: 11px;
    margin: 2px 0 0 0;
    text-align: left;
}

#footer p#regulatory-interior {
    padding-left: 150px;	
}

#zoomedia {
	width: 858px;
	margin: 0 auto;
    text-align: left;	
}

#zoomedia a {
	font-size: 9px;
	color: #333;
}

/* --------------------------- Menu ---------------------------------------- */
#menu-ct {
    background: url(/img/bg_unav.gif) repeat-x;
}


#menu {
    position: relative;
    height: 30px;
}
@media print { #menu {

	display:none;
	}
}

#menu ul, #menu li, #menu a {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

ul#menu {
    list-style: none;
    width: 858px;
    text-align: center;
}

ul#menu li {
    position: relative;
    display: inline;
    margin: 0 0.4em;
}

ul#menu li.first {
    margin-left: 0;
}

ul#menu li.last {
    margin-right: 0;	
}

#menu a, #menu a:link, #menu a:visited {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    color: #333;
    font-size: 13px;
    line-height: 30px;
    padding: 0 16px;
    cursor: pointer;
}

#menu li.last a {
    margin-right: 0;
}

#menu .on, #menu a:hover, #menu a.hover {
    background: #20aac9;
    color: #fff;
}

div#menu-ct ul#menu li a.on {
	color: #fff;
}

#menu span {
	display: -moz-inline-stack;
    display: inline-block;
}

#menu span.label {
}

/* submenu styles */
#menu .submenu, #menu .submenu li, #menu .submenu a {
    height: auto !important;
    line-height: 18px !important;
}

#menu .submenu {
    width: 185px !important;
    list-style: none;
    position: absolute;
    top: 27px;
    left: 0;
    visibility: hidden;
    background-color: #0092cf;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    z-index: 1000;
}

#menu .submenu li {
    float: left !important;
    clear: both;
    width: 185px;
}

#menu .submenu a {
    float: none !important;
    font-size: 10px !important;
    background: none !important;
}

#menu .submenu a, #menu .submenu a:link, #menu .submenu a:visited {
}

#menu .submenu .on, #menu .submenu a:hover, #menu .submenu a.hover {
    background-color: #999999 !important;
}

#menu .submenu span {
    padding: 4px 0 4px 14px !important;
}

#menu .submenu span.label {
}

/* -------------------------- Copyright ------------------------------------ */
#copyright {
    margin-right: 50px;
}

/* --------------------------- Page ---------------------------------------- */
#page {
    position: relative;
    float: left;
    width: 858px;
    padding-bottom: 0;
}

.home-page #page {
/*    background: transparent url(/img/bkgd_top_new.jpg) no-repeat top left; */
}

.page #page {
/*    background: transparent url(/img/bkgd_section_sec_hdr.jpg) no-repeat top left; */
}

.tert-page #page, .utility-page #page {
/*    background: transparent url(/img/bkgd_section_tert_hdr.jpg) no-repeat top left; */
}
@media print { #page {

float:none
        !important;

width:
        640px !important;

padding:
        0 !important;

background:none
        !important;
}
}

/* --------------------------- Navigation ---------------------------------- */
#nav {
    width: 218px;
    /* min-height: 282px; */
    min-height: 40px;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-top: 35px;
    padding: 0;
}

*html #nav {
    /* height: 282px; */
    height: 40px;
}

@media print { #nav {

display:none;
}
}

#nav a, #nav a:link, #nav a:visited {
    display: block;
    color: #20aac9;
    background-color: #fff;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2em;
    width: 218px;
    margin:0;
    padding: 0.5em 0;
}

#nav a span {
    display: block;
    padding: 0px 30px 0px 30px;
}

#nav a:hover {
    text-decoration: none !important;
    background-color: #20aac9;
    color: #fff;
}


#nav div.nav-row-ct.first {
/*    background: #0092cf url(/img/lnav_corner_top.gif) no-repeat top right; */
}

#nav div.nav-row-ct.last {
/*    background: #0092cf url(/img/lnav_corner_bot.gif) no-repeat bottom right; */
}

#nav div.nav-row-ct.first div.nav-row-ct.last {
    background-color: transparent;
}


#nav div.nav-row.on {
/*    background: #fff url(/img/caret_nav_on.gif) no-repeat 0px 8px; */
}


#nav .nav_quat a, #nav .nav_quat a:link, #nav .nav_quat a:visited {

}

#nav .nav_quat a span {
    background: url('/img/dash_blue.gif') 30px 50% no-repeat;
    padding-left: 40px;    	
}

#nav div.nav-row-ct a.current, #nav .nav_quat a:hover {
    background-color: #20aac9;
    color: #fff;
}

#nav .nav_quat a.on.current span, #nav .nav_quat a:hover span {
    background: url('/img/dash.gif') 30px 50% no-repeat;    	
}

/* -------------------------- Sitemap -------------------------------------- */
#sitemap {
  float: left; 
}

#sitemap ul {
    list-style-type: none;
    padding-left: 10px;
    margin: 0 0 15px 0;
}

#content .content-main #content-hole #sitemap ul li {
    display: block;
    background: url(/img/coreceptBullet.gif) no-repeat 0 0.4em;
    padding-left: 11px;
    width: 220px;
    float: left;
        *width: 190px;
}

#sitemap ul a, #sitemap ul a:link, #sitemap ul a:visited {
    font-size: 13px;
    line-height: 1.73em;
    float: left;
}

#sitemap .category .heading, .sitemap-category .heading {
    padding-bottom: 5px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
}

#sitemap .category .heading a, #sitemap .category .heading a:link, #sitemap .category .heading a:visited {
    font-weight: bold;
    font-size: 16px;
    color: #006b6e;
}

#sitemap .col {
}

#sitemap .sitemap-col {
    position: relative;
    float: left;
    width: 250px;
    margin-top: 20px;
}

#sitemap .sitemap-col.sitemap-col-lft {
    margin-right: 10px;
}

.some-more-pixels {
	margin-bottom: 0px;
	display: block;
	width: 100%;
	float: left;	
}

#sitemap .sitemap-col.sitemap-col-rgt {
}
@media print { #sitemap

ul {
        padding-left: 0;
}

#sitemap ul li {
        background: none;
}

#sitemap .sitemap-col {
        position: static;
        float: none;
        padding-right: 0;
        width: 640px;
}

#sitemap .sitemap-col.sitemap-col-lft {
        margin-right: 0px;
}
}

/* -------------------------- Forms -------------------------------------- */
table.form tr {
    vertical-align: top;
}

table.form th {
    padding-right: 5px;
    text-align: right;
}

/* -------------------------- References -------------------------------------- */

#content-home div.reference, div.reference {
	display: block !important;
	margin: 25px 0 0 0 !important;
}
#content-home div.reference, .reference h1 {
	font-size: 32px !important;
}
#content-home div.reference, .reference h2 {
	font-size: 18px !important;
}
#content-home div.reference, .reference h3 {
	font-size: 13px !important;
}
#content-home div.reference, .reference p {
	font-size: 11px !important;
}

a.rss {
    display: block;
    margin-top: 15px;
    background-image:url(/img/rss.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 15px;
}

p.news-archive-item span.date {
    font-weight: bold;
}
p.date-line {
	font-weight: bold;
}


p.back-to-press-releases a {
	display: inline;
	*display: block;
    font-size: 13px;
    font-weight: bold;
    color: #f78f13;

    padding: 2px 2px 2px 20px;
    line-height: 1.2em;
    background: url(/img/arrow.gif) 0 50% no-repeat;
		
	}
