/* GENERAL */

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

* {
	margin:0;
	padding:0;
}

body {
	font-family:"Lucida Grande", arial, Arial, sans-serif;
	font-size:13px;
	color:#444;
	background:#C0D844 url(/web_images/bg_body.jpg) repeat-x;
	}

/* IMAGES */

img {
	border:0;
	}

img.page_title {
	margin-bottom:20px;
}

/* PARAGRAPHS */

p {
	line-height:21px;
	margin-top:5px;
	margin-bottom:15px;
}

p.rc_pic {
	text-align:right;
	margin-top:5px;
	margin-bottom:3px;
	color:white;
	font-size:11px;
	line-height:17px;
}

/* DIVS */

#container {
	width:935px;
/*	background-image:url(/web_images/bg_page.png);*/
	position:absolute; left:0px; top:0px; z-index:2;
}

#page {
	width:935px;
	background-image:url(/web_images/bg_page.png);
}


#page_bottom {
	width:935px;
	height:19px;
	background-image:url(/web_images/bg_page_bottom.png);
}

#page_inside {
	width:875px;
	position:relative;
	left:25px;
}

#header {
	padding-bottom:25px;	
}

#nav_utility_container {
	height:27px; float:right;
}

#logo_and_main_nav {
	padding-top:35px;
}

#nav_main {
	float:right; width:650px; height:31px; background:#fff; text-align:right; position:relative; left:20px;
}

	#nav_main img {
		margin-right:20px;
	}


#banner_home {
	border-top:5px solid #6F6CA3;
	border-bottom:5px solid #6F6CA3;
	padding-top:1px;
	padding-bottom:1px;
	width:875px;	
}

#banner_home_left {
	float:left;
	width:265px;
}

#home_bottom {
	padding-top:1px;
	width:875px;
}

#banner_home_right {
	float:right;
	width:609px;
}

#press_releases {
	height:282px;
	float:left;
	width:265px;
	background:url(/web_images/home/bg_press_releases.gif) no-repeat;
	padding-top:32px;
}

	#press_release_inner {
		position:relative;
		left:5px;
		width:260px;
	}
	
	#press_release_inner td {
		padding-top:15px;
		line-height:19px;
	}

#dotted_separator {
	float:left;
	height:265px;
	width:1px;
	background:url(/web_images/home/dotted_separator_v.gif) repeat-y;
	position:relative;
	top:20px;
}

#ad_bottom_right {
	width:609px;
	float:right;
}

#footer {
	margin-top:10px;
	padding-bottom:5px;
}

#footer_hr {
	height:1px;
	width:875px;
	background:url(/web_images/hr_footer.gif) repeat-x;
}

#right_pic_wide {
	border:5px solid #6F6CA3; border-top:0; margin:0px; padding-top:0; text-align:left; width:590px;
}
	
#inside_content {
	padding-bottom:30px; border-top:5px solid #6F6CA3; padding-top:0px; width:875px;
}

#inside_content_left {
	float:left; width:595px; padding-top:45px; position:relative; left:0px;
}

#inside_content_left_narrow {
	float:left; width:245px; padding-top:45px; position:relative; left:0px;
}

#inside_content_right {
	float:right; width:240px; background:#ccc; 
}

#inside_content_right_pic {
	background:#6F6CA3; margin:0px; padding:5px; padding-top:0; text-align:left; width:230px;
}

#inside_content_right_wide {
	float:right; width:600px; background:white;
}

/* LINKS */

a:link, a:visited {
	color:#3197c7;
	text-decoration:none;
}	

a:hover {
	text-decoration:underline;
}	

td.nav_utility {
	background-color:#BFD45C;
	text-indent:6px;
}

td.nav_utility a {
	color:white;
	margin-right:25px;
}

td.nav_utility a.last {
	margin-right:6px; /* Matches text-indent for td */
}

td.nav_utility p {
	display:inline;
	color:#bb5a0b;
	margin-right:25px;
}

td.nav_utility p.last {
	margin-right:6px; /* Matches text-indent for td */
}
	
/* HEADERS */
	
h1 {
	font-size:14px;
	font-weight:bold;
	color:#d35e00;
	padding-top:10px;
	line-height:21px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#4d3494;
	line-height:23px;
	padding-top:15px;
	padding-bottom:15px;
}

/* LISTS */

ul {
	margin-left:30px;
	margin-bottom: 20px;
}

li {
	margin-bottom: 10px;
	line-height:21px;
}