/* CSS Document */
body {
	margin-left:0px;
	margin-top:0px;
    margin-right:0px;
	text-align:left;
	background-color: #c7b29a;
}
#pagebackground {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(images/pageBG.jpg) repeat-x  top;	
}
#wrapper {
	width:900px;
	margin:0 0 0 0;
}
#header {
	position:relative;
	width:900px;
	height:298px;
	background:url(images/header1.jpg) no-repeat top;
}
.style1 {
font-family:"Bookman Old Style";
font-size:36px;
color:#FFFFFF;

}
#menu {
	position:relative;
	width:900px;
	height:36px;
	padding-top:184px;
	z-index:100;
}

.menu_image {
	border:none;
}
#menu_button {
	width:860px;
	height:36px;
	padding:0px 0px 0px 32px;
	float:left;
}
#welcome {
	text-align:left;
	float:left;
	width:770px;
	height:60px;
	padding-left: 110px;
	padding-top: 19px;
}
#shell {
	width:900px;
	min-height:450px;
	_height:450px;
	background:url(images/shell_repeat.jpg) repeat-y top;
	float:left;
}
#shellBG {
	width:900px;
	min-height:386px;
	_height:386px;
	background:url(images/shell.jpg) no-repeat top;
}
#image {
	width:270px;
	height:350px;
	float:left;
	
}

#rightpane{
width:270px;
	height:350px;
	float:left;
	
	}

#contentBG {
	width:535px;
	min-height:450px;
	_height:450px;
	float:left;
}
#content {
	width:535px;
	min-height:360px;
	_height:360px;
	float:left;
	text-align:center;
	background:url(images/content_black_repeat.jpg) repeat-y top;
	
}
#content_black_top {
	width:535px;
	min-height:303px;
	_height:303px;
	background:url(images/content_black_top.jpg) no-repeat top;
}
#content_text {
	width:510px;
	min-height:360px;
	_height:360px;
	color:#FFFFFF;
	margin-left:2px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	text-align:left;
	overflow-x:auto;
}
#ContentPane{
	width:535px;
}
#content p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.5;
margin-right:15px;
margin-left:20px;
	color:#ffffff;
/*padding-right:5px;*/
}
#content h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
margin-right:15px;
margin-left:20px;
}
#content h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
	color:#ffffff;
}
#contenth3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
margin-right:15px;
margin-left:20px;
}
#content h4{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
margin-right:15px;
margin-left:20px;
}
#content h5{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
margin-right:15px;
margin-left:20px;
}
#content ul{
list-style-type:square;
margin-right:14px;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.5;
}
#content ol li ul li{
list-style-type:square;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
#content ol{
margin-right:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.5;
}
#content_black_bottom {
	width:535px;
	height:12px;
	background:url(images/content_black_bottom.jpg) no-repeat top;
}
#content_bottom {
	width:900px;
	height:33px;
	background:url(images/content_bottom.jpg) no-repeat top;
}

.form {
text-align:left;

}

#footer1 {
	width:900px;
	height:53px;
	background:url(images/footer.jpg) no-repeat top;
}

#footer {
	position:relative;
	float:right;
	color:#FFFFFF;
	font:11px Verdana;
	width: 911px;
	height:24px;
	margin-top:5px;
	text-align:center; 
}
#footer a{color:#FFFFFF;font:10px Verdana;} 

#footer a:hover {text-decoration: underline;} 

#clear {clear:both;}
.clear1 {clear:both;}
.clear2 {clear:both;}

.clear3 {clear:both;}

/*Menu Implementation*/
#MainManu {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

#MainManu ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	z-index:997;
}

#MainManu ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	float:left;
	display:inline;	
	position:relative;
	z-index:96;
}

#MainManu ul li a {	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	cursor:pointer;
}

#MainManu ul li a:hover {
text-decoration: none;
}

#MainManu ul li ul {
    margin-left:-8px;
	position: absolute;
	width: 150px;
	height:auto;
	font-weight: normal;	
	left:10px;
	top:32px;
	background: #c7b299;
	border-left: 2px #a0410d solid;
	border-right: 2px #a0410d solid;
	border-bottom: 2px #a0410d solid;
	display: inline;
	z-index:999;
	clear:both;
}

#MainManu ul li ul li {
	float:none;
	width: 150px;
	display: block;
	height:auto;	
	text-align:center;
}

#MainManu ul li ul li a {
	font:14px normal Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width: 150px;
	padding:5px 0px 5px 0px;
	height:auto;	
	color:#ffffff;	
	text-align:center;
	border-top:2px #a0410d solid;	
}

#MainManu ul li ul li a:hover {
	text-decoration: none;	
	background-color:#A0410D;
	height:auto;	
	/*padding:5px 0px 0px 0px;	*/
	}



/*sIFR Implementation*/
.sIFR-flash {  
	visibility: visible !important;	
	margin: 0;	
	padding: 0;
}
.sIFR-replaced { 
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 0; 
	height: 0; 
	display: block; 
	overflow: hidden;
}
.sIFR-replaced > div { 
	display: none !important;
}
.sIFR-active #title .sIFR {
	visibility: hidden;
	font:normal 32px/100% Arial, Helvetica, sans-serif;
	color:#000000;
	
}