@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/bg.png);
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #333;
	font-family: "Arno Pro", "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: 100;
}

	h1 a {
		color: #333;
		text-decoration: none;
	}
	
		h1 a:hover {
			color: #333;
			text-decoration: underline;
		}


h2 {
	color: #006699;
	font-family: "Arno Pro", "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: lighter;
	margin: 5px 0px 0px 0px;
}

h3 {
	color: #006699;
	font-family: "Arno Pro", "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	margin: 0px 0px 10px 0px;
}

a {
	color: #006699;
	text-decoration: none;
}

#header {
	background: #000 url(images/bg/header/h8.jpg) no-repeat top center;
	position: relative;
	width: 100%;
	height: 350px;
}

.logo {
	position: absolute;
	top: 77px;
	left: 0;
}

.twit {
	position: absolute;
	top: 0;
	right: 0;
}

.twit2 {
	position: absolute;
	top: -5px;
	right: 0px;
}

.50 {
	height: 50px;
}

#top {
	background: url(images/bg/top.png) repeat-x top;
	height: 3px;
	position: absolute;
	top: 0px;
	width: 100%;
}

#links {
	background: url(images/bg/feed.png) repeat-x left top;
	position: absolute;
	top: 3px;
	right: 0px;
	color: #FFF;
	padding: 4px 15px 7px 15px;
	text-align: center;
	font-family: "Arno Pro", "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
}

#links img {
	float: left;
	margin: -3px 12px 0px 0px;
}

#nav {
	background: url(images/bg/nav.png) repeat-x top;
	width: 100%;
	height: 44px;
	position: absolute;
	top: 265px;
	text-transform: uppercase;
	text-align: center;
	padding: 13px 0px 0px 0px;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	margin: 0px 40px 0px 0px;
}

#u_bar {
	background: #FFF;
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 4px 0px 3px 0px;
	border-top: 3px #999 solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

#u_bar img {
	margin: 0px 10px 0px 0px;
}

#content {
	background: #FFF url(images/bg/content.jpg) repeat-x top;
	width: 100%;
	padding: 55px 0px 50px 0px;
	overflow: hidden;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 0px 12px 0px;
}

#content a {
	margin: 0px 5px;
}

#twitter {
	background: #FFF url(images/bg/social_bground.png) center no-repeat;
	height: 54px;
	width: 100%;
}

	#twitter_update_list {
		color: #FFF;
		font-size: 12px;
		margin: 3px 0px 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 23px;
	}#twitter_update_list a {
		display: block;
		color: #6DA5F8;
	}
	
	#twitter_update_list span a {
		display: inline;
		color: #6DA5F8;
	}
	

#featured {
	background: url(images/bg/f.png) top repeat-x;
	width: 100%;
	padding: 45px 0px 20px 0px;
	overflow: hidden;
}

#featured h1 {
	color: #4892EE;
	font-family: "Arno Pro", "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	margin: 0px 0px 5px 0px;
}

#featured p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	font-weight: lighter;
	margin: 15px 0px 0px 0px;
}

#footer {
	color: #CCC;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
}

#footer a {
	color: #CCC;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	margin: 0px;
}

#footer .container_12 {
	padding: 35px 0px;
}

#footer h1 {
	color: #CCC;
	font-size: 35px;
}



/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
	height:310px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		float: right;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:right;
		height:28px;
		line-height:28px;
		color:#333333;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		color:#111111;
		font-weight:bold;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* 404 page */

.fourofour {
	position: absolute;
	bottom: 40px;
	right: 50px;
	border: 0;
	}
	
.fourofour:hover {
	position: absolute;
	bottom: 40px;
	right: 60px;
	border: 0;
	}
