/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-size: 14px;
	color: #58371e;
	background-color: #ebe4cc;
}
a {
	color: #58371e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-style: italic;
	text-align: right;
}


.container {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-bottom: 30px;
}

.header {
	background-image: url(../images/header_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	width: 1280px;
	padding-top: 20px;
}
.logo {
	margin-right: auto;
	margin-left: auto;
	width: 845px;
	height: 159px;
}
.navcontainer {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	padding-top: 48px;
}



.navigation {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}
.navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.navigation ul li a {
	color: #ebe4cc;
	text-decoration: none;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2c2c2c;
	margin-bottom:0px;
	padding-right: 25px;
	padding-left: 25px;
	font-style: italic;
	display: block;
}
.navigation ul li a:hover {
	background-color: #80150e;
	color: #FFF;
}
.navigation ul li.noborder a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.content-area {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: auto;
}
.leftcolumnhome {
	float: left;
	width: 453px;
}
.leftcolumn {
	float: left;
	width: 200px;
}
.rightcolumnhome {
	float: left;
	width: 500px;
	margin-left: 25px;
}
.rightcolumn {
	float: left;
	width: 645px;
	margin-left: 25px;
}
.contactbtn {
	background-image: url(../images/right_container_box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 79px;
	width: 125px;
	text-align: center;
	padding-top: 10px;
	display: block;
	float: left;
	margin-right: 20px;
}
.contactbtn a {
	color: #58371e;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}


.footer {
	background-image: url(../images/footer_bg.jpg);
	height: 112px;
	width: 1280px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	float: left;
	padding-top: 8px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.footer ul li a {
	color: #ebe4cc;
	text-decoration: none;
	font-size: 18px;
	margin-bottom:0px;
	padding-right: 25px;
	padding-left: 25px;
	font-style: italic;
	padding-top: 7px;
	padding-bottom: 7px;
}
.footer ul li a:hover {
	background-color: #243650;
	color: #FFF;
}


.contactinfo {
	color: #ebe4cc;
}
/* Contact Us Form formatting  */
form.Contact_Us {
	width: 400px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	margin-top: 10px;
}
.Contact_Us label {
	background-color: #EBE4CC;
	margin-bottom: 5px;
	text-align: right;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
}
.Contact_Us textarea {
	height: 80px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #58371e;
	color: #000000;
	padding: 3px;
}
.Contact_Us input {
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #58371e;
	color: #000000;
	margin-right: 6px;
	float: left;
	padding: 3px;
	margin-bottom: 5px;
}
.Contact_Us p {
	margin: 0px;
	clear: left;
}
.captcha label {
	float: left;
	width: 120px;
	margin-right: 5px;
}
.captcha input {
	height: 28px;
	padding-top: 10px;
}
input.submit {
	background-color: #243650;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
	width: 205px;
	margin-left: 130px;
}
.error {
	color: #FFF;
	background-color: #F00;
	padding: 5px;
	border: 1px solid #900;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contactbtnsup {
	background-image: url(../images/right_container_box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 79px;
	width: 125px;
	text-align: center;
	padding-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.contactbtnsup a {
	color: #58371e;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}
.rightcolumn a {
	text-decoration: underline;

}
.rightcolumn a:hover {
}
