body { 

font-family: Arial, Helvetica, sans-serif; background:#405E7A url(assets/images/bgRepeat.jpg) top center repeat-x; margin:0; font-size:14px;}

p { line-height: 20px;}

h1 { font-size: 24px;
	 font-weight: bold;
	 margin-top:0;
	 color:#38526B;}

h2 { font-size: 18px;
	 font-weight: bold;
	 color:#415B36;}

h3 { font-size: 16px;
	 font-weight: bold;
	 color:#3F5322;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color: #000;
}
SPAN.bold{font-weight:bold}
a:hover { text-decoration: underline;}

li { font-size: 14px;
	 line-height: 20px;
	 }
			  
hr {color:#1B3907;
	background:#1B3907;
	height:1px;
	border:0;}
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */

/*DIV IDS*/
#city {width:100%; background:url(assets/images/bg.jpg) top center no-repeat; height:643px; padding-top:30px;}
#centerWrapper {width:803px; margin:0 auto;}
#wrapper {width:803px; float:left; position:relative; top:-188px; z-index:1;}
#header {width:803px; float:left; background:url(assets/images/header.jpg) no-repeat; height:58px;}
#nav {width:165px; float:left; margin-left:30px; display:inline;}
	#nav ul{ list-style:none; margin:0; padding:10px 0; background-color:#F1EAC0;}
	#nav a {display:block; height:25px; line-height:25px; padding-left:7px; font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; color:#3B5518; font-size:12px;}
	#nav a:hover {display:block; background-color:#44637F; color:#FFF; text-decoration:none;}
#content {background:#719FC1 url(assets/images/content.jpg) no-repeat; width:572px; float:left; padding:10px;}
#contentBar {background:#C4B98B url(assets/images/sideRepeat.jpg) repeat-x; float:right; padding:0 16px 20px 0; border-bottom:20px solid #1C2842;}
#topPic {width:200px; height:188px;  top right no-repeat; float:right; position:relative; z-index:5; padding-top:8px; right:15px;}
/*END DIV IDS*/

/*DIV CLASSES*/
.imgborder { border: #000 1px solid;}
.smalltext { font-size: 10px; line-height: 14px;}
.borderleft { border-left:1px solid #000;}
.addressBox {display:block; width:145px; padding:10px; text-transform:uppercase; color:#BBB667; font-size:12px;}
	.addressBox h2{ font-family:Georgia, "Times New Roman", Times, serif; color:#E7E3AC; margin:0; text-transform:none;}
	.addressBox p {margin:5px 0;}
/*END DIV CLASSES*/

#footer {
	font-size: 12px;
	float: right;
	width: 650px;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#bottomNav { margin: 0px 10px 0px 0px;}

#bottomNav li {
		display: inline;
		font-size:12px;
		list-style-position: outside;
		list-style-type: none;}
