*{
	margin: 0px;
	padding: 0px;
}
a.readmore{
	color: #666666;
	text-decoration: none;
}
body{
	background: url('../../images/bg.jpg') repeat-x #5c5c5c;
}
#wrapper{
	width: 960px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
.clear{
	clear: both;
}
/*------Header Bar---------*/
#header{
	width: 960px;
	
}
h1{
	
}
h1.logo1{
	width: 120px;
	height: 114px;
	float: left;
	margin: 20px 0 0 0;
}
h1.logo2{
	width: 660px;
	height: 73px;
	float: left;
	margin: 20px 0 0 0;
}
h2{
	margin-bottom: 5px;
}
#util {
	list-style-type: none;
	float: right;
	margin: 20px 0 0 0;
}

#util ul {
	list-style-type: none;
	}

#util li{
	float: left;
}
#util li a{
	text-decoration: none;
	color: #444444;
	font-size: 12px;
	display: block;
	float: left;
	border-right: 1px solid #ccc;
	padding: 0 6px 15px 6px;
	height: 0px;
}
#util li.last a{
	border: none;
}
#util a:hover{
	color: #ccc;
}
		
/*------Nav---------*/

#nav{
	padding: 0px;
	float: left;
	margin:8px 0px 0px 0px;
	z-index: 101;
	position: relative;

}
	#nav ul{
		padding: 0px;
		padding-bottom: 8px;
		margin: 0px;
	}
	#nav ul li{
		display: inline;
		float: left;

	}
	
	#nav ul li.last{
		border: none;
	}
	
	#nav ul li.current, #nav ul li:hover {
		background: #ccc;
		}

	
	
	#nav ul li a{
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#nav ul li a:hover{
		text-decoration: none;
		color: #444444;
	}
	#nav ul li ul {
		display: none;
		
		
	}
	#nav ul li ul li a{
		font-size: 13px;
	}
		#nav ul li:hover ul{
			display: block;
			position:absolute;
			z-index:1;
			background: #CCCCCC;
			padding: 0px;
		}
		#nav ul li:hover ul li{
		display:block;
		float:none;
		border-style:solid;
		border-color:#CCCCCC;
		border-width:1px;
		
	}
/*------Middle Section---------*/
#middle{
	width: 928px;
	height: 352px;
	background: #fff;
	padding: 16px 16px 0 16px;
	position: relative;
}
#home_callouts{
	position: absolute;
	z-index: 100;
	top:16px;
	right: 15px;
	width: 275px;
	height: 352px;
}
#welcome{
	width: 246px;
	
	height: 265px;
	background: url('../../images/welcome_bg.png') repeat-y;
	padding:50px 10px 0 20px;
	overflow: hidden;
}
#welcome h2{
	font-family: Times, serif;
	color: #cfcfcf;
	font-size: 16px;
	letter-spacing:0.75px;
	margin:0 0 10px;
	font-weight:normal;
	font-variant: small-caps;
}
#welcome p{
	color: #fff;
	font-size: 16px;
	line-height: 180%;
	letter-spacing:0.25px;
}
#social_bar{
	width: 269px;
	background: url('../../images/social_bg.png') repeat-y;
	list-style-type: none;
	height: 37px;
	padding: 0 0 0 6px;
}
#social_bar li{
	float: left;
}
#social_bar li a{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
#social_bar img{
	border:none;
}
#social_bar li a.email{
	background: url('../../images/email_icon.png') no-repeat left;
	height: 28px;
	padding:9px 16px 0 34px;
	display: block;
}
#social_bar li a.twitter{
	background: url('../../images/twitter_icon.png') no-repeat left;
	height: 28px;
	padding:9px 16px 0 34px;
	display: block;
}
#social_bar li a.blog{
	background: url('../../images/blog_icon.png') no-repeat left;
	height: 28px;
	padding:9px 0 0 34px;
	display: block;
}
#video{
	margin-left: 10px;
}
.ptop{
	padding-top: 5px;
}
	.ptop img{
		margin-right:15px;
		margin-top: 15px;
		width: 125px;	
	}

	.ptop a{
		margin-top: 15px;
		text-decoration: none;
		color: #666;
	}
.year{
	margin-top: 20px;
}
	.year h4{
		font-size: 18px;
		cursor: pointer;
	}
	.year a{
		text-decoration: none;
		color: #666;
	}


/*------Bottom Section---------*/
#bottom{
	width: 960px;
	height: 237px;
	background-color: #fff;
	position: relative;
}
#twitter_box{
	width: 360px;
	height: 248px;
	background: url('../../images/twitter_bg.png');
	position: absolute;
	top: 16px;
	left: 0px;
}
#twit_icon{
	background: url('../../images/twitter_icon_small.png');
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 261px;
}
#news_box{
	width: 290px;
	height: 238px;
	position: absolute;
	top:0px;
	right: 10px;
	background: url('../../images/news_bg.jpg');
}
#news_box h2{
	font-size: 16px;
	color: #8d8b8b;
	font-family: Times, serif;
	margin:18px 0 0 26px;
	font-weight:normal;
}
#news_box a.article{
	color: #2d2d2d;
	font-size: 14px;
	margin:8px 0 0 27px;
	display: block;
	padding-right:10px;
}
#news_box p{
	color: #8d8b8b;
	font-size: 11px; 
	margin: 0 0 0 27px;
}
#news_box a.readmore{
	text-align: right;
	color: #2d2d2d;
	font-family: Times, serif;
	padding:25px 15px 0 0;
	display: block;
	font-size: 14px;
	text-decoration: none;
	border: none;
}
#corner{
	background: url('../../images/corner.gif');
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#blog_box{
	width: 290px;
	height: 214px;
	position: absolute;
	left: 370px;
	top:12px;
	overflow: hidden;
	font-size: 14px;
	color: #8d8b8b;
}
#blog_box a.readmore{
	text-align: right;
	color: #8d8b8b;
	font-family: Times, serif;
	padding:7px 15px 0 0;
	display: block;
	font-size: 14px;
	border: none;
	text-decoration: none;
}
h2.blog_head{
	background: url('../../images/blog_icon_small.png') left no-repeat;
	padding:5px 0 0 25px;
	font-size: 16px;
	color: #8d8b8b;
	font-family: Times, serif;
	font-weight:normal;
}
.blog_time{
	font-size: 11px;
	color: #8d8b8b;
	margin:0 0 2px;
}

