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

#container {
	background: transparent;
	width:780px;
    height:auto;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#container2 {
	background: #000;
	width:770px;
    height:770px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/backgrnd_sites.jpg);
	background-repeat: no-repeat;
}
body {
	background-image: url(images/backgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #D7AA57;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
}
.footer a:link {
	color: #FFFFFF;
}
.footer a:visited {
	color: #FFFFFF;
}
.footer a:hover {
	color: #D45D29;
}
.hours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.txt_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-left: 18px;
	padding-right: 90px;
}
.txt_home a:link {
	color: #D45D29;
}
.txt_home a:visited {
	color: #D45D29;
}
.txt_home a:hover {
	color: #A18263;
}
.txt_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	padding-right: 60px;
	padding-left: 20px;
}
.txt_general a:link {
	color: #D45D29;
}
.txt_general a:visited {
	color: #D45D29;
}
.txt_general a:hover {
	color: #A18263;
}
.img_right {
	float: right;
	margin-right: 17px;
	padding-left: 10px;
	padding-bottom: 6px;
}
.li_policy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-right: 60px;
	list-style-position: outside;
	line-height: 18px;
}
.li_policy a:link {
	color: #D45D29;
}
.li_policy a:visited {
	color: #D45D29;
}
.li_policy a:hover {
	color: #A18263;
}
.img_left {
	float: left;
	margin-right: 8px;
	padding-left: 20px;
}
#container #form1 table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5D4C39;
	margin-left: 20px;
	background-color: #E0CC88;
	text-transform: uppercase;
	border: 1px double #A18263;
}
