/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
/* this sets a default font for all of our tag selectors. we set the text align back to left so it won't center (based on the body tag to compensate for ie.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* redefines the p tag */
p {
	font-size: 13px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}

h1 {
	color: #620E1E;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #620E1E;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h2 {
	margin: 0;
	padding: 30px 0 0 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #620E1E;
}

h3 {
	margin: 0;
	padding: 0;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-align: center;
	}

	h3 img {margin: 5px 0 0 0;}

td {
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
div#flash {
	padding: 0px;
	text-align: left;
	width: 300px;
	height: 85px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	left: 225px;
	bottom: 20px;
}
address {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 71px;
	text-align: left;
	color: #FFFFFF;
	width: 289px;
	font-size: 10px;
	right: 462px;
	font-weight: bold;
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #333333;
}
a:hover {
	text-decoration: underline;
}

/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	width: 800px;
	height: 320px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/* creates the div container for the site. */
div#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* creates the div for the content */
div#content {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#content a:link, div#content a:visited {
	color: #333333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul {
	font-size: 13px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-top: 0px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content li {
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	line-height: 20px;
	padding-top: 0px;
	margin: 0px;
}
/* creates the div container for the footer. */
div#footer {
	color: #660000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #620E1E;
	background-color: #999999;
}
div#footer a:link, div#footer a:visited {
	color: #620E1E;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 30px;
	padding-left: 30px;
	text-transform: uppercase;
}

div#footer a:hover {
	text-decoration: underline;
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #620E1E;
	height: 150px;
}

div#copyright a {
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#sidebar{
	width: 192px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position: absolute;
	top: 127px;
	left:14px;
}
div#nav {
	padding: 0px;
	clear: both;
	margin: 0px;
}
	
ul#mainnav {
	padding: 0px;
	margin: 0px;
}


ul#mainnav li {
	display: inline;
	list-style: none;
}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
ul#mainnav li a:hover {
	color: #620E1E;
	background-color: #E7DBDB;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #620E1E;
	background-color: #E7DBDB;
}

/* end navigation */

div#map {
	padding: 4px;
	border: 1px solid #502A17;
	float: right;
	margin-top: -75px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}

div#contact {
	text-align: left;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#signin {
	width: 110px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #EAE8E9;
	border: 1px dotted #000000;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.rightimg {
	margin: 10px 30px 5px 15px;
	padding: 4px 4px 0 4px;
	float: right;
	border: 1px solid #620E1E;
	background: #FFF;
	font: .75em/2em Arial, Helvetica, sans-serif;
	
}
