﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	line-height: 150%;
	color: #75372E;
	background-image: url(../images/bkgrnd2.jpg);
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

#container {
	min-width: 600px;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#hmasthead {
	width: 950px;
	text-align: left;
	margin-top: 160px;
}

#hnav {
	width: 465px;
	float: left;
}
#hfooter {
	clear: both;
	font-size: 10pt;
	width: 950px;
}

#masthead {
	width: 950px;
	text-align: right;
	margin-top: 10px;
}
#header {
	width: 950px;
	margin-top: 0px;
}

#lcol {
	width: 465px;
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
}

#rcol {
	margin-left: 485px;
	padding-top: 10px;
	margin-bottom: 10px;
}
a:hover {
	font-weight: bold;
	color: #297fad;
	text-decoration: none;
}
a {
	color: #7A3429;
	text-decoration: none;
}

#infocol {
	width: 600px;
	float: left;
	margin-bottom: 10px;
	padding-top: 5px;
}
#artcol {
	margin-left: 625px;
	font-size: 10pt;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
	line-height: 125%;
}
#navbar {
	background-color: #75372E;
	height: 20px;
}




#footer {
	clear: both;
	font-size: 10pt;
	width: 950px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7A3429;
	text-align: center;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.xsnazzy h1 {
	margin:0;
	font-size:14pt;
	padding:0 10px 5px 10px;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #7A3429;
}
.xsnazzy p {
	margin:0;
	padding:5px 10px;
}

.xsnazzy  ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}

.xsnazzy  ul li {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: square;
	list-style-position: outside;
	line-height: normal;
}


.xsnazzy {
	background: transparent;
	width:auto;
	margin: 0;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
	background:#fff;
	border-left:1px solid #7A3429;
	border-right:1px solid #7A3429;
}
.xb1 {
	margin:0 5px;
	background-color: #7A3429;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
	display: block;
	min-height: 400px;
	height: auto;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7A3429;
	border-right-color: #7A3429;
	border-bottom-color: #7A3429;
	border-left-color: #7A3429;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
* html .xboxcontent {
height:400px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center;

//set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #75372E;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #75372E;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #297fad;
	color: #297FAD;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.xboxcontent form {
	text-align: center;
}
#contact {
	width: 600px;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
