* {
	font-family: Georgia !important;
}

.wrapper1{
color: #44433f;
margin: 0;
padding: 4px 0 0;
font-family: Helvetica;
font-size: 12px;
}
.wrapper1 a{
color: #999;
text-decoration: none;
}
.wrapper1 a:hover {
color: #060;
}
.wrapper1 p {
margin: 0 0 17px;
padding: 0;
line-height: 18px;
}
	
.wrapper {
	margin-right: auto;
	margin-left: auto;
}
.nav {
	float: left;
	background-repeat: repeat-x;
}
.nav-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url(../images/nav_left.png) no-repeat top left;
	float: left;
	width: 11px;
	height: 41px;
}
.nav-right {
	background: url(../images/nav_right.png) no-repeat top right;
	float: left;
	width: 11px;
	height: 41px;
}
.nav ul {
	/*width: 648px;*/
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 13px;
}
.nav li {
	float: left;
	/* padding: 0 7px; */
	background: url(../images/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
	background-image: url(../images/menu_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a .menu-mid {
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
	background-image: url(../images/menu_mid.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Georgia !important;
	font-size: 12px;
	color: #555;
}
a .menu-right {
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
	background-image: url(../images/menu_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #390;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 0px;
	background: url(../images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
	font-family: Georgia !important;
}
.nav li ul {
	background: url(../images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 11px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	background: none !important;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.nav li:hover li a,
.nav li.active li a {
	color: #666;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	text-decoration: none;
	line-height: normal;
	background-color: #F06;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(../images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width: 670px;
	background: transparent url(../images/content_bg.png) repeat-y;
	float: left;
	padding: 10px 20px;
}
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
	text-align: justify;	
}
.content-bottom {
	width: 710px;
	background: transparent url(../images/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}
