* {
	margin:0;
	padding:0;
}

:focus
{
  -moz-outline-style: none;
}

body {
	font-family:"Lucida Grande", arial, Arial,sans-serif;
	font-size:12px;
	line-height:20px;
	color:#444;
	background:url(/web_theme/default/images/layout/bg_page.jpg) no-repeat top center;
	}



/* LINKS */ 

a {
	color: #7fa940;  
	text-decoration:none;  
	}                        

a:hover {        
	color: #7fa940; 
	text-decoration:underline;
	}



/* IMAGES */

img { border:none; }
  
a img { border: none; }


.body_pic_right_horiz {
	width:282px;
	float:right; 
	margin-left:30px;
	margin-bottom:20px;
	background-color:#BDA4A4;
	padding:5px;
	margin-top:15px;
}

	.body_pic_right_horiz p {
		font-size:10px;
		line-height:15px;
		color:white;
		margin:0;
		padding-top:5px;
		padding-bottom:0;
		text-align:right;
	}

.body_pic_right_horiz img {
	padding:1px;
	background-color:white;
	position:relative;
}

	.body_pic_right_horiz p {
		text-align:left;
	}


/* LISTS */

ul {
	margin-top:15px;
	margin-left:35px;
	margin-bottom:18px;
	}

ol {
	margin-top:15px;
	margin-left:35px;
	margin-bottom:18px;
	}

li {
	line-height:20px;
	}
	
	
/* PARAGRAPHS & SPANS */

p {
	padding-top:7px;
	padding-bottom:15px;
}


/* HEADERS */
	
	h1 {
        color:#bf2026;
		font-family:"Myriad Pro","MyriadPro", Arial,sans-serif;  
        font-size:11px;
        font-weight:normal;                                                                                    
        letter-spacing:0.1em;  
        text-transform:uppercase;       
		margin-top:25px;
    }    
    
    h2 {
        color:#268ec8;
		font-family:"Myriad Pro","MyriadPro", Arial,sans-serif;          
        font-size:30px;
        font-weight:normal;                                                                                    
        letter-spacing:0em; 
        margin-top:0px;      
        letter-spacing:0em; 
		line-height:40px;
    }
    
    h3 {  
        color:#bea682;   
        font-family:"Myriad Pro","MyriadPro", Arial,sans-serif;  
        font-size:15px;
        font-weight:normal;   
        margin-top:0px;                                                                                 
        letter-spacing:0.03em;  
        line-height:20px;
		margin-bottom:0px;
    }

	h4 {  
        color:#268ec8;   
        font-family:"Myriad Pro","MyriadPro", Arial,sans-serif;  
        font-size:15px;
        font-weight:normal;   
        margin-top:15px;                                                                                 
        letter-spacing:0.05em;  
        line-height:20px;
		display:inline;
		margin-bottom:10px;
    }

	/* INPUT BUTTONS */

	input[type='generalButton'], input.generalButton,
	input[type='infoButton'], input.infoButton,
	input[type='alertButton'], input.alertButton,
	input[type='button'], input.button,
	input[type='submit'], input.submit {
		margin:0px;
		cursor: pointer;
		width:none;
		background:none;
		font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
		font-size:11px;
		color:#FFFFFF;
		padding:3px 13px 3px 13px;
		//text-align:center;
		border-style:solid;
		border-width:1px;	
	}

	input[type='generalButton'], input.generalButton { background-color:#3B5998; border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA; }

	input[type='infoButton'], input.infoButton { background-color:#449731; border-color:#92f17c #337024 #337024 #92f17c; }

	input[type='alertButton'], input.alertButton { background-color:#b61c2c; border-color:#efd3d7 #690000 #690000 #efd3d7; }

	input[type='button'], input.button { background-color:#3B5998; border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA; }

	input[type='submit'], input.submit { background-color:#3B5998; border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA; }


/* DONT EDIT MESSAGE BOXES */
/* start - message boxes */

#message .alert, .warning, .hint{
	width:779px;
	margin: 0 auto;
	margin-top:30px;
	margin-bottom:40px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	}

#message .warning {
	background-color: #fffae9;
	border: 1px solid #d3caad;
}
 
#message .alert {
	background-color: #FFDDDD;
	border: 1px solid #FF0000;
	color: #960000;
}

#message .hint {
	background-color: #f2f8d3;
	border: 1px solid #a5b646;
}

#message .detail {
	font-weight: normal;
	font-size: 12px;
}



/* Add Site Specific Styles below here */

