﻿body, html, form
{
    background-image: url('images/pageBg.jpg');
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    margin: auto;
    font-family: Arial;
    font-size: 90%;
    color: #333333;
}

.beauty
{
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

.beauty th
{
	background-color: #3949b7;
	color: #FFFFFF;
	font-family: Arial;
	padding: 10px;
	text-align:left;
}

.beauty td
{
	color: #000;
	font-family: Arial;
	padding: 10px;
	font-size: 12px;
}

.beauty td a
{
	color: #3949b7;
	font-weight: bold;
	text-decoration: none;
}

.beauty td a:hover
{
	color: #000;
}

.placeHolder
{
    position: relative;
    width: 970px;
    /*
		height: auto !important;
		height: 100%;
		min-height: 100%;
	*/
    background-image: url('images/pageShadows.png');
    background-repeat: repeat-y;
    min-height:600px;
	height:auto !important;
	height:600px;
	
	margin:0 auto;
	padding:0;
}

.headerPlaceholder
{
	margin-left: 7px;
	width: 953px;
	margin:0;
	padding:0;
	
	/* Fixes for floated content and Height for Chrome */
	height:85px;
	overflow:auto;
	overflow-x:visible;
	overflow-y:visible;
}

.headerLogo
{
	width: 186px;
	margin-left: 15px;
	margin-top: 0;
}

.logo
{
	cursor: pointer;
}

.headerRightPlaceholder
{
	background-color: #FFFFFF;
	float: right;
	display:inline-block;
	width: 730px;
	text-align: right;
}

.headerSearch
{
	float: right;
	height: 50px;
	width:350px;
	text-align:right;
}

.headerMenu
{
	background-color:#FFFFFF;
	width: 100%;
    float:right;
	height: 35px;
	margin:0;
}

.menuleftCorner
{
	background-image: url('images/menuLeftCorner.jpg');
	background-repeat: no-repeat;
	width: 8px;
	height: 35px;
}

.barUnderHeader
{
	background-image: url('images/ehealthTop.jpg');
	background-repeat: repeat-x;
	background-color:#58a525;
	height: 18px;
	width: 953px;
	margin-left: 7px;
	display: table;
	overflow: hidden;
}



.contentHolder
{
	width: 953px;
	display: table;
	height: 100%;
	margin-left: 7px;
}

.contentLeft
{
	float: left;
	width: 230px;
	overflow-x: hidden;
}

.menuLeft
{
	background-image: url('images/leftMenuSprite.jpg');
	background-repeat: repeat-y;
	background-color:#58a525;
	width: 235px;
}

.menuLeftBottom
{
	background-image: url('images/leftMenuBottom.jpg');
	width: 240px;
	height: 20px;
	margin-bottom:8px;
	background-repeat: no-repeat;
	background-color:#58a525;
}

.contentRight
{
	float: left;
	width: 695px;
}

.newsLeft
{
	display: table;
	margin:auto;
}

.contentZone
{
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
}

.footerContainerLeft
{
	float: left;
	margin-top: 11px;
	margin-left: 20px;
}

.footerContainerRight
{
	float: right;
	margin-top: 11px;
	margin-right: 20px;
}

.footerContainer a
{
	font-family: Arial;
	color: #FFFFFF;
	font-size: 90%;
	text-decoration: none;
	padding-right: 5px;
	border-right: 1px solid #FFF;
}

.footerContainer a:hover
{
	text-decoration: underline;
}



/* Homepage CSS */

.homeBoxContainer
{
	width: 705px;
	background-image: url('images/homeLeftSlice.jpg');
	background-repeat: repeat-y;
	display: table;
	overflow-x: hidden;
}

.homeBoxContainerText
{
	margin-top: 10px;
	margin-left: 30px;
}

.homeBoxContainerFooter
{
	background-image: url('images/homeboxFooter.jpg');
	background-repeat: no-repeat;
	display: table;
	width: 723px;
	height: 23px;
}


.footerContainer
{
	width: 953px;
	height: 40px;
	display: table;
	background-color: #5aa622;
	margin-left: 7px;
	margin-top: 30px;
	
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}


.newsFeature
{
	display: table;
	float: right;
}



.newsFeedFirst
{
	height: 85px;
	width: 390px;
	border: 1px solid #FFF;
	border-bottom: 1px dashed #313f9d;
	margin-bottom: 10px;
	padding-bottom: 6px;
	overflow-y: hidden;
	font-size:100%;
}

.newsFeedFirst:hover
{
	cursor: pointer;
	border: 1px dashed #313f9d;
}

a { 
    color:#3949B7;
}

h1
{
    font: bold 130% Arial;
    color: #323F9C;
    padding: 0;
    margin:0 0 20px 0;
}

h2
{
    font: 110% Arial;
    color: #323F9C;
    font-weight: bold;
    padding: 0;
    margin: 2px 0 5px 0;
}

h3
{
    font: 110% Arial;
    color: #323F9C;
    padding: 0;
    margin: 0;
}

.Button, .ImageButton
{
    background-color: #3D4B9A;
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #ccc;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor:pointer;
    overflow:visible;
}

.Button:hover, Button:active,
.ImageButton:hover, .ImageButton:active
{
    text-decoration: underline;
}

.MissonStatement {
    background: #3949B7 url(Images/MissionStatement.png) no-repeat bottom center;
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
    color: #fff;
    line-height:1.85em;
    text-align:center;
    font-family: Arial;
    font-size: 100%;
    width: 180px;
    margin: auto;
    vertical-align:middle;
}

.ImageButton
{
    padding-right: 23px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor:pointer;
}

.Search
{
    background-image: url(Images/SearchButton.jpg);
    height:16px;
}

.ContainerMain
{
	background-color: #FFFFFF;
    width: 952px;
    margin: auto;
}

.Container
{
	background-color: #FFFFFF;
    width: 952px;
    margin: 0 auto;
    border-left:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
}

#ContainerMain 
{
    margin-left:233px;
    border-left:2px dotted #3949B7;
}

#Container_LeftShadow
{               
    margin: 0 auto;
    width: 970px;
    background: url('Images/PageShadowLeft.gif') repeat-y;
}

#Container_RightShadow
{
    width: 970px;
    background: url('Images/PageShadowRight.gif') repeat-y right 50%;
}

#Header
{
    margin-left:28px;
    background-color: #fff;
    color:#3949B7;
    padding-top: 17px;
    position: relative;
    height:77px;
}

#Header .SearchBox {
    position:absolute; right:12px; bottom:23px; width:auto !important;
}

