﻿/* Basic Tags */
body, html {
	padding: 0px;
	margin: 4px 0px 0px 5px;
	height: 85%;
}

a {text-decoration:underline;}

body{
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099; /* 000099=drk blue */
	height: 85%;
}

img {border-width: 0px;   }

p {margin: 1em 0px 1em 5px;}

#hr{
	width: 100%;  /* is new yellow #F3D340 */
	border:1px solid #F3D340; /* width; style; color */
}

ul{
	/* list-style-image: url("/images/icons/famfamfam/bullet_green.png"); */
	list-style-image: url("/images/icons/famfamfam/bullet_yellow.png");
	 list-style-position: outside;
	 margin: 0px;
	 padding: 0px 0px 0px 20px;
}

li{
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	padding-left: 0px;
}

h2{
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0px 4px 0px;
	color:#008193; /* teal */	
}

h3
{   font-size: 1.2em;
    margin: 1em 0px 4px 5px;
   font-weight: bold;
}

h4{
	font-size: 1em;
	font-weight: bold;
	margin: 3px 0px 1em 3px;
	color:#008193; /* teal */	
}

h5{
	font-size: .09em;
	font-weight: bold;
}

#h4,h5,h6{
	font-family: arial;
}

#h3{
    font-size: .8em; 
    font-weight: bold;
    margin: 1em 0px 1em 0px;
    color: Green;
}

fieldset{
	padding: 0px 8px 6px 8px;
	border: 1px solid #c9c9c9;
	margin-bottom: 10px;
}
legend{
	color: #009999; 
	font-weight: bold;
	font-size: 14px;
}

/* Layout styles */
div#main {
	margin: 0px auto 20px auto; /* top right bottom left */
	width: 970px;
	min-height: 100%;
	height: 100%;
}
div#main div.left-section
{  
    float: left;  /* inherit left none right */   
    clear: left;
}
div#main div.right-section
{  
    float: right;   
    clear: right;
}
/* header contains the header banner image */
div#header{
	position: relative;
	height: 191px;
	margin-bottom: 3px;
}
div#header map, div#header area{ /* get rid of any unnecessary style from image map tags */
	margin: 0px;
	padding: 0px;
}
div#search-box{
	position: absolute;
	top: 13px;
	right: 10px;
}
div#search-box span#login-info{
	color: #1e79c3; 
	font-size: 12px;
	margin-right: 5px;
}
div#search-box span#login-info a{
	color: #ffffff;
	text-decoration: underline;
}
div#search-box span#login-info a:hover{
	text-decoration: none;
}
div#search-box .search-button{
	/* for IE */
	filter: alpha(opacity=90);
	/* CSS3 standard */
	opacity: 0.90;
	position: relative;
	vertical-align: middle;
	top: 0px;
	left: 1px;
	background-color: #ffffff;
	padding: 2px;
    height: 20px;
    width: 20px;
    margin-left: 0px;
    background-image:url(/images/icons/famfamfam/magnifier.png);
}
div#search-box input.textbox{
	/* for IE */
	border-style: none;
    border-color: inherit;
    border-width: medium;
    filter: alpha(opacity=90);
	/* CSS3 standard */
	    opacity: 0.90;
	    background-color: #ffffff;
	    vertical-align: middle;
	    color: #666666;
	    padding: 2px;
	    width: 230px;
    margin-left: 0px;
    margin-right: -4px;
}
div#header img.banner{
	position: relative;
	right: 21px;
	z-index: 0;	
}
/* made adjustments to wellness center banner positioning */
div#header img.wcbanner{
	position: relative;
	right: 1px;
	z-index: 0;	
}
/* links on home page About and Contact us at top right */
div#mini-links{
	font-size: 10px;
	position: absolute;
	top: 55px;
	right: 25px;
	color: #ffffff;
	font-weight: bold; 
	text-align: right;
	elevation: higher, above;
	z-index: 3;
}
div#mini-links span{
    margin: 0px 2px 0px 2px;
    color: #1e79c3;  
}
div#mini-links a{
    color: #ffffff;
	text-decoration: none;
}
div#mini-links a:hover{

	text-decoration: underline;
}
/* main navigation bar */
div#title-bar{
     background-color: #003399; /* 003399 drk blue */
	font-size: 14px;
	letter-spacing: 0px;
	text-align: center;
	clear:both;
     width: auto;
     height: 25px; 
     line-height: 25px;
	background-image: url(../images/blue-bar.png);
	background-repeat: repeat-x;
	background-position: center center;
	position: relative;
}
div#title-bar img.left-round{
	position: absolute;
	top: 0px;
	left: 0px;
}
div#title-bar img.right-round{
	font-family: Arial;
	position: absolute;
	top: 0px;
	right: 0px;
}
div#title-bar a{
	color: #ffffff;
	margin-left: 14px;
	margin-right: 14px;
	text-decoration: none;
}
div#title-bar a:hover{
	text-decoration: underline;
	color: #fada63;
}
div#bread-crumbs{
	font-size: 11px;
	line-height: 15px;
	margin-top: 2px;
}
div#bread-crumbs a{
	color: #009999;
	
}
div#content {
	margin:  8px 0px 5px 0px;
	height: auto !important; /* Handle Min height property for IE6 */
	min-height: 80%; /* 900px */
	position: relative;
	/* height: 450px;
	border: 1px solid #c1c1c1; */
}
div#footer{
	font-size: 11px;
	text-align: center;
	clear: both;
	border-top: 1px solid #1e79c3;
	padding-top: 4px;
	position: relative;
	top: 10px;
	color: #666666;
}
div#footer a{
	color: #78684d;   
}
div#footer a:hover{
	text-decoration: none;
}
div#footer span{
	color: #575750;  /* #575750=BROWN */
}
/* content pages */
div#content-left{
	width: 700px;
	float: left;
	/*border: 1px solid #c1c1c1;*/
}
div#content-right{
	width: 700px;
	float: right;
	min-height: 80%;
	height: 80%;
	/*border: 1px solid #c1c1c1;*/
}
div#menu-left{
	width: 250px;
	float: left;
	padding: 5px;
	height: 80% auto !important; /*auto !important, ignored by ie6, ie7-8 are auto */
	min-height: 500px !important;	/*900px, was 400 before coe button */
	border: 2px solid #fada63;
    background-color:#238B9D; /* #238B9D = BLUE */
	-webkit-border-radius: 10px;
    -moz-border-radius: 11px;

}

