@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #fcfaf7;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
}
#wrapper {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(header.jpg);
	height: 75px;
	width: 955px;
}
#nav {
	background-image: url(nav_bg.jpg);
	height: 25px;
	background-repeat: repeat-x;
}
#content {
	background-color: #FFFFFF;
	border: 1px solid #948671;
	height: 428px;
}
#splash_left {

	width: 282px;
	float: left;
	height: 408px;
	padding: 10px 15px 10px 35px;
	overflow: auto;
	font-size: 12px;
    background-color: #FFFFFF;
}
#page_left {
	width: 530px;
	float: left;
	height: 408px;
	padding: 10px 79px 10px 35px;
	overflow: auto;
	font-size: 12px;
	background-color: #FFFFFF;
}

#splash_right {
	width: 621px;
	float: right;
}
#page_right {
	width: 309px;
	float: right;
	height: 428px;
}

#footer {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9pt;
	text-align: right;
}
#footer ul {
	margin: 0px;
	padding: 5px 0px;
}

#footer li
{
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}a:link, a:visited {
	color: #6A573E;
	text-decoration: none;
}
a:active, a:hover {
	color: #FFFFFF;
	background-color: #998469;
}
#locations {
	float: left;
	width: 400px;
	text-align: left;
}
h2 {
	color: #921B23;
	padding-top: 10px;
	line-height: 1.2em;
}
strong {
	color: #6D5C4A;
}
#promo {
	height: 428px;
	width: 309px;
	float: right;
}
#flash {
	float: left;
	width: 312px;
	height: 428px;
}
#subnavlist li
{
	display: inline;
/* for IE5 and IE6 */
}

#subnavlist
{
	width: 150px;
	/* to display the list horizontaly */
font-family: sans-serif;
	padding: 0;
	margin: 0;
}

#subnavlist a
{
	width: 99.99%;
	/* extend the sensible area to the maximum with IE5 */
display: block;
	background-color: #998368;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#subnavlist a:hover {
	background-color: #e7d7be;
	color: #000000;
}
.welcome {
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #665744;
}
.minnesota {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #615141;
}
.copyright {
	padding-left: 15px;
	font-style: italic;
}
