@charset "UTF-8";

* {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	
	

}


#molding-top {
height: 20px;
	width: 100%;
	
}

#nav {
	width: 780px;
	margin: 0 auto;	
	height: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-transform: uppercase;
	font-weight: bold;
	color: #3b3c41;
	
	
}

#nav-text {
	height: auto;
	width: 100%;
	text-align: center;
	
	
	
}

h1 {
 font-size: x-large;
 text-align: center;
}


#address {
width: 780px;
	margin: 0 auto;	
	height: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: center;
	
}




#masthead {
	background-image:url(images/masthead-pattern.jpg);
	background-repeat:repeat-x;
	width: 100%;
	text-align: center;
	height: 170px;

	
	
	
}



.box-left {
	border-right: 1px solid #000;
}

.box-right {
	border-left: 1px solid #000;
}

.hours {
	color: #056499;
	}


.quote {
	font-size: 1.5em;
}

#footer{
	height:150px; 
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #3b3c41;
	border-top: 1px solid #3b3c41;
	padding-top: 100px;
}

#molding-bottom {
background-image: url(images/border-bottom.jpg);
	background-repeat: repeat-x;
	height: 65px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	
}

/*
#molding-bottom {
background-color: #bcb7a7;
height: 65px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	
}

*/

#wrapper {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	
	
	
	
}




#content {
	width: 760px;
	margin: 0 auto;
	height: auto;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b3c41;
	
}

#content-sm {
	font-size: small;
}

#light-blue {
color: #056499;
} 

#dark-blue {
color: #152d41;
}


#cream {
color: #bcb7a7;
}


#dark-brown-accent {
color: #3b3c41;
}

#light-brown-accent {
color: #5f452c;
}



