*, html, body {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #2d2d2d;
}
a, a:visited {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2d2d2d;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
img {
	border: 0 none;
	vertical-align: middle;
}
/*****************************************/
/**************** Layout *****************/
/*****************************************/
div.body {
	width: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
}
h1 {
	display: none;
	visibility: hidden;
}
h2 {
	display: none;
	visibility: hidden;
}
#header {
	background: url(../images/header_bg.png) top left repeat-x;
	width: 100%;
	height: 280px;
}
#header_wrapper {
	background: url(../images/header_bg.jpg) top center no-repeat;
	width: 940px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#nav {
	background: url(../images/nav_bg.png) top left repeat-x;
	width: 940px;
	height: 64px;
	display: block;
	text-transform: uppercase;
	list-style: none;
}
#nav li {
	float: left;
}
#nav li a, #nav li a:visited {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #dfece6;
	font-size: 13px;
	text-align: center;
	line-height: 66px;
}
#nav li a:hover, #nav li a.current {
	background: url(../images/nav_hover_bg.png) top left repeat;
	color: #151515;
}
#nav li a.home {
	padding-left: 11px;
	padding-right: 10px;
}
#logo {
	background: url(../images/logo.png) center center no-repeat;
	width: 320px;
	height: 130px;
	display: block;
	position: absolute;
	top: 88px;
	left: 70px;
}
#slogan {
	width: 280px;
	height: 60px;
	position: absolute;
	top: 154px;
	right: 80px;
	color: #14343f;
	font-size: 22px;
	line-height: 28px;
}
#center {
	background: url(../images/center_bg.png) top center no-repeat;
	width: 760px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 285px;
	overflow: hidden;
	color: #2d2d2d;
	line-height: 20px;
	text-align: left;
}
h3 {
	margin-bottom: 20px;
	color: #dec070;
	font-size: 48px;
	font-weight: lighter;
}
#center ul {
	list-style-position: inside;
}
dl {
	width: 395px;
	display: block;
}
dt { 
	width: 100px;
	float: left;
	clear: left;
	display: block;
	padding: 0 0 8px 0;
}
dd {
	display: block;
	padding: 0 0 8px 0;
}
input, textarea {
	padding: 2px;
}
input[type="submit"] {
	height: 28px;
	padding: 0 10px;
	line-height: 24px;
}
#footer {
	width: 100%;
	height: 230px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
#footer_wrapper {
	background: url(../images/footer_bg.png) top center no-repeat;
	width: 760px;
	height: 165px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 65px;
	padding-left: 50px;
	padding-right: 50px;
	color: #2d2d2d;
}
#footer ul {
	width: 160px;
	height: 80px;
	display: block;
	float: left;
	list-style: none;
	text-align: left;
}
#footer li {
	background: url(../images/li_bg.png) center left no-repeat;
	width: 135px;
	height: 15px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	overflow: hidden;
	line-height: 15px;
}
#footer li a {
	color: #2d2d2d;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#footer li a:hover, #footer li a.current {
	font-weight: bold;
	text-decoration: none;
}
#footer ul#info {
	width: 230px;
	height: 110px;
	display: block;
	float: right;
	list-style: none;
	text-align: left;
}
#footer ul#info li.tel {
	background: url(../images/tel.png) center left no-repeat;
	width: 100%;
	height: 24px;
	display: block;
	padding-left: 50px;
	font-size: 22px;
	line-height: 24px;
}
#footer ul#info li.email {
	background: url(../images/email.png) center left no-repeat;
	width: 100%;
	height: 58px;
	display: block;
	margin-top: 10px;
	padding-left: 50px;
	font-size: 11px;
	line-height: 16px;
}
#footer ul#info li.email a, #footer ul#info li.email a:visited {
	font-size: 22px;
	line-height: 26px;
}
#footer ul#info li.email a:hover {
	font-weight: normal;
}
.copyright {
	width: 100%;
	display: block;
	float: left;
	margin-top: 5px;
	color: #2d2d2d;
	font-size: 11px;
	line-height: 18px;
}
.copyright a {
	color: #2d2d2d;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.copyright a:hover {
	text-decoration: none;
}