

#banner{
	width: 970px;
	margin: 0 auto;
	height: 183px;
}


/* Page
***************************/
#page{
	width: 970px;
	margin: 0 auto;
	background: URL(../images/page_bg.png) repeat-y;	
}
#page_content{
	background: URL(../images/page_bg_top.gif) no-repeat;
	padding: 23px 25px;
}
#page_footer{
	background: URL(../images/page_footer.png) no-repeat;
	height: 57px;
	width: 970px;
	margin: 0 auto;
}


/* Sub Nav
***************************/
#nav_tile {
	background:url(../images/sub_nav_tile.jpg) left repeat-y;
	width: 932px;
}

#sub_nav{
	background: URL(../images/sub_nav_bg.gif) repeat-y;
	width: 194px;	
	float: left;
}
#sub_nav #sub_nav_header{
	background: URL(../images/sub_nav_header.gif) no-repeat;
	padding: 29px 13px 62px;
}
#sub_nav ul{
	list-style: none;
}
#sub_nav ul li{
	border-bottom: 1px solid #dbeaf2;
	line-height: 23px;
}

#sub_nav ul ul{
	background: none;	
}
#sub_nav ul ul li{
	padding-left: 12px;
	background: URL(../images/sub_nav_arrow.gif) left center no-repeat;
}

#sub_nav ul ul li.selected{
	background-color: #dbeaf2;
	background-image: none;
	font-weight: bold;
}
#sub_nav ul ul li.last{
	border-bottom: none;
}
#sub_nav_footer{
	background: URL(../images/sub_nav_footer.gif) left no-repeat;
	height: 6px;
	overflow: hidden;
	clear: both;
}

#sub_nav a{
	color: #00618b;
}

#sub_nav a:hover {
	color: #0e83b5;
}


/* Content
***************************/
#content{
	float: left;
	margin-left: 16px;
	display: inline;
	width: 705px;
}

/* Header
***************************/
#header{
	background: URL(../images/page_header.gif) no-repeat;
	height: 45px;
	width: 689px;
	padding: 27px 0 0 16px;
}
.page_header{
	text-indent: -5000px;
	width: 590px;
	float: left;
}

/* Page H1 headers*/
#whats_in_the_range{
	background: URL(../images/h1_whats_in_the_range.gif) no-repeat;
}

/*utilities*/
#utilities{
	float: right;
	width: 85px;
}
#utilities a{
	display: block;
	text-indent: -5000px;
	width: 16px;
	height: 16px;
	float: left;
	padding-right: 5px;
}
#utility_print{
	background: URL(../images/utility_print.gif) no-repeat;
}
#utility_small{
	background: URL(../images/utility_small.gif) no-repeat;
}

#utility_large{
	background: URL(../images/utility_large.gif) no-repeat;
}

/*******************************************************
		 Content Styles
******************************************************/
#content_page{
	padding: 9px 0 0 16px;
	width: 705px;
}
#content_page p{
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

/* Breadcrumbs
***************************/
#breadcrumb{
	margin-bottom: 30px;
	font-size: 0.9em;
	color: #a3a3a3;
}
#breadcrumb a{
	color: #00618b;
}

/* Headings
***************************/
#content_page h1{
	font-size: 1.6em;
	color: #00618b;
	padding-bottom: 9px;
	margin-bottom: 18px;
	font-weight: normal;
	border-bottom: #CCC dotted 1px;
}

#content_page h2{
	font-size: 1.2em;
	color: #00618b;
	margin-bottom: 5px;
	font-weight: bold;
}

#content_page h3{
	font-size: 1em;
	margin-bottom: 5px;
	font-weight: bold;
	
}

/* Links
***************************/

#content_page a, #content_page a:visited {
	color: #007ba1;
}

#content_page a:hover {
	color: #1398c1;	
	text-decoration: underline;
}

ul.download li  {
	padding: 3px 0 0 30px!important;
	height: 30px;
	list-style-type: none;
	background: url(../images/pdf_icon.gif) no-repeat left top !important;
	overflow: visible;
}




/* List Styles
***************************/

#content_page ul {

	margin: 0 0 20px 20px;
}

#content_page ul li {
	line-height: 1.3em;
	margin-bottom: 5px;
	list-style-type: none;
	background: url(../images/point.gif) no-repeat left 4px;
	padding-left: 15px;
}

/* Images
***************************/

.img_right {
	margin: 0 0 10px 10px;
}