/********************************************************
OVERRIDES & PRECLEAR
********************************************************/
* {
	margin:0;
	padding:0;
	font-family:Helvetica Nueue, Arial, sans-serif;
	font-size:12px;
	color:#303030;
}

body {
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

ul, ol { 
	padding:0px 0px 10px 20px;
}

li { padding:0px 0px 5px 0px;}

img {border:0px;}

p {	
	color:#303030;
	margin-bottom:10px;
}

a {
	text-decoration:underline;
	font-size:12px;
	color:#48806b;
}
a:hover {color:#303030;}


/********************************************************
MAIN STRUCTURAL
********************************************************/
#wrapper {
	margin:0px auto;
	width:1224px;
}

#header {
	float:left;
	clear:both;
	width:1224px;
	height:142px;
	background-image:url(header_bg.jpg);
	background-repeat:no-repeat;
}

#body {
	float:left;
	clear:both;
	width:865px; /*1224 - 115 - 245 */
	padding-left:114px;
	padding-right:245px;
	padding-top:40px;
	padding-bottom:160px;
}

#leftcolumn {
	float:left;
	width:500px;
}
#rightcolumn {
	float:right;
	width:295px;
}
#footer {
	float:left;
	clear:both;
	height:25px;
	width:1105px; /*1224 - 115 - 245 */
	padding-left:114px;
	padding-right:5px;
	padding-top:5px;
	background-color:#323235;
}


/********************************************************
AREA SPECIFIC
********************************************************/
/******************************
HEADER
*******************************/
/* title */
#header_title {
	float:left;
	padding-left:114px;
	padding-top:87px;
}
#header_title h1 {
	color:#FFFFFF;
	text-transform:capitalize;
	font-size:25px;
}

/*nav */
#header_nav {
	float:right;
	width:295px;
	margin-right:245px;
	display:inline;
	text-transform:uppercase;
	text-align:center;
}
#header_nav a { 
	color:#000000;
	text-decoration:none;
	font-size:10px;
}
#header_nav a:hover { color:#FFFFFF;}

.header_nav_top {
	float:left;
	width:295px;
	height:16px;
	padding-top:2px;
	background-color:#a1c5bc;
	margin-bottom:2px;
}
.header_nav_bottom_third, .header_nav_bottom_third_margin {
	float:left;
	width:97px;
	height:16px;
	padding-top:2px;
	background-color:#a1c5bc;
}
.header_nav_bottom_third_margin { margin-right:2px;}

/******************************
LEFT COLUMN
*******************************/
#breadcrumbs {
	color:#303030;
	margin:5px 0px 15px 0px;
}
#breadcrumbs a { 
	font-size:10px;
	text-decoration:underline;
	color:#303030;
}
#breadcrumbs a:hover { color:#48806b;}

/*inline nav used for jumping to anchor links*/
#inlinenav {
	float:left;
	display:inline;
	width:240px;
}
.inlinenav_entry {
	float:left;
	width:210px;
	height:20px;
	padding:3px 5px 0px 5px;
	margin-bottom:3px;
	overflow:hidden;
	background-color:#c7dcd7;
}
.inlinenav_entry a { 
	color:#5e887a;
	text-decoration:none;
	font-size:11px;
}
.inlinenav_entry a:hover { color:#323235;}


/*article area*/
#select_box {
	float:left;
	width:500px;
	margin:10px 0px 15px 0px;
	display:inline;
}

/*copy headers */
#leftcolumn h1 {
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	padding-top:50px;
}
#leftcolumn h2 {
	padding-top:20px;
}
#first_header { 
	font-size:18px!important;
	text-decoration:none!important;
	padding-top:0px!important;
}



/******************************
RIGHT COLUMN
*******************************/
#rightcolumn h2 { 
	font-size:12px;
	color:#72af98;
}

/*section nav*/
.title_block_bg {
	float:left;
	width:280px;
	height:24px;
	padding-top:10px;
	padding-left:15px;
	background-color:#323235;
}
#section_nav {
	float:left;
	clear:both;
	width:280px;
	padding-left:4px;
	padding-top:10px;
}
#section_nav ul {
	padding:0px 0px 0px 0px;
	list-style:none;
}
#section_nav li {
	color:#323235;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	padding:0px 0px 13px 0px;
}
#section_nav li a {text-decoration:none;}
#section_nav li a:hover { color:#48806b;}
.section_nav_hoverblock_frame {
	float:left;
	width:5px;
	height:9px;
	margin-top:3px;
	margin-right:6px;
	display:inline;
}
.section_nav_hoverblock {
	float:left;
	background-color:#a1c5bc;
	width:5px;
	height:9px;
	display:inline;
}


/*get help today form*/
#get_help, #get_help_bottom {
	float:left;
	clear:both;
	width:265px;
	padding:15px;
	margin-top:20px;
	display:inline;
	background-color:#323235;
}
#get_help h1 {
	font-size:18px;
	color:#72af98;
	text-transform:uppercase;
}
#get_help h2 {
	font-size:12px;
	color:#6f6f77;
	text-transform:uppercase;
}
#get_help input, #get_help textarea, #get_help select {
	width:265px;
	border:0px;
	color:#323235;
	margin-top:5px;
	display:inline;
	font-size:10px;
	padding:2px 0px;
}
#get_help_submit, #get_help_submit input {
	float:right;	
	cursor:pointer;
	border:0px;
	width:55px;
	height:21px;
	background:none;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
.get_help_submit_green {color:#72AF98!important;}
.get_help_submit_white {color:#FFFFFF!important;}

#get_help form div {
	padding-top:5px;
	color:#ffffff;
}
#get_help_bottom {
	margin-top:3px;
	margin-bottom:20px;
}
#get_help_bottom h1 span { 
	color:#72af98;
	text-transform:uppercase;
}



#get_help_captcha_txt {
	color:#6F6F77;

} 



/*popular topics*/
.popular_topics {
	float:left;
	clear:both;
	width:265px;
	padding:10px 15px 10px 15px;
}
.popular_topics h2 { margin:10px 0px;}
.popular_topics ol {
	list-style:decimal;
}
.popular_topics li {
	color:#323235;
	font-size:12px;
}


/*press room*/
.press_room_top {
	float:left;
	clear:both;
	width:265px;
	padding:10px 15px 10px 15px;
	background-color:#c7dcd7;
}
.press_room_top a { text-decoration:none;}

.press_room_bottom {
	margin-top:3px;
	float:left;
	clear:both;
	width:295px;
}


/******************************
FOOTER
*******************************/
#footer a {
	color:#919191;
	font-size:10px;
	text-decoration:underline;
}
#footer a:hover { color:#48806b;}
.footer_entry { padding-right:10px;color:#FFFFFF;}
.footer_entry_wide { padding-right:10px;padding-left:30px;}
.footer_entry_right { 
	width:140px;
	text-align:right;
	color:#FFFFFF;
}


/********************************************************
ADD-ON TAGS
********************************************************/
/*displays*/
.display_none {display:none; }
.display_block {display:block; }


	
