{
	margin: 0;
}

html, body {
	min-height:100%;
}

ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

li {
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

li a, li a:visited {
	color: #000;
}

li a:hover {
}


body {
	background-color: #FFF;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	font: normal 10pt ;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6, h7, p, a, a:hover, a:visited {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a, a:hover, a:visited {
	text-decoration: none;
	border: none;
}

a:hover {
	color: #000;
}

p {
	line-height: 140%;
	margin: 0px;
	padding:0px;
}


/* define Custom fonts */
/*
@font-face {
	font-family: 'GillSansMTRegular';
	src: url('Gill.eot');
	src: local('Gill Sans MT Regular'), local('GillSansMT'), url('Gill.woff') format('woff'), url('Gill.otf') format('opentype'), url('Gill.svg#GillSansMT') format('svg');
}
*/
/* END of define Custom fonts */



.indexBgSide {
	background: #FFF url(../images/bg_side.jpg) no-repeat top center;
}

.mainDiv {
	display: table;
	margin: 0 auto;
	width: 980px;
	background-color: #ECD9AC;
}

.mainDiv .intro {
	display: table; position: relative;
	width: 980px; background-color: #FFF;
}


.mainDiv .intro .header {
	display: table; position: relative;
	width: 980px;
}

.mainDiv .intro .header h1.logo {
	display: table;
	float: left; width: 507px; height: 106px;
	margin: 15px 0 0 39px;
}

.mainDiv .intro .header ul {
	display: table; float: right;
	position: relative;
	margin: 78px 63px 0 0; 
}

.mainDiv .intro .header ul li {
	float: left; position: relative;
}

.mainDiv .intro .header ul li.sep {
	float: left; position: relative;
	font: normal 19px;
	color: #9C6320; padding: 0 10px;
}

.ff3 .mainDiv .intro .header ul li.sep {
	padding: 0px;
}

.mainDiv .intro .header ul li a {
	font: normal 19px;
	color: #9C6320;
}

.mainDiv .intro .header ul li a:hover {
	text-decoration: underline;
}

.mainDiv .intro .introContent {
	display: table; position: relative;
	margin: 10px 0 0 39px;
	width: 916px;
	background: transparent url(../images/img_1.jpg) no-repeat right top;
}

.mainDiv .intro .introContent p.caption {
	font-size: 18px ;
	color: #9B631F;
	line-height: 150%;
	width: 396px;
	padding-top: 20px;
}

.mainDiv .intro .introContent p.content {
	font-size: 15px;
	color: #2A1B13;
	line-height: 150%;
	width: 396px;
	margin-top: 38px;
}



.mainDiv .subSection {
	display: table; position: relative;
	width: 980px; height: 1639px;
	background: transparent url(../images/bg_main.jpg) no-repeat top center;
}

.mainDiv .subSection h3 {
	font-size: 48px ;
	color: #5B340F;
	margin: 87px 0 10px 34px;
}

.mainDiv .subSection h5 {
	font-size: 23px ;
	color: #9B631F;
	margin: 34px 0 0 34px;
}

.mainDiv .subSection p.content {
	font-size: 13px ;
	color: #33231A;
	line-height: 150%;
	width: 396px;
	margin: 19px 0 0 34px;
}

.mainDiv .subSection #about {
	margin-left: 484px;
}

.mainDiv .subSection p.contactLine {
	padding-bottom: 20px;
	background: transparent url(../images/bg_line.jpg) repeat-x center bottom;
}

.mainDiv .subSection p.required {
	color:#7F5D34;
	font: normal 14px ;
	font-style: italic;
	margin: 14px 0 0 34px;
}

.mainDiv .subSection #contact form {
	padding: 18px 0px;
	margin-left: 34px;
}

.mainDiv .subSection #contact p.form {
	padding: 6px 0px;	
	display: table;
}

.mainDiv .subSection #contact p.form input.textBox {
	width: 288px;
	font: normal 14x ;
	border: 1px solid #CCCCCC;
	padding: 14px 10px;
}

.mainDiv .subSection #contact p.form textarea.textArea {
	border: 1px solid #CCCCCC;
	padding: 14px 10px;
	width: 288px;
}


.mainDiv .subSection #contact p.form label {
	display: block;
	float: left;
	width: 110px;
	font-size: 15px;
	/* font-family: Arial; */
	color: #5B340F;	
	margin-top: 12px;
}

.mainDiv .subSection #about h3 {
	margin-top: 76px;
}

.mainDiv .subSection #contact h3 {
	margin-top: 82px;
}

.mainDiv .subSection #contact input.subButton {
	margin-left:108px;
	padding-top: 30px;
}


.mainDiv .subSection #contact .content {
	width: 421px;
}

p.copyright {
	display: table; 
	margin: 0 auto;
	width: 960px;
	padding: 10px 10px 10px;
	text-align: right;
	font-size: 9px;
	color: #E7D097;
	background-color: #5B340F;
}

p.copyright a {
	color: #E7D097;
	text-decoration: underline;
}

p.copyright a:hover {
	text-decoration: none;
}


