/* CSS Document */
body {
	margin: 0px;
	background-color: #80C687;
	background-image: url(Graphics/GreenBack.gif);
	background-repeat: repeat-x;
		}

		
#greenbar {
	position:absolute;
	color: #00885B;
	background-color: #00885B;
	height: 170px;
	width:100%;
	top: 0px;
	left:0px;
	z-index:-1;
}		
 #graybar {
  	position: absolute;
 	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 40px;
	width:100%;
	top: 170px;
	left:0;
	z-index:-2;
 
 }
	
#intro { 
        
		margin-left:0px;
		width:500px;
		height:180px;
	}
	
	
#intro img{
	width:450px;
	height:161px;
	margin-top: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;			
		}

						

#navbar {
	height: 28px;
	width: 800px;
	background-color: #3C712F;
}

#navbak{
	position :relative;
	top :0;
	left:0;
	height: 23px;
	background-color: #cccccc;
	font-size: 12px;
		}
		
#navbak ul{
	list-style: none;
	padding: 0;
	margin:0;
}		

#navbak li{
	float: left;
	margin: 0;
	border-right:1px solid #e2e2e2;
	padding: 0px;
}

#navbak li.no-border{
	
	border-right:0px solid #e2e2e2;
}

#navbak a{
	text-decoration: none;
	display:block;
	color:#275456;
	padding-top: 0.25em;
	padding-right: 1.75em;
	padding-bottom: 0.25em;
	padding-left: 1.75em;
	}
	

#navbak a:hover{
	color:#FFFFFF;
}

#selected a{
	background-color:#9b4d61;
	font-weight:bold;
	color:#FFFFFF;
	padding-right: 1.7em;
	padding-left: 1.7em;
	margin: 0px;
	}
	
#bottombar{
	top:10px;
	height:80px;
	width: 800px;
	bottom:0;
	background-color: #339999;
	position: relative;
	clear: both;
}
.bottom-info {
	color: #275456;
}

#bottom-menu{
	position :relative;
	top :5px;
	left:0;
	height: 75px;
	color:#339999;
	background-color: #cccccc;
	text-align:center;
	padding-top: 3px;
	font-size: 12px;
	 		}
		
#bottombar a{
	text-decoration: none;	
	display:inline; 
	color:#275456;
	padding: .25em ;

	}
	

#bottombar a:hover{
	color:#FFFFFF;
}	

#quotebox{
	Position:absolute;
	top: 15px;
	right:2px;
	height: 150px;
	width: 227px;
	background-color: #FFFFFF;
	padding-top:25px;
	padding-left:25px;
	color: #009966;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	background-image: url(Graphics/OpenQuote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#quotebox:first-letter {
			font-size: 1.5em;
			font-weight: bold;
		}

 .baktop a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.baktop a:hover {
	color: #a7a7a7;
}
#learnmore a{
	color:#339999;
	font-weight: bold;
	text-decoration: underline;
}
#learnmore a:hover{
	color:#999999;
	text-decoration: underline;
    }
	
	#Mohbaby {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: thin solid #999999;
}
.offhrs {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #525252;
	text-decoration: none;
}

