* {
	font-family: "Verdana";
	font-size: 1em;
	color: #340101;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

body {
	background-color: #DED2A3;
	text-align: center;
}

#container {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px;	
	
}

#container #content {
	width: 950px;
	background-color: #D4C486;
	color: #FFFFFF;
	
}

#head {
	padding: 0px 15px 0px 15px;
	vertical-align: baseline;
}
#head #logo {
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
}
#head #top_nav {
	float: right;
	margin-top: 60px;
}

#main_nav {
	color: #340101;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #AF8145;
	
}
#main_nav li {
	display: inline;

}

#main_nav img {
	padding-right: 4px;
	padding-left: 4px;
}

#main_nav a:hover {
	/*color:#6DBE45;*/
}

#intro {
	margin-top: 0px;
	width: 950px;
}

#quickres {
	margin-top: 1px;
	font-size: 0.6em;
	background-color: #AF8145;
	padding: 7px;
	border-right-style: none;
	border-left-style: none;
}

#quickres .text {
	margin-top: 5px;
}

#quickres .date {
	width: 80px;
	padding: 2px;
}
#quickres .preferred {
	width: 80px;
	padding: 2px;
}
#quickres img {
	vertical-align: top;
}
#quickres select {
	color: #340101;
	border: solid 1px #DED2A3;
}
#quickres option {
	color: #340101;
}
#quickres input {
	color: #340101;
	border: solid 1px #DED2A3;
}

#main_content {
	padding-top: 10px;
}

#main_content #leftcol {
	width: 230px;
	float: left;
	margin-right: 10px;
}

#main_content #leftcol #promotions {
	padding-top: 10px;
}

#main_content #leftcol #promotions .header {
	/*background: #9bc08c;*/
	
	background: #D4C488;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}
#main_content #leftcol #promotions .content {
	background: #D4C488 url('images/leftbar_bg.gif') repeat-y;
	text-align: left;
	font-size: 0.7em;
	padding: 6px;
	border-top-style: none;
}
#main_content #leftcol #promotions .content p{
	margin-left: 6px;
}

#main_content #leftcol #news .header {
	/*background: #9bc08c;*/
	
	background: #D4C488;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}
#main_content #leftcol #news .content {
	background: #D4C488 url('images/leftbar_bg.gif') repeat-y;
	text-align: left;
	font-size: 0.7em;
	padding: 6px;
	border-top-style: none;
}
#main_content #leftcol #news .content p{
	margin-left: 6px;
}

#main_content #leftcol #location {
	padding-top: 10px;
}
#main_content #leftcol #location .header {
	/*background: #9bc08c;*/
	
	background: #D4C488;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 6px;
}

#main_content #leftcol #location .content {
	background: #D4C488 url('images/leftbar_bg.gif') repeat-y;
	text-align: left;
	font-size: 0.7em;
	padding: 6px;
	border-top-style: none;
}

#main_content #leftcol #location .content ul{
	list-style-type:none;
	margin-left: 6px;
}

#main_content #rightcol {
	width: 535px;
	height: 550px;
	float: left;
	margin-right: 10px;
	
}

#main_content #rightcol .header {
	padding-top: 6px;
	padding-bottom: 4px;
	
}

#main_content #rightcol .content {
	background: #D4C488 url('images/content_box_bg.jpg') repeat-y;
	height: inherit;
	text-align: left;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#main_content #rightcol .content p {
	margin-bottom: 15px;

}

#main_content #rightcol .content li {
	margin-left: 15px;

}

#main_content #rightcol2 {
	width: 710px;
	height: 550px;
	float: left;
	
}

#main_content #rightcol2 .header {
	padding-top: 6px;
	padding-bottom: 4px;
	
}

#main_content #rightcol2 .content {
	background: #D4C488 url('images/content_box_bg.jpg') repeat-y;
	height: inherit;
	text-align: left;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#main_content #rightcol2 .content td {
	font-size: 0.9em;
}

#main_content #rightcol2 .content p {
	margin-bottom: 15px;

}

#main_content #rightcol2 .content li {
	margin-left: 15px;

}

#main_content #imgcol {
	width: 150px;
	float: left;
}
#main_content #imgcol img {
	margin-bottom: 10px;
}

#footer {
	color: #373427;
	text-align: center;
	font-size: 0.7em;
	vertical-align: bottom;
}
#footer a, #footer a:visited {
	color: 373427;
	border-bottom: dotted 1px #373427;
}

.content_text td{
	font-size: 0.8em;
}

.textHeader {
	font-weight: bold;
}

.clear {
	clear: both;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:11px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-align: left;
	border-bottom: 1px solid black;
	padding: 5px 0;
	text-decoration: none;
	font-family: Arial;
	font-size:12px;
	font-variant:normal;
	font-weight:normal;
	background-color: #AF8145;
	color: #340100;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #643602;
	background-color: #D4C486;
}