/* @override http://www.foundationnc.com/css/style.css */

/* @override http://local.dr1/css/style.css */

body {
	background-color: #2a0101;
}

a:focus, a:hover {
	color: #b7a8a1;
}

a {
	color:#5b1e00;
	text-decoration:underline;
}


#contact-info {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	padding: 4px 0;
	background-color: #c0370c;
	color: #481600;
}

#contact-info #address {
	float: left;
	margin-left: 40px;
}

#right-links {
	font-size: 11px;
	float: right;
	margin-right: 40px;
	width: 85px;
}

#contact-link{
	float: left;
	margin-right: 0px;
	padding-right: 0px;
}

#facebook-link{
	float: right;
	margin-left: 0px;
	padding-left: 0px;
}

#contact-info .sep {
	padding-left: 4px;
	padding-right: 4px;
}

#main {
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;
	text-align: left;
	background: url(/images/stairs_neon_final.gif) no-repeat;
}

#about {
	height: 210px;
	margin-top: 430px;
	padding-left: 40px;
	background: url(/images/stripe_bkg_2.gif) repeat;
	/* background: #802106; */
}

#about h2 {
	padding-top: 40px;
	color: #fcffe1;
	font-size: 18px;
}

#about p {
	color: #cabab3;
}

#about a:focus, #about a:hover {
	color: #3f1300;
	background-color: #b7a8a1;
}

#about a {
	background-color: #c0370c;
	text-decoration: none;
	padding: 1px 6px;
	color: #3f1300;
}


/* highslide
------------------------------------- */

/* hs.wrapperClassName = 'noborder' */


.noborder .highslide-image,
.noborder .highslide-caption,
.noborder .highslide-footer {
	display: none;
}



.noborder .highslide-html-content {
	width: 545px;
	padding-top: 40px;
}

.noborder .highslide-html {
	background-color: #b7a8a1;
}

.noborder .highslide-close a:focus, .noborder .highslide-close a:hover {
	color: #c0370c;
	text-decoration: none;
}
.noborder .highslide-close a,
.noborder .highslide-move a {
	font-weight: normal;
	font-size: 11px;
	color: #c0370c;
	text-decoration: underline;
}

.noborder .highslide-move a {
	font-weight: normal;
	font-size: 12px;
	color: #c0370c;
	text-decoration: none;
}


.noborder .highslide-move {
	float: left;
	margin-left: 20px;
}

.noborder .highslide-close {
	margin-right: 40px;
}




/* membership form
------------------------------------- */

body#membership-form {
	text-align: left;
	background-color: #b7a8a1;
	color: #481600;
	padding: 12px 40px 0 35px;
}


#membership-form form p {
	margin-bottom: 10px;
	line-height: 12px;
}

#membership-form form p#submit-button {
	padding-top: 7px;
}

p.small {
	line-height: 12px;
	padding-bottom: 20px;
	margin-top: 28px;
}


label {
	font-weight: normal;
	font-size: 9px;
}

input.text {
	width: 350px;
	padding: 1px;
	margin: 0;
}

form select {
	margin-top: 0px;
	margin-right: 3px;
}

input.form-error {
	background-color: #c0370c;
}

select.form-error {
	background-color: #c0370c;
}

#facebook-link{
	text-indent: -50000px;
	background: url(../images/facebook-icon.gif);
	display: block;
	height: 20px;
	width: 20px;
	margin-left: 14px;
	float: right;
}
	
	