body, html {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-color: #fff;
}

hr {
	display: none;
}

#container {
	position: relative;
	width: 920px;
	margin: 20px auto 20px auto;
	z-index: 10;
	border: 20px solid #000;
}

#header {
	position: relative;
}

		#header ul.locations {
			background-color: #fff;
			list-style: none;
			margin: 0;
			padding: 30px 0 5px 0;
			text-align: center;
		}
		
			#header ul.locations li {
				font-size: 75%;
				display: inline;
				text-transform: uppercase;
				color: #999;
			}
	
	#header h2 {
		margin: 0;
		padding: 0;
		width: 920px;
		height: 150px;
	}
	
		#header h2 a {
			padding: 0;
			margin: 0;
			display: block;
			background-image: url('images/header.jpg');
			background-repeat: no-repeat;
			background-position: center center;
			width: 920px;
			height: 105px;
			text-indent: -10000px;
			border-top: 20px solid #000;
			border-bottom: 20px solid #000;
		}
	
#nav {
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 15px 10px;
	border-bottom: 1px solid #000;
	text-align: center;
}

	#nav li {
		display: inline;
		margin-right: 10px;
	}
	
		#nav li a {
			overflow: hidden;
			padding: 7px 10px;
			color: #666;
			text-decoration: none;
			font-size: 75%;
			text-align: center;
			text-transform: uppercase;
		}
		
			#nav li a.here, #nav li a:hover {
				background-color: #666;
				color: #fff;
			}

#content {
	background-color: #fff;
}

	#content img.main {
		float: left;
		width: 380px;
	}
	
	#contentarea {
		margin-left: 420px;
		font-size: 80%;
		padding-right: 20px;
		line-height: 1.6em;
		min-height: 491px;
	}


	#content h1 {
		font-size: 150%;
		margin: 0;
		font-weight: normal;
		padding: 40px 0 0 0;
		color: #666;
		text-transform: uppercase;
	}
	
	#content h2 {
		font-size: 120%;
		text-transform: uppercase;
		color: #666;
		font-weight: normal;
	}
	
	#content p {
		margin-left: 0;
	}
	
		#content a {
			color: #ae1212;
			text-decoration: none;
		}
		
			#content a:hover {
				text-decoration: none;
				border-bottom: 1px dotted #ae1212;
			}
	
	#content form {
		margin: 20px 30px 20px 30px;
		padding: 20px 0 0 0;
		border-top: 1px dotted #ccc;
		_width: 400px;
	}

		#content form fieldset {
			margin: 0;
			padding: 0;
			border: none;
		}
		
			#content form fieldset legend {
				display: none;
			}

			#content form fieldset ol {
				list-style-type: none;
				margin: 0;
				padding: 0;
			}

				#content form fieldset ol li {
					margin-bottom: 10px;
				}

					#content form fieldset ol li label {
						display: block;
						float: left;
						width: 140px;
						font-size: 90%;
					}
					
						#content form fieldset ol li label.error {
							color: #FF151E;
						}

					#content form fieldset ol li input, #content form fieldset ol li textarea {
						width: 220px;
					}

		#content form fieldset.buttons {
			margin-top: 20px;
			padding-left: 140px;
		}
	
	#content form fieldset.errors {
		background-color: #FFD8E4;
		padding: 10px;
		margin-bottom: 20px;
	}
	
		#content form fieldset.errors h2 {
			margin: 0;
			padding: 0 0 10px 0;
			font-weight: normal;
		} 
		
		#content form fieldset.errors p {
			margin: 0;
			padding: 0;
		}

#footer {

}

.copyright {
	width: 920px;
	margin: 0 auto;
	font-size: 10px;
	color: #ccc;
	text-align: right;
	padding-right: 25px;
}

.copyright a {
	color: #ccc;
}

/* for clearing floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

html,body,div,p{margin:0;padding:0;border:0;}
.dp {float:left;display:inline;*margin-left:-0.04em;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */