@charset "utf-8";
/* CSS Document */

#header img { 
	behavior: url("media/js/iepngfix.htc");
	} 

* {
	margin: 0;
	padding: 0;
	outline: none;
	}
	
.clr {
	clear: both;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.png) repeat-x;
	}
	
h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C72129;
	margin-bottom: 20px;
	}
	
p {
	margin-bottom: 1em;
	}
	
img {
	border: none;
	}
	
#wrapper {
	width: 960px;
	margin: auto;
	border-right: 1px solid #97C0E6;
	}
	
#leftcolumn {
	width: 210px;
	background: #fff;
	border-right: 1px solid #97C0E6;
	padding: 10px;
	float: left;
	margin-right: 10px;
	}
	
#logo {
	text-align: center;
	margin-bottom: 20px;
	}
	
#nav {
	list-style: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	
#nav li {
	border: 1px solid #97C0E6;
	border-left: 4px solid #97C0E6;
	margin-bottom: 3px;
	}
	
#nav a {
	color: #C72129;
	display: block;
	padding: 5px;
	text-decoration: none;
	}
	
#nav a:hover {
	background: #ffffcc;
	}
	
#newsletter {
	padding: 7px;
	border: 1px solid #97C0E6;
	color: #007DC3;
	}
	
#newsletter h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
	
#newsletter p {
	font-size: 13px;
	}
	
.emailinput {
	border: 1px solid #999;
	width: 117px;
	padding: 3px;
	float: left;
	margin-right: 3px;
	}
	
#header {
	margin: 0 10px 35px 240px;
	padding-top: 10px;
	text-align: center;
	}
	
#headline {
	margin: 0 20px 10px 20px;
	}
	
#content {
	margin: 0 10px 0 240px;
	font: 14px Arial, Helvetica, sans-serif;
	}
	
#content a {
	color: #C72129;
	}
	
#content a:hover {
	text-decoration: none;
	}
	
#content p, #content ul {
	line-height: 1.4;
	}
	
#content  ul {
	margin: 0 0 1em 1em;
	padding-left: 1em;
	}
	
#leftphoto {
	float: left;
	width: 200px;
	font-size: 12px;
	}
	
#leftphotocontent {
	margin-left: 210px;
	}
	
#locations {
	width: 200px;
	float: right;
	text-align: center;
	font: 15px "Times New Roman", Times, serif;
	color: #007DC3;
	margin-left: 20px;
	}
	
#locations h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	}
	
#locations h2 {
	font-size: 19px;
	}
	
#locations p {
	line-height: 1;
	}
	
#contactfloat {
	float: right;
	width: 50%;
	}
	
/* Validation Form Styles */

#contactform {
	width: 280px;
	margin: auto;
}

#contactform div {
	position: relative;
	margin-bottom: 5px;
}

#contactform label {
	width: 75px;
	float: left;
	padding-top: 2px;
}

#contactform input[type=text] {
	border: 1px solid #999;
	padding: 1px;
	font: 14px Arial, Helvetica, sans-serif;
}

#contactform textarea {
	width: 200px;
	font: 14px Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	padding: 1px;
}

#contactform input[type=submit] {
	float: right;
}

/* JQuery Form Styles */

#contactform span.error {
	position: absolute;
	width: 200px;
	padding-left: 3px;
	font-style: italic;
}

#contactform input.error {
	border: 1px solid #966;
}
	
#footer {
	background: url(../images/footer_bg.png) repeat-x;
	margin: 10px 0;
	padding-top: 20px;
	font-size: 11px;
	clear: both;
	}
	
#footer a {
	color: #C72129;
	}
	
#footer p {
	margin: 0;
	}
	
#footercontent {
	width: 960px;
	margin: auto;
	}
	
#fi {
	text-align: right;
	}
	
#fi a {
	color: #999;
	text-decoration: none;
	}
	
#fi a:hover {
	color: #C72129;
	}