/* CSS Document */

html,body {
  background: url(../images/page-bg.jpg) repeat-x center top;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  min-width: 960px;
  text-align: center;
  margin: 0 auto;
}

a {
	 text-decoration: none;
}
a:hover {
  color: #335489 !important;
  text-decoration: none !important;
}

.clr {
	clear:both;
}

#header {
  /*background: url(../images/header-bg.jpg) repeat-x;*/
  width: 953px;
  height: 126px;
  padding-top: 30px;
  margin: 0 auto;
  text-align: left;
}

.header-logo {
  background: url(../images/logo.png) no-repeat;
  width: 504px;
  height: 86px;
  display: block;
  margin-left: -50px;
  margin-top: 0px;
  float: left;
}

#header-right {
	float: right;
	text-align: right;
	width: 300px;
	font-size: 11px;
	font-weight: bold;
	color: #6a81a9;
}

#header-right a {
	color: #6a81a9;
	text-transform:uppercase;
}	

#header-right #search {
	margin-top: 15px;	
}

#header div.search {
  	padding-left: 10px;
  	margin-top: 20px;
}

#header div.search input.text {
	border: none;
	background: url('../images/search_bg.jpg') no-repeat ;
    height: 27px;
    width: 159px;
    padding: 0;
    margin: 0;
	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
	color: #20417d;
	line-height: 2.2em;
}

.search input.image-button {
  position: absolute;
  margin-left: -22px;
  margin-top: 6px;
  width: 18px;
  height: 18px;
  background: transparent url('../images/submit_button.png') no-repeat left top;
}

#header .header-logo a {
	display: block;
	width: 504px;
  	height: 86px;
	
}

#slider_bg{	
	background: url(../images/slider-bg.jpg) no-repeat;
	margin: 0 auto;
	width: 958px;
	height: 400px;
	padding-top: 16px;
}

#slider{
	margin: 0 auto;
	overflow:hidden; 
	padding-top: 0px;
	width: 917px;
	height: 359px;
	
}

.slider_span {
	text-align: center; 
	width: 110px; 
	float: left; 
	font-size: 10px; 
	margin-right: 5px; 
	line-height: 1.0em;
}

.slider_span a{
	text-decoration: none;
}
	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:917px;
	height:359px;
	overflow:hidden;
	padding-top: 0px;
	
}	

#slider li img {
	vertical-align: middle;
}

#slider2 li{ 
	background:#f1f1f1;
	}		
#slider2 li h2{ 
	margin:0 20px;
	padding-top:20px;
	}	
#slider2 li p{ 
	margin:20px;
	}
							
.slider-img {
	float: left;
	width: auto;
}

.slider-text {
	float: left;
	width: 500px;
	color: #FFF;
	text-align: left;
	font-size: 24px;
}

.slider-text h1{
	color: #FFF;
	font-size: 48px;
	margin: 0;
}
#slider a{ 
	color: #FFF;
}

#slider a:hover{ 
	color: #F26F06;
}

p#controls, p#controls2{
	margin:0;
	position:relative;
} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:39px;
	height:69px;
	position:absolute;
	left:0px;
	top:-225px;
}	
#nextBtn, #nextBtn2{ 
	left:865px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:39px;
	height:70px;
	background:url(../images/back-arrow.png) no-repeat 0 0;	
}	
#nextBtn a, #nextBtn2 a{ 
	background:url(../images/forward-arrow.png) no-repeat 0 0;	
}

#prevBtn, #prevBtn2 {
	margin-left: 45px;
}			


.page-icons {
	margin: 0 auto;
	width: 953px;
	height: 140px;
}

.page-icons ul{
	margin-left: 0px;
	padding-top: 0px;
	display: inline;
	height: 140px;
}

.page-icons li{
	display: inline;
	padding-left: 0px;
    margin-right: 42px;
    color: #fff;
	float: left;
}
.page-icons li#last{
	display: inline;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}

#bottom-container {
	margin: 0 auto;
	width: 953px;
}

#facebook {
    float: left;
	margin-top: 10px;
	margin-left: 0px;
	padding-top: 0px;
	width: 288px;
	height: 140px;
}

