/* CSS Document */

/*------------------------------------------------------------*
**  Global Components
**------------------------------------------------------------*/

html {
	height: 100%; 
	overflow-y: scroll;  /* Prevents page shift for scroll bar */
}

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #802601 url(images/bg.jpg) top center repeat-y;
}

/*------------------------------------------------------------*
**  Font & Image Styles
**------------------------------------------------------------*/

@font-face {
    font-family: MyBernhart;
    font-style:  normal;
    font-weight: normal;
    src: url(bernhart0.eot);
}

@font-face {
    font-family: MyRockwell;
    font-style:  normal;
    font-weight: normal;
    src: url(rockwell0.eot);
}

h3 {
	font-family: Bernhart, MyBernhart, Arial;
	font-weight: bold;
	font-size: 1.3em;
	color: #802601;
	margin: 0 0 10px 0;
}

h4 {
	font-family: Bernhart, MyBernhart, Arial;
	font-weight: bold;
	font-size: 1.4em;
	color: #802601;
	margin: 0 0 -10px 0;
}

#content a, #content2 a, #extras a, #footer a {
	text-decoration: none;
	color: #802601;
	font-weight: bold;
	border-bottom: 1px dashed #802601;
}

#content a:hover, #content2 a:hover, #extras a:hover, #footer a:hover {
	color: #FFE132;
	border-bottom: 1px solid #FFE132;
}

a img {
	border: 0;
}

/* Styles external links with a graphic */

a.external, a.external:link, a.external:active, a.external:visited {
	text-decoration: none;
	color: #802601;
	font-weight: bold;
	border-bottom: 1px dashed #802601;
	padding-right: 15px;
	padding-top: 5px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(images/ext.png);
}

a.external:hover
{
	color: #802601;
	border-bottom: 1px solid #FFE132;
	background-image: url(images/ext_hover.png);
}

/* Styles email links with a graphic */

a.email, a.email:link, a.email:active, a.email:visited {
	text-decoration: none;
	color: #802601;
	font-weight: bold;
	border-bottom: 1px dashed #802601;
	padding-right: 15px;
	padding-top: 5px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(images/email.png);
}

a.email:hover
{
	color: #802601;
	border-bottom: 1px solid #FFE132;
	background-image: url(images/email_hover.png);
}

/*------------------------------------------------------------*
**  Wrap (entire page)
**------------------------------------------------------------*/

#wrap {
	background: #FFFFFF;
	margin: 0 auto;
	width: 760px;
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

#header {
	clear: both;
	margin: 2px 0 0 0;
	padding: 0;
	height: 16px;
	text-align: right;
	font-size: 0.9em;
}

#header h1 {
	width: 250px;
	margin: 0 0 10px 0;
	float: left;
}

#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #555555;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.2em;
}

#header a {
	text-decoration: none;
	color: #802601;
	font-weight: bold;
}

#header a:hover {
	color: #FFE132;
}

#frontphoto {
	margin: 0 0 10px 0;
	border: 0;
}

/*------------------------------------------------------------*
**  Left Menu Formatting  (Includes Announce Section)
**------------------------------------------------------------*/

#avmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#avmenu ul.menu {	
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#avmenu li.item {
	margin-bottom: 4px;
}

#avmenu li.item a {
	height: 20px;
	text-decoration: none;
	display: block;
	padding: 6px 0 0 10px;
	background: #802601;
	color: #FFFFFF;
	font-family: Rockwell, MyRockwell, Arial;
	font-size: 1.2em;
	font-weight: bolder;
}	
	
#avmenu li.item a:hover {
	background: #FFE132;
	color: #802601;
	text-decoration: none;
}

#avmenu li a:hover, #avmenu li a.high_on {
	color: #FFE132;
}

/*------------------------------------------------------------*
**  Mouseover Drop Down Menu
**------------------------------------------------------------*/

#dropmenudiv {
	position: absolute;
	background-color: #802601;
	border: 0px solid #555555;
	border-bottom-width: 0;
	font-family: Rockwell, MyRockwell, Arial;
	font-size: 1em;
	font-weight: bolder;
	line-height: 18px;
	z-index:  100;
}

