@CHARSET "UTF-8";

html { overflow-y: scroll; /* force scroll bar so page won't jump */ }

div, body{
	margin: 0;
	padding: 0;
}

body{
	width:100%;
	height:100%;
	padding:10px 0 30px 0;
	background-image:url(../images/bkg_txtr.jpg);
}

*{font-weight:lighter;}


p{
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:85%;
	color:#2D2D2D;
	line-height:1.65em;
}

.clear_both{clear:both;}

ul{padding:0;}

.quote_img{
	margin-top:-13px;
	vertical-align:middle;
	padding-right:3px;
	
}


/*---------------Content Layout---------------------*/

div#wrapper, div#content_wrapper, div#content, div#content_container, div#border_wrapper{
	min-height:500px; 
	height:auto !important;
}

div#content, div#header_wrapper {padding:0 0 0 28px;}/*centers the main content to the newspaper*/

div#nav_wrapper, div#footer_container, div#deco_line{margin:0 0 0 18px; padding:0 0 0 13px;}/*centers the nav & footer to the newspaper*/

div#wrapper, div#content_wrapper{
	width:1032px;
	margin:0 auto;
}

div#border_wrapper{
	width:1112px;
	background:url(../images/side_paper_left.png) left top repeat-y;
}

div#content_wrapper{background: url(../images/side_paper.png) right top repeat-y;}

div#content{
	width:935px;
	background-image:url(../images/texture.jpg);
	overflow:hidden;
}

div#content_container{
	width:935px;
	overflow:hidden;
	padding:0;
	margin:0 auto;
}

/*---------------Header Section---------------------*/

div#header_wrapper{
	width:935px;
	height:81px;
	background-image:url(../images/texture.jpg);
}

body#index div#header_wrapper{
	width:935px;
	height:181px;
	background-image:url(../images/texture.jpg);
}

h2{color:#2D0D0D;}

hr.upper{margin:0 0 -6.5px 0;}

hr{
	background-color:#846B6B;
	color:#846B6B;
	height:1px;
	border:0;
}

div#header_wrapper h1#logo {
	margin:-10px 0 0 0;
	padding: 0;
	height: 80px;
	background: url(../images/header_subpages.png) center center no-repeat;
	text-indent: -9999px;
	position:relative;
	z-index:200;
}

body#index div#header_wrapper h1#logo {
	margin: -5px 0 0 215px;
	padding: 0;
	width: 475px;
	height: 165px;
	float: left;
	background: url(../images/logo.png) center center no-repeat;
	text-indent: -9999px;
	position:relative;
	z-index:200;
}

div#search input {vertical-align: middle;}

div#header_wrapper div#search {
	float: right;
	width: 267px;
	height: 23px;
	margin: 157px 10px 0 0;
}

/*---------------Navigation---------------------*/

div#nav_wrapper {
	font-family:Georgia, "Times New Roman", Times, serif;
	position: relative;
	height: 38px;
	width:935px;
	background:url(../images/header.png) repeat-x;
	background-color:#CCCCCC;
	z-index: 100;
}

div#nav_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#nav_wrapper ul li {
	display: block;
	height: 38px;
	float: left;
	background:url(../images/nav_line.gif) right no-repeat; 
}

div#nav_wrapper ul li#last_nav{
	background:none;
	margin: 0 10px 0 0;
}



div#nav_wrapper ul li a {
	display: block;
	width: 80px;
	line-height: 38px;
	text-decoration: none;
	text-align: center;
	color:#2D0D0D;
	padding: 0 0 6px 0; /* This makes "a" tag bottom goes outside of the nav_wrapper height*/
}

div#nav_wrapper ul li a#home {
	width:80px;
	margin:0 0 0 -10px;
}

div#nav_wrapper ul li a#sponsors{
	width:100px;	
}


div#nav_wrapper ul li a#community{
	width:110px;	
}

div#nav_wrapper ul li a#map{
	width:70px;	
}
div#nav_wrapper ul li a#businesses{
	width:100px;	
}



div#nav_wrapper ul li a:hover {background: transparent url(../images/deco.png) center bottom no-repeat;}

div#search input.txt{
	vertical-align: middle;
	background:url(../images/search_input.gif) no-repeat top left;
	border:solid 1px #2D0D0D;
	width:153px;
	height:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px;
	padding-left:7px;
	font-size:11px;
}

div#search input.submit_btn{
	background:url(../images/search_btn.png) no-repeat center;
	border:medium none;
	width:60px;
	height:21px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	vertical-align:middle;
	font-size:12px;
	color:#fff;
	padding:0px;
	padding-bottom:2px;
	margin:0px;
	

}
div#nav_wrapper div#search {
	padding-top:8px;
}

/*---------------Footer---------------------*/

div#footer_container{
	width:933px;
	height:65px;
	border:#D8D2D2 solid 1px;
	background-color:#D8D2D2;
	text-transform:uppercase;
}

div#copyright{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.63em;
	color:#333333;
	margin-top:25px;
}

div#copyright ul{margin:0 0 0 35px;}

div#copyright li{float:left; list-style:none; padding:0 3px 0 3px; }

div#copyright img{
	border: 0 none;
	display:inline;
	vertical-align:middle;
	padding: 0 5px 0 0;
}

div#copyright li.social_media{
	margin-bottom:10px;
	
}

div#copyright a{
	color:#890912;
	text-decoration:none;
}

div#deco_line{
	width:935px;
	height:6px;
	background-image:url(../images/line.jpg);
}


/*---------------Map---------------------*/

body#map object#content_container{
	margin: 20px 0;	
}
