@import url("reset.css");

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	background: #595D67;	
}
#header {
	height: 130px;
	background: url(images/bg_header.jpg) left top repeat-x;
	position: relative;
}
#content {
	width: 844px;
	position: relative;
	margin: 0 auto;
	background: url(images/bg_shadow_left.jpg) left top repeat-y #434752;
	background-color: #ffffcf;
}
#contact {
	float: right;
	height: 250px;
	width: 200px;

}
#main {
	background: url(images/bg_shadow_right.jpg) right top repeat-y ;
	padding-bottom: 30px;
}
#menu {
	height: 30px;
	background: url(images/bg_menu.jpg) left top repeat-x;
	margin: 0 7px;
}
.wrapp {
	width: 844px;
	position: relative;
	margin: 0 auto;
}
#footer {
	height: 100px;
	background: url(images/bg_footer.jpg) left top repeat-x;
	position: relative;
}


/* nav1 */
#menu ul.nav_left {
	padding-left: 30px;
	height: 30px;
	background: url(images/bg_leftMenu.jpg) left top no-repeat;
}
#menu ul.nav_right{
	position: absolute;
	right: 7px;
	top: 0;
	padding-right: 30px;
	height: 30px;
	background: url(images/bg_rightMenu.jpg) right top no-repeat;
}
#menu ul li {
	float: left;
	background: url(images/divider_menu.jpg) left top no-repeat;
}
#menu ul li a.last {
	background: url(images/divider_menu.jpg) right top no-repeat;
}
#menu ul li a,
#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited{
	display: block;
	float: left;
	height: 30px;
	padding: 0 18px;
	text-decoration: none;
	color: #373737;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	line-height: 28px;
	font-weight: bold;
}
#menu ul li a:hover {
	background: url(images/bg_menu_active.jpg) left top repeat-x;
}

/* nav2 */
#sub_nav {
	height: 50px;
	background: url(images/bg_shadow_subNav.jpg) left top no-repeat;
	margin: 0 7px;
	line-height: 50px;
	position: relative;
	font-size: .8em;
	color: #CCC;
}
	#sub_nav span.tip {
		left: 30px;
		position: absolute;
	}
	#sub_nav span.links {
	right: 30px;
	position: absolute;
	color: #5B5BFF;
	}
	#sub_nav span.links a, 
	#sub_nav span.links a:link, 
	#sub_nav span.links a:active, 
	#sub_nav span.links a:visited {
	text-decoration: none;
	color: #5B5BFF;
	}
	#sub_nav span.links a:hover {
		text-decoration: underline;
	}
	

div.center1 {
	background: url(images/round1_top.jpg) left top no-repeat #EFF2F3;
	width: 770px;
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: #ffffef;
}
div.center2 {
	background: url(images/round1_bottom.jpg) left bottom no-repeat #EFF2F3;
	width: 710px;
	position: relative;
	margin: 0 auto;
	padding: 20px 30px 10px 30px;
	background-color: #ffffef;
}
div.item1 {
	background: url(images/round2_top.jpg) left top no-repeat #EFF2F3;
	width: 710px;
	position: relative;
	margin: 0 auto;
	padding: 9px 0 0 0;
	background-color: #ffffdf;
}
div.item2 {
	background: url(images/round2_bottom.jpg) left bottom no-repeat #EFF2F3;
	width: 710px;
	position: relative;
	margin: 0 auto;
	padding: 0 0 9px 0;
	margin-bottom: 30px;
}
	.item1 .item2 .content-item {
		background: #FFF;
		border-right: 1px solid #CDCDCD;
		border-left: 1px solid #CDCDCD;
		padding: 20px 30px;
	}
	.item1 .item2 .content-item p {
			color: #434752;
		font-size: .9em;
		line-height: 1.4em;
	}
	.item1 .item2 .content-item h1 {
		font-size: 1.4em;
		border-bottom: 1px solid #CDCDCD;
		padding-bottom: 5px;
		margin-bottom: 5px;
		position: relative;
	}
	.stylebold
{
	font-weight:bold;
	color: #434752;
}
.lowerlnk {
	font-size: x-small;
	font-weight: bold;
	color: #595D67;
}
