
/* Charleston Treasure Hunt CSS -- 2009-Dec-19 */

a:link { color: #990000;}

a:visited { color: #990000; }


body {
	background-color: #000000;
	margin: 0 0 0em;
}

div {
	padding: 0 0 0em;
	margin: 0 0 0em;
	float: left;
}

h1 { 
	color: #990000;
}



.th-header {
	background-image: url('img/header.jpg');
	width: 1111px;
	height: 314px;
}


.th-nav {
	background-image: url('img/nav.jpg');
	width: 1111px;
	height: 51px;
}


.th-nav ul {
	margin: 0px;
	padding: 0px 86px;
	float: left;
	list-style: none;
}

.th-nav li {
	float: left;
}

.th-nav img { 
	border: none;
}



.th-body {
	width: 1111px;
	height: 750px;
	padding-top: 25px; /* Start the text lower on the page */
}

.th-body h1, .th-body h2, .th-body h3, .th-body p, .th-body ul, .th-body form {
	margin-left: 425px;  /* Keep the text off of the graphics*/
	width: 450px;
}


.th-body-map {
	background-image: url('img/body_map.jpg');
}

.th-body-phone {
	background-image: url('img/body_phone.jpg');
}

.th-body-winner {
	background-image: url('img/body_winner.jpg');
}

.th-body-blank {
	background-image: url('img/body_blank.jpg');
}


.th-copyright {
	position: absolute;
	left: 25px;
	top: 1050px;
	font-size: smaller;
	color: white;
}



/* The Registreation formMagic */


.th-form div {
	font-weight: bold;
	float: left;
	width: 140px;
}
.th-form span {
	font-weight: bold;
}

.th-form select {
	width: 60px;
}

.th-form input {
	width: 280px;
}


.th-form-submit {

	background-image: url('img/regbutton.png');
	margin-left: 430px;
	width: 335;
	height: 54;
	border: none;
}