#dropmenudiv a {
	width:  100%;
	display:  block;
	text-indent:  3px;
	border-bottom:  0px solid #555555;
	padding:  1px 0;
	color:  #FFFFFF;
	text-decoration:  none;
	font-weight: bolder;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #FFE132;
	color: #802601;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #E5EAF5;
}

/*------------------------------------------------------------*
**  Announce Section (Left Below Menu)
**------------------------------------------------------------*/

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	background-color: #802601;
	color: #FFFFFF;
	line-height: 1.3em;
}

.announce h3 {	
	font-family: Bernhart, MyBernhart, Arial;
	font-weight: bold;
	font-size: 1.4em;
	color: #FFFFFF;
	margin: 0 0 8px 0;
}

.announce a {	
	color: #FFFFFF;
}

.announce ul {	
	list-style: none;
}

.announce li {
	margin-left: -40px;
}

.announce .event {
	margin-left: -60px;
	list-style: disc outside;
	color: #FFFFFF;
}

/*------------------------------------------------------------*
**  Extras Section (Right)
**------------------------------------------------------------*/

#extras {
	float: right;
	width: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #555555;
	font-size: .95em;
	line-height: 1.5em;
	list-style-position: outside;
}

#extras p {
	margin: 0 0 1.5em 0;
}

#extras li {
	margin-left: -22px;
}

/*------------------------------------------------------------*
**  Content Section (Center)
**------------------------------------------------------------*/

#content {
	margin: 0 110px 20px 160px;
	border-left: 1px solid #802601;
	border-right: 1px solid #802601;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	color: #555555;
	text-align: left;
}

#content h2 {
	font-family: Bernhart, MyBernhart, Arial;
	font-size: 1.6em;
	font-weight: bold;
	color: #802601;
	margin: 0 0 1em 0;
}

#content img {
	padding: 1px;
	display: inline;
	background: #FFE132;
	border: 4px solid #802601;
}

#content2 { /*collapse extras*/
	margin: 0 10px 20px 160px;
	border-left: 1px solid #802601;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	color: #555555;
	text-align: left;
}

#content2 h2 {
	font-family: Bernhart, MyBernhart, Arial;
	font-size: 1.6em;
	font-weight: bold;
	color: #802601;
	margin: 0 0 1em 0;
}

/*------------------------------------------------------------*
**  Table Formatting
**------------------------------------------------------------*/

table.home {
	width: 100%;
	display: inline;
	text-align: center;
	border: 4px solid #FFE132;
	bordercolor: #802601;
	background-color: #FFFFFF;
	color: #802601;
}

table.home td {
	padding: 5px;
	border: 1px solid #FFE132;
	text-align: center;
}

table.home h4 {
	font-family: Bernhart, MyBernhart, Arial;
	font-weight: bold;
	font-size: 1.6em;
	margin: 0 0 1em 0;
	color: #802601;
}

table.home a {
	text-decoration: none;
	color: #FFE132;
}

table.home a:hover {
	text-decoration: underline;
	color: #FFE132;
}

table.invis td {
	padding: 5px;
	border: 0px;
	text-align: center;
}

/* Tables used under Resources */

table.deco {
	display: inline;
	border: 4px solid #802601;
	bordercolor: #FFE132;
}

table.deco thead {
	background: #802601;
	text-align: center;
}

table.deco td {
	padding: 5px;
	border: 1px solid #FFE132;
	vertical-align: top;
}

table.deco h3 {
	font-family: Bernhart, MyBernhart, Arial;
	font-weight: bold;
	font-size: 1.3em;
	color: #FFFFFF;
	margin: 0 0 10px 0;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 2px solid #802601;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}

/*------------------------------------------------------------*
**  Misc. Special Formatting
**------------------------------------------------------------*/

/* Special formatting for Calendar window */
#cwindow {
	border-width: 0;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.maroon {
	font-weight: bold;
	color: #802601;
}

.extra_quote {
	font-family: Rockwell, MyRockwell, Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	color: #802601;
	text-align: center;
}

.quote {
	font-weight: bold;
	font-style: italic;
	color: #802601;
	text-align: center;
}

.hide {
	display: none;
}

