@charset "UTF-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

/* Normalizes margin, padding */
body, div, dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding: 0;}

/*Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {font-size: 100%;}

/* Removes list-style from lists */
ol,ul {list-style: none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal;}

/* Removes list-style from list */
/*table {border-collapse: collapse; border-spacing: 0;}*/

/* Removes border from fieldset and img */
fieldset,img {text-align: left;}

/* Left-aligns text in caption and th */
caption,th {text-align: left;}

/* Removes quotation marks from q */
q:before, q:after {content: '';}

body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #422112;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto !important;
}

body a {
  	color:	#9B6B09;
  	text-decoration:	none;
  	}
	
body a:visited {  /* color of visited link */
	color: #9B6B09;
	text-decoration: none;
	}

body a:hover {  /* color of link when hovered*/
	color: #654300;
	text-decoration: none;
	}

#container  {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 192;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto; /* the bottom margin is the negative value of the footer's height */
	background-repeat: no-repeat;
	background-position: center;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#title {
	height: 40px;
	padding-left: 35px;
	padding-top: 5px;
}
.pageTitle {
	color: #FFFFFF;
	font-size: x-large;
}

#header  {
	background-repeat: no-repeat;
	background-image: url(../images/header_us.jpg);
	background-position: center top;
	height: 200px;
	background-attachment: fixed;
	z-index: 5;
	position: fixed;
	width: 800px;
	top: 0px;
	background-color: #422112;
}


#nav {
	list-style-type: none;
	padding-left: 30px;
}

#mainContent  {
	background-repeat: no-repeat;
	width: 800px;
	height: auto;
	background-image: url(../images/main_background.jpg);
	padding-right: 0px;
	padding-left: 0;
	background-attachment: fixed;
	background-position: center 200px;
}
#headline1 {
	position: relative;
	margin-right: 35px;
	margin-left: 35px;
	padding-top: 230px;
	height: auto;
}
h1 {
	font-size: xx-large;
	color: #3F1D14;
}


/* end menu css */
#headline1 p {
	padding-right: 35px;
	padding-left: 35px;
}

#subheading1 {
	position: relative;
	margin-right: 70px;
	margin-left: 70px;
	margin-top: 20px;
	height: auto;
}
h2 {
	position: relative;
	font-size: x-large;
	color: #3F1D14;
}
#images {
	height: 280px;
	width: 800px;
	float: right;
	position: relative;
}
#homeAdThreeCol {
	margin: 0px;
	padding: 0px;
}

#homeAdThreeCol ul {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#homeAdThreeCol li {
	padding: 0em;
	float: left;
	height: 250px;
	list-style-type: none;
	position: relative;
}
#homeAdThreeCol li#one {
	background-repeat: no-repeat;
	width: 263px;
	padding: 0px 0px 0px 3px;
}
#homeAdThreeCol li#two {
	padding: 0px 3px 0px 3px;
	width: 262px;
}
#homeAdThreeCol #three {
	width: 263px;
	padding: 0px 0px 0px 3px;
}
#one h3 {
	margin-top: 260px;
/*	color: #3F1D14; */
}
#two h3 {
	margin-top: 260px;
}
#three h3 {
	margin-top: 260px;
}
.imageInfo {color: #3F1D14}

#image1 {
	height: 320px;
	width: 800px;
}
#imageleft {
	float: left;
	width: 450px;
	height: 320px;
	position: relative;
	margin-left: 70px;
}

#imageinfo {
	padding-top: 20px;
	float: left;
	padding-left: 20px;
	width: 240px;
}
#imageinfo ul {
	margin-left: 20px;
}
#imageinfo p {
	margin-left: 20px;
}

#subheading22 {
	position: relative;
	margin-top: 30px;
}
#subheading22 h2 {
	margin-left: 70px;
}

#subheading22 p {
	margin-top: 10px;
	margin-right: 70px;
	margin-left: 70px;
}

#footer {
	padding: 0 10px;
	background-repeat: no-repeat;
	background-image: url(../images/footer_us.jpg);
	background-color: #422112;
	height: 100px;
	width:770px;
	position: relative;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
}


a {  /* color of link */
  	color:	#fff;
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
a:visited {  /* color of visited link */
		color: #fff;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

a:hover {  /* color of link when hovered*/
		color: #fff799;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}	
		
.tl {   /* text left */
	text-align:	left;
	font-weight:    normal;
	}
	
.tc {   /* text center*/
	text-align:	center;
	font-weight:    normal;
	}
	
.tr {   /* text right*/
	text-align:	right;
	font-weight:    normal;
	}

.t80 {    
	font-size: 80%;	
	}

table {
	margin-left: auto;
	margin-right: auto;
	}

table td {
	padding: 5px;
	}
table.info {
	width:95%;
	text-align:left;
	margin:10px;
	}
.info td {
	background-color: #654321;
	color: #FFFFFF;
	padding: 1px 6px;
	}
.info td a {
	color:#333333; 
	font-weight:bold; 
	text-decoration:none; 
	display:block; 
	margin:0; 
	padding:2px 0; 
	border-top:2px solid #333333; 
	border-bottom:2px solid #333333;
}
.info td a:hover {
	color: #FFFF00;
	border-color: #FFFF00;
}
