body {
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0;
	background: #cccccc;
	font: 12px helvetica,arial,tahoma,sans-serif;
	height:auto;
}

p {
	line-height: 1.4;
}

sup {
                font-size: 60%;
}

img {
	display: block;
	border: 0;
}

#left-float {
	float:left;
	margin: 10px 10px 10px 0px;
}

#right-float {
	float:right;
	margin: 10px 0px 10px 10px;
}

h1 {
	color: #cc0000;
	font-size: 14px;
}

h2 {
	color: #1a436c;
	font-size: 14px;
}

h3 {
	color: #1a436c;
	font-size: 14px;
}

h4 {
	color: #1a436c;
	font-size: 14px;
}

ul {
	list-style: square;
	line-height: 1.4;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

ul li ul {
	list-style: circle;
}

a, a:visited {
	margin: 0;
	padding: 0;
	color: #336699;
	text-decoration: none;
	border-bottom:none;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
	border-bottom:none;
}

a[name], a[name]:hover {
	color: #1a436c;
} 

/* ----------------------------------------------- top navigation ----------------------------------------------- */
.header {		
	background: #000000 url(/images/bg_top_nav.gif) no-repeat;
	height:60px;
	z-index:0;
}

.top-nav h1 {
	margin-bottom:0px;
	margin-top:0px;	
	width:220px;
	height:60px;
}

html>body .top-nav-links{
	position:static;
	top:auto;
	width:auto;
	
}

html>body .top-nav-links h2 {	
	top:auto;
	
}

/* ----------------------------------------------- content area layout divs ----------------------------------------------- */


.img-bar {
	background: url(/images/bg_blue_bar_2.gif) no-repeat;
}

.content-area {
	display:block;
	background: url(/images/bg_content_area.gif) repeat-y;
	width:972px;
	position:absolute;
	top:100px;
	left:auto;
	height:auto;
}

.left-nav {
	width: 215px;
	position:relative;
	float:left;
	margin-top:20px;	
	margin-left:20px;
}

.main-content {
	width:700px;
	margin-left:0px;
	margin-top:20px;
	margin-right:20px;
	float:right;
	position:relative;
	top:0px;
}

.main-content-column-1 {
	width:500px;
	margin-left:0px;
	margin-top:20px;
	margin-right:20px;
	float:left;
	position:relative;
	top:0px;
}

.main-content-column-2 {
	width:180px;
	margin-left:0px;
	margin-top:20px;
	margin-right:0px;
	float:right;
	position:relative;
	top:0px;
}

.footer {
	clear: both;
	background: url(/images/bg_footer.gif) no-repeat;
	color: #666666;
	font-size: 10px;
	text-align:center;
	padding: 15px 0 0px 0;
}

/* ----------------------------------------------- left-hand promos ----------------------------------------------- */

.left-promo-header {
	display: block;
	height: 30px;	
	background: url(/images/leftnav_header_promo.png) no-repeat;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica,arial,tahoma,sans-serif;
	color: #ffffff;
	border: none;
	cursor: pointer;
	margin: 0 0 0 0;
}

.left-promo-header a {
	color:#ffffff;
}

.left-promo-header a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.left-promo-content {
	background: url(/images/leftnav_content_tile.png) repeat-y;
	font-family: helvetica,arial,tahoma,sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	border-bottom: none;
	padding: 0px 10px 0px 10px;
	line-height:16px;	
}
			
.left-promo-content h2 {
	margin: 5px 0px 5px 0px;
	color: #0071bc;
}

.left-promo-content p {
	margin: 5px 0px 5px 0px;
	color:#666666;
}

.left-promo-content img {
	margin: 10px 0px 10px 0px;
	display:inline;
}

.left-promo-content ul {	
	list-style-type: square;
}

.left-promo-content li {
	color: #666666;
}

.left-promo-content a {
	color:#0071bc;
	font-family: helvetica,arial,tahoma,sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 5px 0px 0px;
}

.left-promo-content a:hover{
	color:#0071bc;
	text-decoration: underline;
}


/* ----------------------------------------------- right-hand promos ----------------------------------------------- */

.right-promo {
	width: 180px;
	float:right;
	margin:10px 0 10px 0px;
}

.right-promo-header {
	display: block;
	height: 30px;	
	background: url(/images/promo_header_2_off.png) no-repeat;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica,arial,tahoma,sans-serif;
	color: #0071bc;
	border: none;
	cursor: pointer;
	margin: 0 0 0 0;
}

.right-promo-header-top {	
	background: url(/images/promo_header_off.png) no-repeat;
}

.right-promo-header a {
	color:#0071bc;
}

.right-promo-header a:hover{
	color:#0071bc;
	text-decoration:underline;
}

.right-promo-content {
	background: url(/images/promo_content_tile.png) repeat-y;
	font-family: helvetica,arial,tahoma,sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	border-bottom: none;
	padding: 0px 10px 0px 10px;
	line-height:16px;	
}
			
.right-promo-content h2 {
	margin: 5px 0px 5px 0px;
	color: #0071bc;
}

.right-promo-content p {
	margin: 5px 0px 5px 0px;
	color:#666666;
}

.right-promo-content img {
	margin: 10px 0px 10px 0px;
	display:inline;
}

.right-promo-content ul {	
	list-style-type: square;
}

.right-promo-content li {
	color: #666666;
}

.right-promo-content a {
	color:#0071bc;
	font-family: helvetica,arial,tahoma,sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 5px 0px 0px;
}

.right-promo-content a:hover{
	color:#0071bc;
	text-decoration: underline;
}



/* ----------------------------------------------- flyout menus ----------------------------------------------- */

.flyout-menu {
	width:215px;
	position:relative;
	left:-215px;
	top:-100px;
	text-align:left;
	font-family: helvetica,arial,tahoma,sans-serif;
	text-decoration:none;
	z-index: 200;
}

.flyout-menu-wide {
        width:430px;
}

.flyout-menu-content {
	background: url(/images/leftnav_content_tile.png) repeat-y;
	font-family: helvetica,arial,tahoma,sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	border-bottom: none;
	padding: 10px 15px 10px 10px;
	line-height:16px;	
	z-index: 200;
}

.flyout-menu-content-wide {
	background: url(/images/leftnav_content_tile_wide.png) repeat-y;
	padding-left:10px;
	padding-right:10px;

}			

.flyout-menu-content h3 {
	margin: 5px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica,arial,tahoma,sans-serif;
	color: #0071bc;
}

.flyout-menu-content h3 a {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica,arial,tahoma,sans-serif;
	color: #0071bc;
}

.flyout-menu-content h3 a:hover {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica,arial,tahoma,sans-serif;
	color: #cc0000;
}

.flyout-menu-content p {
	margin: 5px 0px 5px 0px;
	color:#666666;
}

.flyout-menu-content ul {	
	list-style-type: square;
}

.flyout-menu-content li {
	color: #666666;
}

.flyout-menu-content a {
	color:#0071bc;
	font-family: helvetica,arial,tahoma,sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
}

.flyout-menu-content a:hover{
	color:#cc0000;
}

.flyout-menu-content hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: left;
}

