html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: Verdana, "Lucida Grande", "Lucida", sans-serif;
	font-size: 0.78em;
	line-height: 1.5em;
	color: #666666;
	background: #ffffff;
	}

body * {
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}

li {
	list-style: none;
	}

input, select {
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #ddd;
	background: #fff;
	} 

fieldset {
	border: none;
	}

fieldset:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/*------------------------------------------------------------------------------
	LAYOUT
------------------------------------------------------------------------------*/

#header, #container, #banner, #footer {
	width: 760px;
	margin: 0 auto;
 padding:0;
	text-align: left;
	background-color: #ffffff;
	}

#bg {
	width: 786px;
	margin: 0 auto;
 padding:0;
	background: url(../images/html/pageBg.jpg) center top repeat-y;
	text-align: center;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.float {
	float: left;
	display: inline;
	margin-left: 0 !important;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	

/*----------------------------------------------------------------------------- 
	HEADER 
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 105px;
	}

#logo {
	position: absolute;
	left: 15px;
	top: 0;
	}
	
/*----------------------------------------------------------------------------- 
	BREADCRUMB TRAIL 
-----------------------------------------------------------------------------*/
#breadcrumb {
	width: 730px;
	font-size: 0.75em;
	margin: 0 auto;
	text-align: left;
	padding-left: 260px;
	padding-top: 15px;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #breadcrumb {width: 760px;}
* html #breadcrumb {padding-left: 250px;}
/* End hide from IE-mac */	

/*----------------------------------------------------------------------------- 
	MAIN CONTENT 
-----------------------------------------------------------------------------*/
.left {
	width: 200px;
	padding-top: 20px;
	padding-left: 40px;
	}

.right {
	width: 480px;
	margin-left: 245px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	}
		
/*------------------------------------------------------------------------------
	TYPOGRAPHY
------------------------------------------------------------------------------*/

p {
	font-size: .85em;
	margin: 0 0 18px 0;
}

h1 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 18px 0;
	padding: 0;
	color: #029297;
	}

h2 {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 14px 0;
	padding: 0;
	color: #03A3A9;
}

ul {
	list-style: none;
	margin: 0 0 24px 0;
}

ul li {
	padding-left: 10px;
	font-size: .85em;
	background: url(/_images/html/bullet.gif) 0 8px no-repeat;
}

a {
	color: #3266BC;
	text-decoration: none;
	background: url(/_images/html/linkUnderline.gif) left bottom repeat-x;
}

a:hover {
	color: #fff;
	background: #3266BC;
}
.b {font-weight:bold}

/* --------------------------------------------------------------------------
	 SUBNAV
------------------------------------------------------------------------------*/

ul.subNav li {
	background: none;
	padding: 4px;
}

ul.subNav li a {
	font-size: 1.0em;
	color: #3266BC;
	font-weight: bold;
	padding: 3px 1px;
	background: none;
}

ul.subNav li a:hover {
	color: #FFF;
	background: none;
    background: #3266BC;
  background: url(../images/html/linkUnderline.gif) left bottom repeat-x;
}

ul.subNav li.active a {
	color: #373737;
	background: none;
	background: url(../images/html/linkUnderline.gif) left bottom repeat-x;
}

/* --------------------------------------------------------------------------
	 FOOTER
------------------------------------------------------------------------------*/
#footer {
	width: 720px;
	border-top: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#footer p {
	color: #888;
	padding: 6px;
	margin: 0;
	font-size: .75em;
	text-align: left;
	}

#footer .right p {
	text-align: right;
	}

#footer .left {
	padding-left: 0;
	padding-top: 0;
	}

#footer .right {
	padding-right: 0;
	padding-top: 0;
	}
	
#footer a {
	color: #3266BC;
	text-decoration: none;
	background: none;
	}

#footer a:hover {
	color: #fff;
	background: #3266BC;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #footer {width: 760px; }
* html #footer .left {width: 190px;}
* html #footer .right {margin-left: 230px;}
/* End hide from IE-mac */	

/* --------------------------------------------------------------------------
	 FLASH TEXT REPLACEMENT
------------------------------------------------------------------------------*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -0.1em;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -.05em;
}

/* Fix IE6. Hide from IE Mac \*/
* #nav ul li { float:left; height: 1%; }
/* #nav ul li a { height: 1%; }*//*IE5*/
/*end fix*/

/*navigation*/
.menu {width:760px;height:22px;margin:0 13px;padding:5px 0 0;clear:both;text-align:left;font:bold 7.6pt/1.4em Avenir, arial, sans-serif;background-color:#029297;color:#DEFCFE;position:relative;top:0;z-index:300;}
/*link and link state - all menu levels*/
.menu a {width:100%;height:100%;display:block;background:transparent;color:#DEFCFE;padding:0 0 0 15px;margin:0;font-size:7.6pt;text-decoration:none}
.menu li a:visited {background:transparent;color:#DEFCFE;}
.menu li li a {padding:0;margin:0;font-size:7.6pt;background-color:#11C7D4;color:#DCFFFF;background-image:none;}
.menu li li a:visited {background-color:#11C7D4;background-image:none;color:#DCFFFF;}
.menu li a:hover {background:transparent;color:#fff;text-decoration:none}
.menu li li a:hover {background-color:#029297;color:#fff;background-image:none;}

/*unordered lists - current lowest nest = .menu ul ul ul ul*/
.menu ul {margin:0;padding:0;list-style-type:none;border:0;}/*applies to nested ul unless over-ridden*/
.menu ul ul {position:absolute;top:22px;left:-999em;clear:both;margin:0;padding:0;border:1px solid #01B8BE;}

/*list properties*/
.menu li {width:72px;height:22px;margin:0;padding:0 5px 0 10px;display:inline;float:left;position:relative;border:0;background:transparent;color:#EAFDFE}
.menu li li
{width:80px;height:22px;padding:2px 6px 2px 8px;margin:0;clear:both;background-color:#11C7D4;color:#DCFFFF;font-size:7.6pt;line-height:1.4em;
opacity: 0.85;border:0}

.menu ul.wide li {width:180px}
.menu ul.wide2 li {width:157px}
/*pseudo hover and suckerfish hover for IE6.*/
/* suckerfish relies on the top ul having an id="nav"  */
.menu li:hover, .menu li.sfhover {background-color:transparent;color:#fff;z-index:300;}
.menu li li:hover, .menu li li.sfhover, menu li li.li sfhover {background-color:#029297;background-image:none;color:#fff;z-index:400;}/* delete this line for different colors for list items and links */

#nav li:hover ul, #nav li.sfhover ul {left:-1px;}
#nav li ul li:hover ul, #nav li ul ul li:hover ul, #nav li ul li.sfhover ul, #nav li ul ul li.sfhover ul {left:0;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left:-999em}
