/* CSS Document */

 body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background:#d3b88f url(images/bg01.jpg);
		background-repeat:repeat-x;
		color:#3e003e;
	}
	
	a {
	color:#3e003e;
	font-weight:bold;
	}
	A:hover {
	color:#666666;
	}
	A:visited{
	color:#3e003e;
	}

  #wrapper {
		width:800px;
		margin:0px auto;
		padding:0px;
		position:relative;
	}
	
	#header {
		height:200px;
		width:100%;
		
	}
	
	#content {
		border:1px solid #000000;
		margin:0px;
		background:#EFECD3;
		overflow:auto;
	}
	#content div{
		float:left;
		}
		
		
	.clear {
clear:left;
margin-top:-1px;
height:1px;
overflow:hidden;

} 
	
	
	
	#leftnavbar {
		
		width:180px;
		padding:0px;
		background:#3e003e;
		
	}
	
	#topnavbar {
		color:#FFFFFF;
		width:800px;
		
		padding:0px;
		background:#3e003e;
		
	}
			#topnavbar a{
				color:#FFFFFF;
				text-decoration: none;
				font: bold 13px Verdana, Helvetica, sans-serif;
				}
	
	#main {
	   
		padding:10px;
		width:598px;
		background:#ffffff;
		}
	#welcome{
	float:left;
	width:790px;

	}
	
	
	#footer{
		width:800px;
		color:#3e003e;
		font:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bolder;
		}
	#footer a{
		color:#3e003e;
		text-decoration:none;
		font-weight:bolder;
		}
	#footer a:hover{
		color:#3e003e;
		text-decoration:underline;
		font-weight:bolder;
		}
	#footer a:visited{color:#3e003e;
		text-decoration:none;
		font-weight:bolder;
		}
		
	.address {
	background:#FFFFFF;
		font:Helvetica, sans-serif;
		font-size:14px;
		margin:5px;
		width:145px;
		border:solid 1px #3e003e;
		padding:2px;
		padding-bottom:20px;
		float:right;
		}
		
	.slideshow {
		width:450;
		height:260;
		float:left;
		border:#3e003e 1px solid;
		margin-right:0px;
		}
	
	 .services {
	 float:left;
	 }
	 
	 hr{color:#3e003e;}
	 
	 .headline2{
	 	text-align:center;
		color:#3e003e;
		font:Georgia;
		text-decoration:underline;
		}
	  .headline3{
	  	text-align:left;
		font-weight:bold;
		}
	  
	  .bodytext {
	  	margin:15px;
		}
/*styles for menu*/
.markermenu{
list-style-type: none;
margin: 1px 0;
padding: 0;
width: 180px;
background:#3e003e;
}

.markermenu li{
padding-bottom: 2px;
}

.markermenu li a{
background: #3e003e url(bullet.gif) no-repeat center left;
color: white;
display: block;
/*width: 100%;*/
padding: 2px 0;
padding-left: 20px;
text-decoration: none;
font: bold 13px Verdana, Helvetica, sans-serif;
border-bottom: 1px solid #B5B5B5;
}

.markermenu li a:visited{
color: white;
}

.markermenu li a:hover{
color:#3e003e;
background-color: #cccccc;
text-decoration: none;
}


#dropmenudiv{
position:absolute;
background-color: #cccccc;
border:1px solid #3e003e;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3e003e;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#3e003e;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #3e003e;
color:#ffffff;
}



/* end of styles for menu*/

