/* CSS Document */

/*------------------------------Reset All Styles--------------------------------*/

body, blockquote, div, p, em {
padding: 0;
margin: 0;
}
a img, iframe { 
border: none; 
}
/* Lists
——————————*/
ul, ol, dl, li, dt, dd {
margin: 0;
padding: 0;
}
/* Forms
——————————*/
form, fieldset {
margin: 0;
padding: 0;
}
input, textarea, select {
margin: 0;
padding: 1px;
font-size: 100%;
font-family: inherit;
}
select {
padding: 0;
}
	
/*------------------------------End Reset All Styles--------------------------------*/

/*----Baseline Body Styles---*/	

body {
	color:#746850;
	font-family: "Trebuchet MS";
	font-size:11px;
	line-height: 120%;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #c3ba95;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #599b80;
	}
.spacer {
	line-height: 0;
	font-size: 0;
	clear: both;
	}
	
/*----Headlines---*/	

h1, h2, h3, h4 {
	font-weight: bold;
	}
	
/*----Links---*/	

a, a:link {
	text-decoration: none;
	color:#C73426;
	font-weight: normal;
	}
a:visited {
	text-decoration: none;
	color:#C73426;
	font-weight: normal;
	}
a:hover {
	text-decoration: none;
	color:#ffae00;
	font-weight: normal;
	}
a:active {
	text-decoration: none;
	color:#b10303;
	font-weight: normal;
	}
a:focus {
	outline: none;
	}

/*---images---*/

a img {
	border: none
	}
a:hover img {
	border: none
	}
.float_left {
	float: left;
	margin: 5px 10px 5px 0;
	}
.float_right {
	float: right;
	margin: 5px 0 5px 10px;
	}
.center {
	border: 1px solid #243D8F;
	margin: 0 0 15px 0;
	}
	
/*----Unordered Lists---*/	
	
ul {
	padding: 10px 0 10px 5px;
}

ul li {
	list-style-image: none;
	list-style-type: none;
	padding: 0 15px;
	margin: 1px 0 1px 30px;
	position: relative;
	background: url(/images/bullet.gif) no-repeat 2px 3px;
	}
	
/*----Ordered Lists---*/	
	
ol {
	padding: 10px 0 10px 5px;
}
ol li {
	list-style-type: decimal;
	padding: 0 15px;
	margin: 1px 0 1px 30px;
	}
	
/*----Navigation Arrows---*/	
	
#arrows {
	width: 100px;
	height: 22px;
	margin: 15px 0 0 45px;
	}
#arrows img {
	border: none;
	margin-bottom: 0;
	}

/*----End Baseline Body Styles---*/		
	
/*----Outer container for everything----*/	

#container-outer {
	width: 1106px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	}

/*----Header---*/	
	
#header {
	height: 325px;
	position: relative;
}
#logo {
	width: 722px;
	height: 215px;
	position: relative;
	margin: 0 auto;
	background-image:url(/images/logo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	position: relative;
	}
#logo a {
	display: block;
	width: 722px;
	height: 215px;
}
#logo a span {
	display: none;
}
#awning1 {
	position: relative;
	background-image:url(/images/awning1.gif);
	margin: 0 auto;
	height: 49px;
	left: 0px;
	top: 0px;
	width: 722px;
	position: relative;
	}	
#awning2 {
	position: relative;
	background-image:url(/images/awning2.jpg);
	margin: 0 auto;
	height: 61px;
	left: 0px;
	top: 0px;
	width: 722px;
	position: relative;
	}
	
/*----Sun---*/	

#sun {
	position: absolute;
	width: 117px;
	height: 114px;
	left: 72px;
	top: 33px;
	background-image: url(/images/sun.gif);
	background-repeat: no-repeat;
	}

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

#nav {
	font-size: 12px;
	color: #FFFFF7;
	width: 610px;
	height: 33px;
	position: absolute;
	z-index: 4000;
	top: 2px;
	left: 56px;
	text-align: center;
	margin: 0 auto 0px;
	padding: 0;
	}
#nav ul {
	padding: 10px 5px;
}
#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	background-image: none;
	position: static;
	}	
#nav a:link {
	padding: 0px 9px;
	color: #FFFFF7;
	text-decoration: none;
	font-weight: bold;
	}
#nav a:visited {
	padding: 0px 9px;
	color: #FFFFF7;
	text-decoration: none;
	font-weight: bold;
	}
#nav a:hover, body#home #t-home a, body#about #t-about a, body#specials #t-specials a, body#community #t-community a, body#blog #t-blog a, body#links #t-links a, body#sitemap #t-sitemap a,  body#contact #t-contact a {
	padding: 0px 9px;
	color: #ffae00;
	font-weight: bold;
	}
#nav a:active {
	padding: 0px 9px;
	color: #b10303;
	font-weight: bold;
	}
#nav a:focus {
	outline: none;
	}