/* div#menu-births{
	width: 250px;
	float: left;
	padding: 5px; */
	/*height: 80% auto !important; 
	min-height: 120px !important;
	border: 2px solid #fada63;
    background-color:#238B9D; 
	-webkit-border-radius: 10px;
    -moz-border-radius: 11px;
    z-index: 200;

} */

/* COE expanded by lrs 8-31-2010*/

div#menu-left #menu-left-inner{
    /* border:2px solid #fada63; */
    background-color:#348b9d;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    margin-top:2px;
    padding:5px;
    font-size: 11px;
}

div#menu-left a{
    font-weight: bold;
    color: #FFFFFF; /* #003399 = DRK BLUE */
    text-decoration: none;
}

div#menu-left a:hover{
   /* color : #238B9D; */
    color: #fada63; 
    text-decoration: underline;
    font-weight: bold;
}

div#menu-left p{
    margin: 5px;
}
div#menu-left ul li{
   /* list-style:none;*/
}

/*div#menu-births #menu-births-inner{

    background-color:#348b9d;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    margin-top:2px;
    padding:5px;
    font-size: 11px;
    z-index: 200;
}

div#menu-births a{
    font-weight: bold;
    color: #FFFFFF; 
    text-decoration: none;
}

div#menu-births a:hover{
    color : #238B9D; 
    color: #fada63; 
    text-decoration: underline;
    font-weight: bold;
}

div#menu-births p{
    margin: 5px;
}
div#menu-births ul li{
} */

div#menu-right{
	width: 250px;
	float: right;
	/*border: 1px solid #c1c1c1;*/
}
div#bucket-left{
	float: left;
	width: 315px;
	border: 1px solid #c1c1c1; /* #C1C1C1 = gray */
}
div#bucket-center{
	float: left;
	margin-left: 9px;
	width: 315px;
	border: 1px solid #c1c1c1;
}
div#bucket-right{
	float: right;
	width: 315px;
	border: 1px solid #c1c1c1;
}

