/*
 *	Body
 */

body {
	padding					: 0;
	margin					: 0;
	background				: #1d1d1d url(images/bg.gif) repeat-x;
	color					: #000;
	font: 19px sans-serif;
}

/* Generic IE-only Hack */
* html body {
	
}

/* main content */

#container {
	margin-right: auto;
	margin-left: auto;
	width: 849px;
}

#header {
	width: 849px;
	height: 264px;
	margin: 0;
	padding: 0;
	background-image: url(images/header.gif);
}

#home_button {
  float: left;
  width: 495px;
  height: 240px;
  margin: 20px 0px 0px;
  text-decoration: none;
  text-indent: -1000px;
  overflow: hidden;
	padding: 0;
}

#content {
	width: 731px;
	margin-left: auto;
	background: #979797 url(images/cars.gif) no-repeat 0 bottom;
	padding-bottom: 100px;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 10px;
}

#main_footer {
	width: 271px;
	height: 81px;
	background-image: url(images/gp_mainpage.gif);
	margin-right: 55px;
	margin-bottom: 25px;
	margin-left: 520px;
	top: -25px;
	position: relative;
}

#footer {
	
}

.clear {
	clear: both;
}

/* Sub Content */

form {
	background-color: #1d1d1d;
	color: #efefef;
	margin-right: auto;
	margin-left: 40px;
	padding: 10px;
	width: 660px;
}

form p {
	padding: 0;
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

form input {
	margin-left: 5px;
	margin-right: 10px;
}

.awards {
	border-style: none;
	display: inline;
	padding: 0;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 0;
	vertical-align: top;
	float: left;
	width: 330px;
}

.shirt_size {
	margin-left: 35px;
}

#image_push {
	padding-bottom: 115px;
}

#address_or {
	padding: 0;
	margin: 10px 0 10px 110px;
}

.footnote {
	font-size: 10px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#logo_redmill {
	padding-left: 95px;
	background: url(images/logo_redmill.gif) no-repeat;
	font-size: 28px;
	margin-top: 5px;
	padding-top: 30px;
	padding-bottom: 25px;
}

#logo_becu {
	padding-left: 95px;
	background: url(images/logo_becu.gif) no-repeat;
	font-size: 28px;
	margin-top: 5px;
	padding-top: 30px;
	padding-bottom: 25px;
}

#logo_zoo {
	padding-left: 95px;
	background: url(images/logo_zoo.gif) no-repeat;
	font-size: 28px;
	margin-top: 5px;
	padding-top: 30px;
	padding-bottom: 25px;
}

#logo_gp {
	padding-left: 95px;
	background: url(images/logo_gp.gif) no-repeat;
	font-size: 28px;
	margin-top: 5px;
	padding-top: 30px;
	padding-bottom: 25px;
}

.footnote a:hover {
	color: #b3b3b3;
}

#vendor_address {
	width: 375px;
	padding-left: 0;
	float: left;
}

ul#pdf {
	width: 325px;
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}

#pdf li {
	margin: 0;
	background: url(images/pdficon_large.gif) no-repeat;
	height: 40px;
	padding: 10px 0 0 40px;
}

ul#pdf_reg {
	width: 315px;
	padding: 0;
	margin: 0 0 0 25px;
	float: left;
	list-style-type: none;}

.doc {
	margin: 0;
	background: url(images/docicon_large.gif) no-repeat;
	height: 40px;
	padding: 10px 0 0 40px;
}

.pdf {
	margin: 0;
	background: url(images/pdficon_large.gif) no-repeat;
	height: 40px;
	padding: 10px 0 0 40px;
}

.underline {
	text-decoration: underline;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*Menu-------------------------------------*/

ul#menu_container {
	width: 250px;
	padding: 0px;
	list-style-type: none;
	float: right;
	margin: 143px 59px 0px 0px;
}

#menu_container  li {
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-left: 0px;
}

