﻿@import url("layout.css");
body {
	font-family: "verdana", sans-serif;
	background-image:url('../images/sidepanels.gif');
	background-repeat: no-repeat;
	background-position: center 270px;	
	background-color: #C0C0BF;
}
#container {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color:;
	background-image: url('../images/banner.gif');
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #7E1315;
	border-bottom: 1px solid #7E1315;
	border-left: 0px solid #91191B;
	border-right: 0px solid #91191B;
	background-color: #7E1315;
}
html>body #navigation {
	overflow: hidden;
}
#innercontainer {
	border: 2px #7E1315 solid; 
	float:left; 
	margin-top:2px; 
	background-color:white; 
	width:696px;
	background-image:url('../images/gradientBG.jpg');
	background-repeat: repeat-y;
	background-position: 0px 130px;
		
}
/*for IE */
#column_l {
	width: 317px;
	padding: 15px;
	/*border: 2px #7E1315 solid;*/
}
/*for firefox */
html>body #column_l {
	width: 330px;
	padding: 15px;
}
/*for IE */
#column_r {
	width: 300px;
	padding: 15px 5px 15px 13px;
}
/*for firefox */
html>body #column_r {
	width: 275px;
	padding: 15px 5px 15px 13px;
}
#content {
	background-color:;
}
ul {
	list-style-type: square;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 7px 15px 7px 16px;
	border-left: 0px solid #91191B;
	border-right: 2px solid #91191B;
	border-bottom: 0px solid #91191B;
	border-top: 0px solid #91191B;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-left: 0px solid #91191B;
	border-right: 2px solid #91191B;
	border-bottom: 0px solid #91191B;
	border-top: 0px solid #91191B;
	background-color: #fff;
}

/* Image Styles */
img.border_top_heavy{
	border: 1px #7E1315 solid;
	border-top: 3px #7E1315 solid;
}
img.border_bottom_heavy {
	border: 1px #7E1315 solid;
	border-bottom: 3px #7E1315 solid;
}

/* Site typography */
h1 {
	font-size: x-large;
	color: #7E1315;
}
h2 {
	font-size: large;
	color: #7E1315;
}
h3 {
	font-size: medium;
	color: #7E1315;
	padding-bottom:;
}
h4 {
	font-size: small;
	color: #7E1315;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #7E1315;
}
h6 {
	font-size: xx-small;
	color: #7E1315;
}
/* Above Footer */
#comon p {
 text-align: center;
 font: small bold #7E1315;
 margin: 0 7em 0 7em;
} 
#towncount p {
  font-size: xx-small;
	color: #BFBFBF;
	margin: 0 4em 0 4em;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #7E1315;
}
/* Links */
a {
	color: #7E1315;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
