/* PBO Style Sheet For Screen Media*/

html,body {
	font-family:"Helvetica Nue", Verdana, Arial;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
   
#absLayer1 {
	position:absolute;
	width:100%;
	z-index:1;
}
/* page wrapper*/
#wrapper {
width: 740px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
}
/* div For top red bar*/
#top_bar {
	position: relative;
	width: 740px;
	height: 62px;
	display:block;
	float: left;
	margin: 0px 0px 20px 0px;
}
/*styles for Header Image*/
#header {
	position: relative;
	display: block;
	background-image:url(../images/header_img.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 740px;
	height: 129px;
	border-bottom: 3px solid #999;
	/*border-bottom: 3px solid #fdb813;*/
}
#header #title {
	position: absolute;
	float: left;
	top: 46px;
	left: 98px;
	width: 300px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	letter-spacing: .10em;
	text-transform:uppercase;
}
#header #title span{
	position: absolute;
	float: left;
	top: 20px;
	left: 0px;
	width: 300px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	letter-spacing: .10em;
	text-transform:uppercase;
}
#header #title2 {
	position: absolute;
	float: left;
	top: 66px;
	left: 98px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	letter-spacing: .10em;
	text-transform:uppercase;
}
/*styles for left side bar and content area*/
#content_area {
	position: relative;
	float: left;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	min-height:600px;
  	height:auto !important;
  	height:600px;
}
#content_area #left_nav {
	position: relative;
	float: left;
	z-index: 1000;
}
#content_area #left_nav #menu {
	position: relative;
	float: left;
	left: 12px;
	top: 46px;
	z-index: 1000;
}
#content_area #main {
	position: relative;
	float: left;
	left: 170px;
	width: 530px;
	padding: 15px 0px 0px 15px;
	font: 11px Verdana;
}
#content_area #main ul li
{
    padding-bottom: 9px; 
    list-style: square;
}
.header1 {
	font-size: 18px;
	color: #666;
	text-transform:uppercase;
    font-weight:normal;
    margin-top: 1px;
}

.header2 {
	font-size: 14px;
	font-style:oblique;
	font-weight:bold;
	color: #324655;
	margin-top:25px;
}
.header3 {
	font-size: 12px;
	font-style:oblique;
	font-weight:bold;
	color: #324655;
	margin-top:25px;
}
.header4 {
	font-size: 10px;
	font-style:oblique;
	font-weight:bold;
	color: #324655;
	margin-top:25px;
}
.header5 {
	font-size: 10px;
	font-weight:bold;
	color: #324655;
	margin-top:25px;
}
.header6 {
	font-size: 10px;
	font-weight:bold;
	color: #666;
	margin-top:25px;
}

.headerrow 
{
    background-color: #d2d2d2; 
}
.oddrows 
{
    background-color: #f2f2f2; 
}
.evenrows 
{
    background-color: #e2e2e2; 
}
.breadcrumb a, breadcrumb a:link, breadcrumb a:visited
{
	color: #369;
	text-decoration: none;
}
.breadcrumb a:hover
{
	color: #999;
	text-decoration: underline;
}
.breadcrumb span
{
	color: #999;
	text-decoration: none;
}
#lop1 {
	float: left; 
	border: none; 
	padding-right: 7px;
	z-index: 1000; 
	visibility:visible;
}
#lop2 {
	float: left; 
	border: none; 
	padding-right: 7px;
	z-index: 1000; 
	visibility:visible;
}
#hr_rule {
	border: 1px dashed #0067B1;
}	
#content_area #main #breadcrumb, .breadcrumb{
	font-size: 10px;
	color: #0067B1;
	padding: 6px 0px 20px 0px;
}
#content_area #main #page_title, .page_title{
	font-size: 18px;
	/*color: #0067B1;*/
	color: #666;
	text-transform:uppercase;
}
.clear_div{
	position: relative;
	float: left;
	width: 740px;
	clear:both;
}
/*style for footer*/
#footer {
position:relative; 
float:left;
width: 740px;
background-color: #666;
}


/*Splash Screen Styles */
#splash_header {
	position: relative;
	display: block;
	background-image:url(../images/header_splash.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 740px;
	height: 129px;
	border-bottom: 3px solid #fdb813;
}
#wrapper #sp_content_area {
	position: relative;
	display: block;
	background-image:url(../images/sp_content_bg.gif);
	background-repeat:repeat-y;
	float: left;
	min-height:400px;
  	height:auto !important;
  	height:400px;
}
#wrapper #sp_content_area #sp_main {
	margin: auto 50px;
	width: 680px;
	text-align:center;
	padding-top: 50px; 
}
#w_l {
	 position: relative;
	 display:inline;
	 float:left;
	 width: 280px;
	 text-align: left;
	 padding-right: 20px;
	 border-right: 1px solid #ccc;
}
#w_r {
	 position: relative;
	 display:inline;
	 float:right;
	 width: 306px;
	 text-align: left;
	 padding-right: 10px;
}

#w_l a, #w_l a:link, #w_r a, #w_r a:link{
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

#w_l a:hover, #w_r a:hover{
	color: #000;
	text-decoration: underline;
}
#w_l a:visited, #w_r a:visited{
	color: #666666;
	text-decoration: underline;
}

