/* Main Style Elements */

body {
	background-color: #FFF;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14px;
}

a:link, a:visited {
	color: #ee2224;
}

a:hover {
	color: #bb0d0f;
	text-decoration: none;
}

p {
	margin-bottom: 1em;
}

h1, h3, h4 {
	margin-bottom: 10pt;
}

h1 {
	font-size: 14pt;
	font-weight:bold;
}

h2 {
	font-size: 12pt;
	font-weight:bold;
}

h3 {
	font-size: 11pt;
	font-weight:bold;
}

h4 {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

ul, ol {
	margin-left: 2em;
}

ul {
	list-style:disc;
}

ul ul {
	list-style:circle;
}

li {
	margin-bottom:1em;
}

ol {
	list-style:decimal;
}

.hidden {
	display:none;
}

#top-container {
	width:100%;
	background: url(../images/bg/topheader-continue.jpg) no-repeat;
	background-position: 1000px 77px;
	height: 250px;
}

#top {
	width:100%;
	height:250px;
	background: url(../images/bg/topheader.jpg) no-repeat;
}
#top .logo{
	margin:50px 0px 0px 370px;
}
#left-people {
	width:318px;
  	height:186px;
	background: url(../images/bg/left-people.jpg) no-repeat;
	float:left;
}
#left-col {
	width:370px;
	float:left;
	background:#FFF;
}
#left-col p{
	margin:1em 0 0 2em;
}
#left-col .zipCode{
	position:relative;
	width:370px;
	height:113px;
	background:url(../images/bg/left-zipcode.jpg);
	margin-top:5px;
}
#left-col .zipCode .entry{
	position:absolute;
	top:36px;
	left:170px;
	width:100px;
	margin:0 auto 0 auto;
}
#left-col .zipCode .entry h3{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	display:inline;
}
#right-col { /* this used to be called "content" */
	float:right;
	background:#FFF;
}
.content .googleMaps{
	float:right;
	width:350px; /* used to be "435px" */
	/*height:400px;*/
	/*background:url(../images/bg/googleMap.jpg);*/
	/*padding-top:30px;*/
	border:3px solid #F00;
}

#gmap {
	float:right;
	margin:0;
	width:350px; /* used to be "383px" */
	height:385px;
}
#verveArea{
	width:770px;
	padding-left:30px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#verveArea .screenshot{
	margin:30px 10px 10px 70px;
	float:left;
}
#verveArea .copy {
	padding-top:50px;
	padding-left:460px;
}
#verveArea p {
	/* font-size:10pt; */
}
#verve-scene {
width:310px; height:225px;
}

#verveArea p.disclaimer {
	font-size:8pt;
	color:#AAA; 
}

.clear{
	clear:both;
}

#footer {
	margin-top:1em;
	clear:both;
	border-top:1px dotted #DEDEDE;
	height:25px;
	background-color:#F6f6f6;
	color:#999;
}

#footer ul {
	margin-top:4px;
	width:800px;
	text-align:right;
}

#footer ul li {
	display:inline;
	padding:0 1em 0 1em;
	border-left: 1px solid #CCC;
}

#footer ul li.first {
	border:none;
}

/* Signup Form Elements */
.left-section {
	padding: 1em 5px 2px 0px;
}
.right-section {
	border-top:1px solid #CCC;
	padding: 1em 0 1em 10px;
}
br.clear {
	clear:both;
}

h4.question {
	margin:0;
	padding:0 0 10px 18px;
	background:url(../images/bg/faq-q.jpg) no-repeat 0px 3px;
}
p.answer {
	background:url(../images/bg/faq-a.jpg) no-repeat 0px 3px;
	padding-left:18px;
}
p.answer-continue {
	padding-left:18px;
}

p.disclaimer {
	font-size:8pt;
	color:#AAA;
}

#disclaimers {
width:100%; /* used to be "770px" */
padding-left:30px;
margin-top:1em;
}
#sponsor {
padding-left:30px;
}


/* Map Locator Styles */

#zipcode {
	width:130px;
	height:26px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15pt;
	border:1px solid #CCC;
	background-color:#FFF;
}

#notfound {
	width:350px;/* used to be 383px */
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
}

.ajax-loading {
	background: #FFFFFF url(../images/bg/ajax-loading.gif) right no-repeat;
}

/* Directory Listing Styles */
h3.state {
	font-size:8pt;
	border-bottom:2px solid #ee2224;
	color: #ee2224;
	margin:1em 0 0 0;
	padding-bottom:2px;
}

div.club-listing {
	margin:0em 0 0em 2em;
	padding:0em;
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
}

div.even {
	/* background-color:#EDEDED; */
}

div.club-listing h4 {
	font-size:8pt;
	padding-top:1em;
}
