@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #624007;
	height: 100%;}

#container{ 
min-height:100%;
height: 100%;
   position:relative;
   margin: 0 auto;
}
#header_bg {
	background: #e8e7de url(images/headerbg.jpg) repeat-x scroll;
	width: 100%;
	z-index: inherit;
	height: 202px;
}

#header {margin: 0 auto;
	width: 928px;
height:200px;
}

#mainContent {
	width: 968px;
	position: relative;
	top: -40px;
	padding: 0;
	margin: 0 auto;
	z-index: 0;
		height: 100%;
		min-height:100%;
		max-height:100%;
		overflow: hidden;
		padding-bottom:76px;
}

#footer
{
	clear: both;
	position: absolute;
	z-index: 10;
	height: 96px;
	margin-top: -96px;
	width: 100%;
	background: url(images/footerbg.jpg) repeat-x scroll bottom;
	top: 100%;
	background-image: url(images/footerbg.jpg); text-align:center;
	
}

#footercopy { padding-top: 15px;}

#logo {
	float: left;
	width: 400px;
	height: 180px;
	margin: 0;
	position: absolute;
	top: 30px;
	z-index: 100;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left;
	visibility: visible;
}

#birds {
	float: right;
	width: 500px;
	height: 250px;
	margin: 0;
	position: relative;
	top: 10px;
	left: 20px;
	z-index: 0;
	background-image: url(images/birds.png);
	background-repeat: no-repeat;
	background-position: right;
	visibility: visible;
}


.body_bg {background-color: #e8e7de; }

.introbox { width: 210px; background-color: #d5cdba; padding: 9px; float: right; margin-right: 10px; min-height: 330px;
}
.imgbox { width: 195px; background-color: #d5cdba; padding: 9px; border: 5px solid #d5cdba; float: right; margin: 0 10px 10px 10px;
}

img { margin: 0 auto; border: none;}

p { }

.headerintro {
	font:Arial, Helvetica, sans-serif; font-weight: bold; 
	font-size: 15px; color:#624007; font-variant:small-caps; text-align:center;
}
.headerintro a { text-decoration:none; color:#624007;}
.headerintro a:hover { color: #780320;}

.linkslistcopy { float: left; display:block; width: 280px; padding: 3px;}
.linkslistlinks { float: left; display:block; width: 100px; padding: 3px;}


.leftmaincontent { float:left; width: 660px; padding: 0 20px; }
.rightimageblocks { float: right; width: 215px; padding: 0 5px; margin: 0 auto;}
h1 { font-variant:small-caps; color:#780320; padding-bottom: 15px;
}

h2 { font-variant:small-caps; color:#780320;
}

h3 {font-variant:small-caps; color:#780320;
}

h4 {font-variant:small-caps; color:#780320;
}

h5 {font-variant:small-caps; color:#780320;
}

h6 {font-variant:small-caps; color:#780320;
}

a { color:#780320; text-decoration: underline}
a:hover { text-decoration: none}


.dropdown {position: relative; font-family: arial, sans-serif; font-variant: small-caps; font-weight: bold; width:100%; height:30px; font-size:13px; color:#780320; z-index:1000;}


/* base Level Drop Down Menu */

.dropdown ul {padding:0; margin:0; list-style: none;}

.dropdown ul li {float:left; position:relative;}

.dropdown ul li a {  padding:9px; display:block; text-decoration: none; text-align:left; color:#780320;}

.dropdown ul li a:hover {background:#c19852; color:#fff;}

/* Second Level Drop Down Menu */

.dropdown ul li ul {display: none;}

.dropdown ul li:hover ul {  display:block; position:absolute; top:30px; min-width:150px; left:0;}

.dropdown ul li:hover ul li a {display:block; background:#e8e7de; color:#780320; width:130px; }

.dropdown ul li:hover ul li a:hover {background:#c19852; color:#ffffff;}


.clr {
	clear: both;
}

.indentlist {  list-style-position: outside;

}

input.button  {
	background: #8d5030;
	border: 0;
	font-size: 10px;
	color: #fff;
	padding: 5px 5px;
	cursor: pointer;
}
.inputbox {
	border: 1px solid #8d5030;
	padding: 2px;
background-color: #fff;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}
.texfield { border: 1px solid #780320; font-size:10px; background: #fff;padding: 2px;color:  #780320; font-family:Arial, Helvetica, sans-serif;}
.dropdownform {border:1px solid #780320; font-size:10px; background: #fff; padding: 2px;color:  #780320}

textarea {
font-size:10px;  color: #8d5030;
}

form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
	padding: 0;
}
