@charset "utf-8";

/*---typographic styles---*/

/*---resets all default margins and padding---*/

div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0;
	padding: 0;
}

/*---element selectors (target all elements sitewide)---*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
	background-color: #66cc66;
	padding: 0;
	margin: 0;
	text-align: center; /*---fix for internet explorer---*/
}

html,body {
   height: 100.1%;
}

.clearFloat {
	margin: 0px;
	padding: 0px;
	clear: both;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
}
h1 {
	font-family: "Bradley Hand ITC", "Comic Sans MS", Verdana;
	font-size: 32px;
	color: #006600;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #006600;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006600;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F00;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
a:link {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #6C6;
}
a:active {
	text-decoration: none;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #6C6;
}

/*always have a scroll on the page*/
/*html { overflow-y:scroll; }*/
html{
height: 100%;
margin-bottom: 0.01em;
}

/*---id selectors (target id attribute, only used once per page)---*/

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;/*---resets text for internet explorer body fix---*/ 
}
#header {
	margin: 20px 0px 0px;
	padding: 0px;
	height: 112px;
	width: 780px;
}
#topNav {
	height: 24px;
	background: url(../_images/background/topNav.jpg) no-repeat;
	width: 780px;
}
#topNav ul {
	color: White;
	display:inline-block;
	display:block;
	overflow:hidden;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
}
#topNav ul li {
	display: inline;
}
#topNav ul li a {
	padding: 3px 10px;
	color: #006600;
	text-decoration: none;
	float: left;
}
#topNav ul li a:hover {
	color: #FFF;
	background: #6C6;
}
#topNav ul li a.current, #topNav ul li a.hover, #topNav ul li a.active {
	color:#FFF;
	background: #6C6;
	cursor: default;
	font-weight: normal;
}
#mainContent {
	width: 780px;
}
#body01a {
	background: url(../_images/background/body01a.jpg) no-repeat;
	height: 5px;
	width: 780px;
}
#body01b {
	background: url(../_images/background/body01b.jpg);
	width: 780px;
}
#body01c {
	background: url(../_images/background/body01c.jpg) no-repeat;
	height: 10px;
	width: 780px;
}
#body02a {
	background: url(../_images/background/body02a.jpg) no-repeat;
	height: 5px;
	width: 780px;
}
#body02b {
	background: url(../_images/background/body02b.jpg);
	width: 780px;
}
#body02c {
	background: url(../_images/background/body02c.jpg) no-repeat;
	height: 10px;
	width: 780px;
}
#box01 {
	float: left;
	height: 250px;
	width: 390px;
	text-align: justify;
}
#box01 p {
	text-align: justify;
	padding-right: 28px;
	padding-left: 45px;
}
#box01 h1 {
	text-align: center;
	padding-top: 25px;
}
#box02 {
	float: left;
	height: 250px;
	width: 390px;
}
#box02 img {
	padding-top: 25px;
	padding-left: 23px;
}

#box03 {
	float: left;
	height: 250px;
	width: 390px;
}
#box03 img {
	padding-top: 25px;
	padding-left: 43px;
}

#box04 {
	float: left;
	height: 250px;
	width: 390px;
}
#box04 p {
	padding-right: 50px;
	padding-left: 25px;
	text-align: justify;
}

#box04 h1 {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
}

