@charset "utf-8";
@font-face {
	font-family: MyriadPro-Regular;
	src: url('MyriadPro-Regular.otf');
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;	
}
img{ border:0px;}
h1, h2, h3, h4, ul, ol, p{ margin:0px;}
#main-body {
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 1003px;
	position: relative;
}
#header h2 {
	font-family: Arial;
	color: #fcf7cc;
	position: absolute;
	top: 45px;
	left: 527px;
	font-size: 22px;
	font-weight: normal;
}
#header h2 a {
	color: #E7DFA0;
}


#header h1 {
	color: #FFF;
	font-size: 58px;
	font-family: MyriadPro-Regular;
	position: absolute;
	left: 20px;
	top: 18px;
	font-weight: normal;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 329px;
	width: 1003px;
	position: relative;
}
#banner ul {
	font-size: 20px;
	list-style-type: none;
	padding-left: 10px;
	position: absolute;
	top: 120px;
	left: 100px;
	line-height: 40px;
	font-family: MyriadPro-Regular;
	color: #004e7f;
}
.button {
	position: absolute;
	left: 140px;
	top: 270px;
}

#banner ul li {
	padding-left: 30px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}



#banner h3 {
	font-size: 30px;
	font-family: MyriadPro-Regular;
	position: absolute;
	left: 20px;
	top: 30px;
	font-weight: normal;
	color: #004e7f;
}

#content {
	background-color: #2B0D0B;
	width: 1003px;
}
.title {
	color: #FFF;
	font-size: 28px;
	font-family: MyriadPro-Regular;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	padding-right: 20px;
}
.clerar {
	clear: both;
}
.content-bg {
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 20px;
}
.poit ul{
	color: #e7dfa0;
	font-family: Arial;
	list-style-type: none;
	float: left;
	padding-top: 30px;
	padding-left: 26px;
	line-height: 50px;
}
.poit ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a65b53;
	padding-bottom: 0px;
}

.hr-banner {
	float: left;
}
.font-bold {
	font-size: 18px;
	line-height: 20px;
	color: #e7dfa0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.font {
	font-size: 13px;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 20px;
}
.font a {
	color: #E7DFA0;
}

.footer {
	font-size: 11px;
	color: #706933;
	background-color: #000;
	padding: 10px;
}
.footer p {
	padding-bottom: 5px;
	padding-left: 5px;
}
.footer a {
	color: #b3ac8b;
	text-decoration: none;
	line-height: 20px;
}