/*----Inner Content Container----*/	

#container-inner {
	width: 689px;
	background-color: #fff6c1;
	background-image: url(/images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
	margin: 0 auto;
	padding: 0;
	}
	
/*----Left Content Container----*/	

#container-left {
	width: 689px;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
/*----Left Content Column---*/	

#leftcol, #leftcol-equal {
	width: 216px;
	float: left;
	margin: 0px;
	padding-bottom: 25px;
	position: relative;
 	}	
#leftcol img, #leftcol-equal img {
	border: 1px solid #b69b54;
	padding: 0px;
	margin-bottom: 12px;
	margin-left: 25px;
 	}
#leftcol .img, #leftcol-equal .img {
	border: 1px solid #b69b54;
	margin: 0px 0px 12px;
	}
#leftcol p, #leftcol-equal p {
	margin: 0px;
	padding: 0 10px 0 25px;
	}
	
/*----Left Column Headers---*/	

#leftcol h2, h3, h4, #leftcol-equal h2, h3, h4 {
	margin: 0 0 12px 0;
	padding: 0 0 0 25px;
	}
#leftcol h1, #leftcol-equal h1 {
	font-size: 12px;
	text-indent: 32px;
	background-image: url(/images/sun-sm.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	margin-left: 13px;
	padding-top: 2px;
	padding-bottom: 5px;
	}
#leftcol h2, #leftcol-equal h2 {
	font-size: 11px;
	}
#leftcol h3, #leftcol-equal h3 {
	font-size: 11px;
	}
#leftcol h4, #leftcol-equal h4 {
	font-size: 11px;
	}
	
/*----Middle Content Column---*/	
	
#midcol {
	position: relative;
	float: left;
	background-image: url(/images/bg-column.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 25px;
 	}
#midcol img {
	padding: 0px;
	margin: 17px 0 0 0;
 	}
#midcol .img {
	border: 1px solid #b69b54;
	margin: 17px 0 0 0;
	}
	
/*----Middle Column Headers---*/	
	
#midcol h1 {
	font-size: 12px;
	text-indent: 32px;
	background-image: url(/images/sun-sm.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	margin-left: 6px;
	padding-top: 2px;
	padding-bottom: 5px;
	}
#midcol h2 {
	font-size: 11px;
	}
#midcol h3 {
	font-size: 11px;
	}
#midcol h4 {
	font-size: 11px;
	}
	
/*----Right Content Column---*/	
	
#rightcol, #rightcol-equal {
	float: right;
	padding-bottom: 15px;
	position: relative;
	background-image: url(/images/bg-column.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
 	}
	
/*----Right Column Headers---*/	
	
#rightcol h1, #rightcol-equal h1 {
	font-size: 12px;
	text-indent: 32px;
	background-image: url(/images/sun-sm.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	margin-left: 8px;
	padding-top: 2px;
	padding-bottom: 5px;
	}
#rightcol h2, #rightcol-equal h2 {
	font-size: 11px;
	}
#rightcol h3, #rightcol-equal h3 {
	font-size: 11px;
	}
#rightcol h4, #rightcol-equal h4 {
	font-size: 11px;
	}
	
/*----End Column Styles---*/	
	
/*----Container for Left Animation---*/	

#left-animation {
	width: 209px;
	height: 585px;
	position: absolute;
	left: -1px;
	bottom: 0px;
}
	
/*----Container for Right Animnation---*/
	
#right-animation {
	width: 209px;
	height: 585px;
	position: absolute;
	left: 897px;
	bottom: 0px;
}

/*----Slideshow---*/

#gallery {
	padding: 0 0 10px 26px;
}

/*----Weather Widget---*/

#weather {
	width: 250px;
	height: 80px;
	float: left;
	margin: 0px 10px 10px 23px;
	padding: 0 0px;
}

/*----Print Icon---*/

#print {
	padding: 0 0 0 20px;
	background: url(/images/printer.gif) no-repeat 22px center;
}

/*----Footer Contains Copyright and Bottom Text Navigation---*/	

#footer {
	clear: both;
	background-image: url(/images/bg-horizontal.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 10px;
	}
#footer ul {
	padding: 0;
	margin: 0;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	background-image: none;
	text-decoration: none;
	position: static;
	}	
#footer a, footer a:link {
	text-decoration: none;
	}
#footer a:visited {
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: none;
	}
#footer a:active {
	text-decoration: none;
	}

/*----Container for Bottom Grass Image and Vine Animations---*/		

#bottom {
	width: 1105px;
	height: 54px;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	clear: both;
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
/*----End Main Content---*/	

/*----Additional Text Styles---*/	
	
.small {
	font-size: 10px;
	}	
.smaller {
	font-size: 9px;
	}	
.brick {
	color: #C72100;
	}	
.color {
	color: #000000;
	}
	
/*----End Outermost Container---*/
