@import url('reset.css');

/*//////////////////////////////////*/
/*///GLOBALS////////////////////////*/
/*//////////////////////////////////*/
a:link, a:visited {color: #a10000;}
a:hover {color: #d10000;}
p {margin: 1em 0 0 0;}
h1 {font-size: 36px;}
h2 {font-size: 24px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h1, h2, h3, h4, h5 {font-family: "Trajan Pro", Times New Roman, Times, serif; line-height:1em; margin: 15px 0 0 0;}
small {font-size: 11px;}

/*//////////////////////////////////*/
/*///STRUCTURE//////////////////////*/
/*//////////////////////////////////*/
body {
background: url(../img/bg_main.jpg) #081d42 top center repeat-x;
color: #014c97;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.4em;
}

#wrapper {margin: 0 auto; width: 951px;}

#header {
float: left;
height: 165px;
text-align: center;
width: 951px;
}

#nav {
background: url(../img/bg_nav.jpg) 0 0 no-repeat;
color: #fff;
float: left;
font-family: "Trajan Pro", Times New Roman, Times, serif;
height: 28px;
text-align: center;
width: 951px;
}

	#nav li {
	background: url(../img/bullet_nav.jpg) 0 0 no-repeat;
	display: inline;
	line-height: 28px;
	margin: 0 10px 0 0;
	padding: 0 0 0 15px;
	height: 28px;
	}
	
	#nav li.first {
	background: none;
	display: inline;
	line-height: 28px;
	margin: 0 10px 0 0;
	padding: 0;
	height: 28px;
	}
	
	#nav a:link, #nav a:visited {color: #fff; text-decoration: none;}
	#nav a:hover {color: #081d42; text-decoration: none;}
	
#content_wrapper {
background: #fff;
float: left;
padding: 10px 0;
width: 951px;
}

	#splash {
	display: inline;
	float: left;
	height: 406px;
	margin: 10px 40px 0 15px;
	width: 356px;
	}
	
	#content {
	float: left;
	margin: 10px 0 0 0;
	width: 500px;
	}
	
	#content h3.center {
	margin: 0;
	text-align: center;
	}
	
	#content #googleMap {
	border: 1px solid #e5e5d7;
	margin: 1em 0 0 0;
	padding: 2px;
	}

#content_bottom {
background: url(../img/bg_content-bottom.jpg) 0 0 no-repeat;
float: left;
height: 5px;
width: 951px;
}

#footer {
color: #fff;
float: left;
font-size: 11px;
line-height: 1.2em;
margin: 10px 0 0 0;
padding: 0 0 20px 0;
text-align: center;
width: 951px;
}

	#footer li {
	display: inline;
	}
	
	#footer a:link, #footer a:visited {color: #CCCCCC;}
	#footer a:hover {color: #fff;}
/*//////////////////////////////////*/
/*///CLASSES////////////////////////*/
/*//////////////////////////////////*/
.border {border-bottom: 1px solid #e5e5d7; border-top: 1px solid #e5e5d7; padding: 5px 0;}
.callout {color: #a10000;}
.right {float: right;}
.times {font-family: "Trajan Pro", Times New Roman, Times, serif;}
.top {margin: 0;}
.center {text-align: center;}
.small {font-size: 11px;}

img.floatRight {float: right; margin: 0 0 5px 10px;}

ul.gallery li {
border: 1px solid #e5e5d7;
float: left;
line-height: 0;
padding: 2px;
margin: 5px 5px 0 0;
}