*
{
	margin: 0;
	padding: 0;
}

/* =Basic HTML, IDs and Classes
----------------------------------------------------------------------*/

body
{
	background: #3b1b08;
	font: 14px "Trebuchet MS", Arial, sans-serif;
}

a
{
	cursor: pointer;
	text-decoration: none;
}

a *
{
	cursor: pointer;
}

img
{
	border: 0;
}

.align_right
{
	text-align: right;
}

.clear
{
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

/* =Shadow
----------------------------------------------------------------------*/

.shadow
{
	background: url(images/shadow.png) repeat-x;
	clear: both;
	font-size: 0;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
}

#green_border .shadow
{
	top: -10px;
}


/* =Header
----------------------------------------------------------------------*/

#header_wrap
{
	background: url(images/header.jpg) repeat-x center top;
	border-top: 4px solid #34140a;
	width: 100%;
}

#header
{
	height: 125px;
 	text-align: center;
}



/* =Navigation - Main
----------------------------------------------------------------------*/

#nav_main_wrap
{
	background: #2b0e05;
	border-top: 5px solid #643823;
	border-bottom: 5px solid #643823;
	width: 100%;
}

#nav_main
{
	background: #2b0e05;
	border-top: 5px solid #643823;
	border-bottom: 5px solid #643823;
	font-size: 16px;
	margin: -5px auto;
	width: 960px;
}

#nav_main li
{
	float: left;
	list-style: none;
}

#nav_main li.current
{
	background: #643823 url(images/nav_cap_lf.gif) no-repeat left center;
}

#nav_main a
{
	color: #fff;
	display: block;
	padding: 8px 20px;
	white-space: nowrap;
}

#nav_main a:hover
{
	color: #fff;
	text-decoration: underline;
}

#nav_main li.current a
{
	background: url(images/nav_cap_rt.gif) no-repeat right center;
	color: #fff;
}

/* =Navigation - Sub
----------------------------------------------------------------------*/

#nav_sub_wrap
{
	background: #643823;
	margin: 0 0 -2px;
	width: 100%;
}

#nav_sub
{
	background: #643823;
	font-size: 11px;
	margin: -5px auto 0;
	width: 960px;

}

#nav_sub ul
{
	padding: 0 0 0 10px;
}

#nav_sub li
{
	float: left;
	list-style: none;
	padding: 6px 0 8px;
}

#nav_sub a
{
	border-left: 1px solid #876;
	color: #fff;
	display: block;
	padding: 0 10px;
	white-space: nowrap;
}

#nav_sub a:hover
{
	color: #fff;
	text-decoration: underline;
}

#nav_sub a.first
{
	border: 0;
}

#nav_sub li.current
{
	background: url(images/nav_sub_arrow.gif) no-repeat center bottom;
	color: #fff;
	font-size: 100%;
	position: relative;
	z-index: 10;
}

#nav_sub li.current a
{
	color: #fff;
}

/* =Content - Main
----------------------------------------------------------------------*/

#content_wrap
{
	background: #D3ECB2 url(images/content_wrap.jpg) repeat-y center top;
	border-top: 2px solid #321;
	width: 100%;
}

#content
{
	background-color: #fcfaf5;
	border-top: 2px solid #321;
	color: #654;
	margin: -2px auto 0;
	width: 960px;
}

.home
{
	background-image: url(images/content_home.jpg);
	background-repeat: repeat-y;
}

#content h1,
#content h2,
#content p,
#content ol,
#content ul
{
	font-weight: normal;
	margin: 0 10px 10px 10px;
}

#content h1
{
	border-bottom: 2px dotted #dcb;
	color: #b04c08;
	font-size: 23px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 0 5px;
}

#content * h1
{
	margin-left: 0;
	margin-right: 0;
}

#content h1 a
{
	color: #b04c08;
	text-decoration: none;
}

#content h2
{
	color: #0e2f40;
	font-size: 19px;
	font-weight: normal;
}

#content h2 a
{
	color: #0e2f40;
	text-decoration: none;
}

#content h3
{
	color: #b04c08;
	font: 19px Georgia, serif;
}

#content h3 a
{
	color: #b04c08;
	text-decoration: none;
}

#content hr
{
	border-top: 2px dotted #dcb;
	clear: both;
}



#content a:link,
#content a:visited
{
	color: #800A18;
	text-decoration: none;
	font-weight:bold;
}

#content a:hover
{
	color: #800A18;
	text-decoration: underline;
	font-weight:bold;
}

#content.home a
{
	text-decoration: none;
}

#content ol,
#content ul
{
	margin-left: 20px;
}

#content ol
{
	margin-top: 0;
	margin-left: 50px;
	padding: 10px 0 0;
}

#content p,
#content li
{
	line-height: 150%;
}

#content blockquote
{
	background: #ede5d4;
	margin: 0 15px 10px;
}

#content blockquote p
{
	margin: 0;
	padding: 10px;
}

/* =Finding Us
----------------------------------------------------------------------*/

#finding_us
{
	position: relative;
	width: 960px;
}

#finding_us img
{
	text-align: right;
}

#corner_overlay
{
	background: url(images/corner_overlay.png) no-repeat;
	color: #817e71;
	font-size: 14px;
	padding: 15px 0 0 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	height: 266px;
	z-index: 1;
}

#corner_overlay h3
{
	color: #b04c08;
	font-size: 14px;
	font-weight: bold;
}

#corner_overlay h4
{
	float: left;
	font-style: normal;
	line-height: 150%;
	margin: 0 0 15px;
	padding: 0 0 0 5px;
}

#get_map
{
	float: left;
	margin: 0 0 0 90px;
	width: 116px;
	height: 26px;
}

/* =Main Photo
----------------------------------------------------------------------*/

#main_photo img
{
	background: #000;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 740px;
	height: 220px;
	z-index: 0;
}

/* =Caption
----------------------------------------------------------------------*/

#caption
{
	background: #321 url(images/caption.gif) left center;
	border-top: 4px solid #220b04;
	clear: both;
	font-size: 18px;
	width: 960px;
}

#caption h5
{
	color: #fff;
	float:right;
	padding: 9px 5px 10px;
	width: 400px;
	text-align: right;
}

/* =Who We Are - Home Page
----------------------------------------------------------------------*/

#dl_whoweare
{
	display: inline;
	padding: 0 0 15px;
}

#dl_whoweare
{
	background: url(images/colorlogo.png) no-repeat right;
	float: left;
	min-height: 250px;
	padding-right: 350px;
}

#dl_whoweare dd
{
	color: #1d5069;
	font-size: 20px;
	margin: 0 0 30px;
}

#dl_whoweare dt
{
	color: #1d5069;
	font-size: 35px;
	margin: 0 0 40px;
}


/* =Spotlight - Home Page
----------------------------------------------------------------------*/

#spotlight
{
	background: #fdf7e4;
	border: 1px solid #ba9;
	clear: both;
	margin: 0 0 20px;
	padding: 0 15px 0 20px;
}

#spotlight dl
{
	float: left;
	display: inline;
	padding: 15px 0;
}

#spotlight dt
{
	float: right;
	color: #492814;
	font-size: 20px;
	margin: 0 120px 10px 0;
}

#spotlight p
{
	color: #492814;
	display: inline;
	float: right;
	font-size: 14px;
	line-height: 170%;
	padding: 15px 0;
	text-align: left;
	width: 335px;
}

#spotlight p a
{
	font-size: 18px;
}

#spotlight img
{
	display: inline;
	float: left;
	margin: 15px 15px 0 0;
	padding: 10px;
	width: 200px;
	height: 200px;
}


/* =Quick Links
----------------------------------------------------------------------*/

ul#quick_links
{
	float: right;
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 5px 0 0;
	overflow: hidden;
	width: 246px;
}

ul#quick_links li
{
	line-height: normal;
}

ul#quick_links a:link,
ul#quick_links a:visited
{
	background-position: right top;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	height: 130px;
	position: relative;
}

ul#quick_links a:hover
{
	background-position: -5px 0;
	color: #AC8345;
}

ul#quick_links a span
{
	display: block;
	position: absolute;
	top: 45px;
	left: 20px;
	width: 80px;
}

#quick_links_first
{
	background-image: url(images/quick_links_first.png);
}


#quick_links_second
{
	background-image: url(images/quick_links_second.png);
}

#quick_links_third
{
	background-image: url(images/quick_links_third.png);
}

/* =Main - Home Page
----------------------------------------------------------------------*/

#main_home
{
	float: left;
	font-size: 12px;
	padding: 20px 0 0 20px;
	width: 660px;
}

#main_home a
{
	color: #963608;
}

#main_home a:hover
{
	text-decoration: underline;
}


/* =Menu
----------------------------------------------------------------------*/

ul#menu
{
	font-size: 11px;
	list-style: none;
	margin: 0 0 20px;
}

ul#menu ul
{
	list-style: none;
	margin: 0 0 0 20px;
}

ul#menu a
{
	color: #734429;
	text-decoration: none;
}

ul#menu a.arrow
{
	background: url(images/menu_arrow.gif) no-repeat left bottom;
	display: inline;
	float: left;
	font-size: 0;
	margin: 2px 5px 0 0;
	overflow: hidden;
	visibility: hidden;
	width: 10px;
	height: 10px;
}

ul#menu a.arrow.on
{
	background-position: 0 0;
}

ul#menu li
{
	padding: 5px 0 0;
}

/* =Green Border
----------------------------------------------------------------------*/

#green_border
{
	background: #123 url(images/green_border.jpg) no-repeat;
	border-top: 5px solid #3b1b08;
	margin: 20px 0 0;
	position: relative;
	clear: both;
	width: 960px;
	height: 65px;
}


/* =Footer
----------------------------------------------------------------------*/

#footer_wrap
{
	position: relative;
	width: 100%;
}

#footer
{
	color: #fff;
	margin: 0 auto;
	line-height: 140%;
	padding: 15px 0 0 15px;
	font-size: 11px;
	width: 945px;
}

#footer .vcard
{
	background: url(images/footer_vcard.gif) repeat-x left bottom;
	float: right;
	font-style: normal;
	padding: 0 20px 50px 75px;
	text-align: right;
}