#Header img { margin-bottom:7px; vertical-align:middle; height:77px; }

#TopMenuFooter
{
    height: 5px;
    background-color: #65BD2B;
    width: 100%;
    clear: both;
}

#ContentLeft
{
    float: left;
    width: 235px;
    margin-right: 2px;
}

#LeftMenuHolder
{
    padding: 5px;
    background-color: #58A525;
}

.LeftMenu
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color:#F7FCF3;
    min-height:300px;
    width: 214px;
    margin-left: 10px;
    overflow-x: hidden;
}

.LeftMenu ul {
    padding-left:20px;
    list-style-type:none;
    margin:0;
    display:none;
}

.LeftMenu li.Expand ul {
    display:block;
}

.LeftMenu li
{
    border-bottom: 2px dotted #74CD39;
    display: block;
    padding: 10px 0;
}

.LeftMenu .Active, 
.LeftMenu .Active:hover, 
.LeftMenu .Active:active {
    background:url(Images/LeftMenuArrowHover.png) no-repeat 10px center;
    padding-top:2px;
    padding-bottom:2px;
    font-weight: bold;
    margin-bottom: 3px;
}

.LeftMenu li li a {
    border-bottom:none;
    font-size: 100%;
}

.LeftMenu ul li {
    border-bottom:none;
    padding:3px 0;
}

.LeftMenu a
{
    background: url(Images/LeftMenuArrow.png) no-repeat 10px center;
    padding-left: 30px;
    display: block;
    color: #32419E;
    font: 100% Arial;
    text-decoration: none;
}

.LeftMenu a:hover, 
.LeftMenu a:focus
{
    background:url(Images/LeftMenuArrowHover.png) no-repeat 10px center;
    color: #ccc;
    text-decoration:underline;
}

/* Rounded Box */

.RoundedBox
{
    background: #F7FCF3 url(Images/RoundedGreenBL.gif) no-repeat bottom left;
    width: 100%;
}

.TopLeft
{
    background: url(Images/RoundedGreenTL.gif) no-repeat;
}

