@charset "utf-8";
* {
   padding:0;
   margin:0;
}
body {
	margin-top: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
a {
	color:#B41A1A;
	text-decoration: none;
}
a:hover {
	color:#351C1D;
}
h1 {
	font-size: 23px;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #811D22;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	color: #351C1D;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 9px;
}
#main-content p {
	margin-top: 10px;
}

#nav {
	width: 798px;
	font-size: 18px;
	color: #FFF;
	background-color: #4C1217;
	height: 38px;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav a {
	color: #FFF;
	display: block;
	padding-top: 7px;
	padding-bottom: 3px;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	height: 28px;
}
#nav a:hover {
	color: #FFF;
	background-image: url(../images/overbg.jpg);
	background-repeat: repeat-x;
}
#nav li {
	float: left;
	text-align: center;
}
#nav a span {
	padding-left: 15px;
	padding-right: 15px;
}
#nav a:hover span {
	text-decoration: underline;

}

#header {
	width: 100%;
}
#headimage {
	height: 161px;
	width: 406px;
	float: left;
}
#sidebar {
	float: right;
	width: 255px;
	font-size: 12px;
}
#sidebar2 {
	float: left;
	width: 220px;
	padding-top: 20px;
	height: 510px;
}

#headimage img {
	border:3px solid #471516
}
#branding {
	float: left;
	height: 161px;
}


#content {
	font-size: 15px;


}
#main-content {
	height: 571px;
	float: left;
	width: 308px;
	margin-left: 10px;
}
#main-content ul {
	list-style-type: square;
}
#main-content ul li {
	margin-left: 15px;
	margin-top: 5px;
}

#weather {
	padding-top: 20px;
}
#footerbg {
	background-color: #FFF;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
}




#footer {
	clear: both;
	background-color: #FFF;
	font-size: 13px;
	margin-top: 8px;
	height: 72px;
	line-height: 22px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 10px;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
}
#footLogo {
	width: 227px;
	float: left;
	margin-right: 8px;
}



.borderImg {
	border: 2px solid #350C0E;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.padBottom {
	padding-bottom: 20px;
}
.secondaryNav {
	width: 250px;
	height: 100px;
	border: 1px solid #350C0E;
	margin-top: 20px;
	vertical-align: middle;
}
.secondaryNav p {
	width: 160px;
	float: right;
}
.padtop1 {
	padding-top: 15px;
}
.iavi {
	margin-top: 15px;
}
#daftframe {
	float: left;
	margin-left: 22px;
}
#location {
}
#map {
	float: right;
	width: 500px;
}
.sideImage {
	padding-top: 5px;
	padding-bottom: 5px;
}

