.subpages {
	text-decoration: none;
}.MenuBarItemIE 
{
	position: static;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background-color: #FFF;
	}
}

/*******************************************************************************1

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

#MenuBar1 {
        margin:0;
        padding:0;
        width: 900px;
        height:36px;
        position: relative;
        z-index:900;
        border-bottom: solid 1px #fff; }

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;

}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;

}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
ul.MenuBarHorizontal li:hover
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
        left: auto;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -2% 0 0 70%;/*95%;*/
       *margin: -1px 0% 0% 75%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-right: 1px solid #527487;
        border-left: 1px solid #527487;
        background:#FFF;
        width:99%;
		*width:100%;
        display:block;
}

ul.MenuBarHorizontal ul li {
        border-bottom: 1px solid #527487;
        width:100%;
        display:block;
}

ul.MenuBarHorizontal ul li:hover
{
	background:#2f455b;
	display:block;
        width:96%; /*  TED - this is the line that seems to work but then is too long */
}

ul.MenuBarHorizontal ul li a {
        color:#527487;
        text-decoration:none;
        padding:10px 5px;
        display:block;
}

ul.MenuBarHorizontal ul li a:hover {
        color:#FFF;
	display:block;
	background:#2f455b;
	width:100%;
}


/* Menu items are white block with padding and no text decoration */
ul.MenuBarHorizontal a
{       margin:0;
	padding:0;
	display: block;
	cursor: pointer;
        font-size:13px;
	text-decoration: none;

}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}


/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	background-color: #fff;
	}

}
body {
        margin: 0;
        padding: 0;
        font-family:arial, sans-serif;
        font-size:13px; }

a {
color: #27367b; }

a:visited {
color: #4d5b7e; }

a:hover {
color: #3b6be6; }

.table_footer {
        position: absolute;
	bottom: 0;
	text-indent: -9000px; }

.footer {
	font-family: arial, helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:10px; }

.footer:hover {
	text-decoration:underline;
	color:#000000; }

.bottom_links {
	font-family: arial, helvetica, sans-serif;
	color: #718696;
	text-decoration: none; }

.bottom_links:hover {
	text-decoration:underline;
	color:#486878; }

table {
	font-family: arial, helvetica, sans-serif;
	font-size:13px; }

#siteBox {
        margin-right:auto;
        margin-left:auto;
        width: 900px;
        text-align:left;
        position:relative; }

#headerBox {
        margin:0;
        padding:0;
        height:135px;
        position:relative; }

#logoBox {
        position:absolute;
        top:15px;
        left:20px; }

#topNav {
        position:absolute;
        top:10px;
        right:-8px;
        text-align:right; }

#topNav li{
	list-style-type: none;
	display: inline;
	padding:0 8px;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
        letter-spacing:1px; }
	
#topNav li a, #topNav li a:visited {
	color: #718696;
	text-decoration: none; }
	
#topNav li a:hover{
	color: #556a79;
        text-decoration: underline; }
	
#searchBox {
        position:absolute;
        top:60px;
        left:715px; }

.searchButton {
	position: absolute;
	top: 2px;
	right: -54px;
        color: #718696;
	text-decoration: none; }

.searchButton a, .searchButton a:visited {
        color: #718696;
	text-decoration: none;
        font-size: 14px;
	font-family: arial, helvetica, sans-serif;
        letter-spacing:1px; }

.searchInput{
        background:#f3f5f7;
        font-size:12px;
        color:#666;
        padding:3px 4px;
        border:1px solid #d5d5d5;
        height:22px; width:130px; }

.searchButton a:hover {
        color: #556a79;
	text-decoration: none;
        text-decoration: underline; }

#navBox {
        margin:0;
        padding:0;
        }

#footerBox {
        width:900px;
        font-size:11px;
        color: #718696;
        border-top: 2px solid #002a54;
        position:relative;
        margin:10px 0 0 0;
        padding-top:10px;
        line-height:16px; }

#footerBox a {
        color: #718696;
	text-decoration: none; }

#footerBox a:hover {
        color:#486878;
        text-decoration: underline; }

#adminLinks {
        position:absolute;
        top:3px;
        right:0px;
        text-align:right; }

#splashBox {
        margin: 0px;
        padding: 0px;
        width: 900px;
        height: 250px;
        position: relative;
        z-index:800; }

#contentBox {
        margin: 0px;
        width: 900px;
        position: relative;
        border-top: 1px solid #ccc;
        background: #cae1f3 url(../../../site/1/images/content-bg.jpg) ;
        padding-bottom:15px;
        *padding-bottom:0; }

#contentBox h3{
        font-size: 18px;
        font-family:"Times New Roman", Times, serif;
        color: #215375;
        letter-spacing:1px;  }

#adminBox {
        margin:0;
        width: 93%;
        position: relative;
        padding:25px; }

#articleBox {
        margin: 0px;
        width: 900px;
        position: relative;
        *padding-bottom:0; }

#articleBox2 {
        margin: 0px;
        padding: 25px;
        *width: 100%;
        position: relative;
        *padding-bottom:0; }

#sidebar_home {
        width:310px;
        margin:0;
        padding:0;
        float:left; }

#feature_home{
        margin: 0 166px 0 311px;
        padding:15px;
        text-align:left;
        font-size:16px;
        line-height:24px;
        color:#666; }

#feature_home_photo{
        width:150px;
        height:175px;
        float: right;
        padding-top:20px;
        padding-right:20px; }

#news_home{
        margin: 0 0 0 311px;
        padding: 15px;
        text-align:left;
        font-size:12px;
        line-height:14px;
        color:#666;
        height:219px;
        *height:249px;
        overflow:hidden; }

#news_home_health {
        float:left;
        width: 260px;
        text-align:left;
        border-right:1px dashed #666;
        margin-top:-15px;
        padding-right:15px; }

#news_home_ask {
        float:left;
        width: 260px;
        text-align:left;
        padding-left:15px;
        margin-top:-15px; }

.FeedTitle {
        text-decoration:none;
        font-size:13px;
        font-weight: bold;
        color: #2d3133; }

#sidebarLeft {
        float:left;
        width:199px;
        background: #d8e0e3;
        border: solid 1px #999;
        margin-top: 25px;
        margin-bottom: 15px;
        }

#sidebarLeft a, #sidebarLeft a:visited {
         text-decoration:none;
         color: #4d5b7e;
         }


#sidebarLeft a:hover {
         text-decoration:underline;
         color: #FFF;
         }

#sidebarLeft br { 
         display:none; }

#sidebarLeft font { 
         display:none; }

#sidebarLeft img { 
         border:none; }

.subpages {
         margin:0;
         padding: 5px;
         border-bottom: solid 1px #999;
         display: block;
         width:189px;
         *width:199px;
         background: url(../../../site/1/images/side-bg.jpg) no-repeat; }

.subpages:hover {
         background:#2f455b;
         color: #FFF }

#articleBoxContent { 
	 margin: 0 0 0 219px;
         *width:100%;
         padding: 25px 15px 15px 0; } 

.headline {
         font-family: georgia, serif;
	 font-weight: normal;
	 background: transparent;
	 margin: 0 0 10px 0;
	 padding: 0 0 0 0; 
	 font-size: 180%;
         color: #336170;
         }

.survey_title {
         font-family: georgia, serif;
	 font-weight: normal;
	 background: transparent;
	 margin: 0 0 10px 0;
	 padding: 0 0 0 0; 
	 font-size: 180%;
         color: #336170;
         }

.survey_table td {
         padding:10px 0; }


.clearall {
clear:both;
margin: 0;
padding: 0 0 15px 0;}