#registration,
#sponsorship,
#volunteer,
#vendor,
a:link#registration,
a:link#sponsorship,
a:link#volunteer,
a:link#vendor,
a:visited#registration,
a:visited#sponsorship,
a:visited#volunteer,
a:visited#vendor {
  background-position: 0px 0px;
  float: left;
  width: 250px;
  height: 28px;
  margin: 0px;
  text-decoration: none;
  text-indent: -1000px;
  overflow: hidden;  
}

a:visited#registration, a:link#registration {
	background-image: url(images/menu_registration.gif);
	background-position: 0px 56px;
}

a:hover#registration {
	background-image: url("images/menu_registration.gif");
	background-position: 0px 28px;
}

a:visited#sponsorship, a:link#sponsorship {
	background-image: url("images/menu_sponsorship.gif");
	background-position: 0px 56px;
}

a:hover#sponsorship {
	background-image: url("images/menu_sponsorship.gif");
	background-position: 0px 28px;	
}

a:visited#volunteer, a:link#volunteer {
	background-image: url("images/menu_volunteer.gif");	
	background-position: 0px 56px;
}

a:hover#volunteer {
	background-image: url("images/menu_volunteer.gif");
	background-position: 0px 28px;
}

a:visited#vendor, a:link#vendor {
	background-image: url("images/menu_vendor.gif");
	background-position: 0px 56px;
}

a:hover#vendor {
	background-image: url("images/menu_vendor.gif");
	background-position: 0px 28px;
}

#registration {
	background-image: url("images/menu_registration.gif");
	background-position: 0px 0px;
}

#sponsorship {
	background-image: url("images/menu_sponsorship.gif");
	background-position: 0px 0px;
}

#volunteer {
	background-image: url("images/menu_volunteer.gif");
	background-position: 0px 0px;
}

#vendor {
	background-image: url("images/menu_vendor.gif");
	background-position: 0px 0px;
}

/*
 *	Links
 */

a {
	color					: #fff;
}

a:hover {
	color					: #000;
}

a:active {
	color					: #fff;
}

a:visited {
	color					: #fff;
}

a:focus {
	color					: #fff;
}

/*
 *	Paragraph, Code, Blockquote
 */

p {
	margin: 10px 13px 0 40px;
}

code {
	white-space				: pre;
}

blockquote {
	
}

address {
	color: #efefef;
	margin: 0;
	padding: 0 0 0 70px;
}
address + address {
	padding-top: 10px;
}

/*
 *	Headings
 */

/* Colors */

.white {
	color: #efefef;
}

h1	{
	padding: 0 13px 0 25px;
	font-size: 50px;
	margin: 0;
	display: block;
	border-bottom: 5px dotted #515151;
	line-height: 85%;
	letter-spacing: -4px;
	word-spacing: 5px;
}

h2	{
	margin: 30px 13px 0 25px;
	color: #f8f4f2;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	font-size: 25px;
	line-height: 85%;
}

h3	{
	padding: 0;
	margin: 15px 13px 0 25px;
	font-size: 25px;
}

h4	{
	padding: 0;
	font-size: 18px;
	margin: 0 0 0 45px;
	color: #9e171c;
}

h4 a {
	text-decoration: none;
	color: #9e171c;
	display: block;
}

h4 a:hover {
	color: #fff;
}

h4 a:visited {
	text-decoration: none;
	color: #9e171c;
	display: block;
}

h5	{
	margin: 0 13px 0 40px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

h6	{
	margin: 0;
	padding: 0;
}

/* Volunteer page */

#volunteer_text p {
	margin-top: 0;
}

/*
 *	Lists
 */
 
ul {
	
}

ol {
	
}

li {
	
}

ul li {
	
}

ol li {
	
}

/* Produced By: */

#pb_all {
	text-align: center;
	display: block;
	margin-bottom: 25px;
}

#producedby {
	color: #7b7b7b;
	font-size: x-small;
	border-top: 1px dotted #c8c8c8;
	display: inline;
	padding-top: 5px;
}

#producedby a {
	color: #7b7b7b;
	font-weight: bold;
	text-decoration: none;
}

#producedby a:hover {
	color: #4e83b2;
	text-decoration: none;
}
