/* CSS Reset
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.admin
{
	;
}

.yellowmenu {
	color: #000;
	font: 12px/normal Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding:2px 2px 2px 2px;
	background-color:Yellow;
}

/* Main Styles
-------------------------------------------------------------------*/

body{
	background: #ebebeb url(../imgs2010/body_bg.jpg) repeat-x top;
	font-size: 0.75em;
	line-height: 1.5;
	color: #7e7e7e;
	font-family: "Arial", Helvetica, sans-serif;
	}
	
a{
	color: #2e4a82;
	text-decoration: underline;
	}
	
a:hover{
	text-decoration: none;
	}
	
a.button_style{
	padding: 4px 6px;
	background: #363636;
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#363636));
	background: -moz-linear-gradient(top,  #505050,  #363636);
	text-shadow: 0 0 1px #000;
	color: white;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.f_right{
	float: right;
	}
	
#wrapper{
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #c7c7c7;
	-moz-box-shadow: 0 0 10px #cfcfcf;
	-webkit-boxshadow: 0 0 10px #cfcfcf;
	}
	
#header{
	height: 200px;
	background: url(../imgs2010/header_bg.jpg) no-repeat top left transparent;
	position: relative;
	}
	
#header .main_logo{
	position: absolute;
	top: 75px;
	left: 18px;
	}
	
#header h2.tagline{
	position: absolute;
	right: 20px;
	top: 95px;
	font-size: 2em;
	font-weight: normal;
	color: #A22C1E;
	font-style: italic;
	}
	
#header .navigation{
	width: 960px;
	height: 30px;
	background: url(../imgs2010/navigation_bg.jpg) repeat-x top left #d78241;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.2em;
	}
	
#header .navigation ul{
	margin: 0 0 0 10px;
	}
	
#header .navigation ul li{
	float: left;
	position: relative;
	top: -3px;
	margin: 0 5px 0 0;
	}
	
#header .navigation ul li a{
	color: white;
	text-decoration: none;
	text-shadow: 0 1px 1px #774b2a;
	line-height: 30px;
	display: block;
	padding: 0 10px;
	border-top: 3px solid #fff;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}
	
#header .navigation ul li a:hover, #header .navigation ul li.selected a{
	background: #F3D6C0;
	color: #774b2a;
	text-shadow: none;
	border-top: 3px solid #F3D6C0;
	}
	
#header .navigation ul li:hover{
	background: #F3D6C0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}
	
#header .navigation ul li:hover a{
	color: #774b2a;
	text-shadow: none;
	border-top: 3px solid #F3D6C0;
	}
	
/* Second Level
-------------------------------------------------------------------*/
	
#header .navigation ul li ul.drop_down{
	position: absolute;
	top: 33px;
	left: 0;
	width: 400px;
	background: white;
	border: 3px solid #F3D6C0;
	z-index: 100;
	margin: 0;
	padding: 0 0 10px 0;
	display: none;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}
	
#header .navigation ul li ul.drop_down li{
	top: 0;
	width: 200px;
	margin: 0;
	}
	
#header .navigation ul li ul.drop_down li:hover{
	background: transparent;
	}
	
#header .navigation ul li ul.drop_down li a{
	background: transparent;
	border: none;
	color: #774b2a;
	text-shadow: none;
	font-size: 0.85em;
	margin: 0 10px;
	padding: 0;
	width: 180px;
	border-bottom: 2px solid #F3D6C0;
	line-height: 1.9;
	}
	
/* Third Level
-------------------------------------------------------------------*/
	
#header .navigation ul li ul.drop_down li ul{
	margin: 0;
	}
	
#header .navigation ul li ul.drop_down li ul li a{
	border-bottom: 1px dotted #F3D6C0;
	color: #9d7354;
	}
	
#header .top_navigation{
	position: absolute;
	top: 5px;
	left: 30px;
	}
	
#header .top_navigation li{
	float: left;
	}
	
#header .top_navigation li a{
	color: #f3dac6;
	margin: 0 10px 0 0;
	text-decoration: none;
	text-shadow: 0 1px 1px #774b2a;
	}
	
#header .top_navigation li a:hover{
	color: #fff;
	}
	
#content{
	padding: 10px;
	overflow: hidden;
	}

