/* Global properties ======================================================== */
html, body {width:100%; height:100%; padding:0; margin:0;}

body {
	color:#C33;
	min-width:1000px;
	background: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
}
.main {width:1000px; margin:0 auto; overflow:hidden; position:relative;}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
/***********************************************************************/
a {text-decoration:none; cursor:pointer;}
a:hover {
	text-decoration:none;
	color: #0C6;
	font-weight: bold;
	text-align: center;
}

a.button {background:#f7f7f7; border-radius:3px; color:#a83715; font-size:14px; line-height:18px; padding:11px 19px 11px 19px; display:inline-block; }
a.button:hover {background:#1e1e1e; color:#fff; }
a.button-2 {background:url(../images/button-3.jpg) 0 0 repeat-x #b21903; border-radius:5px; color:#fff; font-size:14px; line-height:18px; padding:11px 29px 11px 29px; display:inline-block; }
a.button-2:hover {background:#1e1e1e; color:#fff; }

a.link {text-decoration:none; cursor:pointer; color:#a83715; }
a.link:hover {text-decoration:underline;}

.color-1 { color:#1e1e1e;}
a.color-1:hover {
	text-decoration:underline;
	text-align: center;
}
.color-2 { color:#1e1e1e; font-size:12px; line-height:20px;}
.color-3 { color:#a83715; font-size:30px; line-height:36px; letter-spacing:-1px;}

h2 { font-size:40px; line-height:48px; color:#1e1e1e; font-weight:normal; letter-spacing:-2px;}
h3 {
	font-size:50px;
	line-height:40px;
	color:#1e1e1e;
	font-weight:normal;
	letter-spacing:-2px;
	text-align: center;
}

ul {margin:0; padding:0;list-style-image:none;}
ul.list-1 li {padding:5px 0 5px 11px; line-height:25px; background:url(../images/marker-1.gif) 0 16px no-repeat;}
ul.list-1 li a { font-size:12px; color:#a83715; line-height:25px;}
ul.list-1 li a:hover {color:#1e1e1e;}

/******************************************************************/
.clear {clear:both; line-height:0; font-size:0; width:100%;}
.wrapper {width:100%; overflow:hidden; position:relative}
.wrap {overflow:hidden; position:relative}
.extra-wrap {
	overflow:visible;
	font-size: 90%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.fleft {float:left;}
.fright {float:right;}
.img-indent {
	float:left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
}	
.img-indent-2 {float:left; margin:3px 30px 17px 0;}
.img-indent-3 {
	float:right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
}
.img-indent-4 {float:left; margin:3px 40px 0px 0;}
.last {margin-right:0px !important;}
.img-radius {border-radius:4px;}

.top-1 {margin-top:32px;}
.top-2 {margin-top:39px;}
.top-3 {margin-top:20px;}
.left-1 {
	padding-left:20px;
	font-size: 38px;
}
.left-2 {margin-right:20px;}
.bot-0 {padding-bottom:0 !important; margin-bottom:0 !important;}
.pad-1 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.p1 {padding-bottom:25px;}
.p2 {
	padding-bottom:5px;
	font-size: 12px;
	text-align: center;
}
.p3 {padding-bottom:14px;}

.h2 {
	padding-bottom:11px;
}

/*********************************header*************************************/
header {width:100%; background:url(../images/header-bg.gif) 0 0 repeat; margin:0 auto; z-index:101; position:relative; z-index:100;}

h1 {float:left; margin:16px 0 16px 0px;}

ul.menu {float:right; margin:33px 0 0 0;}
ul.menu li {float:left; line-height:20px; margin:0px 0 0px 40px;}
ul.menu li a {font-size:13px; line-height:20px; color:#fff; display:inline-block; }
ul.menu li a:hover, ul.menu li.current a {
	color:#0FF;
	font-family: Arial, Helvetica, sans-serif;
}

#header-content {
	width:100%;
	background:url(../images/header-content-bg.gif) 0 0 repeat;
	margin:0 auto;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
.sub-page-banner {
	width:940px;
	height:369px;
	margin:30px 0 30px 0;
}
.page2-banner {background:url(../images/page2-banner.jpg) 0 0px no-repeat;}
.page3-banner {background:url(../images/page3-banner.jpg) 0 0px no-repeat;}
.page4-banner {background:url(../images/page4-banner.jpg) 0 0px no-repeat;}
.page5-banner {background:url(../images/page5-banner.jpg) 0 0px no-repeat;}
.page6-banner {background:url(../images/page6-banner.jpg) 0 0px no-repeat;}

.sub-page-banner p {padding:47px 0 0 80px;}
.sub-page-banner strong { display:block; color:#fff; margin-top:-34px; }
.sub-page-banner strong:first-child {
	margin-top:0 !important;
	text-align: left;
}
.sub-page-banner strong+strong+strong {margin-top:-23px !important;}
.sub-page-banner strong+strong+strong+strong {margin-top:-34px !important;}
.font-1 { font-size:50px; line-height:60px; letter-spacing:-3px;}
.font-2 {
	font-size:95px;
	line-height:120px;
	letter-spacing:-4px;
}

/*********************************content*************************************/
#content {
	background:#fff;
	width:100%;
	padding-bottom:1px;
}
.border {border-top:#f4f4f4 10px solid;}
.subpage-content {padding-top:29px;}

.block-1 {padding:27px 20px 39px 20px;}
.block-1 p {
	padding:4px 0 6px 0;
	text-align: justify;
}

.page1-col1 {
	width:390px;
	position:relative;
}
.page1-img1 {
	background:url(../images/page1-img1.jpg) 0 0 no-repeat;
	width:208px;
	height:514px;
	position:absolute;
	top:30px;
	right:-208px;
}
.block-2 {
	border-top:#e8e8e8 1px solid;
	border-bottom:#e8e8e8 1px solid;
	margin:23px 0 5px 0;
	padding:30px 0 5px 0;
	font-family: "Lucida Console", Monaco, monospace;
}
.block-2 a {display:inline-block; background: url(../images/button-2.jpg) 0 0 repeat-x #b21803; font-size:36px; line-height:45px; color:#fff; padding:20px 35px 23px 35px; border-radius:5px; letter-spacing:-2px; float:left; margin-right:28px;}
.block-2 a:hover {
	background:#1e1e1e;
	font-size: 34px;
	font-family: Verdana, Geneva, sans-serif;
}
.block-2 p {
	line-height:30px;
	color:#1e1e1e;
	margin-top:-9px;
	display:inline-block;
	font-family: Verdana, Geneva, sans-serif;
}
.block-2 p strong {
	display:block;
	margin-top:-6px;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
}

.block-3 {}
.border-1 {
	border-bottom:#e8e8e8 1px solid;
	padding-bottom:6px;
	margin-bottom:5px;
}
.block-3 p.color-1 {
	padding-bottom:5px;
	text-align: left;
}
.block-3 p+p {
	padding-bottom:2px;
	text-align: left;
}
time {display:inline-block; border-right:#e8e8e8 1px solid; padding-right:15px; margin-right:14px;}

.block-4 p.color-3 {
	float:left;
	width:75px;
	font-weight: normal;
}
.block-5 {
	padding-top:14px;
	width:140px;
	float:left;
}
.block-5 img {margin-bottom:12px;}
.border-2 {
	border-right:#e8e8e8 1px solid;
	padding-right:25px;
	margin-right:29px;
}
.block-6 .extra-wrap {
	width:670px;
}
.block-6 .extra-wrap a.button-2 {margin-top:23px;}
.lists {padding-top:10px;}
.lists ul {float:left;}
.lists ul:first-child {width:280px;}

.block-7 {background:#f4f4f4; border-radius:4px; padding:20px 20px 18px 20px;}
.block-7 p.color-1 {
	padding-top:12px;
	text-align: left;
}

/****************************footer************************/
footer {
	width:960px;
	position:relative;
	overflow:hidden;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
footer p {
	color:#1e1e1e;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/**********************form**********************/
.map {width:260px; height:180px; margin:23px 0 0 0;}
.map iframe {width:260px; height:180px; border-radius:5px;}
dl {margin:22px 0px 0 0px; float:left;}
dl dt {}
dl dd span { display:block; width:79px; float:left;}
dl dd {}
dl dd a {color:#999999;}
dl dd a:hover {text-decoration:underline;}
#form { margin: 9px 0 0px 0px; width:580px; }
#form input {border-top:#cbcbcb 1px solid;border-left:#e0e0e0 1px solid;background:#f2f2f2;border-radius:4px;font: 14px Arial, Helvetica, sans-serif;color:#1e1e1e;padding:5px 10px 7px 10px;outline: medium none;width: 259px;height:17px;float:left;}
#form textarea {
	border-top:#cbcbcb 1px solid;
	border-left:#e0e0e0 1px solid;
	background:#f2f2f2;
	border-radius:4px;
	font: 14px Arial, Helvetica, sans-serif;
	color:#1e1e1e;
	height: 200px;
	outline: medium none;
	overflow: auto;
	padding: 5px 0px 0px 10px;
	width: 450px;
	resize:none;
	margin:0px 0 0 0;
	float:left;
}
#form label {position:relative;overflow:hidden;display: block;min-height:40px;}
#form label strong {font-weight:normal; color:#1e1e1e; float:left; display:inline-block; width:80px; padding-top:2px;}
.btns {
	text-align:center;
	width:580px;
	padding-top:20px;
}
.btns a {display:inline-block; margin:0 0px 0 10px;}
