@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
}
p, tr {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #524538;
	text-align: justify;
}
a {
	color: #D0C6BB;
	text-decoration: none;
}
a:hover {
	color: #F5F3F1;
	text-decoration: none;
}
h1 {
	color: #D0C6BB;
	font-size: 18px;
}
h2 {
	color: #D0C6BB;
	font-size: 16px;
	font-weight: normal;
}
h3 {
	color: #524538;
	font-size: 16px;
}
h4 {
	color: #524538;
	font-size: 16px;
	font-weight: normal;
	text-indent: 20px;
}
h5 {
	color: #D0C6BB;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	background-image: url(../images/h5_quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 10px;
	padding: 20px 0px 0px 0px;
}
h6 {
	color: #524538;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	background-image: url(../images/h6_quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 10px;
	padding: 20px 0px 0px 0px;
}
ul {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #524538;
	list-style-position: outside;
	list-style-type: circle;	
}
hr {
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	border: none 0; 
	border-top: 1px solid #D0C6BB;/*the border*/
	width: 100%;
	text-align: center;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

/* Containers */
#cssSelect {
	z-index: 199;
	width: 330px;
	height: 577px;
	position: absolute;
	top: 0px;
	left: 731px;
	background-repeat: no-repeat;
	background-position: top left;
}
#main {
	z-index: 50;
	width: 810px;
	min-height: 577px;
	background-color: #9E9375;
	background-repeat: repeat-y;
	background-position: right top;
}
/* for Internet Explorer */
/*\*/
* html #main {
	height: 577px;
}
/**/

#navBox {
	z-index: 200;
	width: 720px;
	height: 25px;
}
#navBox p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #5D4F41;
	line-height: 25px;
	margin: 0px;
}
#header {
	width: 731px;
	height: 120px;
}
#bodyContent {
	width: 710px;
	padding: 20px;
}
#footBox {
	width: 810px;
	height: 212px;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	padding-top: 40px;
}
#footBox p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	line-height: 8px;
	padding-right: 20px;
}
#footBox a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
}

.smallHead {
	color: #524538;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
#logoBox {
	width: 167px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}

/* FORMS */
input {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #524538;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 110%;
	width: 150px;
	background-color: #9E9375 !important;
	border: 1px solid #524538;
	margin-bottom: 5px;
	padding-left: 3px;
}
textarea {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #524538;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 110%;
	width: 150px;
	background-color: #9E9375 !important;
	border: 1px solid #524538;
	margin-bottom: 5px;
	padding-left: 3px;
}
input.send-btn {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #524538;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 110%;
	width: 150px;
	background-color: #9E9375 !important;
	border: 1px solid #524538;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 3px;
}
input.send-btn:hover {
	border: 1px solid #D0C6BB;
	color: #D0C6BB;
}

