html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/130% "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
h1, h2, h3, dt, input, textarea{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0 0 10px 0;
	padding: 0;
}
h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h1{
	font-weight: normal;
	color: #006893;
	font-size:  1.3em;
	margin-bottom: 20px;
	padding: 0;
}
h2{
	font-weight: normal;
	color: #006884;
	font-size:  1.15em;
	margin: 20px 0 10px 0;
	padding: 0;
	clear: both;
}
h2 a{
	color: #006884;
	text-decoration: none;
}
h2 a:hover{
	text-decoration: underline;
}
h3{
	color: #006884;
	margin: 0;
	font-size: .9em;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}
h3 strong{
	color: #7D100C;
}
h4{
	color: #7D100C;
	margin-bottom: 0px;
	padding: 0;
	font-size: .8em;
}
p{
	color: #4D4B3D;
	font-size: .8em;
}
dt, dd{
	font-size: .8em;
	line-height: 1.5em;
	}

li, dd, blockquote {
	margin-left: 10px;
}

form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	padding-left: 2px;
	border: 1px solid #C8BFA1;
}
input{
	width: 150px;
}
textarea{
	font-size: 1em;
	width: 320px;
	height: 100px;
}
/* Remove borders from all images */
img{
	border: 0;
}
a{
	color: #cbc0ae;
}

/*
-----------------------------------------------------------------------------------
	OBJECT-SPECIFIC SETTINGS
-----------------------------------------------------------------------------------
*/

body{
	background: #f2ede4 url(../images/bg.gif) repeat-x;
	text-align: center;
}

#container{
	width: 705px;
	margin: 0 auto;
	text-align: left;
}

/*
-----------------------------------------------------------------------------------
	GENERAL CLASSES
-----------------------------------------------------------------------------------
*/

.right{
	float: right;
	display: inline;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 5px;
	background: #F9F8EB;
}
.left{
	clear: left;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px;
	background: #F9F8EB;
}
.half p{
	width: 200px;
}
.img{
	padding: 5px;
	background: #F9F8EB;
}
#main .img p{
	border: 1px solid #FFF;
	text-align: center;
	display: block;
	color: #006898;
	margin: 5px 0 0 0;
	padding: 4px;
	line-height: 1.3em;
	font-size: .7em;
}
#main blockquote p{
	margin: 0;
}
#main blockquote p strong{
	display: block;
	text-align: right;
	color: #006898;
}
/*
-----------------------------------------------------------------------------------
	HEADER
-----------------------------------------------------------------------------------
*/

#header{
	padding-bottom: 4px;
}
#logo{
	display: block;
	width: 200px;
	height: 100px;
	color: #FFF;
	text-align: center;
}
/* Utility Navigation */
#header ul{
	float: right;
	list-style: none;
	line-height: 0px;
	width: 175px;
	margin-top: 10px;
	font-size: .76em;
}
#header ul li{
	float: right;
	width: 175px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}
	#header ul li.first{
		border: none;
		}
#header ul li a{
	color: #FFF	;
	text-decoration: none;
	display: block;
	padding-left: 39px;
	line-height: 1.2em;
	padding: .5em 0 .5em 39px;
	background-position: 14px 7px;
}
#header ul li a:hover{
	color: #000;
	/*background-position: 14px -93px;*/
}
#subnav_directions	{ background: url(../images/icon_directions.gif) no-repeat; }
#subnav_calendar	{ background: url(../images/icon_calendar.gif) no-repeat; }
#subnav_contact		{ background: url(../images/icon_email.gif) no-repeat; }

.keyverse a {
	color: #cbc0ae;
	display: block;
	text-decoration: none;
	font: normal 1.5em/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}
.keyverse a:hover {
	color: #006898;
}


/*
-----------------------------------------------------------------------------------
	NAVIGATION
-----------------------------------------------------------------------------------
*/

#navigation{
	float: right;
	width: 180px;
	margin-bottom: 50px;
}
#navigation ul{
	float: left;
	display: inline;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
	width: 180px;
}
#navigation ul li{
	float: left;
	display: inline;
	clear: left;
	margin: 0;
	padding: 0;
	width: 180px;
}
#navigation ul li a{
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
	padding: .5em 30px .4em 15px;
	margin: 0;
	width: 135px;
	letter-spacing: -.03em;
}
#navigation li a:hover{
	color: #006885;
}
#navigation ul li a.current{
	color: #FFF;
	background: #006898 url(../images/bg_nav_tab.gif) 100% 50% no-repeat;
}
#navigation ul li a.current:hover{
	color: #FFF;
}

