/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: #666666;
	text-align:center; 
	margin: 10px 0 0 10px;
	padding: 0;
	
}
/* the wrapper contains everything in the page*/
#wrapper {
	position:relative; /*absolute;*/
	background-color: #D0BE9A;
	margin: 10px auto;
	border: 1px solid #000000;
	width:1000px; /*770px;*/
	width:auto;
	text-align:left;
	z-index: 1;
}
#hidedropdown {
	position:absolute;
	left:97px;
	top:152px;
	width:317px;
	height:167px;
	z-index:3;
	visibility: hidden;
}

#dropdown1 {
	position:absolute;
	left:103px;
	top:149px;
	width:80px auto;
	height:81px auto;
	z-index:4;
	/*background-color:#7D241E;
	border:1px solid;
	border-color: #000000;*/
	font-size: 80%;
	background-image: url(../Images_new/transparent.gif);
	visibility: hidden;
}

#dropdown1 ul
{
	margin: 0
	padding: 0;
	list-style-type: none;
}

#dropdown1 li{
 margin: 0 0 .2em 0;
 }
#dropdown1 a
{
	display: block;
	color: #FFFFFF;
	background-color:#990000;
	width: 12em;
	padding: .2em .8em;
	text-decoration: none;
	font-size: 90%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	border: solid 1px;
	border-color: #CDC6AC;
}
#dropdown1 ul li a:hover, #dropdown1 ul li a:focus{
	background-color: #FFFFFF;
	color: #990000;
}

#dropdown2 {
	position:absolute;
	left:234px;
	top:150px;
	width:98px auto;
	height:85px auto;
	z-index:4;
	/*background-color: #7D241E;
	border:1px solid;
	border-color: #000000;*/
	font-size: 80%;
	visibility: visible;
	
}

#dropdown2 ul
{
	margin: 0
	padding: 0;
	list-style-type: none;
}

#dropdown2 li{
 margin: 0 0 .2em 0;
 }
#dropdown2 a
{
	display: block;
	color: #FFFFFF;
	background-color:#990000;
	width: 13.5em;
	padding: .2em .7em;
	text-decoration: none;
	font-size: 90%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	border: solid 1px;
	border-color: #CDC6AC;
}
#dropdown2 ul li a:hover, #dropdown2 ul li a:focus{
	background-color: #FFFFFF;
	color: #990000;
}
#banner {
	height: 132px;
	background-image: url(../Images_new/mainHeader.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #C1AB84;
}
#sitesearch {
	padding-right: 10px auto;
	margin: 0;
	position:relative;
	top: 100px;
	left: 560px;
}
/* Horizontal Navigation Bar */
#hnavbar {
	border-bottom:1px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#hnavbar ul {
	padding: 0;
	margin: 0;
	background-color: #7D241E;
}
#hnavbar ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#hnavbar ul li a {
	color: #FFFFFF;
	background-color: #990000;
	text-decoration:none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;

}
#hnavbar ul li a:hover, #hnavbar ul li a:focus{
	background-color: #FFFFFF;
	color: #990000;
}	
/*left navigation */
#lnav {
	background-color: #D0BE9A;
	background-image: url(../Images_new/background1.jpg);
	width: 166px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	float: left;
	margin: 0;
	padding: 2px;
}
#lnav h3 {
	background-color:#7D241E;
	color:#FFFFFF;
	font-size: 100%;
	text-align: center;
	font-weight:bold;
	width: 98.5%;
	border: 1px solid #D0BE9A;
}
#lnav p{
	color:#372B1D;
	font-size: 80%;
	text-align: left;
	margin:0 5px 5px 5px;
}

#lnav ul{
}

#lnav ul li{
	color:#372B1D;
	font-size: 80%;
	text-align: left;
	margin:0 5px 0 5px;
	list-style-type: none;
}
#lnav a{
	color:#CC0000;
	text-decoration:none;
}

#centerimage{
	text-align: center;
}
#lnav a:hover, #lnav a:focus{
	color:#FFFFFF;
	background-color:#CC0000;
}

#rnav {
	width: 176px;
	float:right;
	background-color: #D0BE9A;
	background-image: url(../Images_new/background1.jpg);
	margin:0;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
}