.TopRight
{
    background: url(Images/RoundedGreenTR.gif) no-repeat top right;
}

.BottomRight
{
    background: url(Images/RoundedGreenBR.gif) no-repeat bottom right;
    padding: 0.5em 0em;
    clear:right;
}

.RoundedBox .Content
{
    padding: 5px 5px 5px 20px;
}

/* Rounded Header */
.RoundedHeader {
    padding-top:5px; 
    border-right:10px solid #58A525; 
    background-color:#58A525;
}

.RoundedHeader .TopLeft {
    background:#fff url(Images/RoundedGreenTL.gif) no-repeat;
}

.RoundedHeader .TopRight {
    background: url(Images/RoundedGreenTR.gif) no-repeat top right;
}

.RoundedHeader .Content {
    background-color:#fff; 
    padding:0 20px;
}

/*Top Menu Right Link */
.HomeLinkBoxContainer
{
    float: right;
    padding: 2px;
    margin-left:24px;
}

.LinkBox
{
    background:#313f9d url(Images/LinkBox.png) no-repeat bottom right;
    height: 54px;
    width: 281px;
    margin: 5px 2px;
    position:relative;
    color:#fff;
}

.LinkBox img
{
    width: 100px;
    height: 54px;
    display: inline-block;
    float:left;
    margin-right:15px;
    border-right:1px solid #fff;
}

.LinkBox p
{
    color: #fff;
    font:120% Arial;
    margin:0;
    padding-left:15px;
    vertical-align:middle;
    height:40px;
    margin-top: 5px;
    font-weight: bold;
}

.LinkBox a
{
    color: #7DD544;
    font: bold 90% Arial;
    float:right;
    position:absolute;
    bottom:4px;
    right:4px;
}

/* Press Releases */

.PressReleases
{

	margin: auto;
	margin-top: 15px;
    width: 200px;
    
}

.PressReleases h3
{
    color: #fff;
    background-color: #3949B7;
    font: 120% Arial;
    padding: 8px 9px;
}

.PressReleases ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.PressReleases li
{
    display: inline-block;
    color: #000;
    font: 90% Arial;
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
}

.PressReleases li a
{
    color: #354497;
    text-decoration: underline;
}

/* News Feed Item */
.NewsFeed
{
    margin: 20px 0 0 20px;
    display:table;
    width: 680px;
    overflow-x: hidden;
}

.NewsFeedItem
{
    margin-right: 20px;
    border-bottom: 2px dotted #354396;
}


.NewsFeedItem img
{
    float: right;
    padding-left:10px;
}

/*Breadcrumb */
.BreadCrumb {
    color:#666;
    list-style-type:none;
    width:100%;
    font:90% Arial;
    padding:0;
    margin:0;
    float:left;
    border-bottom:1px dotted #ccc;
    padding-bottom:5px;
    margin-bottom:10px;
    display:block;
}

.BreadCrumb li {
    float:left;
    display:inline-block;
    padding-right:12px;
    cursor:pointer;
}

.BreadCrumb li a {
    padding-left:18px;
    background:url(Images/BreadCrumbArrow.gif) no-repeat left center;
    color:#666;
}


/* Glossary Terms (see jquery.highlight.js to change) */
.GlossaryNavigation { 
    margin:10px 0 20px 0;
}

.GlossaryNavigation a {
    display:inline-block;
    margin:0 3px;
    font:bold 120% Arial;
}

.Glossary { }

.Glossary .Header
{
    font-size: 120%;
    font-weight: bold;
}

.Glossary .Content
{
    padding-bottom: 10px;
    margin: 5px 0px;
    border-bottom: 2px dotted #3949B7;
}

.glossaryTerm
{
    text-decoration:underline;
    color:#333;
}

.searchResult {
    background-color:Yellow;
}

.Footer {
    background-color:#58A525; 
    width: 952px; 
    margin:auto; 
    color:#fff; 
    font:11px Arial;
}

.FooterLinks {
    list-style-type:none;
    margin:0;
    padding:17px 24px 0px 24px;
    margin-bottom:12px;
}

.Left {
    display:inline-block; float:left;
}

.Right {
    display:inline-block; float:right; text-align:right;
}

.FooterLinks li {
    display:inline-block;
    float:left;
}

