/* CSS Document */

/* Scrollbar fix for FireFox */
html { min-height: 100%; margin-bottom: 1px; }

body
{
	font: 12px "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
}

.clear
{
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.photo_right
{
	float: right;
}

.photo_left
{
	float: left;
	padding-right: 20px;
}

p.home
{
	font-size: 16px;
}

#topBanner
{
	background: url(/img/top_banner.jpg) no-repeat right bottom;
	height: 140px;
	width: 515px;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
}

#homeLinkWrapper
{
	width: 420px;
	float: right;
}

#homeLink
{
	color: #654;
	width: 420px;
	height: 60px;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin-top: 10px;
	text-decoration:none;
}

#homeLink h3
{
	margin-top:0px;
	margin-bottom: 0px;
}

#homeLink img
{
	float: left;
	padding-right: 10px;
	border: 0px;
}

/** Site Index **/
#site_index_wrapper
{
	background: #331111;
	width: 100%;
}

#site_index
{
	background: #331111;
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0 20px;
	width: 950px;
}

#site_index dl
{
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 172px;
}

#site_index dt
{
	padding: 10px 0 5px;
}

#site_index dd
{
	padding: 1px 0;
}

#site_index dt a
{
	color: #FFFFFF;
}

#site_index dd a
{
	color: #ccccbb;
}

#site_index a:hover
{
	text-decoration: underline;
}

/** Site Index Tab **/
#site_tab
{
	background: url(/img/site_tab.png) no-repeat left bottom;
	cursor: pointer;
	display: block;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -99999px;
	top: 0;
	right: 0;
	visibility: visible;
	width: 138px;
	height: 22px;
}

#site_tab.on
{
	background-position: 0 0;
}


/** Main Logo **/
#header_wrap
{
	background: url('/img/header3.jpg') repeat-x center top;
	border-top: 4px solid #331111;
	width: 100%;
}

#header
{
	position:relative;
	display:block;
	background: url('/img/logo.png') no-repeat left top;
	margin: auto;
	width: 950px;
	height: 95px;
}

/** Main Navigation **/
#MainNavWrapper
{
	background: #331111;
	border-top: 4px solid #774422;
	width: 100%;
	border-bottom: 4px solid #774422;
}

#MainNav
{
	position:relative;
	display:block;
	height:36px;
	font-size:14px;
	background:transparent repeat-x top left;
	margin: auto;
	width: 950px;
}

#MainNav ul
{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}

#MainNav ul li
{
	display:block;
	float:left;
	margin:0 1px 0 0;
}

#MainNav ul li a
{
	display:block;
	float:left;
	color:#887766;
	text-decoration:none;
	padding:8px 22px 0 22px;
	height:28px;
}

#MainNav ul li a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

#MainNav li.current
{
	background:#774422 url(/img/lt_MainNav.gif) no-repeat left center;
}

#MainNav li.current a
{
	background: url(/img/rt_MainNav.gif) no-repeat right center;
	color:#FFFFFF;
}


/** Sub Navigation **/
#SubNavWrapper
{
	background: #774422;
	margin: 0 0 -2px;
	width: 100%;
	border-bottom: 2px solid #331111;
}

#SubNav
{
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	background:transparent repeat-x top left;
	margin: auto;
	width: 950px;
}

#SubNav ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:auto;
}

#SubNav ul li
{
	display:block;
	float:left;
	margin:0 1px 0 0;
	padding-top: 6px;
	height: 26px;
}

#SubNav ul li a
{
	display:block;
	float:left;
	color:#887766;
	text-decoration:none;
	height:18px;
	border-left: 1px solid #887766;
	padding: 0 22px 0 22px;
}

#SubNav ul li a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

#SubNav ul li.current
{
	background:transparent url(/img/SubNav_arrow.gif) no-repeat bottom center;
}

#SubNav ul li.current a
{
	color:#FFFFFF;
	background:#774422;
}

#SubNav a.first
{
	border: 0;
}

/** Main Content **/
#content_wrap
{
	background: #CCCCCC;
	border-top: 2px solid #331111;
	width: 100%;
}

#content
{
	background-color: #FFFFFF;
	border-top: 2px solid #341111;
	color: #654;
	margin: -2px auto 0px;
	width: 950px;
	padding: 5px 15px 15px 15px;
}

#contentSideNav
{
	margin-left: 160px;
	width: 775x;
}

/** Bread Crumbs **/
#crumbs a
{
	color:#774422;
	text-decoration:none;
}

#crumbs a:hover
{
	clear: right;
	color:#665544;
	text-decoration:underline;
}

/** Side Navigation **/
#SideNavWrapper
{
	width: 150px;
	float: left;
}

#SideNav
{
	float:left;
}

#SideNav ul
{
	padding:0;
	list-style-type:none;
	margin-left: 0px;
}


#SideNav ul li
{ 
	padding-left:0px;
	margin-left: 0px;
	border-bottom: 1px dashed #CCCCCC;
}

#SideNav ul li a
{
	color:#774422;
	clear: right;
	text-decoration:none;
}

#SideNav ul li a:hover
{
	clear: right;
	color:#665544;
	text-decoration:underline;
}

#SideNav ul li.current
{
	
}

#SideNav ul li.current a
{
	color:#331111;
	font-weight: bold;
}

/** Main Section **/
#mainImage
{
	text-align: center;
	clear: both;
	padding-bottom: 20px;
}

#mainLinks_wrap
{
	text-align: center;
	clear:both;
}

#mainLink
{
	color: #654;
	width: 420px;
	height: 60px;
	float:left;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin-top: 10px;
	text-decoration:none;
}

#mainLink h3
{
	margin-top:0px;
	margin-bottom: 0px;
}

#mainLink img
{
	float: left;
	padding-right: 10px;
	border: 0px;
}

/* Staff and Administration */

#personWrapper
{
	clear:both;
	float: left;
}

#personWrapper .photo
{
	clear:left;
	float:left;
	padding-right: 15px;
	padding-bottom: 10px;
}

#personWrapper .name
{
	font-size: 14px;
}

#personWrapper .resume
{
	display: block;
	float: left;
	width: 600px;
	padding-top: 10px;
}

#staff_bar
{
	clear: both;
	border: none 0; 
	border-top: 1px dashed #000;
}

/** Footer **/
#footer_wrap
{
	margin: -12px auto 0;
	position: relative;
	width: 100%;
	background: #331111;
	clear:both;
}

#footerContent
{
	color: #ccccbb;
	margin: 0 auto;
	line-height: 140%;
	padding: 15px 0 15px 15px;
	font-size: 11px;
	width: 950px;
}

#footer
{
	float: left;
	width: 400px
}

#footer a
{
	color: #ccccbb;
}

#footer a:hover
{
	color: #FFFFFF;
}

#address 
{
	width: 400px;
	float: right;
	text-align:right;
	padding-right:10px;
}



