

body 
{
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-size:12px;
}

#wrapper {
}

/* Header
*/

#header {
width:1000px;
height:95px;
}

#logo_text {
float:left;
padding-top:35px;

}

#logo_image {
float:right;
padding-top:15px;
}

/* Navigation Main
*/
#nav_container {
	height:65px;
	width:1000px;
	background-color:#FFFFFF;
}

ul#navlist {
float:left;
padding:0px;
margin:0px;
}

#navlist li {
display:inline;
padding-right:40px;
list-style-type: none;

}

#navlist a:hover
{
color: #fa7f00;
text-decoration: none;
}

/*
	Content
*/
#content {
width:1000px;
height:300px;
}

.column_1 { 
float:left; 
width:150px; 
height:300px; 
}

#title {
float:left;
padding-left:0px;
}

.title {
float:left;
padding-left:0px;
}


#title2 {
float:left;
padding-left:0px;
}

.column_2 { 

float:left; 
width:100px; 
height:300px; 
}

.column_3 {

float:left; 
width:95px; 
height:300px; 
}



.column_4 {
	text-align:left;
	color:#666666;
	
	float:left; 
	width:500px; 
	height:300px; 
}

.column_5 {
border-right:1px solid #CCCCCC;

	text-align:left;
	color:#666666;
	margin-right:45px;
	float:left; 
	width:200px; 
	height:300px; 
	}
/*
	Navigation Content
*/

.content_nav_container {
 	float:left;
	padding-top:0px;
	height:300px;
	width:100px;
}

ul.content_navlist {
margin:0px;
padding:0px;
}

.content_navlist li {
text-align:left;
list-style-type: none;

}

.content_navlist a:hover
{
color: #fa7f00;
text-decoration: none;
}

.column_content {
float:left;
width:1000px;
height:300px;
}

/* glider */

div.scroller { 
/* modify width and height of scrolling section if necessary	*/		
width: 500px; 
height: 300px;
overflow: hidden;
}
	
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
width:500px;
height:300px;
overflow:hidden;
float:left;			
}

div.scroller div.content {
width: 10000px;
margin-right:75px;
}
	
div.section {		
}

#prevnext {
position:relative;

}
#footer_bop {
	font-size:9px;
	width:1000px;
	text-align:right;
	margin-top:15px;
}

#add {
white-space:pre;
text-decoration:inherit;

}
/*
	Link Styles
*/

a
{
outline:none;
}

a img { outline:none; border:0px }

a:active, a:focus, a:link, a:visited{
color:#666666; 
text-decoration:none;
outline:none;
outline: 0;
}

/*
paragraph
*/
p
{
color: #666666;
padding:0px;
margin-right:10px;
margin-top:0px;
}

12