/*------- reset ------*/

*{ 
	padding: 0; 
	margin: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}


img a{
	border:0;
}

body{
	background: url(../pic/bckg_body.jpg) repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
}

/*------- layout ------*/

#page{
	width: 768px;
	margin: 0 auto;
}

#header_area{
	position: relative;
	height: 100px;
}

	#logo{
		position: absolute;
		top: 0;
		left: 0;
		width: 132px;
		height: 84px;
	}

	#top_menu{
		position: absolute;
		top: 8px;
		left: 180px;
		width: 210px;
		height: 16px;
	}

	#header_area .contact_info{
		position: absolute;
		top: 8px;
		left: 411px; /* 420px; */
		width: 400px;
		height: 16px;
		font-size: 11px;
		color: #445C7E;
	}
	
	#main_menu{
		position: absolute;
		top: 56px;
		left: 180px;
		width: 588px;
		height: 28px;
	}
	
#content_area{
	margin-bottom: 20px;
	background: url(../pic/bckg_left_col.jpg) repeat-y;
}

	#left_col{
		width: 206px;
		float: left;
	}
		
		#toolbar{
			background: url(../pic/bckg_toolbar.jpg) no-repeat;
			padding: 13px 10px 7px 10px;
			border-bottom: 1px solid #D1D8DE;
		}
		
		#sub_menu{
			/* border-top: 1px solid #D1D8DE; */
			border-bottom: 1px solid #FEFFFD;
			margin-bottom: 13px;
		}
		
		#sidebar{}
		
		#sidebar img{
			margin-bottom: 10px;
		}
		
	#right_col{
		width: 548px;
		float: right;
	}
	
		#image_field{
			margin-bottom: 25px;
			background: url(../content_images/image.jpg) no-repeat;
			height: 185px;
}
		}

		#content{
			padding: 0px 5px 20px 5px;
			/*background-color: white;*/
		}

#footer_area{
	width: 100%;
	height: 97px;
	background: url(../pic/bckg_footer_area.jpg) repeat-x;
}

	#footer{
		width: 768px;
		margin: 0 auto;
		color: white;
		font-size: 11px; /* 9 */
		padding-top: 8px;
	}
	
	#address{
		width: 350px;
		float: left;
	}
	
	#footer_area .contact_info{
		width: 380px;
		float: right;
		text-align: right;
	}
	
	
/*--------- navigation items -------------*/

#main_menu .menu_item a,
#main_menu .menu_item_act a,
#main_menu .menu_item a:hover{
	background: url(../pic/bckg_tab.jpg) no-repeat;
	width: 97px;
	padding-right: 1px;
	float: left;
	color: white;
	text-align: center;
	font-size: 12px;
	font-weight: lighter;
	padding-top: 6px;
	height: 22px;
	text-decoration: none;
}

#main_menu .menu_item_act a,
#main_menu .menu_item a:hover{
	background: url(../pic/bckg_tab_act.jpg) no-repeat;
}

#top_menu .menu_item,
#top_menu .menu_item_last{
	float: left;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid gray;
	text-transform: uppercase;
	font-size: 10px;	
}

#top_menu .menu_item a,
#top_menu .menu_item_last a{
	color: #445C7E;
	text-decoration: none;
}

#top_menu .menu_item_last{
	float: left;
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
	
}

#sub_menu .menu_item a{
	border-top: 1px solid #FEFFFD;
	border-bottom: 1px solid #D1D8DE;
	padding: 6px 10px;
	font-size: 11px;
	color: #445C7E;
	display: block;
	text-decoration: none;
}

#sub_menu .menu_item_act a,
#sub_menu .menu_item a:hover{
	border-bottom: 1px solid #D1D8DE;
	padding: 6px 10px;
	font-size: 11px;
	background: url(../pic/bckg_submenu_act.jpg) repeat-y;
	/* margin-top: -1px; */
	color: #FF7A05;
	display: block;
	text-decoration: none;
}

.menu_3rd a{
	padding: 6px 10px 6px 20px !important;
	
}


/*-------- content elements ------------*/

.content_menu{
	clear: both;
	border-top: 1px solid #E9F0F7;
	border-bottom: 1px solid #E9F0F7;
	padding: 8px 0 12px 0;
	margin: 10px 0;
}

.content_menu .menu_item,
.content_menu .menu_item_last{
	float: left;
	width: 122px;
	padding-right: 16px;
}

.content_menu .menu_item_last{
	padding-right: 0px;
}