/* Centers of Excellence Widget */
div#centers{
	background-color: #315ba7; /*blue-purple */
	color: #ffffff;
	text-align: center;
	padding: 2px;
	position: relative;
	margin-bottom: 10px;
}
div#centers span{
	font-size: 10px;
}
div#centers h2{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
div#centers-slider{
	text-align: left;
}
div#centers-list a{
	display: block;
	width: auto;
	color: #ffffff;
}
div#centers-list a:hover{
	background-color: #734d40;
}

div#in-the-news /* Home Page */
{     
    line-height: 30px;
    background-color: #ffffff;   /* ffffff=white background */ 
    padding: 10px;
    width: 55%; /* in-the-news + tools width=90% to allow padding margins */
}

/* Google custom search engine (CSE) results */
div#cse-search-results{
	overflow-y: hidden;
	overflow-x: hidden;
}
div#cse-search-results iframe{
	width: 700px;
	max-width: 700px;
}

/* Accordian */
div#accordian {
}
div#accordian div.item{
	width: auto;
}
div#accordian a.title{
	display: block;
	background-image: url(/images/grey-bar.png);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	padding-left: 3px;
	text-decoration: none;
}
div#accordian a.title:hover{
	text-decoration: underline;
}
div#accordian div.details{
	border-top: 3px double #009999;
	border-bottom: 1px solid #009999;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Color Chart */
table.color-chart{
	width: 100%;
}
table.color-chart td{
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	height: 30px;
}
/* gives rounded corners to the dmh express care section */
.rounded_corner
{
    background-color: #fada63;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.rounded_corner_white
{
    background-color: #ffffff;
    border: solid 1px #cccccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.rounded_corner_white_bottom
{
     border: solid 1px #cccccc;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    line-height: 20px;
    background-color: #ffffff;   /* ffffff=white background */ 
    padding: 6px;
}

.rounded_corner_blue
{
    background-color: #003399;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.rounded_corner_blue_gold
{
    background-color: #003399;
    border: solid 2px #fada63;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.rounded_corner_teal_top
{
    background-color: #238B9D; /* dark - teal */
    text-shadow: 2px 2px 3px #000; /* text shadow does not work for ie */
    height: 45px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;   
}

.rounded_corner_blue_top
{
    background-color: #003399;
    text-shadow: 2px 2px 3px #000;
    height: 45px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}

.rounded_corner_yellow_top
{
    background-color: #fada63;
    height: 45px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}

.rounded_corner_light_yellow_bottom 
{
    background-color: #ffff99;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.rounded /* Rounds all corners  */
{
     background-color: #fada63;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.rounded_latestBlogPost /* Rounds all corners  */
{
     min-height: 100px;
     padding: 0px 10px 10px 10px;
     background-color: #FFFFFF;
     border: 2px solid #336699;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

textarea#taMapInfo
{
    overflow: auto;
    border: 0;   
}

/*  put the solidline around text in sidebars */
.div.section {
    color: #003082; /* #003082 = drk blue */
    font-size: 20px;
    width: 250px;
}

/* used in left nav sidebar pages */
.subHeading {
text-align: center;
color: white;
background-color: #333399;/* 333399 dark blue */
/* font-size: 100%; */
font-size: 20px;
font-weight: bold;
width: 250px;/* width: 100%; */
margin: 0px;
/* border-right: 0px solid #dadcdd; * / /* dadcdd gray line */
}

#submenu {
    margin: 1px; /* puts white space inbetween paragraphs */
    text-align: left;
}

#subMenu p:hover {
	display: block;
	list-style-type: none;
	margin: 1px;
}

#subMenu p a{
	padding: 0px 0px 0px 0px;
	border: 0px solid;
	background-color: #008193; /* #008193 teal */
	color: #FFFFFF; /* #FFFFFF white text */
	text-decoration: none;
	font-size: .8em;  
	font-weight: bold;
	border-color: #FFFFFF;
	margin: 0px; 
	list-style-type: none;
	width: 150px; /* width: 150px; */
	display: block;
}
#subMenu p a:hover{	
	background-color: #80C0C9; /* #80C0C9 light teal */
}

/* added by TD 2010-07-01 */

.detailsview {
    width: 500px;
    margin: 0px 0px 10px 0px;
}
tr.dvHeader td {
    border-top: 0px none;
}

tr.dvCommandRow td {
    padding: 8px 4px;    
}
tr.dvCommandRow td a {
    font-weight: bold;
}

#content-right .rounded_corner_yellow_top a{
    text-decoration:none;  
     color:Orange;  
}
#content-right .rounded_corner_yellow_top h2{
    color:Orange;
}


/* added by TD 2010-08-16 */

.formLabel {
    display: block;
    width: 125px;
    float: left;
    clear: right;
}
/* gridview style */

.mGrid { 
    width: 100%; 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 1px #525252; 
    border-collapse: collapse;
    margin-left: 20px;
}
.mGrid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    color: #717171; 
}
.mGrid th { 
    padding: 4px 2px; 
    color: #fff; 
    background: #115e82 url(/images/grd_head_adj.png) repeat-x top; 
    border-left: solid 1px #525252; 
    font-size: 0.9em; 
}
.mGrid th a 
{
    color: #fff;
    text-decoration: none;
}
.mGrid .alt  
{
    background: url(/images/grd_alt_adj.png) repeat-x top; 
}
.mGrid .pgr  
{
    background: #116d82 url(/images/grd_pgr_adj.png) repeat-x top; 
}
.mGrid .pgr table  
{
    margin: 5px 0; 
}
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #fff; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.mGrid .pgr a  
{
    color: #fff; 
    text-decoration: none; 
}
.mGrid .pgr a:hover  
{
    color: #115e82; /* 115e82 = drk blue */
    text-decoration: none; 
}
.lineSpacer {
    clear: both;
    height: 0px;
    margin: 0 0 10px 0;
}