/*------Subpage---------*/
#middle_sub{
	width: 944px;
	background: #fff;
	padding:16px 0 30px 16px;
	position: relative;
}
#content_wrap{
	width: 615px;
	float: left;
	margin:0 15px 0 0;
}
#callouts_bar{
	width: 305px;
	float: left;
	position: relative;
}
.callout{
	background: url('../../images/callout_bg.jpg') no-repeat;
	width:289px;
	height: 243px;
	padding: 10px 0 10px 10px;
	color: #8d8b8b;
	font-size: 14px;
}
#blog_icon_sub{
	background: url('../../images/blog_icon_small.png') no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 11px;
	top: 11px;
}
#callouts_bar h2{
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	letter-spacing: .5px;
	margin:0 0 17px;
}
#callouts_bar h2.blog_head{
	background: none;
	padding:10px 0 0;
	margin:0;
	font-size: 14px;
	color: #8d8b8b;
	font-family: Tahoma, arial, helvetica, sans-serif;
}
#callouts_bar a.readmore{
	text-align: right;
	display: block;
	color: #8d8b8b;
	margin: 10px 0 20px 0;
	text-decoration: none;
	border: none;
}
#qoute{
	font-size: 10px;
	color: #8d8b8b;
	margin:0 0 10px;
}
#main_content{
	background: url('../../images/content_bg.jpg') no-repeat;
	width: 615px;
	_width: 600px;  /* IE 6 and below */
	height: auto;
	padding:12px 0 0 12px;
}
#main_content h2{
	font-family: Times, serif;
	color: #2d2d2d;
	font-size: 21px;
	font-weight: normal;
}
#main_content h3{
	font-family: Times, serif;
	color: #8d8b8b;
	font-size: 14px;
	margin: 10px 0 0 0;
	font-weight: normal;
}
#main_content p{
	color: #5c5c5c;
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 20px 0;
}
#main_content img{
	border: 1px solid #ccc;
	padding: 5px;
}
#main_content ul{
	margin: 0 0 0 50px;
	color: #5c5c5c;
	font-size: 14px;
	line-height: 150%;
}
#main_content ul li{
	margin: 7px 0 0 0;
}
#main_content a{
	color: #2D2D2D;
}
#main_content a:hover{
	color: #5c5c5c;
}
.sub_news_wrap{
	width: 275px;
	background: url('../../images/news_hr.png') no-repeat bottom;
	padding: 7px 0 7px 0;
}
.news_date{
	float: left;
}
.news_name{
	float: left;
	margin: 0 0 0 20px;
	width: 205px;
}
.news_name a{
	text-decoration: none;
	color: #8d8b8b; 
}
#footer{
	width: 960px;
	height: 80px;
	background: #2d2d2d;
	position: relative;
	margin: 10px 0 0 0;
}
#footer p{
	color: #cccccc;
}
#footer_left{
	background: url('../../images/left_corner_foot.jpg');
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#footer_right{
	background: url('../../images/right_corner_foot.jpg');
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;	
}
#address_foot{
	width: 163px;
	height: 15px;
	float: left;
	padding: 15px 0 0 27px;
}
#address_foot p{
	font-size: 12px;
}
#mid_foot{
	height: 80px;
	width: 580px;
	float: left;
	font-size: 11px;
}
#mid_foot p{
	font-size: 11px;
	padding:10px 0 0;
}
#social_foot{
	float: left;
	padding: 13px 0 0 20px;	
}
#social_foot a{
	font-size: 12px;
	color:#cccccc;
	text-decoration: none;
}
.twit_foot{
	background: url('../../images/twitter_icon_small.png') left no-repeat;
	padding: 0 0 0 27px;
	height: 20px;
	display: block;
	margin: 0 0 10px 0;
}
.blog_foot{
	background: url('../../images/blog_icon_small.png') left no-repeat;
	padding: 0 0 0 27px;
	height: 20px;
	display: block;
}
#sub_footer{
	width: 960px;
	text-align: center;
	color: #ccc;
	font-size: 12px;
	margin: 10px 0 40px 0;
}




.news a.readmore{
	text-align: left;
	color: #2d2d2d;
	font-family: Times, serif;
	padding:25px 15px 0 0;
	display: block;
	font-size: 14px;
	text-decoration: none;
	border: none;
}
.news .date{
	color: #8d8b8b;
	font-size: 12px;
}
.next{
	float: right;
	color: #2d2d2d;
	font-family: Times, serif;
	padding:25px 15px 0 0;
	display: block;
	font-size: 14px;
	text-decoration: none;
	border: none;
}
.picture{
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	margin-right:10px;
	margin-bottom: 10px;
}
.prev{
	float: left;
	color: #2d2d2d;
	font-family: Times, serif;
	padding:25px 15px 0 0;
	display: block;
	font-size: 14px;
	text-decoration: none;
	border: none;
}
.tables{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}