
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.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;
		}
	}
	
	

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

ul.MenuBarHorizontal
{

        background-color: #000000;
	margin: auto;
        padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 850px;
        /*text-align: center;*/  }

/* 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;*/
}
/* 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;
	width: 150px;
	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;
        
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 150px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;

}
/* 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: 1px solid #356863;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
       	display: block;
	cursor: pointer;
	padding: 0;
	color: #fff;
	text-decoration: none;
        text-align:center;
        
}
/* Menu items that have mouse over or focus have a dark green background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
        color: #fff;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #000000;
	color: #17baa7;
}

/* ******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */

ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(images/clear.gif);
	background-repeat: no-repeat;
        color: #17baa7;
	//background-position: 90% 50%;
        width: auto;

} 

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{       
        color: #000;
	background-image: url(images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a \"hover\" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
        background-image: url(images/clear.gif);
	background-repeat: no-repeat;
	//background-position: 90% 50%;
	padding-right: 0px;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a \"hover\" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
}

------------------------------------------------------------------------------------------------------------------


/*Firefox Over-rides and additions*/

ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;

}
ul.MenuBarHorizontal li
{
	float: left;
	text-align:center;
	width: auto;
}
ul.MenuBarHorizontal ul
{
	margin: 0px;
	position: absolute;
	width: 150px;
	
}
ul.MenuBarHorizontal a
{
	background-color: #000000;
	padding: 0px 7px 0px 7px;
	margin: 0px;
	color: #17baa7;
	width: auto;
        text-decoration:underline;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
        width: auto;
	//padding-right: 20px;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
      background-color: #000000;
      color: #FFF;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible

{
	background-color: #000000;
	color: #fff;
}
ul.MenuBarHorizontal ul li {
width: 150px;
text-align: left;
}
ul.MenuBarHorizontal ul  a{
width: 140px;
background-color:  #000000;
color: #17baa7;
padding: 5px;
}

ul.MenuBarHorizontal ul  a:hover{
width: 140px;
background-color:  #356863;
color: #FFF;
padding: 5px;
}



ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
	width: 150px;
}
/* Note that these below will be used only IE */
ul.MenuBarHorizontal
{
	*margin-left: 0px;
}
ul.MenuBarHorizontal ul
{
	position: absolute;
	*margin-right: 0px;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	padding-right: 0px;
        
}
ul.MenuBarHorizontal ul li
{
	*position: absolute;
	*margin-right: 0px;
	*padding-right: 0px;
        
}
*ul.MenuBarHorizontal ul  a{
	width: 150px;
}
*ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
}
*ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
      background-color: #035638;
      color: #000;
}

*ul.MenuBarHorizontal ul  a:hover{
width: 150px;
background-color:  #035638;
color: #FFF;
padding: 5px;
}

.bodytext {
    font-family:verdana, arial, sans-serif;
    font-size: 13px;
    color: #000000;
}

.headline {
    font-weight: bold;
	font-size: 20px;
	line-height: 1.8em;
	color: #000;
}

.headline-aqua {
    font-weight: bold;
	font-size: 20px;
	line-height: 1.8em;
	color: #008e88;
}

.subheadline {
    font-weight: bold;
	font-size: 16px;
	line-height: 1.25em;
	color: #000;
}

.subheadline-aqua {
    font-weight: bold;
	font-size: 16px;
	line-height: 1.25em;
	color: #008e88;
}

.caption {
    font-family:verdana, arial, sans-serif;
    font-size: 11px;
    color: #000000;
}

.printlink {
    font-family:verdana, arial, sans-serif;
    font-size: 12px;
    color: #346862;
}

.system {
    font-family:verdana, arial, sans-serif;
    font-size: 13px;
    color: #000000;
}
.syssmall {
    font-family:verdana, arial, sans-serif;
    font-size: 13px;
    color: #000000;
}

.bodysmall {
    font-family:verdana, arial, sans-serif;
    font-size: 13px;
    color: #000000;
}
.bodysmallgrey {
    font-family:verdana, arial, sans-serif;
    font-size: 12px;
    color: #858585;
}