#content .left{
	width: 260px;
	float: left;
	}

#content .left .image{
	float: left;
	margin: 0 12px 3px 0;
	}
		
#content .right{
	width: 655px;
	float: right;
	}
	
#footer{
	background: url(../imgs2010/footer_bg.jpg) repeat-x top left #e8e8e8;
	height: 35px;
	}
	
#footer ul.left_menu{
	float: left;
	line-height: 35px;
	margin: 0 0 0 10px;
	}
	
#footer ul.left_menu li{
	float: left;
	margin: 0 10px 0 0;
	}
	
#footer ul.left_menu li a{
	color: #7e7e7e;
	text-decoration: none;
	}
	
#footer ul.left_menu li a:hover{
	color: #505050;
	}
	
#footer ul.right_menu{
	float: right;
	line-height: 35px;
	margin: 0 10px 0 0;
	}
	
/*  Layout Second Level
-------------------------------------------------------------------*/

#content .left ul.left_navigation{
	background: #fdfdfd;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#content .left ul.left_navigation li a{
	text-decoration: none;
	font-weight: bold;
	color: #505050;
	padding: 5px;
	display: block;
	}
	
/* Nav Second Level
-------------------------------------------------------------------*/
	
#content .left ul.left_navigation li ul{
	background: url(../imgs2010/nav_arrow.jpg) no-repeat left top;
	padding: 10px 0 0 0;
	}
	
#content .left ul.left_navigation li ul li{
	border-bottom: 1px solid #f4f4f4;
	}
	
#content .left ul.left_navigation li ul li a{
	padding: 5px 0 5px 15px;
	text-decoration: none;
	color: #7E7E7E;
	display: block;
	font-weight: bold;
	}
	
#content .left ul.left_navigation li ul li a.selected{
	color: #a1291b;
	}
	
#content .left ul.left_navigation li ul li a:hover.selected{
	color: #a1291b;
	}
	
#content .left ul.left_navigation li ul li a:hover{
	color: #505050;
	}
	
/* Nav Third Level
-------------------------------------------------------------------*/

#content .left ul.left_navigation li ul li ul{
	background: url(../imgs2010/nav_arrow_2.jpg) no-repeat left top;
	padding: 10px 0 0 0;
	}
	
#content .left ul.left_navigation li ul li ul li a{
	padding: 5px 0 5px 25px;
	font-weight: normal;
	}
	
/* Nav Fourth Level
-------------------------------------------------------------------*/

#content .left ul.left_navigation li ul li ul li ul{
	background: url(../imgs2010/nav_arrow_3.jpg) no-repeat left top;
	padding: 10px 0 0 0;
	}
	
#content .left ul.left_navigation li ul li ul li ul li a{
	padding: 5px 0 5px 35px;
	}

/* Nav Fifth Level
-------------------------------------------------------------------*/

#content .left ul.left_navigation li ul li ul li ul{
	background: url(../imgs2010/nav_arrow_4.jpg) no-repeat left top;
	padding: 10px 0 0 0;
	}
	
#content .left ul.left_navigation li ul li ul li ul li a{
	padding: 5px 0 5px 45px;
	}
	
ul.breadcrumbs{
	border: 1px solid #e4e4e4;
	background: #fdfdfd;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 10px 0;
	}
	
ul.breadcrumbs li{
	float: left;
	padding: 5px 0;
	background: url(../imgs2010/breadcrumbs.jpg) no-repeat center right transparent;
	}
	
ul.breadcrumbs li a{
	color: #7E7E7E;
	text-decoration: none;
	padding: 0 20px 0 10px;
	}
	
ul.breadcrumbs li a:hover{
	color: #505050;
	}
	
#content .right h1{
	color: #a1291b;
	font-size: 1.4em;
	margin: 0 0 8px 0;
	}

#content .right h2{
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 5px 0;
	color: #A1291B;
	}	
#content .right p{
	margin: 0 0 0.75em 0;
	}
	
#content .right .breaker{
	background: url(../imgs2010/breaker_bg.jpg) repeat-y top left white;
	overflow: hidden;
	}
	
#content .right .breaker .left{
	width: 430px;
	}
	
#content .right .breaker .right{
	width: 200px;
	}
	
