html, body {
	margin:0;
	padding:0;
	text-align:center;
	background:#0B335F url(images/bgmain.png);
	color:#082544;
}
* { /*global whitespace reset */
	padding:0;
	margin:0;
}
/* FONTS*/

body, input, textarea, select { /* The main fonts for the site are specified here */
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5 {/* only the headline font changes */
	font-family:Arial, Helvetica, sans-serif;
}
/* GENERAL STYLES */

h1, h2, h2, h3, h4, h5 {
	color:#3A7EC8;
}
input, textarea, select {
	color:#3A7EC8;
}
h2, h3, h4, h5 {
}
h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:15px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
p, ol, #content ul, #content li, dl, form, label, td {
	font-size:15px;
	line-height:155%;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	padding:8px 0;
}
li, dd {
	margin-left:5%;
}
blockquote {
	margin:0 5%;
	border-left:3px solid #ddd;
}
blockquote p {
	padding:0 0 0 20px;
	marging:2% 0;
}
fieldset {
	border:0px;
}
table {
	border-collapse:collapse;
}
#content ul, #content ol {
	position:relative;
}
/***** BODY AND A LINKS ****/

a:link, a:visited {
	color: #CC3300;
}
a:hover {
	color:#3A7EC8;
}
a {
	outline: none;
} /* Getting rid of that dotted border in FF	*/
a img {
	border-width:0;
}
/***** IMAGES *****/

img.f-right, img.no-border-right {
	float:right;
	margin:15px 0px 10px 15px;
}
img.f-left, img.no-border-left {
	float:left;
	margin:15px 15px 10px 0px;
}
p img.f-right, p img.no-border-right {
	float:right;
	margin:5px 0 10px 15px;
}
p img.f-left, p img.no-border-left {
	float:left;
	margin:5px 15px 10px 0;
}
img.f-left, img.f-right {
	border:1px solid #b9d0e9;
	padding:5px;
}
img.img-no-float {
	border:1px solid #b9d0e9;
	padding:5px;
}

/**** HEADER: ****/ 

#header {
	position:relative;
	height:300px;
	background:url(images/header.jpg) no-repeat;
	width:918px;
	margin:0 auto;
}
#header h2 {
	position:absolute;
	display:block;
	width:628px;
	height:64px;
	left: 30px;
	top: 222px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#header h2 span {
	position:absolute;
	width:100px;
	margin-left:-5000px;
}
#header h2 a {
	position:relative;
	width:628px;
	height:64px;
	display:block;
}
#header h3 {
	position:absolute;
	display:block;
	width:230px;
	height:133px;
	top:51px;
	right:549px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#header h3 span {
	position:absolute;
	width:100px;
	margin-left:-5000px;
}
#header h3 a {
	position:relative;
	display:block;
	width:335px;
	height:154px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#header h4 {
	position:absolute;
	display:block;
	width:276px;
	height:63px;
	top:153px;
	right:0px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#header h4 span {
	position:absolute;
	width:100px;
	margin-left:-5000px;
}



/**** LAYOUT: ****/ 


#content_wrapper {
	padding:20px 0;
	width:918px;
	margin:0 auto;
}
#page_container {
	width:952px;
	text-align:left;
	margin:0 auto;
	position:relative;
	background:url(images/content-shadow.png) 0 0 repeat-y
}

#left_col {
	width:20%;
	float:left;
	position:relative;
}


#content {
	background: #fff;
	float: right;
	display:inline;
	position: relative;
	width:670px;
	padding:0 20px 0 0;
}


/**** NAVIGATION: ****/ 

#nav_container {
	width: 200px;
	background:url(images/navbtm.png) 0 100% repeat-x;
	padding:0 0 97px 0;
}
#nav_container ul, #nav_container li {
	margin:0;
	padding: 0;
	list-style-type: none;
	font-size:14px;
}
#nav_container a {
	display: block;
	padding:5px 0 5px 5px;
	width: 195px;
	background-color: #3A7EC8;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

/* *** BODY CLASSES ACTIVE PAGE AND HOVER STATE: *** */ 
#nav_container a:hover,
#nav_container a.current {
	background-color: #0B335F;
}


/**** FOOTER: ****/ 

#footer {
	background:url(images/footer-shadow.png) top center no-repeat;
	position:relative;
	width:952px;
	margin:0 auto;
	clear:both;
}
#footer div {
	padding:10px 20px;
	text-align:left;
}
#footer p {
	padding:8px 0;
}
#footer p, #footer a {
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/**** FLOAT CONTAINER FIX: ****/ 
#content_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content_wrapper {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #content_wrapper {
	height: 1%;
}
#content_wrapper {
	display: block;
}
/* End hide from IE-mac */  


.hours {
	float: right;
	padding-left: 15px;
}
.hours h3 { padding: 8px 0 2px 0; }
.hours td { padding-right: 10px; }

span.message {
	display: block;
	font-size: 16px;
	color: #A00;
}

label { display: block; }
label span { display: block; }
label input,
label textarea {
	background: #fff url(images/input_fade.gif) repeat-x top left;
	border-color: #dfdcc9 #c7c7c7 #c7c7c7 #dfdcc9;
	border-style: solid;
	border-width: 1px;
	height: 18px;
	padding: 3px;
	color: #000;
}
label textarea {
	width: 340px;
	height: 10ex;
	overflow: auto;
}
input.submit { color: #000; }

.skyway { float: right; text-align: center; }
.skyway img { display: block; }

.links .images { text-align: center; }
.links img { padding-top: 25px; }
.links img.first { padding-top: 0; }
.links small {
	display: block;
}

#map_canvas {
	width: 100%;
	height: 300px;
}
