/*--------------------------------------------------------------------------------------------------
Sitewide, generic Classes and primary page section DIVs and DIV specific class/tag styles go here.
--------------------------------------------------------------------------------------------------*/
/* IE 6 PNG Fixer */
img, div { behavior: url("/css/iepngfix.htc") }

/* MAIN ID DIVs
--------------------------------------------------------------------------------------------------*/
#container {
	margin: 45px auto 0 auto;
	position: relative;
	width: 850px;
}

#header {
  background: #fff url('/css/img/header_logo.jpg') no-repeat;
  background-position: right center;
  background-position: 450px 18px;
	height: 147px;
	position: relative;
}

#navbar {
  background: #d5c79c url('/css/img/navbar_filler.jpg') repeat-x;
	height: 27px;
  position: absolute;
	top: 120px;
	width: 850px;
  z-index: 10;
}
#navbar ul {
  background-color: #d5c79c;
	height: 27px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbar li {
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
}

#content {
  background: #ffffff url('/css/img/content_filler.jpg') repeat-y;
	clear: left;
  text-align: left; 
	width: 850px;
}

#main {
	float: left;
	padding: 50px 10px 10px 10px;
	text-align: left;
	width: 430px;
}
#main.home {
  background-image: url('/css/img/home_bkg.jpg'); background-repeat: no-repeat; background-position: right top;
  height: 500px;
	padding: 0;
	position: relative;
	text-align: left;
	width: 850px;
}
#main.home div#textbox {
  background-image: url('/css/img/home_textbox_bkg.png'); background-repeat: repeat;
  height: 190px;
	padding: 15px;
	position: absolute; right: 30px; top: 240px;
	overflow: auto;
	width: 400px;
}
#main.home div#textbox p, #main.home div#textbox h2 {
  font-size: 1.4em;
  margin: 0;
	padding: 0;
  line-height: 150%;
  text-align: justify;
}

#photobar {
	float: left;
	padding-left: 190px;
	text-align: left;
	width: 200px;
}
#photobar img {
  padding: 15px 0px 0px 15px;
}




#footer {
  font-family: "Georgia", serif;
	background-color: #ffffff;
	border-top: 1px solid #695502;
	color: #695502;
	clear:both;
	margin: 0;
	padding: 10px;
	text-align: center;
}
#footer a:link, #footer a:hover, #footer  a:visited, #footer a:active {
  padding: 0 10px;
	color: #695502;
  font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover {
	color: #695502;
	text-decoration: underline;
}

ul#newslist {
  list-style-type: none;
}
ul#newslist li {
  border-bottom: 1px solid #cdcdcd;
  line-height: 1.5em;
  margin:10px 0 0 0 ;
  padding:0 0 10px 0 ;
}
ul#newslist li a {
  font-weight: bold;
  margin-right:5px;
  padding: 0 3px;
}
ul#newslist li a:hover {
  background: #003b58;
  color: #ffffff;
}


div.subnav {
  background-color: #9fb9ce;
  border-top: 1px solid #666;
  margin: 5px 0 20px 0;
  padding: 3px 0 3px 3px;
}
div.subnav a {
  font-size: 1em;
  letter-spacing: 0;
  padding: 3px;
}
div.subnav a:hover {
  background-color: #bccfde;
}

.callout {
  background-color:#ccc; 
  border:1px solid #666; 
  color:#000; 
  display:block; 
  float:right; 
  font-size:95%; 
  line-height:150%; 
  margin:  0 0 8px 8px;
  padding:8px; 
  width:170px;
}


img.staff_photo {
  border: 1px solid #000000;
  margin: 0 10px 0 0;
  padding: 0;
}

#flash_message { 
  font-family: "Gill Sans","Calibri","Lucida Grande", Verdana, "Arial Unicode MS", sans-serif;
	font-size:1.5em;
  margin: 20px;
	padding:5px; 
	position: relative; 
	text-align: center; 
} 
.flash_error { 
	background-color:#FFE8E8; 
	border:1px solid red; 
	color: yellow; 
}
.flash_info { 
	background-color: #517424; 
	border:1px solid black; 
	color: white;
}