#rnav h3 {
	background-color:#CDC6AC;
	color:#7D241E;
	font-size: 100%;
	text-align: center;
	font-weight:bold;
	width: 98.5%;
	border: 1px solid #7D241E;
}
#rnav p{
	color:#372B1D;
	font-size: 80%;
	text-align: left;
	margin:0 5px 5px 5px;
}

#rnav ul{
}

#rnav ul li{
	color:#372B1D;
	font-size: 80%;
	text-align: left;
	margin:0 5px 0 5px;
	list-style-type: none;
}
#rnav a{
	color:#CC0000;
	text-decoration:none;
}
#rnav a:hover, #rnav a:focus{
	color:#FFFFFF;
	background-color:#CC0000;
}

#content {
	background-color: #D0BE9A;
	width: 1000px auto;/* 398px; */
	float:right;
	min-height: 500px;
	height: 600px;
	overflow: auto;
	padding: 0 10px 0 10px;
}

#content h1 {
	font-size: 150%;
	color: #695B40;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CDC6AC;
	padding: 0 1px 0 1px;
}
#content br {
	padding: 2px;
}
#content h3 {
	font-size: 130%;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 1px 0 1px;
}

#content p, #content li {
	font-size: 90%;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 1em 0 1em;
}
#content li {
   list-style-type:disc;
   list-style-position:inside;
   }
#content a{
	color:#413620;
	text-decoration:none;
}
#content a:hover, #content a:focus{
	color:#FFFFFF;
	background-color:#413620;
}

#content2 {
	background-color: #D0BE9A;
	width: auto; /*750px;*/
	min-height: 300px;
	height:auto;
	overflow: auto;
	padding: 10px 10px 0 10px;
	text-align: center;
}

#content2 h1 {
	font-size: 150%;
	color: #695B40;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CDC6AC;
	padding: 0 1px 0 1px;
}
#content2 br {
	padding: 2px;
}
#content2 h3 {
	font-size: 130%;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 1px 0 1px;
}

#content2 p, #content2 li {
	font-size: 90%;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 1em 0 1em;
}
#content2 li {
   list-style-type:disc;
   list-style-position:inside;
   }
#content2 a{
	color:#413620;
	text-decoration:none;
}
#content2 a:hover, #content2 a:focus{
	color:#FFFFFF;
	background-color:#413620;
}
#floatrpagedesc{
	width: 200px;
	float:left;
	background-color: #D0BE9A;
	background-image: url(../Images_new/background1.jpg);
	margin:0;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000;
	padding: 2px;
}
#floatrpagedesc h3 {
	background-color:#7D241E;
	color:#FFFFFF;
	font-size: 100%;
	text-align: center;
	font-weight:bold;
	width: 98.5%;
	border: 1px solid #D0BE9A;
}
#floatrpagedesc p{
	color:#372B1D;
	font-size: 80%;
	text-align: left;
	margin:0 5px 5px 5px;
}
#floatrpagedesc ul{
}

#floatrpagedesc ul li{
	color:#372B1D;
	font-size: 80%;
	text-align: left;
	margin:0 5px 0 5px;
	list-style-type: none;
}
#floatrpagedesc a{
	color:#CC0000;
	text-decoration:none;
}

#floatrpagedesc a:hover, #floatrpagedesc a:focus{
	color:#FFFFFF;
	background-color:#CC0000;
}

#footer {
	clear:both;
	margin: 0;
	padding: 0 5px 5px 5px;
	width:auto; /*760px;*/
	background-color: #D0BE9A;
	background-image: url(../Images_new/background1.jpg);
	text-align: center;
	border-top: 1px solid #666666;
	font-size: 80%
}

#footer a {
	margin: 0;
	padding: 0;
	color: #454529;
}

.imagedecoration {
	border: 1px solid #000;
}
#innerwrapper {
	width: 500px;
	height: 290px;
	border: 1px solid #000000;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #333333;
}
#innerwrapper h3 {
	background-color:#7D241E;
	color:#FFFFFF;
	font-size: 105%;
	text-align: center;
	font-weight:bold;
	width: 98.5%;
	border: 1px solid;
	border-color: #D0BE9A;
}
#innerwrapper p{
	color:#FFFFFF;
	font-size: 85%;
	text-align: left;
	margin:0 5px 5px 5px;
}
#picturewrapper{
	padding: 5px;
	float:left;
}
