@charset "utf-8";
body {
	background-color: #6b7655;
	margin : 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(images/backband.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*BANNER CONSTRUCTION*/
#headertop_div {
	background-image: url(images/headerarc.png);
	background-repeat: no-repeat;
	width: 922px;
	height: 113px;
	margin:0 auto;
	padding-top:57px;
}

#photoHome_div {
	width: 922px;
	margin:0 auto;
}


/*BODY CONSTRUCTION ETC.*/
#container1_div {
	width: 918px;
	margin: 0 auto;
	border-left:#5a5953 solid 2px;
	border-bottom:#5a5953 solid 2px;
	border-right:#5a5953 solid 2px;
}

#container2_div {
	width: 912px;
	border-left:#f7f0d4 solid 3px;
	border-bottom:#f7f0d4 solid 3px;
	border-right:#f7f0d4 solid 3px;
}

#container3_div {
	width: 910px;
	border-left:#af8c54 solid 1px;
	border-bottom:#af8c54 solid 1px;
	border-right:#af8c54 solid 1px;
	background-color:#e3d3af;
}

#main_block_div{
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	color: #333;
	font-size: 12px;
	line-height:16px;
	overflow:hidden;
}

#left_content_block_div{
	width: 65%;
	padding-right:30px;
	border-right:#794f26 solid 1px;
	float:left;
}

#sub_content_block_div{
	width: 97%;
	padding-right:30px;
	float:left;
	min-height:300px;
}


#right_content_block_div{
	width: 25%;
	padding-left:25px;
	float:left;
}



/*NAVIGATION CONSTRUCTION / LINKS*/

#navigation_div {
	width: 910px;
	text-align:center;
	padding-top: 9px;
	height: 45px;
	background-image: url(images/navband.gif);
	background-repeat: repeat-x;
}

#link{
	font-size:20px;
	text-decoration:none;
	color:#482400;
	padding-left:20px;
	padding-right:20px;
}

#link:hover{
	color:#7e060a;
	text-decoration:underline;
}


#footer_div {
	font-size : 11px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	padding-top: 6px;
	height: 40px;
	width: 900px;
	margin: 0 auto;
}


h1{
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	color:#7e060a;
	margin-top:0px;
	margin-bottom:0px;
}


/* Links for Site if no class exists */
A:LINK {
color: #482400;
font-weight: normal;
text-decoration : underline;
}

A:VISITED {
color: #482400;
font-weight: normal;
text-decoration : underline;
}

A:HOVER {
color: #482400;
font-weight: normal;
text-decoration : none;
}

.textbox {
	background-color: #f7f0d4;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}

.red_button{
	padding-right: 10px;
	padding-top: 6px;
	padding-left: 38px;
	border: 1px #7e060a solid;
	border-radius: 4px;
	background-image:url(images/button_background.png);
	white-space:nowrap;
	color: white !important;
	font-family:Verdana;
	font-size: 15px;
	height: 26px;
	text-decoration:none !important;
	display:inline-block;
}
.red_button[type=submit]{
	padding-bottom: 6px;
	height: 34px;
}

/*--------EMAIL FORM------------*/
.textfield{
	padding:4px;
	border:#666 solid 1px;
	border-radius:5px;
	color:#666;
	size: 15px;
}


/*ADMIN NAVIGATION BAR*/
#admin_nav{
	height: 22px;
	width: 100%;
	border:1px solid #565e44;
	background-color:#6b7655;
	text-align:center;
	padding-top:3px;
	margin-bottom: 30px;
}

#adminlink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	text-decoration : underline;
	color: #fff;
	padding-right:8px;
	padding-left:8px;
}

#adminlink:hover{
	text-decoration : none;
}

#announcements_div{
	height: 360px;
	width: 240px;
	overflow:auto;
	border:#af8c54 solid 1px;
	padding: 7px;
}
#messages_div{
	height: 360px;
	width: 240px;
	overflow:auto;
	border:#af8c54 solid 1px;
	padding: 7px;
}
.ui-widget{font-size: .8em;}

