/* CSS Document */

body {
	background-color: #bf7f57;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	background-image:url(../i/background.gif);
}


#left { 
	background-image:url(../i/left.gif);
	background-repeat:repeat-y;
}

#right { 
	background-image:url(../i/right.gif);
	background-repeat:repeat-y;
}

.white { 
	background-color: #ffffff;
}

.content1 { 
	background-color: #ffffff;
	padding: 10px;
}


.footer { 
	background-color: #ffffff;
	font-size: 10px;
}


#box {
	border: 1px solid #c8a948;
	padding: 10px 10px 0px 10px;
	margin: 5px;
	}

#header {
	border-bottom: 1px solid #e9ddb9;
	font-size:12px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica;
	}
	
.profile {
	font-size:12px;
	}
	
.hours {
	font-size:12px;
	}
	
	
.services-box {
	font-size: 11px;
	color: #47201f;
	font-family: Verdana;
	background-color: #fad39f;
	border: 1px solid #a56b4a;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.services-header{
	font-weight: bold;
	border-bottom: 1px solid #a56b4a;
	color: #000000;
	padding-bottom: 2px;
}


/* old styles */


a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: none; border-bottom: 2px solid #000000;}

#master { 
	background-image:url(../i/background.gif);
	background-repeat:no-repeat 
}

#top-nav {
	padding-right: 20px;
	color: #E6C92E;
	font-family: arial,verdana;
	font-size: 13px;
	font-weight: bold;
}

#top-nav a:link {color: #E6C92E; text-decoration: none;}
#top-nav a:visited {color: #E6C92E; text-decoration: none;}
#top-nav a:hover {color: #E6C92E; text-decoration: none; border-bottom: 2px solid #E6C92E;}

#left-nav {
	padding-top: 170px;
	padding-left: 30px;
	color: black;
}

#main {
	padding-top: 180px;
	color: black;
	padding-right: 25px;
}

a.blue:link {color: #213794; font-weight: bold; text-decoration: none;}
a.blue:visited {color: #213794; font-weight: bold; text-decoration: none;}
a.blue:hover {color: #213794; font-weight: bold; text-decoration: underline;}
a.blue:active {color: #213794; font-weight: bold; text-decoration: none;}


	
a.u:link {text-decoration: underline;}
a.u:visited {text-decoration: underline;}
a.u:hover {text-decoration: underline;}
a.u:active {text-decoration: underline;}


