/* CSS Document */

* {
    margin: 0;
}

html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	height: 100%;
	background-color: #625A36;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: underline;
	color: #FF9933;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #FF9933;
	font-weight: bold;
}

#wrapper {
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}


#maincontainer {
	width: 999px;
	max-width: 999px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -110px;
	background-image: url(i/bg1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
img {
	border-style: none;
	padding: 0px;
	margin: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

h1 {
	font-size: xx-large;
	padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #333333;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAD5BC;
	width: 85%;
}
hr {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4CD9C;
	line-height: normal;
	height: 1px;
	width: 85%;
}

#hd1 {
	display:block;
	height: 366px;
	width: 999px;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	font-size: 0px;
	clear: left;
	font-size: 0;
}
#nav {
	display:block;
	height: 44px;
	width: 999px;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	clear: left;
	font-size: 0px;
}
#cols {
	display:block;
	width: 999px;
	margin: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#col1 {
	display:block;
	width: 240px;
	margin: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#col1 a:link {
	text-decoration: none;
	color: #655E38;
	font-weight: bold;
}
#col1 a:hover {
	text-decoration: none;
	color: #655E38;
	font-weight: bold;
}
#col1 a:visited {
	text-decoration: none;
	color: #655E38;
	font-weight: bold;
}

#col2 {
	display:block;
	width: 606px;
	float:right;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.photos {
	overflow: hidden;
	height: 125px;
	width: 606px;
}

#push {
	height: 110px; /* .push must be the same height as .footer */
	clear: both;
}
#ft {
	height: 110px;
	width: 100%;
	text-align: center;
	vertical-align: top;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 0px;
}
.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form a:link {
	color: #68270F;
	font-weight: bold;
}

form a:visited {
	color: #68270F;
	font-weight: bold;
}

form a:hover {
	color: #68270F;
	font-weight: bold;
}
.required {
	color: #68270F;
	font-weight: bold;
}
.input {
	color: #333333;
	text-align: left;
	border: 1px solid #666666;
	background-color: #CCCCCC;
}
