﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ecd098;
}
div, p, img, a, td, ul, ol
{
	font-size: 1em;
}

ol
{
	margin-left: 1em;
	padding-left: 1em;
}
ol li
{
	margin-left: 1em;
	padding: 0 0 .5em.3em;
	list-style: decimal;
}
h1, h2, h3, h4
{
	font-family: "Trebuchet MS" , georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1
{
	font-size: 218%;
}
h2
{
	font-size: 164%;
}
h3
{
	font-size: 145%;
}
h4
{
	font-size: 118%;
	letter-spacing: .15em;
}

p
{
	padding: 0 0 1em;
}

hr
{
	border-bottom: dotted;
	color: #5a4c2f;
	width: 650px;
	padding: 2px;
	text-align: center;
}

a img, img
{
	border: none;
}

ul
{
	list-style: none;
	margin: 0 0 0px 20px;
}
li
{
	list-style: square;
	margin-bottom: 3px;
}


.clear
{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}

/*Begin Content Stuff
=============================================================*/
#container
{
	width: 770px;
	margin: 0 auto;
}
#header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 361px;
}
/*Advertising Button
=============================================================*/
#advertising
{
	font-family: "Trebuchet MS" , georgia, helvetica, arial, verdana, sans-serif;
	text-transform: uppercase;
	float: right;
	padding-right: 10px;
	text-align: center;
	width: 280px;
	padding-top: 2px;
	color: #fff;
	display: block;
	font-size: 12px;
}
#advertising a
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#advertising a:Hover
{
	font-weight: bold;
	color: #2c0000;
	text-decoration: none;
}
/*Main Menu Stuff
=============================================================*/
#themenu
{
	padding-top: 140px;
	height: 219px;
	text-transform: uppercase;
}
a.menuitems
{
	padding-top: 5px;
	width: 179px;
	display: block;
	text-align: right;
	padding-right: 30px;
	height: 20px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #f7c795;
}
a:Hover.menuitems
{
	padding-top: 5px;
	width: 179px;
	display: block;
	text-align: right;
	padding-right: 30px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #f7c795;
}
a:Visited.menuitems
{
	padding-top: 5px;
	width: 179px;
	display: block;
	text-align: right;
	padding-right: 30px;
	height: 20px;
	color: #fff;
	border-bottom: 1px solid #f7c795;
}
/*Content Stuff
=============================================================*/
#content
{
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-color: #ecd098;
	padding: 10px;
}
#content h1
{
	padding-top: 20px;
	color: #990000;
	font-size: 20px;
}
#content h2
{
	color: #000;
	font-size: 14px;
}
#contentleft
{
	float: left;
	width: 320px;
}
#content a
{
	font-weight: bold;
	color: #7a1f16;
	text-decoration: underline;
}
#content a:Hover
{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#content .joinblock
{
	border-bottom: #990000 1px solid;
	border-right: #990000 1px solid;
	border-top: #990000 1px solid;
	border-left: #990000 1px solid;
	padding-left: 10px;
	padding-right: 10px;
}
/*Footer Stuff
=============================================================*/
#footer
{
	padding-top: 20px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	font-size: 9px;
	text-align: center;
}
#footer a
{
	color: #990000;
	text-decoration: none;
}
#footer a:Hover
{
	color: #990000;
	text-decoration: underline;
}

/* Extra Text Styles
======================================================*/

.h1
{
	padding-top: 20px;
	color: #990000;
	font-size: 20px;
	font-family: "Trebuchet MS" , georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	letter-spacing: .07em;
}

/* Error style
======================================================*/
.errorStyle
{
	color: #990000;
	font-size: 11px;
	font-family: "Trebuchet MS" , georgia, helvetica, arial, verdana, sans-serif;
	font-weight:bold;
}

/* City style
======================================================*/
.cityStyle
{
	width:100px;
}

/* State style
======================================================*/
.stateStyle
{
	width:40px;
}

/* Zip style
======================================================*/
.zipStyle
{
	width:75px;
}