/* PBO Style Sheet For Handheld Media*/

body {
	font-family:"Helvetica Nue", Verdana, Arial;
	font-size: 12px;
	height: 100%
	margin: 0px;
	padding: 0px;
}
/* page wrapper*/
#wrapper {}
/* div For top red bar*/
#top_bar {
	position: relative;
	background-image:url(../images/top_red_bar.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 62px;
	float: left;
	margin: 0px 0px 5px 0px;
}
/*styles for Header Image*/
#header {
	position: relative;
	float: left;
	border-bottom: 3px solid #fdb813;
	padding-bottom: 10px;
}
#header #title {
	position: relative;
	display: inline;
	float: left;
	top: 90px;
	left: 20px;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	letter-spacing: .15em;
	text-transform:uppercase;
}
#header #title span{
	font-size: 140%;
	font-weight: bold;
	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;*/
}
#content_area #left_nav {
	position: relative;
	float: left;
	width: 172px;	
}
#content_area #main {
	position: relative;
	float: left;
	left: 173px;
	width: 553px;
	padding: 0px 0px 0px 15px;
	font: 11px Verdana;
	margin-bottom: 10px;
}
#lop1 {
	clear: both; 
	border: none; 
}
#hr_rule {
	border: 1px dashed #0067B1;
}
#content_area #main #page_title, .page_title{
	font-size: 18px;
	color: #0067B1;
}

.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;
}

.clear_div{
	position: relative;
	float: left;
	clear:both;
}
/*style for footer*/
#footer {
position:relative; 
float:left;
width: 740px;
}

/*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;
}
