body{
	background-color : #493A65;
	background-image : url(images/bg.gif);
	background-position : top left;
	background-repeat : repeat-x;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
}

h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color : Navy;
}

h2{
	font-family : Arial, Helvetica, sans-serif;
	border-bottom-color : #112F7F;
	border-top-color : #112F7F;
	border-bottom-style : solid;
	border-top-style : solid;
	border-bottom-width : 1px;
	border-top-width : 1px;
	background-color : #295CE2;
	color : White;
	padding : 2px;
	background-image : url(images/h2-bg.gif);
	background-position : top left;
	background-repeat : repeat-y;
	font-size : 1.4em;
}

.noback{
	border-bottom : none;
	border-top : none;
	background-color : white;
	color : Black;
	background-image : none;
}

h3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
}

a:link{
	color : Blue;
}

a:visited{
	color : #800080;
}

a:active{
	color : #00FAF7;
	text-decoration : none;
}

a:hover{
	color: yellow;
	text-decoration : underline;
	background-color : Black;
}

.imagedownload{
	list-style-image : url(images/imageicon.gif);
	padding-left : 4px
}

.pdfdownload{
	list-style-image : url(images/pdf.gif);
	padding-left : 4px
}

.worddownload{
	list-style-image : url(images/wordicon.gif);
	padding-left : 4px
}

.weblink{
	list-style-image : url(images/webicon.gif);
	padding-left : 4px
}

.emaillink{
	list-style-image : url(images/emailicon.gif);
	padding-left : 4px
}


div#wrapper{
	width : 98%;
	background-color : White;
	border: 1px black solid;
}

div#header{
	height : 182px;
	background-image : url(images/banner.jpg);
	background-position : bottom;
	background-repeat : repeat-x;
}

div#headerleft{
	float : left;
}

div#headerright{
	float : right;
	padding-right : 15px;
	text-align : right;
}

ul#menu{
	width : 150px;
	float:left;
	list-style : none;
	margin-top:0;
	margin-left:0;
	padding-left:0;
	}

ul#menu li{
	width : 150px;
	margin-top : 1px;
}

ul#menu li a{
	display : block;
	background-image : url(images/menubutton-top.jpg);
	background-repeat : no-repeat;
	background-position : top left;
	color : White;
	text-decoration : none;
	font-weight : bold;
}

ul#menu li a span{
	background-image : url(images/menubutton-bottom.jpg);
	background-repeat : no-repeat;
	background-position : bottom left;
	display : block;
	padding : 5px 15px 8px;
}

ul#menu li a:hover{
	background-image : url(images/menubutton-top-hover.jpg);
	color : Black;
}

ul#menu li a:hover span{
	background-image : url(images/menubutton-bottom-hover.jpg);

}

#atc-home #nav-atc-home a,
#atc-about #nav-atc-about a,
#atc-nextatc #nav-atc-nextatc a,
#atc-pastcamps #nav-atc-pastcamps a,
#atc-halloffame #nav-atc-halloffame a,
#atc-faqs #nav-atc-faqs a,
#atc-bookonline #nav-atc-bookonline a,
#atc-testimonials #nav-atc-testimonials a,
#atc-downloads #nav-atc-downloads a,
#atc-links #nav-atc-links a,
#atc-contact #nav-atc-contact a
{
	background-image : url(images/menubutton-top-current.jpg);
	color: #000000;
}

#atc-home #nav-atc-home a span,
#atc-about #nav-atc-about a span,
#atc-nextatc #nav-atc-nextatc a span,
#atc-pastcamps #nav-atc-pastcamps a span,
#atc-halloffame #nav-atc-halloffame a span,
#atc-faqs #nav-atc-faqs a span,
#atc-bookonline #nav-atc-bookonline a span,
#atc-testimonials #nav-atc-testimonials a span,
#atc-downloads #nav-atc-downloads a span,
#atc-links #nav-atc-links a span,
#atc-contact #nav-atc-contact a span
{
	background-image : url(images/menubutton-bottom-current.jpg);
}

div#content{
margin-left: 155px;
padding-left:10px;
padding-right:10px;
	
}

div#faq1{
	background-color : #EFE6F0;
	display : block;
	padding : 0 3px 0 3px;
	margin-bottom:3px;
	border : 1px solid #DFCFE2;
}

div#faq2{
	background-color : #E7E6F0;
	display : block;
	padding : 0 3px 0 3px;
	margin-bottom:3px;
	border : 1px solid #D3CFE2;
}


div#content form fieldset {
	background-color : #EADFEC;
	border: 1px solid #000000;
	margin-top: 2em;
	padding:0;
}

div#content fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #003a9c;
	border: 1px solid #000000;
	background-color: #fffbb0;
	padding: 5px 15px;
	font-family : Arial, Helvetica, sans-serif;
	margin-left: 5px;
}

div#content form label {
 width: 15em;
 float: left;
 text-align: right;
 clear: left;
 padding-right: 10px;
}

div#content form td.bookinggroup label {
 width: 7em;
 float: left;
 text-align: right;
 clear: left;
 padding-right: 0px;
}

div#content form p {
 margin: 0;
 padding: 0;
 margin-top: 3px;
}

div#content form p.error {
	border: 2px dashed black;
	padding: 5px;
	background-color: #ff0000;
	color: #ffffff;
	font-weight : bold;
}

div#content form textarea {
	height: 120px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 1em;
}


div#content form input.button {
 width: auto;
}

div#errorbox{
	border: 2px dashed black;
	background-color: #ff0000;
	padding-left : 5px;
	color : White;
}

thead tr.bookingform{
	background-color : #D09CD8;
}

tbody tr.bookingform,  td.bookingform{
	background-color : #E6C8EA;
}


div#footer{
	clear : both;
	font-size : 0.85em;
	text-align : left;
	background-image : url(images/footerback.jpg);
	background-position : top left;
	background-repeat : repeat-x;
	height : 90px;
}

div#footer a{
	text-decoration : none;
	color : #82FFFF;
}

div#footer a:hover{
	color : #FFFF80;
	background-color : none;
}

div#footerleft{
	float : left;
	margin-top : 50px;
	color : White;
	padding-left : 5px;
}

div#footerright{

	float : right;
}