/* Standard Styles */
html, body
{
    margin: 0px;
    padding: 0px;
    color: #000000;
    padding: 0px;
    background-color: #E5D9B7;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
}

h1.homepage
{
    font-size: 17px;
    text-transform: uppercase;
    color: #630;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

h1
{
    font-size: 17px;
    color: #630;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 10px;
}

h1.large
{
    margin: 0; 
    padding: 0; 
    font-size: 25px; 
    font-family: Arial;
}

h2
{
    font-size: 15px;
    color: #630;
    font-weight: normal;
    padding-top: 0px;
    margin-top: 15px;
}

h2.upcomingEvents
{
    font-size: 15px;
    color: #FFF;
    font-weight: normal;
    padding-bottom: 8px;
    border-bottom: 1px solid #595E35;
    margin: 0px 0px 6px 0px;
}

h2.upcomingEventsBottom
{
    font-size: 15px;
    font-weight: normal;
    padding-top: 4px;
    border-top: 1px solid #595E35;
    margin: 9px 0 3px 0;
}

h2.upcomingEventsBottom a:link
{
    color: #FFF;
    text-decoration: none;
}

h2.upcomingEventsBottom a:visited
{
    color: #FFF;
    text-decoration: none;
}

h2.upcomingEventsBottom a:hover
{
    color: #C90;
    text-decoration: none;
}

h2.footerLinks
{
    font-size: 11px;
    color: #930;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 0px;
    margin: 0 0 5px 0;
}

h3
{
    font-size: 13px;
    color: #630;
    font-weight: normal;
    padding-bottom: 3px;
    padding: 0;
    margin: 10px 0px 5px 0px;
}

h3.explorebyregion
{
    font-size: 13px;
    color: #630;
    font-weight: normal;
    padding: 0;
    margin-bottom: 4px;
}

h4
{
    font-size: 12px;
    color: #630;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

h5
{
    font-size: 10px;
    color: #630;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

h6
{
    font-family: Arial, Verdana, Georgia;
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

a { color: #930; }
a:visited { color: #930; }
a:hover { color: #960; }

form
{
    padding: 0;
    margin: 0;
}

legend
{
    background-color: #33508A;
    border: solid 3px #666;
    color: #FFFFFF;
    font: normal 16px;
    font-weight: bold;
}

fieldset
{
    border: solid 1px #666;
    padding: 10px;
    width: 600px;
}

fieldset ul li
{
    list-style: none;
    margin-left: -40px;
    padding-bottom: 10px;
}

fieldset ul li label
{
    vertical-align: top;
    width: 150px;
    float: left;
    text-align: right;
    padding-right: 10px;
}

hr { clear: both; }

hr {
	border: none 0;
	border-top: 1px solid #C7BDA0;
	height: 1px;
}


/* Layout Styles */
#siteWrapper
{
    padding: 0px;
    margin: 0px;
    margin: auto;
    background: #E5D9B7;
    text-align: left;
}

#pageWrapper
{
    padding: 0;
    margin: 0 auto;
    background: #E5D9B7;
}

#headerWrapper
{
    width: 100%;
    height: 120px;
    background: #E5D9B7;
}

#header
{
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.header-logo { padding: 24px 0 0 20px; }

.header-travel-guide {
	width: 300px;
	float: left;
	margin-left: 35px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	padding-top: 26px;
}

.header-travel-guide img {
	float: left;
	margin-right: 5px;
}

.header-travel-guide a {
	color: #663300;
	text-decoration: none;
}

.header-travel-guide a:hover {
	color: #000;
	text-decoration: underline;
}

.header-travel-guide p {
	padding-top: 12px;
}

.headerSocialIcon
{
	width: 24px;
	float: right;
	margin: 0 0 0 10px;
}

.topNav { text-align: right; padding: 0 0 40px 0; }

.headerLinks
{
    width: 200px;
    float: right;
    text-align: center;
    padding: 10px 20px 0 0;
}

div#mainNavSearch
{
    width: 170px;
    float: left;
    padding-left: 20px;
    padding-bottom: 20px;
}

div.searchfield input.field
{
    font-family: Arial, sans-serif;
    text-align: left;
    width: 138px;
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 5px;
    margin-top: 0;
    float: left;
    text-transform: uppercase;
    -webkit-appearance:none; /* Remove default shadow */
    border: 1px solid #C7BDA0;
}

div.submitbutton
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #630;
    border-style: none;
    height: 25px;
    width: 20px;
    float: left;
}

#contentWrapper
{
    padding: 0;
    margin: 0 auto;
    background: transparent;
    width: 970px;
    text-align: left;
}

#sideNavWrapper
{
    float: left;
    width: 210px;
    margin-bottom: 20px;
}

#sideNav
{
    width: 190px;
    margin-right: auto;
    margin-left: auto;
    background: transparent;
}

.toggler
{
    color: #630;
    margin: 0;
    padding: 7px 8px 7px 10px;
    background: transparent;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
}

.toggler a
{
    color: #630;
    text-decoration: none;
    margin: 0;
    padding: 6px 0;
    background: transparent;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

.toggler a:hover
{
    color: #000;
    text-decoration: none;
    margin: 0;
    padding: 6px 0;
    background: transparent;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

.toggler a:visited
{
    color: #630;
    text-decoration: none;
    margin: 0;
    padding: 6px 0;
    background: transparent;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

.toggler_last
{
    color: #630;
    margin: 0;
    padding: 7px 8px 7px 10px;
    background: transparent;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    cursor: pointer;
    cursor: hand;
    text-transform: uppercase;
}

.toggler_last a:link
{
    color: #630;
    text-decoration: none;
    margin: 0;
    padding: 6px 0;
    background: transparent;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

.toggler_last a:hover
{
    color: #000;
    text-decoration: none;
    margin: 0;
    padding: 6px 0;
    background: transparent;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

.toggler_last a:visited
{
    color: #630;
    text-decoration: none;
    margin: 0;
    padding: 6px 0;
    background: transparent;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

/* Begin Landing Page Site Type Content */

.siteTypeContentWrap { float: left; width: 350px; margin-top: 0; margin-bottom: 15px; }
h1.siteTypeContentH1 { font-size: 17px; font-weight: normal; padding: 0; margin: 0; text-transform: uppercase; }
h2.siteTypeContentH2 { font-size: 20px; font-weight: normal; padding: 0; margin: 4px 0 8px 0; text-transform: uppercase; }
.siteTypeContentPhoto { float: right; margin-top: 0; margin-bottom: 15px; }

/* Begin Explore by Region */

div.rightsidebar
{ 
	width: 150px;
	float: right;
	margin: 14px 0 10px 13px;
	border: 1px solid #C7BDA0;
	background-color: #FFFCE9;
}

p.rightsidebarhead
{
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin: 6px 0 3px 8px;
}

p.rightsidebarregion
{
	font-size: 13px;
	font-weight: normal;
	color: #930;
	margin-top: 0;
	margin-left: 8px;
}

p.rightsidebarregionwithtowns
{
	font-size: 14px;
	font-weight: normal;
    text-transform: uppercase;
	line-height: 110%;
	color: #630;
	margin: 1px 6px 3px 8px;
}

p.rightsidebarcommunities
{
	font-size: 11px;
	margin-top: 1px;
	line-height: 110%;
	margin-left: 8px;
	margin-right: 6px;
}

p.rightsidebarregionlink
{
	font-size: 13px;
	font-weight: normal;
	color: #630;
	margin: 6px 0 3px 8px;
}

/* End of Explore by Region */


div.linktooursite1
{
	background: url(/images/links/goldwestlinkbutton.gif) no-repeat;
	height: 50px;
}

div.linktooursite2
{
	background: url(/images/links/goldwestlinksquare.gif) no-repeat;
	height: 95px;
}

.element
{
    background: transparent;
    font-size: 12px;
    text-align: left;
}

.element p
{
    margin: 0;
    padding: 0 1px 1px 20px;
}

.element ul
{
    padding: 0;
    margin: 6px 0px 6px 0px;
    
    list-style: none;
}

.element ul li
{
    margin: 0;
    padding: 1px 1px 1px 22px;
}

.element a:link
{
    color: #000;
    text-decoration: none;
}

.element a:hover
{
    color: #930;
    text-decoration: none;
}

.element a:visited
{
    color: #000;
    text-decoration: none;
}

#filterBar
{
    width: 687px;
    height: 35px;
    
    margin: 0;
    padding: 6px 0px 4px 10px;
    background: none repeat scroll 0 0 ;
    border: 1px solid #C7BDA0;
    background-color: #FFFCE9;
    
    vertical-align: middle;
}

#filterBar li
{
    padding-top: 3px;
    text-align: left;
    vertical-align: middle;
    list-style: none;
    float: left;
}

#filterBar li a
{
    margin-top: 2px;
    padding: 5px;
    color: #930;
}

#filterMenu
{
    position: absolute;
    width: 345px; 
    
    margin: 0;
    padding: 0;
    
    display: none;
}

#filterMenu ul
{
    margin: 0;
    padding: 0px 0px 10px 0px;
    
    width: 345px; 
    background-color: #ffffff; 
    border: solid 1px #692A19;
}

#filterMenu ul h6
{
    padding: 10px 0px 5px 10px;
}

#filterMenu ul li
{
    padding: 5px 0px 0px 15px;
    float: none;
    position: relative;
}

#filterMenu ul li label
{
    font-family: Arial;
    font-size: 12px;
} 

#listings
{
    padding: 0;
    margin: 0;
}

#listings li
{
    list-style: none;
    
    padding: 10px 0px 10px 0px;
    border-bottom: solid 1px #C0AD82;
}

#listings li.alternate
{
    background-color: #F5F2EB;
}

#listings li img
{
    border: none;
    float: left;
}

#listings li div.column
{
    font-size: 13px;
    padding: 0px 9px 5px 5px;
    float: left;
}

#listings li div.col1 { width: 390px; }
#listings li div.col2 { width: 159px; }

#listings li div.column ul
{
    padding: 0;
    margin: 0;
}

#listings li div.column li
{
    padding: 0;
    margin: 0;
    
    border: none;
}

#listings li div.column p a
{
    font-weight: bold;
    font-size: 11px;
    color: #875D4F;
}

#listings li h2
{
    font-size: 18px;
    color: #692B20;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

#listings li h2 a
{
    color: #692B20;
    text-decoration: none;
}

#listings li p
{
    padding: 0px; 
    margin: 0px;
}

#sideNavPromo
{
    width: 190px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}

#sideNavTripPlanner
{
    width: 190px;
    height:20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#sideNavCampgroundFinder
{
    width: 190px;
    height: 40px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

#sideNavEventsCalendar
{
    width: 190px;
    /*height: 220px;*/
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}

#sideNavEventsCalendar h2 { margin-left: 10px; margin-bottom: 0; font-size: 12px; }

#sideNavEventsCalendar h2 a { color: #663300; text-decoration: none; }
#sideNavEventsCalendar h2 a:hover { color: #000; text-decoration: none; }

#eventsCalendar
{
    padding: 13px;
}

#eventsCalendar p
{
    color: #FFF;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 13px;
    margin: 6px 0 6px 0;
}

#eventsCalendar a:link
{
    color: #883a0c;
    text-decoration: none;
}

#eventsCalendar a:visited
{
    color: #883a0c;
    text-decoration: none;
}

#eventsCalendar a:hover
{
    color: #C90;
    text-decoration: none;
}

.viewCalendarPointer
{
    width: 16px;
    float: right;
}

.toggler_finder
{
    color: #FFFFFF;
    margin: 10px 0 0 0;
    padding: 10px 8px 0 10px;
    background: transparent;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
}

.toggler_finder a
{
    text-decoration: none;
    color: #993300;
}

.toggler_finder a
{
    text-decoration: none;
    color: #993300;
}

#contentColumn
{
    float: left;
    width: 740px;
    line-height: 16px;
    background: #F2EDD7;
    border: 1px solid #C7BDA0;
}

#contentPadding
{
    padding: 20px;
}

#contentColumn .left
{
    float: left;
    width: 340px;
}

#contentColumn .left p
{
    margin-right: 10px;
}

#contentColumn .right
{
    float: right;
    width: 360px;
}

#content
{
    padding: 10px;
}

#tpContent
{
    background:#fff;
    padding: 10px;
}

#cfContent
{
    background:#fff;
    padding: 10px;
}

#slideshowcc32da5b-e9d2-4c85-ae2f-244ed5367337 { margin-bottom: 15px; }

.socialCellWrap { width: 220px; border: 1px solid #C7BDA0; background: #FFF; float: left; margin: 15px 16px 20px 0; }
.socialCellWrapLast { width: 220px; border: 1px solid #C7BDA0; background: #FFF; float: left; margin: 15px 0 20px 0; }
.socialCellPadding { padding: 5px; }

.socialCellTitle-Facebook a, .socialCellTitle-Twitter a, .socialCellTitle-Events a { color: #FFF; text-decoration: none; } 
.socialCellTitle-Facebook { background: #8499CB url(/images/socialCell-FacebookBckgrd.png) no-repeat 4px 4px; padding: 6px 6px 6px 30px; font-size: 13px; font-weight: normal; }
.socialCellTitle-Twitter { background: #87B9D2 url(/images/socialCell-TwitterBckgrd.png) no-repeat 4px 4px; padding: 6px 6px 6px 30px; font-size: 13px; font-weight: normal; }
.socialCellTitle-Events { background: #85A385; padding: 6px 6px 6px 8px; font-size: 13px; font-weight: normal; }
.socialCell { font-size: 11px; line-height: 13px; padding: 5px; background: #FFF; margin: 2px 0; }
.socialCell-Facebook { font-size: 11px; line-height: 13px; padding: 5px; background: #E6EBFC; margin: 3px 0; }
.socialCell-Twitter { font-size: 11px; line-height: 13px; padding: 5px; background: #E9F4F9; margin: 3px 0; }
.socialCell-Events { font-size: 11px; line-height: 13px; padding: 5px; background: #EAEFEA; margin: 3px 0; }

.specialFeatures a { font-size: 11px; }

#contactInfo
{
    padding-bottom: 5px;
    border-top: solid 1px #C2AD81;
    border-bottom: solid 1px #C2AD81;
}

#contactInfo div.column
{
    float: left; 
    width: 170px;
}

#footerInfo
{
    margin-right: auto; 
    margin-left: auto;
	padding: 5px 0 0 0;
    width: 930px; 
    text-align: center;
    clear:both;
}

#footerLinks
{
    margin-right: auto; 
    margin-left: auto;
	padding: 8px 0;
    width: 930px; 
    text-align: center;
    background: #C7BDA0;
    border: 1px solid #F2EDD7;
}

#footerLinks a
{
    color: #930;
}

.footerMobileSite
{
    text-align:center;
    padding-bottom:10px;
}

div.ulWrap
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#footerLinks ul
{
	list-style: none;
	padding: 0 0 0 14px;
	margin: 0px;
}
#footerLinks ul li
{
	float: left;
	padding: 0px 3px;
	margin: 0px;
}

#footerWrapper
{
    margin-top: 0;
    background: #E5D9B7;
}

#footer
{
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 20px 35px;
    width: 970px;
}

#footerLogoWrap
{
    width: 240px;
    float: left;
}

#footerLogo
{
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.footerLinksWrap
{
    width: 154px;
    float: left;
}

.footerLinksWrap ul
{
    font-family: Arial, sans-serif;
    font-size: 11px;
    margin: 0 0 0 16px;
    padding: 0;
}

.footerLinksWrap li
{
    margin: 0;
    padding: 0;
}

.footerLinksWrap a:link
{
    color: #000;
    text-decoration: none;
}

.footerLinksWrap a:visited
{
    color: #000;
    text-decoration: none;
}

.footerLinksWrap a:hover
{
    color: #930;
    text-decoration: none;
}

#propertyDetails
{
    border: solid 1px #C2AD81; /*background-color: #ECE6D8;*/
    background-color: #FFFFFF;
}

#propertyDetails h3
{
    padding: 5px 0px 5px 10px;
    margin: 0;
    background-color: #ECE6D8;
    color: #844F3D;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
}

#propertyDetails p.text
{
    font-family: Arial, Verdana, Georgia; 
    font-size: 11px;
    padding: 10px;
    margin: 0;
}

#propertyDetails ul.propertyListColumn
{
    float: left;
    width: 345px;
    padding: 5px 0px 5px 10px;
    margin: 0;
    font-family: Arial, Verdana, Georgia;
    font-size: 11px;
    text-transform: capitalize;
    background-color: #FFFFFF;
    list-style: none;
}

#propertyDetails ul.propertyListColumn li
{
    float: left;
    width: 172px;
}

#propertyDetails ul.propertyInfoList
{
    float: left;
    padding: 5px 0px 5px 10px;
    margin: 0;
    font-family: Arial, Verdana, Georgia;
    font-size: 11px;
    text-transform: capitalize;
    background-color: #FFFFFF;
    list-style: none;
}

#propertyDetails ul.propertyInfoList li
{
    padding: 0;
    margin: 0;
}

#propertyDetails ul.propertyInfoList li.heading
{
    list-style: none; 
    font-weight: bold;
}

ul.simpleList
{
    font-family: Arial, Verdana, Georgia;
    font-size: 11px;
    list-style: none;
    padding: 0;
    margin: 5px 0px 0px 0px;
}

ul.simpleList .title
{
    font-weight: bold;
}

.formElements
{
    
    border: solid 1px #C7BDA0; 
}

/* SEO Pager Styles */
#dataContainerPagerWrapper
{
	clear:both;
	float:right;
}

#dataContainerPageHeading
{
	width:120px;
}

#dataContainerPager
{
	vertical-align:top;
	padding-top:4px;
	padding-bottom:4px;
}

#dataContainerPager li
{
	display:inline;
	
}

#dataContainerPager li a
{
	font-size:12px;
	color: #692B18;
	border:1px solid #C0AD82;
	padding:3px;
}

#dataContainerPager li a:hover
{
	background-color:#DFD4BE;
	color: #692B18;
	text-decoration:none;
}

#dataContainerPager li a.current
{
	background-color:#F5F2EB;
	color: #000000;
	text-decoration:none;
}

.seoPagerHeadingCount 
{
	float:right;
	color:#a3a2a3
}

.inputSubmit
{
	font-size:13px;
	background-color: #A98112;
	border:1px solid #ccd6dc;
	color:#fff;
	padding:5px;
}

span.inputRegisterText
{
    font-size:16px;
}

.inputText
{

	font-size:12px;
	background-color: #EFEFEF;
	border:1px solid #ccd6dc;
	width:125px;
	color:#000;
	padding:2px;
}

.inputDropDown
{

	font-size:12px;
	background-color: #EFEFEF;
	border:1px solid #ccd6dc;
	width:155px;
	color:#000;
	padding:2px;
}
.inputForm
{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-left:10px;
}

.inputForm label
{
	font-weight:normal;
	width:115px;
	display:block;
	float:left;
}

.inputForm li
{
	padding-top:5px; 
	clear:both;
}


.formInstructions
{
	font-size:9px;
	color:gray;
}

#inlineform
{
    margin-left: 0;
    padding-left: 0;
    display: inline;
    border: none;
} 

#inlineform li 
{
    margin-left: 0;
    float: left;
    padding-left: 2px;
    border: none;
    list-style: none;
}

#inlineform .label
{
    color: #000;
    font-weight: bold;
}

ul.basic
{ 
    padding: 0; 
    list-style: none; 
}
ul.basic label 
{ 
    width:115px; 
    float: left; 
    width: 115px; 
    font-weight: bold; 
}
img.icon 
{ 
    padding-right: 5px; 
    vertical-align: middle; 
}

.popupHeader
{
    padding-bottom: 5px;
    border-top: solid 1px #C2AD81;
    border-bottom: solid 1px #C2AD81;
}

.popupHeaderContent
{
    font-family:Arial,Verdana,Georgia;
    font-size:11px;
}

/* Photos and Videos*/
#videoContainer
{
    float: left; 
    width: 490px;
    margin-bottom: 20px;
}

#videoPlayerList
{
    float: left; 
    width: 220px; 
    height: 290px; 
    overflow: auto;
    margin-bottom: 20px;
}

#videoPlayerList ul
{
    width: 201px;
    list-style: none; 
    padding: 0; 
    margin: 0;
}

#videoPlayerList ul li h4
{
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #930;         
}

#videoPlayerList ul li img
{
    border: none;
}

.photoGallery
{
    list-style: none;
}

.photoGallery li
{
    padding: 3px;
    display: inline;
}

.photoGallery li img
{
    border: none;
}

/* Validation Summary */
validationSummary
{
    font-weight:bold;
    border:1px solid #d5dfe5;
    
    padding: 0;
    margin: 0;
}

.validationSummary ul
{
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
}

.validationSummary ul li
{
    font-weight:normal;
    padding-top:2px;
}

.rightsidebar_kids
{
    width: 124px;
	float: right;
	margin: 20px 1px 5px 10px;
	padding-left: 14px;
	border-left: 1px dotted #7D6D5D;
}

.rightsidebar_kids img
{
    padding-bottom: 10px;
}

.fotocolumn {
    float: left;
    padding: 0px 20px 20px;
    width: 270px;
}

li.brewfoto {
   -webkit-box-shadow: #C7BDA0 3px 3px; 
   border: 1px solid #C7BDA0; 
   background-color: #E6D9B7;
    float: left;
    list-style: none;
    margin: 0px 18px 18px 0px;
    padding: 20px;
}

.fotocap {
    margin: 1em 0px;
    font-family: 'Chaparrall Pro', Times, serif;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
    width: 222px;
}

.fotocred {
    margin: 1em 0px;
    font-family: 'Chaparrall Pro', Times, serif;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1.2em;
    margin-top: -1.5em;
    text-align: right;
    width: 222px;
}

/* Register and Nifty Corners CSS */

div.highlightBox{ margin: 0px 0px 10px 0px; background: #F7F6F1}
div.highlightBox h4{ float: left; width: 215px; vertical-align: middle; padding: 10px; margin: 0; font-size: 18px; color: #000; font-family: Arial;}
div.highlightBox h2 { font-size: 22px; margin: 0; padding: 0; font-family: Arial; }
div.highlightBox img.step { float: left; margin-top: 5px; margin-left: -17px; width: 36px; height: 36px; }
div.highlightBox img.stepPic { float: left; width: 220px; height: 130px; }

/* BLOG */

.headingBlock
{
    background-color:#a98112; 
    color:#fff; 
    margin-bottom:0px; 
    font-weight:bold; 
    padding:10px; 
    clear:both;
}

#blogContent
{
	width: 760px;
}

.blogContentDate
{
	background: #FFFFFF url( "../images/blog/dateback.gif" );
	float: left;
	width: 45px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
}

.blogContentDate h3
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
}

.blogContentDate h4
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 4px 0px 0px;
	margin: 0px;
	text-align: center;
}

.blogContentTitle
{
	width: 860px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;	
}

.blogContentTitle a
{ 
    color: #692B20;
    text-decoration: none; 
}

.blogContentTitle h1
{
	font-size: 17px;
    text-transform: uppercase;
    color: #630;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

.blogContentTitle h1 a
{
	font-size: 22px;
	font-weight: bold;
}

.blogContentTitle h1 a:hover
{
	font-weight: bold;
	text-decoration:underline;
}

.blogPostcontent
{
	padding-top: 30px;
	margin-top: 30px;
}

.blogContentTitle img, .blogPostContent img
{
    margin-right:5px;
    padding:2px;
    border:1px solid gray;
}

.blogSeperator 
{
    clear: both; 
    border-bottom: 1px dashed gray; 
    padding-top:5px;
}

.blogComments
{
    padding-top:5px; 
    clear:both;
}

/* END BLOG */

/* MAPS */
#mapDescription
{
    float: left; 
    width: 440px;
    margin-right: 20px;
}

#mapDetails
{
    float: left; 
    width: 250px;
}
/* END MAPS */