#blog-headlines {
    float:left;
	margin-top: 5px;
	margin-left: 30px;
	padding-top: 80px;
	padding-left: 25px;
	text-align: left;
	width: 610px;
	height: 200px;
	background-image: url(../images/blog-header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#top-nav {
  width: 955px;
  height: 63px; 
 
}

#top-nav-center {
  background: url(../images/top-nav-bg.png) no-repeat;
  padding-top: 2px;
  width: 955px;
  height: 63px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
   margin-top: -30px;
}

.top-nav ul{
	margin: 0;
}

.top-nav ul li{
    display: inline;
    color: #fff;
}

.top-nav ul li a{
    float: left;
    color: #fff; /*text color*/
    width: auto;
   padding-left: 20px;
   padding-right: 20px;
	height: 59px;
    text-align: center;
    text-decoration: none;
    outline: none;
	line-height: 4.0em;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 14px;
}

.top-nav ul li a:visited{
    color: #fff;
    text-decoration: none;

}

.top-nav ul li a:hover{
   color: #335489 !important;
   background: #191919;
   text-decoration: none;
}

#page-content {
  min-height: 350px;
  padding-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 350px;
}

#footer {
  background: url(../images/footer-bg.jpg) repeat-x center #141414;
  width: 100%;
  height: 205px;
  padding-top: 80px;
  
}

#footer-container {
	width: 955px;
	margin: 0 auto;
}

#footer-logo {
	padding-top: 10px;
	width: 250px;
	height: 100px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

#footer-logo-text {
  padding-left: 15px;
  padding-top: 10px;
  color: #5f5f5f;
}

#footer-logo-text a{
	color: #5f5f5f;
	text-decoration: none;
}

#footer-logo-text a:hover {
	color: #3c6193;
	text-decoration: none;
}


.footer-rss {
  position: relative;
  background: url(../images/rss_icon.png) no-repeat;
  float: right;
  margin-right: 20px;
  margin-top: -65px;
  width: 62px;
  height: 56px;
}

.footer-rss a{
	display: block;
	width: 62px;
  height: 56px;
}
.footer-column {
	float: left;
	width: 170px;
	text-align: left;
	color: #3c6193;
	font-weight: bold;
}

.footer-column ul {
	list-style-image:url(../images/red_arrow.jpg);
	margin:0;
	display:inline;
	margin-top: -15px;
	font-weight: normal;
}
.footer-column ul li {
	margin-left: 0px;
	line-height: 2.0em;
}

.footer-column ul li a {
	color: #a9a9a9;
	text-decoration:none;
}

#sitemap1 {
	
}

#sitemap2 {
	padding-top: 35px;	
}

#col4 {
	text-align: center;
	margin-left: -35px;
	margin-right: 25px;
	padding-top: 12px;
}

#col5 {
	padding-top: 12px;	
}

input.email_input {
	background: url('../images/email_bg.jpg') no-repeat;
	height: 27px;
	width: 159px;
	border: 0;
	color: #CCC;
	font-size:11px;
	font-weight: bold;
	text-indent: 5px;
	line-height: 2.2em;
}

input.submit {
	background: url('../images/submit_button.png') no-repeat;
	height: 18px;
	width: 18px;
	border: 0px;
	position: absolute;
	margin-left: -22px;
	margin-top: 6px;
	cursor:pointer;
}

#searchform input.submit {
	color: #eaeaea;	
}

.footer-content_section_02 p {
	text-align: left;
}

.footer-content-section-02 .section-02-subsection {
	float: left;
	width: 238px;
	margin: 30px 0px;
	padding: 0 40px;
	border-right: 1px solid #332e30;
	background-color: #221e1f;	
}

.section-02-subsection li a {
	color: #e7eaeb;
	font-weight: normal;
}

.section-02-subsection ul {
	margin: 20px 0 10px 10px;
	padding: 0px;
	list-style: none;
}

.section-02-subsection li {
	margin: 0px;
	padding: 0 0 15px 25px;
	background: url(images/2column/red-arrow.png) top left no-repeat;
}

.uo-container #footer {
  height: 107px;
}

