/***************************************************************/
/* Elements */
/***************************************************************/
body 
{
	color: #000000;
	font: normal normal normal 10pt arial;
	margin: 0px 0px 50px 0px;
	width: 100%;
}

h1
{
	color: #E8531C;
	font: normal normal normal 18pt arial;
}

h2
{
	color: #E8531C;
	font: normal normal normal 16pt arial;
}

h3
{
	color: #E8531C;
	font: normal normal normal 14pt arial;
}

h4
{
	color: #E8531C;
	font: normal normal normal 12pt arial;
}

h5
{
	color: #E8531C;
	font: normal normal normal 10pt arial;
}

hr
{
	background-color: #000000;
	border: none;
	color: #E8531C;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

form {
	margin-top: 1px;
	margin-bottom: 1px;
}

label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}


/****************************************************************/
/* Links */
/****************************************************************/
a:link { color: #E8531C; font: normal normal bold 10pt arial; text-decoration: underline; }
a:visited { color: #E8531C; font: normal normal bold 10pt arial; text-decoration: underline; }
a:hover { color: #E8531C; font: normal normal bold 10pt arial; text-decoration: none; }
a:active { color: #E8531C; font: normal normal bold 10pt arial; text-decoration: underline; }


/***************************************************************/
/* IDs */
/***************************************************************/
#layout
{
	margin: 0 auto;
	width: 750px;
}

#banner
{
	clear: both;
	text-align: center;
}

#info
{
	clear: both;
}

#content
{
	display: inline;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 380px;
}

#contest
{
	display: inline;
	float: right;
	padding: 10px 10px 10px 10px;
	width: 330px;
}

#btnSubmit
{
	margin-left: 6.5em;
}

#directions
{

}

#map
{
	border: solid 1px #000000;
	height: 325px;
	width: 525px;
}

#disclaimer
{
	color: #636260;
	font: normal normal normal 8pt arial;
}


/***************************************************************/
/* Classes */
/***************************************************************/
.center-text
{
	text-align: center;
}

.faux-columns
{
	clear: both;
}

.float-left
{
	display: inline;
	float: left;
	position: relative;
}

.float-right
{
	display: inline;
	float: right;
	position: relative;
}