/* HOME SPECIFIC DIVS */

#home_main_ad {
	width:591px;
	height:297px;
	float:left;
}

#home_main_right { /* CURRENTLY THE NEWS SECTION */
	width:298px;
	height:297px;
	float:right;
	border-left:1px solid #DEDDDC;
}

#news_items_container {
	width:272px; 
	height:234px;
	/*background-color:#ddd;*/
	position:relative;
	left:13px;
}

.news_item {
	margin-bottom:0px;
	padding-top:15px;
}

.news_icon {
	float:left; 
	background-color:#ddd; 
	border:1px solid #CFCFCF; 
	height:38px; 
	width:38px;
	}
	
.news_text {
	width:220px; 
	float:right; 
}

#news_top {
	width:298px; 
	height:34px; 
	background:url('/web_theme/default/images/index/news_whats_making_news.gif') top left no-repeat;
}

#news_bottom {
	width:298px;
	height:29px;
	background:url('/web_theme/default/images/layout/bg_news_bottom.gif') top left repeat-x;
	padding-top:6px;
}
	
	.news_text p.news_text_title {
		margin-bottom:4px;
		line-height:15px;
	}
	
	.news_text p {
		margin:0;
		padding:0;
		margin-top:-2px;
		line-height:16px;
		font-size:10px;
		color:#494949;
	}
	
	.news_text a {
		color:#27451f;
		font-weight:bold;
		font-size:11px;
	}

.home_3ads {
	margin:0 auto;
	padding:0;
	width:896px;

}	
/*END: HOME SPECIFIC DIVS*/

#container {
	margin:0 auto;
	width:896px;
}

#header {
	width:896px;
	height:108px;

}

	#header_left {
		float:left;
		width:175px;
		position:relative;
		top:24px;
		left:22px;
	}
	
	#header_right {
		float:right;
		width:620px;
		height:108px;
		padding-right:19px;
	}
	
		#nav_utility {
			position:relative;
			top:-15px;
			text-align:right;
		}
		
		#nav_utility a {
			color:#27451f;
		}
		
		#nav_utility p.nav_utility_p {
			color:#536442; 
			margin:0 15px; 
			display:inline;
		}
		
		#nav_main {
			height:32px;
			position:relative;
			top:76px;
			text-align:right;
		}
		

.body_container {
	padding:0;
	width:896px;
	/*border-top:6px solid #CDCCCB;*/
	background:url(/web_theme/default/images/layout/bg_body_repeat.png) repeat-y;
}

#body_container_bottom {
	background:url(/web_theme/default/images/layout/bg_body_bottom.png) no-repeat;
	width:896px;
	height:37px;
}

.hor_line {
	width:896px;
	height:7px;
	font-size:5px;
	line-height:5px;
	background:url(/web_theme/default/images/layout/bg_sep_line.png);
}

.body_inner_home {
	width:890px;
	margin:0 auto;
}

.body_inner {
	width:850px;
	margin:0 auto;
	padding:0;
}

#body_left {
	width:216px; float:left; position:relative; left:3px;
}