#box05 {
	float: left;
	height: 60px;
	width: 780px;
}
#box05 p {
	padding-left: 34px;
	padding-right: 38px;
	text-align: center;
}
#box06 {
	float: left;
	height: 60px;
	width: 780px;
}
#box06 p {
	text-align: center;
	padding-right: 230px;
	padding-left: 230px;
}
#botNav {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#botNavLinks {
}
#botNavLinks li {
	list-style: none;
	border-right: 1px solid #060;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#botNavLinks li.last {
	border-right: none;
}
#botNavLinks li a {
	color: #006600;
	font-size: 13px;
	text-align: center;
}
#botNavLinks li a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 13px;
}
#copyright {
	color: #FFF;
	text-align: center;
	clear: left;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#aboutUs {
}
#aboutUs  p {
	padding-left: 40px;
	padding-right: 55px;
	text-align: justify;
}
#aboutUs h1 {
	padding-top: 15px;
	border-bottom: thin solid #060;
	width: 700px;
	margin-left: 33px;
}
#upcomingShowsImage {
	background: url(../_images/misc/pace-house.jpg) no-repeat;
	height: 287px;
	width: 350px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 10px;
	float: left;
}
#map_canvas {
	height: 287px;
	width: 350px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 10px;
	float: left;
}
#upcoming p {
	margin-left: 20px;
	text-align: center;
}
#upcoming h1 {
	padding-top: 15px;
	border-bottom: thin solid #060;
	width: 700px;
	margin-left: 33px;
}
#services p {
	margin-left: 40px;
	margin-right: 55px;
	text-align: justify;
}
#services h1 {
	padding-top: 15px;
	border-bottom: thin solid #060;
	width: 700px;
	margin-left: 33px;
}
#restart p {
	margin-left: 40px;
	margin-right: 55px;
	text-align: justify;
}
#restart h1 {
	padding-top: 15px;
	border-bottom: thin solid #060;
	width: 700px;
	margin-left: 33px;
}
#restartTable a {
	background: #FFF;
}
#restartTable {
	width: 762px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
	margin-top: 22px;
	vertical-align: bottom;
}
#restartTable  td {
	text-align: center;
	width: 190.5px;
	vertical-align: bottom;
}
#fourPaces p {
	margin-left: 40px;
	margin-right: 55px;
	text-align: justify;
}
#fourPaces h1 {
	padding-top: 15px;
	border-bottom: thin solid #060;
	width: 700px;
	margin-left: 33px;
}
#fourPacesTable a {
	background: #FFF;
}
#fourPacesTable {
	width: 762px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
	margin-top: 22px;
	vertical-align: bottom;
}
#fourPacesTable  td {
	text-align: center;
	width: 190.5px;
	vertical-align: bottom;
}
#fourPacesArtist {
	margin: 0px;
	padding: 0px;
}

#fourPacesArtist p {
	margin-left: 40px;
	margin-right: 55px;
	text-align: justify;
}
#fourPacesArtist h1 {
	border-bottom: thin solid #060;
	width: 710px;
	padding-top: 15px;
	margin-left: 33px;
}
#fourPacesArtistTable a {
	background: #FFF;
}
#fourPacesArtistTable {
	width: 762px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
	margin-top: 22px;
	vertical-align: bottom;
}
#fourPacesArtistTable  td {
	text-align: center;
	width: 190.5px;
	vertical-align: bottom;
}
#contactUs p {
	margin-left: 40px;
	margin-right: 55px;
	text-align: left;
	line-height: 18px;
	padding-bottom: 12px;
	padding-top: 15px;
}
#contactUs h1 {
	padding-top: 15px;
	border-bottom: thin solid #060;
	width: 700px;
	margin-left: 33px;
}
#contactUs h2 {
	padding-left: 40px;
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	text-align: justify;
	padding-right: 55px;
}
#contactUs h3 {
	padding-left: 40px;
}
#restartFull {
	background: #FFF;
}
#links {
	margin: 0px;
	padding: 0px;
}
#links p {
	margin-left: 40px;
	margin-right: 55px;
	text-align: justify;
}
#links h1 {
	padding-top: 15px;
	border-bottom: thin solid #060;
	width: 700px;
	margin-left: 33px;
}
#siteMap {
	margin: 0px;
	padding: 0px;
}
#siteMap p {
	margin-left: 40px;
	margin-right: 55px;
	text-align: justify;
}
#siteMap h1 {
	padding-top: 15px;
	border-bottom: thin solid #060;
	width: 700px;
	margin-left: 33px;
}
#counter {
	text-align: center;
}
