/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	background: #BFAE93 url(images/bg-body.gif) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;

}
/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
h1, h2, h3, h4 {/* Styles h1, h2, h3, h4,  tags */
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h1 {
	font-weight: normal;
	font-size: 28px;
	text-transform: uppercase;
	border-bottom: 1px solid #867A66;
	margin-left: 25px;
	color: #3B0B3F;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	
}
h2 {
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-transform: uppercase;
	padding-left: 5px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #867A66;
	margin-bottom: 20px;
	margin-right: 45px;
	color: #3B0B3F;
}
h3 {
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
	color: #3B0B3F;
}
h4 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h5 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	margin-left: 30px;
	font-style: italic;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 19px;
	color: #333333;
	padding: 7px 20px 7px 40px;
	margin-top: 5px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active{
	font-size:13px;
	color:#1E3B01;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration: underline;
}

a:hover {
	font-size:12px;
	color:#3B0B3F;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}

/*-----------style for address-------------*/

address {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E3B01;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding-top: 30px;
	padding-right: 3px;
	padding-bottom: 30px;
	padding-left: 25px;
		
}

address a:link{
	font-size:14px;
	color: #1E3B01;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #390E3C;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat;
}
div#header {
	height: 497px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	width: 990px;
}

div#content {
	width: 750px;
	padding: 20px 10px 20px 0px;
	float: left;
	
} 
div#content ol, div#content ul {
	line-height: 18px;
	margin: 0px 15px 10px;
	padding: 0px;
}
div#content ul li{
	padding-left: 15px;
	list-style: url(none) none;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #3B0B3F;
	margin-left: 20px;
	background: url(images/bullet.gif) no-repeat left top;
} 

div#content strong {
	font-weight: bold;
	color: #3B0B3F;
}

div#flash {
	width: 990px;
	height: 301px;
	float: right;
	position: absolute;
	left: 0px;
	bottom: 22px;
	
}
div#docs {
	width: 725px;
	float: left;
	
}

div#pic {
	width: 195px;
	float: left;
	padding: 10px 0;
}

div#pic img{
	border: solid 1px #999999;
	margin-left: 20px;
}

div#info {
	width: 525px;
	float:right;
}


div#sidebar {
	float: left;
	width: 225px;
	padding: 0px;
	
}
	
div#sidebar img{
	margin: 10px 0px;
	text-align: center;
}

div#footer {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #867A66;
	padding: 19px 0px 0px;
	position: relative;
	height: 20px;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	
}
div#footer a:link, div#footer a:visited {
	color: #BFAE93;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
div#footer  a:hover {
	color: #DCCDB6;
	font-size: 10px;
	font-weight: bold;
}


div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #191F01;
	width: 867px;
	padding-top: 5px;
}

div#copyright a:link, div#copyright a:visited {
	color:#191F01;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #191F01;
	font-weight: bold;
	
}
	
div#admin {
	position: absolute;
	right: 21px;
	bottom: -16px;

}
div#admin a:link, div#admin a:visited {
	color:#A29E94;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #2E3134;
	font-weight: bold;	
	
}


/*  Audio elements  */

div#audio {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 475px;
	right: 47px;
	height: 20px;
	width: 111px;
}



div#iframe {
	margin: 0 auto;
	
}

div#map {
	margin: 0px auto;
	text-align: center;
}


/* DIVs to create columns for paragraphs. */
.leftpara {
	float: left;
	padding-left: 20px;
	padding-right: 0px;

}	


/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */


ul#mainnav {
	width: 987px;
	position: absolute;
	left: 1px;
	z-index: 2;
	top: 143px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles links. Setting the display to block ensures  links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #F5F5F7;
	display: block;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 8px 24px 8px 25px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #756077;
}

.nav-end a:link, .nav-end a:visited, .nav-end a:active{border-right:none;} 

/* Creates hover status. */
ul#mainnav li a:hover {
	color: #DCCDB6;
	width: auto;
	background: #191F01 no-repeat center;
}

/* Creates current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #3B0B3F;
	width: auto;
	background: #BFAE93 center;
}


/* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	text-align:center;
	padding: 0px;
	margin:0px auto;
	
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #BFAE93;
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	float: left;
	}
	
	
	ul#utilitynav li a:hover {
	color: #D5CEA4;
	width: auto;
	text-decoration: underline;
	}
	
	
	

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */

.rightimg
 {
	float: right;
	clear: both;
	border: 1px solid #867A66;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 15px;
	
}
.leftimg {
	float: left;
	clear: both;
	margin: 10px 20px 30px 30px;
	border: 1px solid #D3D2D7;
}

.middleimg{
	border: 1px solid #D3D2D7;
	padding: 0px;
	margin: 10px 0px 10px 20px;
	clear: none;
}


.clear {
	clear: both;
}


/* CLASSES to create columns for unordered lists. */
ul.leftul {
	font-size: 12px;
	font-weight: normal;
	padding: 10px 10px 0px;
	float: left;
	clear: none;
	margin: 0px;
	width: 160px;
}
ul.rightul {
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0px 0px;
	float: left;
	clear: none;
	margin: 0px;
	width: 250px;
}