#navigation ul li ul{
	float: left;
	display: inline;
	background: url(../images/bg_nav_shadow.gif) 0 100% no-repeat;
	margin: 0;
	padding: 5px 0;
	line-height: 0px;
}
#navigation ul li ul li{
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
#navigation ul li ul li a,
#navigation ul li ul li a.current {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	float: left;
	display: inline;
	text-indent: 0;
	margin: 0;
	width: 146px;
	height: auto;
	line-height: 15px;
	padding: 3px 0 3px 31px;
	font-size: .8em;
	color: #006898;
	background: transparent url(../images/icon_arrow.gif) 19px 2px no-repeat;
	text-decoration: none;
}

#navigation ul li ul li a:hover{
	color: #006898;
	background-position: 19px -98px;
	text-decoration: underline;
}
#navigation ul li ul li a.current,
#navigation ul li ul li a.current:hover{
	font-weight: bold;
	color: #006898;
	background-position: 19px -198px;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
}
#nav li {
	display: inline;
}
/*
-----------------------------------------------------------------------------------
	CONTENT
-----------------------------------------------------------------------------------
*/

#content{
	clear: both;
	background: #FFF url(../images/main-bg.jpg);
	padding: 5px;
}
#main{
	padding: 20px 5px 0 25px;
	margin-right: 190px;
}
#main p, #main li{
	line-height: 20px;
}
p strong{
	color: #7D100C;
}
#main-body{
	margin: 0 0px 0 0;
	border-bottom: #cdcbcb;
}


#map_canvas {
	border: 1px solid #ccc;
}
#map1 {
	border: 1px solid #ccc;
}
#map2 {
	border: 1px solid #ccc;
}
#map3 {
	border: 1px solid #ccc;
}
#map4 {
	border: 1px solid #ccc;
}
/*
-----------------------------------------------------------------------------------
	CONTACT
-----------------------------------------------------------------------------------
*/
#contact_form fieldset{
	padding: 10px;
	background-color: #f2ede4;
	border: 1px solid #b3b3b3;
}
#contact_form #name, #phone, #email {
	width: 200px;
	height: 20px;
	font-size: 1.2em;
}
#contact_form #message {
	width: 400px;
	height: 100px;
}
#newsletter {
	clear: both;
	float: right;
	width: 160px;
	padding: 10px;
	background-color: #f2ede4;
}
#contact dl{
	clear: left;
	color: #000;
	margin: 0 0 5px 25px;
	font-size: .7em;
}
#contact dt{
	font-weight: bold;
	font-size: 1em;
	display: inline;
}
#contact dd{
	display: inline;
	margin-left: 5px;
	margin-right: 20px;
	font-size: 1em;
}

input.text, textarea, select{
    font-size:1.1em;
    line-height:1.3em;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(/images/fieldbg.gif) repeat-x top;
}

/*
-----------------------------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------------------------
*/

#footer{
	clear: both;
	padding: 0 0 10px 0;
	/*font-size:  .7em;*/
	background: #006898;
	font-size: 1em;
	border-right: 1px solid #cdcbcb;
	border-left: 1px solid #cdcbcb;
}
#footer p{
	background: #006898;
	padding: 30px 10px 0 25px;
	color: #FFF;
	margin: 0;
	font-size: .7em;
	float: left;
	width: 520px;
	line-height: 20px;
}
#footer a{
	color: #FFF;
	margin: 0 10px 0 0;
}
#footer a:hover{
	color: #000;
}
#footer dl{
	clear: left;
	color: #FFF;
	margin: 0 0 5px 25px;
	font-size: .7em;
}
#footer dt{
	display: inline;
	font-weight: bold;
	font-size: 1em;
}
#footer dd{
	display: inline;
	margin-left: 5px;
	margin-right: 20px;
	font-size: 1em;
}

/*
-----------------------------------------------------------------------------------
	Banner Img
-----------------------------------------------------------------------------------
*/

#imageContainer {
	position:relative;
	margin:auto;
	width:500px;
	border:1px solid #000;
}

#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}
 