/* CSS Document */
html {
/*	background-color: #804E00;*/
	}
html body {
	/*background-color: #804E00;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	overflow-x: hidden;
}
#background {
    width: 100%; 
    height: 100%; 
/*    position: absolute; */
	position:fixed;
    left: 0px; 
    top: 0px; 
/*    z-index: -1;*/
}
a { zoom: 1;}
.stretch {
    width:100%;
    height:129%;
}
#container {
	width: 1000px;
	margin: auto;
	position:relative;
	z-index:1;
}
#header {
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/header.png');
	background-repeat: no-repeat;
	width: 1000px;
	height: 100px;
	margin: 0;
	border: 0;
	padding: 0;		
}
#header[id]{
	background-image:url('../images/header.png');
	background-repeat: no-repeat;
}
#subheader {
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/subheader.png');
	background-repeat: no-repeat;
	width: 1000px;
	height: 21px;
	margin: 0;
	border: 0;
	padding: 0;
}
#subheader[id]{
	background-image:url('../images/subheader.png');
	background-repeat: no-repeat;
}
#subheader span {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 220px;
	z-index:1;
}
#footer {
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/footer.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 24px;
	margin-left: -2px;
	margin-bottom: -1px;
	margin-top: 5px;
	bottom: 0;
	
}
#footer[id]{
	background-image:url('../images/footer.png');
	background-repeat: no-repeat;
}
#footer span {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding-left: 20px;
	z-index:1;
}

.landing {	
/*<img src="images/landing.png" alt=""/> */
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/landing.png');
	text-align: center;
	height: 409px;
	width: 612px;
	margin-left: auto;
	margin-right: auto;
}
.landing[class]{
	background-image:url('../images/landing.png');
	background-repeat: no-repeat;
}
.textcenter{
	text-align:center;
}
.round-wrapper {
	width: 785px;
	background-color: #804E00;
	border: 0px;
	padding: 0px;
	margin: 0px;
	
}
.nav-container {
	width: 200px;
	height: auto;
	float: left;
	display: inline;
	background-color: #f3d4a3;
}
.nav {
	margin: auto;
	width: 190px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.nav-container ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.nav-container li {
}
.nav-container a {
	text-decoration: none;
	display: block;
	color: #000000;
	margin: 5px 5px 5px 5px;
	padding-bottom: 10px;
	
}
.nav-container a img {
	height: 30px;
	width: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -10px;
	border: 0;
}
.nav-container a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background: #009245;
}

.nav-header {
	background-color: #064826;
	width: 100%;  
	text-align: center;
}
.nav-header div {
	margin: auto;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background: #064826;
	margin: 0 -5px 0 -5px;
	/*padding: 2px 0px 2px 20px;
*/
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#content-container {
	width: 793px;
	height: auto;
	float: left;
	display: inline;
	/*border-style: solid;
	border-color: #402700;
	border-width: 1px;

	padding-top: 5px;*/
}

.top-padding {
	width:  100%;
	height: 10px;
}
.h-spacer {
	width: 100%;
	height: 3px;
}
.v-spacer {
	float: left;
	display: inline;
	width: 13px;
	height: 50px;
}
.clear {
	clear:  both;
}
.article {
	/*margin: auto;
*/
	border: 0;
	margin-left: 5px;
	width: 793px;
	height: auto;
	background-color: #f3d4a3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
/*	margin-top:-15px;*/
	padding-bottom: 5px;
}
.article img{
	padding: 10px;
}
.article p {
	/* padding: 5px 25px 5px 25px;
*/
	padding-left: 25px;
	padding-right: 25px;
}
.article p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
}
.article p a:hover {
	color: #000000;
	text-decoration: underline
}
.article span {
	width: 40%;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#article-header img{
	z-index:0;
}
#article-header {
	width: 785px;
	height: 20px;
	background-color: #064826;
	/*border-style: solid;
	border-color: #402700;
	border-width: 1px 1px 1px 1px;*/
	top: 0;
	/*margin-bottom: 5px;
*/
	margin-top: -6px;
	margin-left: -1px;
}
#article-header span {
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	padding-left: 20px;
}
.flash-display {
	margin: auto;
	width: 100%;
	text-align: center;
}
.breadcrumb {
	margin: auto;
	width: 100%;
	text-align: left;
	padding-left:20px;
}
#contactus {
	margin: auto;
	padding: 0;
	font-size: 100%;
	width: 325px;
}
form fieldset {
	border-color: #488156;
	padding: 5px;
}
form fieldset label {
	width: 100px;
	float: left;
}
form fieldset p {
	padding-top: 10px;
	padding-bottom: 10px;
}
form fieldset input {
	width: 200px;
}
form fieldset textarea {
	width: 200px;
}
form fieldset .button {
	width: 100%;
}
#CarouselWrapper{
	margin: auto;
	padding: 0;
	width: 100%;
	text-align:center;
}
/*BOD-Elections*/
#BOD-Elections{
	text-align:center;
	margin:auto;
	padding-left:150px;
	margin-bottom: 20px;
	width:90%;
}
#BOD-Elections ul{
	list-style-type:none;
}
#BOD-Elections ul li{
	width:90px;
	height:110px;
	float:left;
	padding: 10px;
}

#BOD-Elections ul li div{
	top: -10px;
	position:relative;
	font-size:10px;
	text-align:center;
	width:110px;
	padding-left; 10px;
	border:none;
}

.dirbio{
/*	display:none;	*/
	float:left;
	border:none;
}
.dirbio img {
	float: left;
	position:relative;
	bottom: -6px;
	padding-left:25px;
	border:none;
}
.dirbio a{
	border:none;
}

.pudirbio{
/*	display:none;	*/
	float:left;
	border:none;
}
.pudirbio img {
	float: left;
	position:relative;
	padding-left:25px;
	border:none;
}
.pudirbio a{
	border:none;
}

/*End BOD-Elections*/
.dirimg{
	float:left; 
	margin-left:20px; 
	margin-right: 20px;
}



.backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:400px;
width:400px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:10px;
font-size:13px;
}
#popupContact img {
	float: left;
	position:relative;
	padding-left:20px;
	padding-right:10px;
	border:none;
	
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:18px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:10px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#lantern{
	float:left;
}
#lantern img{
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 20px;
}
#fdr{
	float:right;
}
#fdr img{
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 10px;
}
