/* styles.css */

html, body {
	height:100%; /* needed for container min-height */
	margin: 0;
	padding: 0;
	overflow-x: hidden;	
}

body
{
	margin: 0 auto;
	padding: 0;
	color: #333;
	background: #7a776e;
	font-family: Helvetica, Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	overflow-x: hidden;	
}

img {
	border-style: none;
}

img, div, a, span {
	behavior: url('/js/iepngfix.htc')
}

li {
	padding:3px 0;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bold {
	font-weight:bold;
}

.button {
	color:#FFF;
	padding:3px 5px;
	border:1px solid #1584B0;
	background:#0692C6;
}

.submit {
	margin:15px auto;
	text-align:center;
}

.dotted_line {
	border-bottom:1px dotted #666;
	height:1px !important;
	font-size:0px;
	padding:0;
	line-height:1px;
	margin:10px 0;
	/*border: 1px solid red;*/
}

.page_header {
	font-size:1.66em;
	font-weight:bold;
	color:#0071A9;
	margin:0 0 15px 0;
}

.section_header {
	font-size:1.33em;
	font-weight:bold;
	color:#0071A9;
	margin:0 0 15px 0;
}

.paragraph_header {
	font-size:1.25em;
	font-weight:bold;
	color:#000;
	border-bottom:1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.paragraph_head_underlined {
	font-size:1.25em;
	font-weight:bold;
	color:#000;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	margin-bottom:5px;
}

.rss_link {
	float:right;
	color:#FF6600;
}

.rss_link img {
	vertical-align:bottom;
}

#wrapper {
	background: #7a776e url("/images/bg.gif") center repeat-y;
	width: 1000px;

   	position:relative; 		/* needed for footer positioning*/
	margin:0px auto; 			/* center, not in IE5 */
	height:auto !important;	/* real browsers */
	height:100%; 			/* IE6: reads as min-height*/
	min-height:100%; 		/* real browsers */
}

#page_container {
    padding-bottom:54px !important; /* bottom padding for footer */
	width: 980px;
	margin: 0 10px;
}

#content {
}

#header_left {
	width: 240px;
	height: 120px;
	float: left;
}

#header_right {
	height: 120px;
	text-align: right;
	background:#FFF;
}

#upper_nav ul {
	margin: 0px;
	padding: 15px;
}

#upper_nav li {
	display: inline;
	list-style: none;
	padding-right: 20px;
}

#upper_nav a {
	text-decoration: none;
	color: #666;
}

#upper_nav a:hover {
	text-decoration: underline;
}

#main_nav {
	background: #fff url("/images/nav_bg.gif") repeat;
	height: 55px;
	text-align: center;
}

#main_nav_top {
	text-align: center;
}

/*
#main_nav ul {
	margin: 0px;
	padding: 0px;
}

#main_nav li {
	display: inline;
	list-style: none;
}
*/

#main_links {
	height:35px;
}

a.main_nav {
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
	background:transparent;
	margin:0;
	position:relative;
	padding:7px 37px 2px 37px;
	top:10px;
}

a.main_nav:hover {
	color:#000;
	background:#A4C542;
	padding:7px 37px 4px 37px;
	top:8px;
}

a.main_nav_selected, a.main_nav_selected:hover {
	color:#000;
	background:url('/images/main_nav_selected.gif') bottom center no-repeat #A4C542;
	padding:7px 37px 11px 37px;
	top:8px;
}
a#nav_index.main_nav_selected, a#nav_index.main_nav_selected:hover {
	background:#A4C542;
	padding:7px 37px 4px 37px;
}

.sub_nav_wrapper {
	display: none;
}

#news_sub_nav, #communities_sub_nav {
	text-align:right;
}

a.sub_nav {
	color:#EEE;
	padding:0 13px;
	margin:5px 0 0 0;
	background:transparent;
	text-decoration: none;
}

a.sub_nav:hover, a.sub_nav_selected {
	color:#A4C542;
}

.sub_nav_pipe {
	color: #fff;
}

#footer {
	background: #f2f2f2;
	height: 54px;
	margin:0;
	padding:0;

   	position:absolute;
	width:980px;
	bottom:0; /* stick to bottom */
}

#footer_links {
	text-align: center;
	padding-top: 23px;
	font-size: 11px;
}

.center {
	text-align:center;
}

.clear {
	height:0px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
	clear:both;
}

table#sitemap {
	/*width: 100%;*/
	margin: 0px;
	padding: 0px 25px;
}

table#sitemap td {
	vertical-align: top;
	/*width: 33%;*/
	color: #666;
	text-align: left;
	padding: 0px 25px;
}

table#sitemap ul {
	padding: 0px;
}

table#sitemap li {
	list-style: none;
}

.sitemap2 {
	padding-left: 30px;
}

.sitemap3 {
	padding-left: 60px;
}

#ops_popup {
	top: 35px;
	left: 480px;
	z-index: 101;
}

#mailing_list_popup {
	top: 35px;
	left: 390px;
	z-index: 101;
}

.header_popup {
	width: 226px;          
	position: absolute;
	display: none;
}

.header_popup_top {
	height: 55px;
	width: 226px;
	background-image: url("/images/header_popup_top_bg.png");
	text-align: center;
	color: #fff;
}
.header_popup_title {
	padding-top: 30px;
}
.header_popup_content {
	background-image: url("/images/header_popup_bg.png");
	padding: 10px 0px;
	width: 226px;
	margin:0;
	color: #fff;
}
.header_popup_bottom {
	height: 7px;
	width: 226px;
	background-image: url("/images/header_popup_bottom_bg.png");
}
.header_popup_close {
	float:right;
	margin: 25px 10px 0 0;
}

div.header_popup_content .label {
	padding-right: 4px;
	float: left;
	width: 75px;
	text-align: right;
}
div.header_popup_content input {
	width: 110px;
	font-size: 11px;
}

div.header_popup a {
	color: #fff;
	text-decoration: none;
}
div.header_popup a:hover {
	text-decoration: underline;
}

input, select, textarea {
	border:1px solid #CCC;
}

#sidebar_image {
	margin:0 auto 30px auto;
}