#content .right .breaker .right br{
	display: none;
	}
	
#content .right .breaker .right td.heading{
	display: none;
	}
	
#content .right .breaker .right img{
	border: 5px solid #e4e4e4;
	}
	
#content .right ul.copy_links{
	border: 1px solid #e4e4e4;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e4e4e4));
	background: -moz-linear-gradient(top,  #f3f3f3,  #e4e4e4);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	}
	
#content .right ul.copy_links li{
	float: left;
	border-right: 1px solid #e4e4e4;
	}
	
#content .right ul.copy_links li a{
	display: block;
	padding: 4px 6px;
	text-shadow: 0 0 1px #fff;
	color: #7e7e7e;
	text-decoration: none;
	}
	
#content .right ul.copy_links li a:hover{
	color: #505050;
	}
	
/* Homepage
-------------------------------------------------------------------*/

#content .left .news_list{
	background: #fdfdfd;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#content .left .news_list h2{
	background: url(../imgs2010/nav_arrow.jpg) no-repeat left bottom;
	padding: 0 0 10px 0;
	font-size: 1.2em;
	font-weight: normal;
	text-indent: 5px;
	}
	
#content .left .news_list ul li{
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	top: 1px;
	overflow: hidden;
	width: 258px;
	}
	
#content .left .news_list ul li .image_date{
	width: 92px;
	border: 4px solid #ededed;
	height: 92px;
	margin: 5px;
	position: relative;
	}
	
#content .left .news_list ul li .image_date .newsimage{
	width: 92px;
	}
	
#content .left .news_list ul li .image_date span.date{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ededed;
	text-align: center;
	width: 92px;
	padding: 4px 0 0 0;
	opacity: 0.8;
	color: #505050;
	}
	
#content .left .news_list ul li:hover .image_date span.date{
	opacity: 1;
	}
	
#content .left .news_list ul li .content{
	float: right;
	width: 140px;
	margin: 0 5px 0 0;
	display: inline;
	}
	
#content .left .news_list ul li h3{
	border-bottom: 1px solid #ededed;
	font-weight: normal;
	font-size: 1.1em;
	margin: 2px 6px 5px 6px;
	}
	
#content .right .home_block{
	width: 653px;
	height: 238px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: right;
	background:  url(../imgs2010/block_bg.jpg) no-repeat left top;
	color: white;
	}
	
#content .right .home_block h1{
	font-size: 1.5em;
	line-height: 1.1;
	padding: 10px;
	color: #fff;
	}
	
#content .right .home_block h1 span{
	font-size: 1.1em;
	}
	
#content .right .home_block table{
	float: right;
	margin: 0 10px 0 0;
	}
	
#content .right .home_block p{
	padding: 0;
	width: 300px;
	float: right;
	}
	
#content .right .home_block a.button_style{
	clear: both;
	margin: 10px 10px 0 0;
	}
	
#content .right .lower_blocks{
	width: 653px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f9f9f9));
	background: -moz-linear-gradient(top,  #fdfdfd,  #f9f9f9);
	margin: 10px 0 0 0;
	overflow: hidden;
	}
	
#content .right .lower_blocks li{
	float: left;
	width: 197px;
	border-right: 1px solid #e4e4e4;
	padding: 5px 10px 5px 10px;
	}
	
#content .right .lower_blocks li p{
	display: none;
	}
	
#content .right .lower_blocks li table p{
	display: block;
	}
	
#content .right .lower_blocks li br{
	display: none;
	}
	
#content .right .lower_blocks li.last{
	border: none;
	}
	
#content .right .lower_blocks li h4{
	border-bottom: 1px solid #ededed;
	font-weight: normal;
	font-size: 1.1em;
	margin: 2px 0 5px 0;
	}
	
.sectionlinks{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	background:none repeat scroll 0 0 #FDFDFD;
	border:1px solid #E4E4E4;
	padding: 10px;
	}
	
.sectionlinks br{
	display: none;
	}
	

	
.sectionlinks a{
	display: block;
	color: #7E7E7E;
	text-decoration: none;
	border-bottom: 1px solid #F4F4F4;
	padding: 2px 0;
	}
	
.sectionlinks a:hover{
	color: #505050;
	}
	
