@charset "UTF-8";
body  {
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(../images/terracotta.jpg);
	background-repeat: repeat;
}
td{
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
#container {
	width: 780px;
	margin: 0 auto;
	border: 3px solid #000000;
	text-align: left;
	background-color: #f8edd5;
} 
#masthead {
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 780px;
} 

#nav {
	background-image: url(../images/navbk.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 780px;
	color: #b99254;
	background-color: #4a2108;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}
#nav ul{
	margin: 0px;
}
#nav li{
	display: inline;
	list-style-type: none;
}
#nav a{
	font-weight: bold;
	color: #b99254;
	text-decoration: none;
	font-size: 12px;
	padding-right:8px;
	margin-right: 5px;
}
#nav a:hover{
	color: #000000;
}
#content {
	background-color: #f8edd5;
	color: #2c1506;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
#contentinside {
	width: 610px;
	color: #4A2108;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#contentinside li {
	list-style-image: url(../images/bullet.gif);
	line-height: 175%;
}
#contentinside a:hover {
	color: #485F06;
}
#contentinside a {
	color: #581D0B;
	text-decoration: underline;
}
#contentinside h1 {
	color: #2D4703;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
}
#contentinside h2 {
	font-size: 120%;
}
#contentinside .cta {
	font-size: 12px;
	border: 0.5px dotted #557131;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
}
#contentinside form {
	width: 160px;
}

#contentinside input {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
}
#contentinside textarea {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
}


#sidenav {
	color: #C5AF7F;
	background-color: #557131;
	width: 180px;
	margin-top: 0px;
	padding-top: 0px;
}
#sidenav li .indent {
	line-height: 175%;
	display: block;
	list-style-type: disc;
	margin-left: 10px;
	list-style-position: inside;
}

#sidenav ul{
	margin: 0px;
	padding: 0px;
}
#sidenav li{
	line-height: 175%;
	display: block;
	list-style-type: none;
}
#sidenav a{
	color: #C5AF7F;
	background-color: #557131;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidenav p {
	padding-left: 3px;
}

#sidenav a:hover{
	color: #0E2200;
	background-color: #557131;
	font-style: italic;
}

#sidenav h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #C5AF7F;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CAA977;
	background-color: #273F03;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: dashed;
	border-top-color: #CAA977;
	border-top-width: 1px;
	text-align: center;
}
#sidenav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	text-align: left;
	font-weight: normal;
}
#sidenav .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #C5AF7F;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CAA977;
	background-color: #273F03;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: dashed;
	border-top-color: #CAA977;
	border-top-width: 1px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
}


.serviceitems {
	font-style: italic;
	font-weight: bold;
	color: #596C1D;
	text-transform: uppercase;
}



#footer {
	color: #cdaf7d;
	background-image: url(../images/footer.jpg);
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 75%;
	font-weight: bold;
	background-repeat: repeat;
	height: 125px;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	
} 
#footer a {
	color: #cdaf7d;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
}