.teal {
	color: #018e88;
}

.red_text {
	color: #a61e00;
}

.whatsnew img{
    padding-right:5px;
}

.alert {
    font-family:verdana, arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

a, a:visited {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
}

a.navlinks, a.navlinks:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #17baa7;
	padding: 7px 7px 0px 7px;
}

a.navlinks:hover {
	color: #fff;
}


a.MenuBarHorizontal, a.MenuBarHorizontal:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #17baa7;
	padding: 7px 7px 0px 7px;
}

a.MenuBarHorizontal:hover {
	color: #fff;
}


a.bottom_links, a.bottom_links:visited, a.footer, a.footer:visited {
    color: #86afaa;
}

a.bottom_links:hover, a.footer:hover {
	color: #9ed9d2;
}

div,a,h1,h2,h3,h4,h5,h6,img,table,th,tr,td {
	margin: 0;
	padding: 0;
	border: none;
}

.subpages {
    font-weight: bold;
	font-size: 13px;
	line-height: 1.5em;
	color: #356863;
}
a.subpages {
    font-weight: bold;
	font-size: 13px;
	line-height: 1.5em;
	color: #356863;
}
a.subpages:hover {
    font-weight: bold;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
    text-decoration:none;
}

.subpages-title {
    display:block;
    padding-bottom:15px;
}
.subpages img{
    padding-right:5px;
}

table {
    font-family:verdana, arial, sans-serif;
    font-size: 13px;
    color: #000000;
}
 
 html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #3d3d3d;
}

/* ---------- DIVS ---------- */

#page {
	width: 100%;
	height: 100%;
	background: url('/site/1/template/side_bg.jpg') no-repeat top center;
}

#wrapper {
	width: 960px;
	min-height: 718px;
	height: auto !important;
	height: 718px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('/site/1/template/wrapper_bg.png') no-repeat center 5px;
}

#header_feature {
    width: 960px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
}

#navigation {
	width: 960px;
	height: 23px;
	margin: 0 auto;
        padding-top: 7px;
	/*font-size: 14px;*/
	color: #17b8a8;
}

#container {
    width: 960px;
	min-height: 526px;
	height: auto !important;
	height: 526px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #a7bcb7 url('/site/1/template/container_bg.gif') repeat-y top center;
}

#main_content {
	width: 640px;
	min-height: 526px;
	height: auto !important;
	height: 526px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/site/1/template/top_green_gradient.jpg') no-repeat top center;
}

#sidebar {
	width: 319px;
	min-height: 526px;
	height: auto !important;
	height: 526px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #fff;
}

#content_left {
	width: 320px;
	min-height: 231px;
	height: auto !important;
	height: 231px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#content_right {
	width: 320px;
	min-height: 231px;
	height: auto !important;
	height: 231px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
}

#scrolling_articles {
	width: 319px;
	height: 171px;
	margin: 0;
	padding: 0;
	background: #d7d7d7;
	text-align: left;
}

#bottom_left {
	width: 320px;
	min-height: 295px;
	height: auto !important;
	height: 295px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 231;
	left: 0;
	background: #a7bcb7 url('/site/1/template/left_green_bg.gif') repeat-x top center;
}

#bottom_middle {
	width: 319px;
	min-height: 295px;
	height: auto !important;
	height: 295px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 231;
	right: 0;
	border-left: 1px solid #fff;	
	background: #a7bcb7 url('/site/1/template/left_green_bg.gif') repeat-x top center;
}

#bottom_right {
	width: 319px;
	min-height: 355px;
	height: auto !important;
	height: 355px;
	margin: 0;
	padding: 0;
	background: #a7bcb7 url('/site/1/template/right_green_bg.gif') repeat-x top right}

#footer {
	width: 960px;
	height: 49px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #000;
}

#search {
    position: absolute;
    top: 11px;
    right: 15px;
}

