/* CSS Document */

body {
	background-color:#458FDE;
	background-image: url(../images/comm/main_background_no_sky.jpg);
	background-repeat: repeat-y;
	font-family: Helvetica, Arial, sans-serif;
}
#sky {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/comm/main_background_sky.jpg);
	background-repeat: no-repeat;
}
#submenu_list {
	position: absolute;
	top: 99px;
	left: 370px;
	width: 161px;
	overflow: visible;
	z-index: 10;
}

#submenu_list p {
	width: 131px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	line-height: 14px;
	text-decoration: none;
	padding: 7px 10px 10px 20px;
	margin:0 0 0 0;
	text-transform: capitalize;
}

#submenu_list a {
	color: #999999;
	text-decoration: none;
}

#submenu_list a:hover {
	color: #d63816;
	text-decoration: none;
}

#submenu_list a:active {
	color: #000000;
	text-decoration: none;
}

#submenu_list #selected {
	background-color:#FFFFFF;
	border-bottom:1px solid #b5b5b5;
	border-top:1px solid #b5b5b5;
}

#submenu_list .selected a {
	color: #d63816;
	text-decoration: none;
}

/*/////////////////*/

#lev3_menu p {
	width: 131px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height:20px;
	padding: 0 0 0 0;
	margin:0 0 0 30px;
	text-transform: uppercase;
	letter-spacing:.1em;
	border-top:1px dashed #e0e0e0;
}

#lev3_menu a {
	color: #999999;
	text-decoration: none;
}

#lev3_menu a:hover {
	color: #d63816;
	text-decoration: none;
}

#lev3_menu a:active {
	color: #000000;
	text-decoration: none;
}

#lev3_menu .selected {
}

#lev3_menu .selected a {
	color: #d63816;
	text-decoration: none;
}

/*/////////////////*/

#article_image {
	position: absolute;
	top: 0px;
	left: 700px;
	z-index: 90;
	background-color:#f5f5f5;
}

#article_image_wide {
	position: absolute;
	top: 0px;
	left: 555px;
	z-index: 90;
	background-color:#999999;
} 	


.image_space { 
	width: 240px; 
	height: 155px; 
	float: right; 
	padding: 0px;
} 


#article {
	position: absolute;
	top: 60px;
	left: 555px;
	width: 370px;
	overflow: visible;
	z-index: 15;
}

#article_wide {
	position: absolute;
	top: 120px;
	left: 555px;
	width: 370px;
	overflow: visible;
	z-index: 15;
}

#terms, terms p {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 325px;
	overflow: visible;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 4px 0px;
}


#article h1, #article_wide h1, #form_text h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
	line-height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

#article h2, #article_wide h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 1px 0px;
}

#article p, #article_wide p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#article p a, #article_wide p a, #form_text p a {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

#article p a:hover, #article_wide p a:hover, #form_text p a:hover {
	color: #CC3300;
}


#main_nav {
	position: absolute;
	top: 220px;
	left: 250px;
	width: 120px;
	height: 150px;
	z-index: 10;
}

#main_nav a {
	width: 120px;
	height: 20px;
	overflow: hidden;
	text-decoration:none;
	font-size:10px;
	line-height:20px;
	font-weight:bold;
	padding:0 0 0 15px;
	color: #666666;
}
#main_nav a:hover { color:#CC3300; }
#main_nav a:active { color:#000000; }

#main_nav #selected { 
	background-image:url(../images/comm/main_menu_active.gif); 
	background-repeat:no-repeat; 
	width:120px;
	height:20px;
	}

#main_nav #selected a { 
	color: #333333
}
	
.bold {
	font-weight: bold;
}

.bold_caps {
	font-weight: bold;
	text-transform: uppercase;
}

.form_field { 
	position: absolute;
	left: 100px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 1;
}

#form_text, form_text p {
	position: absolute;
	top: 120px;
	left: 555px;
	width: 370px;
	overflow: visible;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	z-index: 20;
}