/*.content_flex{
	clear: both;
	border-top: 1px solid #E9F0F7;
	padding-top: 12px;
}*/


/*--------- typo -------------*/

h1,h2,h3,h4,h5,h6{
	margin-bottom: 0px;
	line-height: 130%;
	font-weight: lighter;
	color: #445C7E;
	
}

#content p, #content ul, #content ol{
	margin-bottom: 18px;
	line-height: 150%;
}

#content li{
	line-height: 150%;
}

#content ul,
#content ol{
	margin-left: 25px;
}

#content h1{
	font-size: 20px;
	font-weight: lighter; 
}

#content h2{
	font-size: 17px;
	font-weight: lighter; 
}

#content h3{
	font-size: 14px;
	font-weight: lighter; 
	margin-bottom: 14px;
}

.orange{color: #FF7A05;
}



/*--------- tt_news -------------*/


/*--------- other -------------*/

.clearer{
	clear: both;
    /* display: block; */
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;	
}

/*---------- home ------------*/

#content1{
	margin-bottom: 16px;
}

#content2{
	width: 267px;
	float: left;
	border-top: 2px solid #005195;
	border-bottom: 1px solid #E9F0F7;
	padding-top: 12px;
}

#content3{
	width: 267px;
	float: right;
	border-top: 2px solid #005195;
	border-bottom: 1px solid #E9F0F7;
	padding-top: 12px;
}

#sidebar1{
	border-top: 1px solid #FEFFFD;
	border-bottom: 1px solid #D1D8DE;
	padding: 0 10px 15px 10px;
}


#sidebar2{
	border-top: 1px solid #FEFFFD;
	padding: 15px 10px;
}




/*----------- home typo ------------*/

#content1 H1,
#content2 H1
#content3 H1{
	font-size: 20px;
	margin-bottom: 10px;
	
}

#content1 H2,
#content2 H2,
#content3 H2{
	font-size: 17px;
}

#content1 H3,
#content2 H3,
#content3 H3{
	font-size: 14px;
	margin-bottom: 8px;
}

#content1 H4,
#content2 H4,
#content3 H4{
	font-size: 11px;
	/* font-weight: bold; */
	padding-bottom: 4px;
	padding-top: 8px;
}

#sidebar1 H1,
#sidebar2 H1{
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
}


#content1 p,
#content2 p,
#content3 p{
	/*margin-bottom: 15px;*/
	line-height: 150%;
}


#sidebar1 select {
	width:100%;
	margin-bottom: 8px;
}

#sidebar1 h4, #sidebar1 p {
	font-size: 10px;
	margin-bottom: 8px;
}


#content1 p{
	font-size: 12px;
}

/*---------- news latest ------------*/


.news-latest-container {
	border-top: 8px solid  #005095;
	padding: 0px;
	border-bottom: 1px solid #F8FAFC;
	font-size: 11px;

}

.news-latest-item-even,  .news-latest-item-odd {
	border-bottom: 1px solid #D0D8DF;
	padding: 0px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.news-latest-item-odd {
	border-top: 1px solid #F8FAFC;


}

.news-latest-date {
	width: 36px;
	text-align: center;
/* 	float: left; */
}


.news-latest-wrap {
	width: 147px;
	padding: 0 10px 10px 10px;
	margin-bottom: 0px;
	float: right;
	background: url(../pic/bckg_news_latest_wrap.jpg) repeat-y;
}

.news-latest-date .day {
	font-weight:normal;
	font-size: 16px;
}

.news-latest-date .month{
	text-transform: uppercase;
	font-size: 9px;
}
.news-latest-title {
	line-height: 130%;
	padding-bottom: 5px;
	font-weight: lighter;
	font-size: 11px;
}

.news-latest-title a{
	color: #445C7E;
	text-decoration: none;
}

.news-latest-gotoarchive {
	text-align: right;
	padding: 8px 6px;
}

.news-list-container{
	margin-top: 20px;
}

.news-list-item{
	margin-bottom: 20px;
}

#content .news-list-item H3{
	margin-bottom: 6px;
}

.news-list-image,
.news-single-image{
	float: left;
	padding-right:14px;
}

.news-single-timedata{
	margin-bottom: 12px;
}

.news-single-subheader{
	margin-bottom: 14px;
	font-style: italic;
}

.columnsplit {
	overflow:hidden;
}
.columnsplit .left {
	float:left;
	width:48%
}
.columnsplit .right {
	float:right;
	width:48%
}
