/* CSS Document */


/* HTML elements ----------------------------------------------------------------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-size:85%;
	background:#fffde1;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}


h1 {
	
	font-size:1.4em;
	padding:10px 0;
	
}

h2{
	clear:both;
	font-size:1.2em;
}

h3{
	clear:both;
	margin-top:40px;
	font-size:1.1em;
}

p {
	margin:0.9em 0;
	line-height:1.8em;
}


a {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}



ul{
	margin:10px 0 20px 30px;
	
	
}

ul li{
	padding-left:5px;
	margin: 5px 0;
}

dl dt{
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:5px;
}

dl dd{
	margin-bottom:20px;

}


ol{
	margin:10px 0 20px 30px;
	
	
}

ol li{
	padding-left:5px;
	margin: 10px 0;
}

form {
	width:290px;
	border:1px dashed white;
	padding:30px 20px 20px 20px;
	margin:40px 10px;
}

form label {
	float:left;
	width:90px;
	font-weight:bold;
}

form input {
	float:left;
	border:1px solid orange;
}

form button {
	background:orange;
	margin:20px 20px 0 215px;
	clear:both;
}

form button:hover {
	background:white;
}

/* Page elements ----------------------------------------------------------------------------------------------------------------------------------*/

div#container {
	width:765px;
	height:auto;
	margin:0 auto;
	background:#ed1b2e;
/*	border:1px solid black;*/
	position: relative;
}

div#header {
	width:765px;
	height:360px;
	background: url(../images/header.gif) no-repeat;
}

div#header p {
	text-indent:-5000px;
	margin:0;
}

div#header p.text{
	 text-indent:0;
	 width:auto;
	 padding-top:12px;
	 margin-left:270px;
	 font-size:1.1em;
	 
}

div#header h2{
	margin-top:220px;
	 text-indent:0;
	 width:auto;
	 margin-left:240px;
	 font-size:1.9em;

}

div#content{
	background:#ed1b2e;
	padding:0 40px 10px 40px;
	margin:0;
	
}


/******* navigation**********/

	ul#nav{
		width:755px;
		height:43px;
		margin:0;
		padding:50px 0 0 10px;
		background:url(../images/nav_bgr.gif) no-repeat;
		font-size:0.8em;
		
	}
	
	ul#nav li{
		background:none;
		padding:0;
		margin: 0 6px;
		display:inline;
		text-transform:uppercase;
		
	}
	
	ul#nav li a{
		color:#000;
		text-decoration:none;
		font-weight:bold;
	}
	
	ul#nav a:hover{
		text-decoration:underline;
		 
	}
	
	body.home ul#nav li.home a{
		color:#a1d7d7;
		
	}
	


/************* FOOTER *****************/
	ul#footer {
		clear:both;
		width:765px;
		height:53px;
		margin:0px;
		padding:150px 0 0 0;
		background:#000 url(/images/footer.gif) no-repeat;
		text-indent: -5000px;
		
	}
	
	ul#footer li{
		list-style:none;
	
	}
	
	div#end {
		clear:both;
		text-align:center;
		padding:20px 0;
	}
	
	div#end a:link {
		color:#000;
	}

	
	div#end a:hover {		
		text-decoration:none;
	}
	
	a#terms{
		position: absolute;
		bottom:110px;
		right:10px;
		display:block;

	}
	
/************* FOOTER *****************/


/* Custom elements ----------------------------------------------------------------------------------------------------------------------------------*/

img.logo{
	float:left;
}

/*img.right{
	float:right;
	margin:10px;
}*/


div#home-image{
	width:140px;
	float:right;
	margin: 0 0 0 20px;	
}

p#caption{
	background-color:#e0c540;
	color:#422311;
	width:119px;
	margin:-5px 0 0 0;
	padding:10px;
	line-height:1.3em;
	font-weight:bold;
	font-size:0.9em;
	/*float:right;*/

}

p.sponsor_end{
	margin-bottom:20px;
}

a#download{
	background:url(../images/register.gif) no-repeat;
	display:block;
	width:226px;
	height:96px;
	text-indent: -5000px;
	/*margin-left:480px;*/
	position: absolute;
	left:610px;
	top:300px;
	
}


a#download:hover{
	background:url(../images/register_hvr.gif) no-repeat;
	
}

a#form{
	background:url(../images/download.gif) no-repeat;
	display:block;
	width:226px;
	height:96px;
	text-indent: -5000px;
	
}


a#form:hover{
	background:url(../images/downloadhvr.gif) no-repeat;
	
}

a#map{
	width: 158px;
	height: 63px;
	background:url(/images/route_map.jpg);
	display:block;
	text-indent:-5000px;
	float:right;
	/*margin-left:565px;*/
	
}
a#map:hover{
	background:url(/images/route_map_hvr.jpg);
}

a#help{
	width: 158px;
	height: 63px;
	background:url(/images/help.jpg);
	display:block;
	text-indent:-5000px;
	float:right;
	/*margin-left:565px;*/
	
}
a#help:hover{
	background:url(/images/help_hvr.jpg);
}

a#archive{
	width: 158px;
	height: 63px;
	background:url(/images/archive.jpg);
	display:block;
	text-indent:-5000px;
	float:right;
	/*margin-left:565px;*/
	
}
a#archive:hover{
	background:url(/images/archive_hvr.jpg);
}

/* Image Gallery ----------------------------------------------------------------------------------------------------------------------------------*/

ul#gallery {
	list-style:none;

}

ul#gallery li {
	float:left;
	list-style:none;
	height:100px;
	width:100px;
	margin-right:10px;
	margin-bottom:20px;
	text-align:center;
	padding:0;
	
}

ul#gallery li img{
	border:1px solid white;
}



ul#gallery li a {
	display:block;
}

img.large {
	border:1px solid white;
	margin: 0 auto;
	display:block;
}

a#back {
	display:block;
	margin:10px auto;
	width:120px;
	height:20px;

}

h3.title{
	width:50px;
	float:left;
	height:80px;
	margin:0;
}

p.info{
	width:600px;
	float:right;
	margin:0;
	height:80px;
	padding:0;
}

img.center{
	margin: 10px 0 0 50px;
	text-align:center;
	border:2px solid black;
}