#menu-left .expCareHome a
{
    color: #003399; /* 003399 = drk blue */
}

#menu-left .expCareHome a:hover
{
    color: #238B9D; /* 23889d = teal */
}



.rightborder {
border-right: 1px solid #F3D340;
}

#vertLine {
    width: 1px;
    border: 1px solid #F3D340;
    height: 400px;
    position: absolute; /* I manually centered this since margin auto doesn't automatically place it */
    
}

a:link  {
color: blue;
}

a:hover {
color: #009999; /* 009999=drk teal */
}

.textSearch
{
    border: 0;
    height: 18px;
    position: absolute;
    right: 28px;
    top: 9px;
    z-index: 4;
}

.wcmain
{
    /*margin: 0 auto;
    
    /*background-color: #C4F5FF;*/
    margin: 0px auto 20px auto;
    width: 880px;
    min-height: 80%;
	height: 860px;
    /*background: url("/images/wc_gradient3.png") repeat-x top;*/
    color: #FFFFFF;
   /* background-image: url("/images/wc_gradient.png");*/
}

#wcheader
{
    width: auto;
    height: 20%;
}

#wcbody
{
    width: auto;
    height: 60%;
    /*text-align: center;
    padding-top: 10px;
    margin: 0 138px 0 10%;
    padding: 0 0 0 11%;*/
}

#wcfooter
{
    height: 20%;
    width: auto;
}

.wcTitle
{
    border-bottom: 1px solid #FFFFFF;
   /* margin: 0 10% 0 10%;*/
    padding-top: 45px;
    /*margin: 0 11% 0 11%;*/
}

.wcnav
{
    /*margin: 0 10% 0 10%;*/
    text-align: center;
    
}

#s3slider {
   width: 600px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 600px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

#s3sliderContent ul 
{
    list-style-type: none;
    list-style-image: none;
}

#s3sliderContent li
{
    list-style-type: none;   
    list-style-image: none;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 25px 10px 10px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;
   text-decoration: none;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

.left {
	top: 0;
    left: 0;
	width: 130px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 150px !important;
	height: 290px;
}

#homeSlider {
   width: 700px; /* important to be same as image width */
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#homeSliderContent {
   width: 700px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: -20PX; /* important */
}

#homeSliderContent ul 
{
    list-style-type: none;
    list-style-image: none;
}

#homeSliderContent li
{
    list-style-type: none;   
    list-style-image: none;
}

.homeSliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.homeSliderImage span {
   position: absolute; /* important */
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 0px 0px;
   width: 1px;
   background-color: #000;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0.0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.0; /* here you can set the opacity of box with text */
   opacity: 0.0; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;
}

#BmiCalc
{
    float: right; 
    background-image: url('/services/wellness/BmiCalcBG.png'); 
    width: 220px; 
    height: 110px; 
    background-position: left top; 
    clear: both;
}

