﻿/*
============================================
Created by the creative team at Community Ahead
© 2009 Community Ahead, LLC.  All rights reserved.
http://www.CommunityAhead.com  
============================================
*/

html, form, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffffff url(Images/wood.jpg) repeat top left;
    font-size: 14px;
    line-height: 1.5em;
    font-family: Georgia, serif;
    
}

a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    border: 0;
}

h1, h2, h3, h4, h5
{
    color: #444;
    font-family: Georgia, serif;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
    margin:0;
}

h1
{
	font-size: 24px;
	color: #9a4b1e;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	color: #444;
}

p
{
     font-size: 14px;
     line-height: 1.5em;
     margin-top: 3px;
     padding-top: 0;
     font-weight: normal;
}

a
{
    color: #9a4b1e;
    text-decoration: underline;
}

	
#container
{
    min-height: 100%;
    position: relative;
}

#wrapper{

    width: 1000px;
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 0 10px 0 10px;
    margin: 0 auto;
    background: url(images/main-bkgd.png)  repeat-y left top;

}

#header
{
    width: 980px;
    background-color: #657f7e;
    height: 80px;
    padding-top: 4px;
}

#header .logo
{
    float: left;
    width: 695px;
    margin-left: 3px;
    
}

#header .search-phone
{
    float: left;
    margin-top: 12px;
    width: 272px;
    text-align: right;
    
}

#header .sf_searchBox
{
    margin: 0;
    padding: 0;
    background: #74908f;
    width: 270px;
}

#header .sf_searchText
{
    border: solid 3px #74908f;
    width: 160px;
    font-family: Georgia, Serif;
    font-size: 14px;
    color: #fff;
    background: #74908f;
}

#header .sf_searchSubmit
{
    border: none;
    font-weight: bold;
    height: 22px;
    font-family: Georgia, Serif;
    font-size: 14px;
    color: #fff;
    background-color: #74908f;
    text-transform: uppercase;
}

#header .sf_searchSubmit:hover
{
   color: #2d3b48;
}

#header .phone-container
{
    font-size: 18px;
    height: 24px;
    margin-top: 4px;
    text-align: center;
    color: #fff;

}

#banner
{
    width: 972px;
    height: 345px;
    margin: 5px;
}

#banner .banner-left
{
    float: left;
    width: 692px;
    height: 345px;
    background-image: url(images/SilveradoWinter.jpg);
    background-repeat:no-repeat;
    background-position: top center; 
    margin-right: 5px;
    overflow: hidden;
}

#banner .banner-right
{
    float: left;
    width: 273px;
    height: 345px;
    color: #ffffff;
}

#banner .story-content
{
    width: 255px;
    height: 242px;
    padding: 9px;
    margin-bottom: 5px;
    background-color: #423f37;
    overflow:hidden;
}

#banner .story-content p
{
    text-align: center;
    vertical-align: top;
    line-height: 122%;
    font-size: 16px;
    font-style:italic;
}

#banner .weather-content
{
    width: 273px;
    height: 80px;
    padding: 0;
    background-color: #423f37;
    overflow:hidden;
}

#navigation
{
    width: 980px;
    background-color: #657f7e;
    height: 40px;
}


#content
{
    width: 970px;
    min-height: 300px;
    padding: 5px 5px 100px 5px; /* Bottom Padding Needs to Match Footer  */
}

#content .footnote
{
     font-size: 11px;
      font-weight: bold;
       font-style: italic;
     color: #657f7e;
     margin: 0 20px;
}

#content .page-title
{
    font-size: 24px;
	color: #9a4b1e;
	width: 970px;
}

#content .home-banner-one
{
    float:left;
    width: 320px;
    margin-right: 5px;
    
}

#content .home-banner-two
{
    float:left;
    width: 320px;
    margin-right: 5px;
    
}

#content .home-banner-three
{
    float:left;
    width: 320px;
    
}

#content .home-one
{
    float:left;
    width: 310px;
    padding: 5px;
    margin-right: 5px;
    
}

#content .home-two
{
    float:left;
    width: 310px;
    padding: 5px;
    margin-right: 5px;
    
}

#content .home-three
{
    float:left;
    width: 310px;
    padding: 5px;
    
}

#content .interior-full
{
    float:left;
    width: 960px;
    padding: 5px;
}

#content .interior-left-two
{
    float:left;
    width: 635px;
    padding: 5px;
    margin-right: 5px;
}

#content .interior-left-one
{
    float:left;
    width: 310px;
    padding: 5px;
    margin-right: 5px;
}

#content .interior-right-one
{
    float:left;
    width: 310px;
    padding: 5px;
}

#content .interior-right-two
{
    float:left;
    width: 635px;
    padding: 5px;
}

#content ul.sf_newsList,
#content ul.sf_newsList li
{
    margin: 5px 0 !important;
    padding: 0;
    list-style-type: none;
}

#content ol.sf_listAndPage a,
#content ol.sf_photoListLightbox a
{
     font-size: 10px;
     color: #444;
     font-weight: bolder;

}

#content .sf_postTitle,
#content .sf_postDate,
#content .sf_postListing p
{
    margin: 0 !important;
    padding: 0;
}

#content .sf_postTitle,
#content .sf_postTitle a
{
     font-size: 18px;
     font-weight: bolder;
     color: #423f37;
}


#content .sf_newsTitle,
#content .sf_newsDate,
#content .sf_newsList p
{
    margin: 0 !important;
    padding: 0;
}

#content .sf_newsTitle,
#content .sf_newsTitle a
{
     font-size: 18px;
     font-weight: bolder;
     color: #423f37;
}

#footer
{
    position: absolute;
    background-color: #423f37;
    bottom: 0;
    width: 980px;
    height: 90px; /* Footer Height */
    font-size: 10px;
    line-height: 20px;
    padding-top: 30px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    
}

#footer p
{
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a
{
	background: #e3e3e3;
	border: solid 1px #423f37;
	padding: 2px 7px;
	color: #423f37;
}

#footer a:hover {
	background: #423f37;
	border: solid 1px #e3e3e3;
	padding:  2px 7px;
	color: #e3e3e3;
}
