/* Globals
---------------------------------------------------------------------------*/
body {
	font-family: "lucida grande", tahoma, verdana, sans-serif;
	font-size: 62.5%;
	margin: 0; 
	padding: 0;
	text-align: center;
}

.right, .left { border: 1px solid #eff1c6; background: #f8f9dc; padding: 5px;}
.right { float: right; margin: 0 0 5px 5px; }
.left { float: left; margin: 0 10px 5px 0;}

.bdrwhite { border: 1px solid #fff; }
.bdrnone, .last { border: none; background: none;}

/* Links
---------------------------- */
a { color: #3a79aa; text-decoration: none; }
a:hover, a:focus { color: #de7300; }
a:visited { color: #1f5987; }
a img { border: 0; }

/* Text
----------------------------- */
ul, ol { margin: 0; padding: 0; }

#searchbar ul li, #nav li, #subnav li, .anchors li { list-style: none; }

#nav li a { font-family: Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { margin: 0; }
h1, h2, h3, h4 { font-family:Arial, Helvetica, sans-serif; }

p { margin: 0 0 16px 0; line-height: 1.4em; }

.graybold strong { color: #666; }

.green { color: #438a23; }
.red { color: #931709; }

/* Structure
----------------------------------*/ 
#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	z-index: 2;
	font-size: 1.1em;
	text-align: left;
	color: #333;
}

#content { font-size: 1em; }

/* Header
----------------------------------*/
#header h1 {
	background: transparent url(../../images/logo.gif) 0 0 no-repeat;
	width: 265px;
	margin: 20px 0 4px 0;
	padding: 0;
	overflow: hidden;
	float: left;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	width: 218px;
	height: 50px;
}

/* Nav
----------------------------------*/
#nav {
	width: 492px;
	margin: 81px 0 0 0;
	float: right;
	font-size: 1.2em;
}

#nav li {
	background: url(../../images/bkg_mainNav.gif) 0 0 repeat-x;
	float: left;
	position: relative;
	height: 28px;
	margin-right: 1px;
	border-left: 1px solid #d3691a;
}

#nav li#navContact { 
	margin-right: 0;
}

#nav a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 6px 0 0 0;
}

#nav a:hover {
	text-decoration: none;
}

/* Default State */
#navHome  {width: 72px;}
#navAbout  {width: 92px;}
#navServices  {width: 138px;}
#navCalendar  {width: 82px;}
#navContact  {width: 99px;}

/* Hover State */
#nav li:hover, #nav li.over, #home #navHome, #about #navAbout,
#services #navServices, #calendar #navCalendar, #contact #navContact { 
	background: #620c0c;
	border-left: 1px solid #620c0c;
}


/* Footer
------------------------------------------*/
#footer {
	width: 100%;
	background: #432209;
	float: left;
	min-height: 320px;
	height: auto !important;
	height: 320px;
}

#footerbkg {
	background: #432209 url(../../images/bkg_footer_texture.jpg) 0 0 no-repeat;
	width: 1044px;
	height: 148px;
	position: absolute;
	left: 50%;
	margin-left: -522px;

}

#footerContent {
	width: 760px;
	margin: 0 auto;
	color: #f9c666;
	text-align: left;
	font-size: 1.1em;

}

#footerText { float: left; padding: 20px 0;}

#footerContent p { margin: 0; }

#map {
	background: url(../../images/map_tag.gif) 0 0 no-repeat;
	width: 135px;
	height: 81px;
	float: right;
	text-indent: -9999px;
}