.flyout-menu-content img{
	border: 0px;
	height: 20px;
	width: 20;
	display: inline;
	padding-right: 3px;
}

/* ----------------------------------------------- Left Navigation - Accordion ----------------------------------------------- */

.left-nav-toggle {
	display: block;
	height: 30px;	
	background: url(/images/leftnav_header_main_on.png) no-repeat;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: helvetica,arial,tahoma,sans-serif;
	color: #bdddfc;
	border: none;
	cursor: pointer;
	margin: 0 0 0 0;
}

.left-nav-toggle:hover{
	color:#ffffff;
	text-decoration:none;
}

.left-nav-toggle-active {
	background: url(/images/leftnav_header_main_on.png) no-repeat;
	color: #ffffff;
}

.left-nav-toggle-top {
	background: url(/images/leftnav_header_main_top_on.png) no-repeat;
}

.left-nav-content {
	background: url(/images/leftnav_content_tile.png) repeat-y;
	font-family: helvetica,arial,tahoma,sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	border-bottom: none;
	padding: 0px 10px 0px 10px;
	line-height:16px;	
}
			
.left-nav-content h2 {
	margin: 5px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica,arial,tahoma,sans-serif;
	color: #0071bc;
}

.left-nav-content h2 a {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica,arial,tahoma,sans-serif;
	color: #0071bc;
}

.left-nav-content h2 a:hover {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica,arial,tahoma,sans-serif;
	color: #cc0000;
}

.left-nav-content p {
	margin: 5px 0px 5px 0px;
	color:#666666;
}

.left-nav-content ul {	
	list-style-type: square;
}

.left-nav-content li {
	color: #666666;
}

.left-nav-content a {
	color:#0071bc;
	font-family: helvetica,arial,tahoma,sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
}

.left-nav-content a:hover{
	color:#cc0000;
}

.left-nav-content hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: left;
}

.left-nav-content img{
	border: 0px;
	height: 20px;
	width: 20;
	display: inline;
	padding-right: 3px;
}