.FooterLinks li a {
    color:#fff;
    text-decoration:none;
    border-right:1px solid #fff;
    padding:0 5px;
    display:inline-block;
}

.FooterLinks li a:hover, 
.FooterLinks li a:focus, 
.FooterLinks li a:active {
    text-decoration:underline;
}

/* Tooltip Style */
#tooltip
{
    position: absolute;
    z-index: 3000;
    border: 2px solid #58A525;
    background-color: #fff;
    padding: 5px;
}

#tooltip h3, #tooltip div
{
    margin: 0;
    font:bold 100% Arial;
}

/* Pager Buttons (Wrap <div class="PagerButtons"> around DataPager) */

.PagerButtons {
    display:inline-block;
    background-color:#3949B7;
    margin:0; padding:4px 0 2px 0;
    width:95%;
    margin:auto;
}

.PagerButtons span input, .CurrentPage {
    margin:0;
    padding:0;
    border:none;
    color:#fff;
    display:inline-block;
    padding:0px 10px 0px 6px;
    height:20px;
    text-align:center;
    line-height:16px;
    cursor:pointer;
    background-color:Transparent;
    text-decoration:underline;
    border-right:1px solid #fff;
}

.PagerButtons span span {
    color:#ccc;
    cursor:auto;
    vertical-align:middle;
    text-decoration:none;
}

fieldset { 
    border-width:0;
    padding:0;
}

fieldset legend {
    font:bold 100% Arial;
    color:#000;
}

fieldset label {
    display:inline;
    float:left;
    vertical-align:middle;
}

fieldset input {
    display:inline-block; float:left;
}

/* Contact Form */

.Form fieldset {
    position:relative;
    margin: 0 0 -1em 0;
    padding: 0.5em 0 1em 0;
    border-style:none;
    border-top: 2px dotted #3949B7;
    background-color:#fff;
}

.Form legend {
    padding:0;
    color:#323F9C;
    font-weight:bold;
}

.Form fieldset br {
    clear:left;
}

.Form fieldset legend span {
    position:absolute;
    left:0.74em;
    top:0;
    margin-top:0.5em;
    font-size:135%;
}

.Form fieldset div {
    padding:3.5em 1em;
}

.Form fieldset div p {
    margin:0.25em 0 1em 0;
}

.Form fieldset label {
    display:inline-block;
    font-weight:bold;
    width:200px;
    color:#333;
}

.Form fieldset label span {
    font-size: 80%;
    font-style:italic;
    color:#aaa;
    display:block;
}

.Form fieldset div input, textarea, select {
    width:200px;
    margin-bottom:0.75em;
    padding:1px;
    vertical-align:top;
    font:100% Arial;
    border:1px solid #aaa;
}

.Form fieldset.Submit {
    margin:0;
}

.Form fieldset.Submit div {
    margin:0; padding:0;
}

.Form fieldset .SubmitMessage {
    color:#333;
    font-weight:bold;
    display:inline;
    padding:0;
    padding-left:20px;
    margin-left:10px;
}

.Form fieldset .Error
{
    background: url('Images/Failed.png') no-repeat left center;
}

.Form fieldset .Success
{
    background: url('Images/Success.png') no-repeat left center;
}

.Form fieldset label .Required
{
    display:inline;
    font-weight:bolder;
}

.moreInfoLink
{
	font-weight: bold;
	font-size: 100%;
	float: right;
	background-image: url('images/nav_down_left_green.png');
	background-repeat: no-repeat;
	padding-left: 18px;
}

.moreInfoLink:hover
{
	font-weight: bold;
	font-size: 100%;
	float: right;
	text-decoration: underline;
}

.searchField
{
	display: block;
	float: left;
	display:inline-block;
	margin-top: 10px;
}

.searchBtn
{
	background-image: url('images/btnSearch.jpg');
	background-repeat: no-repeat;
	width: 70px;
	height: 18px;
	display: inline-block;
	float: left;
	margin-top: 3px;
}

.AccessKey {
    display:inline-block;
    padding:0 3px;
    background:Yellow !important;
    color:#000;
    font:bold 100% Arial;
    margin-left:3px;
}

.BottomLogos {
    width:100%;
    padding:15px;    
    background-color:#fff;
    text-align:center;
}

.BottomLogos img {
    margin-right:50px;
}

#Ticker 
{
	height:255px;
	overflow:hidden;
}