#left_side {
	width: 237px;
	height: 190px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: -237;
}

#right_side {
	width: 245px;
	height: 190px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: -251;
}

/* ---------- ARTICLE DIVS ---------- */

#article_container {
    width: 920px;
	min-height: 526px;
	height: auto !important;
	height: 526px;
	margin: 0;
	padding: 0 20px;
	background: #a7bcb7 url('/site/1/template/article_bg.gif') repeat-y top center;
}

#article_sidebar {
	width: 180px;
	padding-top: 80px;
	text-align: left;
	background: transparent;
}

#article_content {
	width: 700px;
	padding: 30px 0;
	text-align: left;	
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

h3 {
	font-size: 115%;
	color: #17b8a8;
}


/* ---------- WRAPPER ---------- */

/* ---------- HEADER_FEATURE ---------- */

/* ---------- LOGO ---------- */

/* ---------- NAVIGATION ---------- */

/* ---------- CONTAINER ---------- */

#container.article {
	padding-top: 15px;
}


/* ---------- MAIN_CONTENT ---------- */

#main_content {
}


/* ---------- SIDEBAR ---------- */

#sidebar {
}


/* ---------- CONTENT_LEFT ---------- */

#content_left p {
	width: 208px;
	margin: 0 auto;
	font-size: 12px;
}


/* ---------- CONTENT_RIGHT ---------- */

#content_right p {
	width: 208px;
	margin: 0;
	padding: 0;
	padding-left: 25px;
}


/* ---------- SCROLLING_ARTICLES ---------- */

#scrolling_articles h3 {
	width: 100%;
	height: 29px;
	position: relative;
	top: 5px;
	background: #f5f5f5;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #17b8a8;
}

#scrolling_articles h3 span {
	position: relative;
	top: 6px;
	left: 20px;
}

#scrolling_articles p {
	width: 280px;
	position: relative;
	top: 15px;
	line-height: 1.1em;
}


/* ---------- BOTTOM_LEFT ---------- */

#bottom_left h3 {
	position: relative;
	top: 6;
	right: 30px;
	text-align: right;
	color: #17b8a8;
}

#bottom_left p {
	width: 290px;
	position: absolute;
	top: 35px;
	left: 15px;
	color: #000;
}

#bottom_left p a  {
	font-size: 13px;
}

#bottom_left p span.eventsnew-title img {
	padding-right: 10px;
}

/* ---------- BOTTOM_MIDDLE ---------- */

#bottom_middle h3 {
	position: relative;
	top: 6;
	right: 30px;
	text-align: right;
	color: #17b8a8;
}

#bottom_middle table.video {
	margin: 0 auto;
	padding: 0;
}

#bottom_middle p {
	width: 310px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#bottom_middle p.grey_bg {
	width: 290px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 9px 10px;
	background: #545d5c;
	color: #fff;
}

#bottom_middle a.watchTV, #bottom_middle a.watchTV:visited {
    width: 104px;
    height: 36px;
    display: block;
    border: none;
    background: url('/site/1/template/adv_channel.jpg') no-repeat top center;
}

#bottom_middle a.watchTV:hover {
    background-position: bottom center;
}

/* ---------- BOTTOM_RIGHT ---------- */

#bottom_right h3 {
	position: relative;
	top: 6;
	right: 30px;
	text-align: right;	
	color: #17b8a8;
}

#bottom_right img.rightSide {
	padding: 20px 20px 0 10px;
}

#bottom_right p {
	padding-left: 20px;
	text-align: left;
	color: #000;
}

#bottom_right ul {
	margin: 0;
	padding: 0;
	padding-left: 37px;
	line-height: 1.5em;
	list-style-image: url(/site/1/template/black_arrow.gif);
	text-align: left;
} 

/* ---------- FOOTER ---------- */

#footer img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 5px;
}

td.standard-pad{
    padding:3px;
}

td.costs{
    padding:3px;
    border:1px solid #356863;
}
:focus {
	outline: 0;
}