/**********************************
	Basic elements 
**********************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #ded2b6;
	color: #552B00;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: left;
}

/**********************************
	Main content settings  
**********************************/
#wrapper {
	width:896px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1 {
	color:#990000;
	font-size:20px;
	font-weight:400;
	margin-bottom:8px;
	font-family: "Times New Roman", Times, serif;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #532501;
	text-align: left;
}

h2 {
	color:#552B00;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	margin-bottom:8px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h3 {
	color:#990000;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	margin-bottom:8px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}


a {
color:#383737;
}

a:hover {
color:#000;
}

a img {
text-decoration:none;
}

p {
	margin-bottom:18px;
	text-align:left;
	font-weight: normal;
}

p img {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 0px;
}

blockquote {
	color:#626262;
	font-style:italic;
}

/* Lists */
ul,ol {
margin:0 16px 8px;
}

ul {
list-style-type:square;
}

li {
margin-left:14px;
}

.date {
font-size:12px;
font-style:italic;
}

/**********************************
	Header settings  
**********************************/
#header {
	width:896px;
	height: 390px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/header.jpg);
}

#main-content {
	float:left;
	margin-right:18px;
	width:545px;
	background-color: #FFFFFF;
	margin-left: 31px;
	margin-top: 10px;
}

#main-content p {
line-height:20px;
}

.block {
margin-bottom:18px;
}
.quote {
	margin-bottom:18px;
	color: #990000;
}


/**********************************
	Sidebar settings  
**********************************/
#sidebar {
	float:left;
	width:272px;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#sidebar img {
float:left;
}
.address  {
	background-image: url(../images/address_box_f2.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 272px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}


/**********************************
	Search form settings  
**********************************/
.search-form {
margin-bottom:18px;
}

.search-form #searchterm {
height:17px;
width:146px;
}

.search-form #submitbutton {
background-color:#fff;
border:solid 1px #383737;
color:#383737;
font-size:13px;
}

/**********************************
	Footer settings  
**********************************/
#footer {
	float:left;
	height:50px;
	margin-top:0px;
	width:100%;
	background-color: #DED2B6;
}

#footer-content {
	color:#990000;
	font-size:11px;
	width:896px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
	text-align: left;
}

#footer-content a {
	color:#990000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

#footer-content p {
	margin-bottom:0;
	text-align: left;
}
.quoteTag {
	height: 30px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	text-align: right;
}
.required {
	color: #FF0000;
}

#footer-content a:hover {
	color:#333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

/* Quick Contact Styling */

#quickcontactwrapper {
	width:272px;
}

#qc {
	text-align:center;
}

.qcform {
	font-weight:bold;
}

#qcfooter {
	font-size:10px;
	text-align:center;
}