#body_left_nav {
	width:216px; background:url(/web_theme/default/images/subnav/bg_left_nav.gif) top left repeat-y;
}
	
	#body_left_nav ul.sub_nav {
		width:215px; margin:0; padding:0; border-top:1px solid #D2D2D2; list-style-type:none;
	}
	
	#body_left_nav li {
		line-height:31px; padding-left:0px;  border-bottom:1px solid #D1D1D1;
	}
	
	#body_left_nav li a {
		background:transparent url(/web_theme/default/images/subnav/bg_sub_nav_li.gif) repeat-x scroll 0%;
		display:block;
		text-decoration:none;
		width:100%;
		padding-left:10px;
		color:#47602C;
	}
	
	#body_left_nav li a:hover {
		background:transparent url(/web_theme/default/images/subnav/bg_sub_nav_li_active.gif) repeat-x scroll 0%;
		color:#233218;
	}

	#body_left_nav li.active {
		background:url(/web_theme/default/images/subnav/bg_sub_nav_li_active.gif) top left repeat-x; border-bottom:1px solid #ABABAB; 
		font-weight:bold;
	}
	
	#body_left_nav li.active a {
		background:none;
		color:#233218;
	}

	#body_left_nav li.active_with_more {
		background:url(/web_theme/default/images/subnav/bg_sub_nav_li_active_w_arrow_down.gif) top left repeat-x;
		font-weight:bold;
	}
	
	#body_left_nav li.active_with_more a { 
		background:url(/web_theme/default/images/subnav/bg_sub_nav_li_active_w_arrow_down.gif) top left repeat-x; 
		color:#233218;
	}
	
	#body_left_nav li.active_with_more a:hover {
		background:none;
	}
	
	#body_left_nav li.inactive_with_more {
		background:url(/web_theme/default/images/subnav/bg_sub_nav_li_inactive_w_arrow_right.gif) top left repeat-x; 
	}
	
	#body_left_nav li.inactive_with_more a { 
		background:url(/web_theme/default/images/subnav/bg_sub_nav_li_inactive_w_arrow_right.gif) top left repeat-x; 
	}
		
	#body_left_nav li.inactive_with_more a:hover {
		background:url(/web_theme/default/images/subnav/bg_sub_nav_li_active_w_arrow_right.gif) top left repeat-x;
		color:#233218; 
	}
		
		
	html > body #body_left_nav li a {
		width:auto;
	}
	
	
	#body_left_nav ul.sub_nav_expand {
		background:none; 
		margin-top:0;
		margin-bottom:0;
		padding-top:12px;
		padding-bottom:4px;
		margin-left:25px;
		font-size:11px;
		list-style-image: url(/web_theme/default/images/subnav/list_bullet.gif);
	}
	
	#body_left_nav ul.sub_nav_expand li {
		background:none;
		border:0;
		line-height:15px;
		padding-top:0px;
		margin-bottom:8px;

	}
	
	#body_left_nav ul.sub_nav_expand li a {
		background:none;
		width:100%;
		padding-left:0px;
	}
	
	#body_left_nav ul.sub_nav_expand li a:hover {
		text-decoration:underline;
	}
	
	#body_left_nav ul.sub_nav_expand li a.sub_nav_expand_active {
		font-weight:bold;
	}
	
/*
	RIGHT BODY 
*/

#body_inner_right{
	float:left; margin-left:40px; width:595px;
}


/* breadcrumbs */

#breadcrumb {
	float:right;
	font-size:11px;
	color:#888;
	margin-top:17px;
	position:relative;
	right:-23px;
}

#breadcrumb a {
	color:#9bb573;
	margin-left:5px;
	margin-right:5px;
}

#breadcrumb .breadcrumb_page {
	text-indent:5px;
	font-weight:bold;
	margin-right:0;
}
	
	
	
#page_title_container {
	padding-top:25px;
	padding-bottom:15px;
}

#footer {
	width:890px;
	font-size:11px;
	line-height:17px;
	margin:20px auto;
	color:#aaa;
}

	#footer a.footer_link {
		margin-right:10px;
	}
	
	#footer span {
		color:#505150;
		font-weight:bold;
	}

	#footer a {
		color:#7fa940;
	}
	
	#footer a:hover {
		color:#7fa940;
	}
	
	#footer a.footer_subtle {
		color:#999;
	}
	
	#footer_top {
		border-bottom:1px solid #EDECEC;
		padding-bottom:5px;
	}

		#footer_top_left {
			float:left;
		}
		
		#footer_top_right {
			float:right;
		}

	#footer_bottom_left {
		padding-top:5px;
		float:left;
		
	}
	#footer_bottom_right {
		padding-top:5px;
		float:right;
		
	}
	
/* careers */

.career_box {
	background-color: #F0F0F0;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.linebar {
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
}



/* sIFR Font Formating */
	.sIFR-hasFlash h1 {
		visibility: hidden;
		letter-spacing:0;
		height:14px;
	}

	.sIFR-hasFlash h2 {
		visibility: hidden;
		letter-spacing: 0px;
		height:37px;
	}

	.sIFR-hasFlash h3 {
		visibility: hidden;
		letter-spacing:0px;
		line-height: 17px;
		text-indent:2px;
	}

	.sIFR-hasFlash h4 {
		visibility: hidden;
		letter-spacing:0px;
		height:19px;
		font-size:19px;
	}

	.sIFR-hasFlash h5 {
		letter-spacing: -4px;
		visibility: hidden;
		font-size: 24px;
	}

/* user forms */
	#userForms td {
		padding: 2px;
	}
	
	.formAlert {
		width:100%;
		font-family: Arial, Helvetica, sans-serif;
		padding: 8px;
		font-size: 12px;
		font-weight: normal;
		background-color: #FFDDDD;
		border: 1px solid #FF0000;
		color: #960000;
		margin-top:25px;
		margin-bottom:10px;
		}