﻿*
{
    padding: 0px;
    margin: 0px;
}

html
{
	width: 100%;
	color: #615452;
	font-size: 0.6875em;
	line-height: 1.2em;
}

body
{
    font-family: Arial;
   /* background-color: #39231D; */
    background:#180b08 url('../images/main-bg.jpg') repeat-x top left;
}

h1
{
    font-size: 1.8em;
    line-height: 1.2em;
}

h2
{
    font-size: 1.3em;
}

p
{
    padding: 5px 0px;
}

a
{
    color: #2051A0;
    text-decoration: none;
}

ul
{
	margin-left: 20px;
}

#wrapper
{
	width: 980px;
	margin: auto auto;
	border-left: solid thin #0c0504;
	border-right: solid thin #0c0504;
}

.clear
{
    clear: both;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.normal
{
    color: #615452;
}

.white
{
    color: #FFF;
}

.red
{
    color: #E65435;
}

.dark
{
    color: #2D1B18;
}

.bold
{
    font-weight: bold;
}

.blue
{
    color: #2051A0;
}


/***  header  ***/

#header
{
    position: relative;
    height: 170px;
}

.cwcLogo
{
    position: absolute;
    bottom: 13px;
    left: 14px;
}

#cwcLogoImage
{
    border-width: 0px;
}

.headerContent
{
    position: absolute;
    bottom: 13px;
    left: 105px;
    color: #FFEB00;
}

.headerContent h1
{
    color: #FFF;
}

.headerMotto
{
    font-size: 1.2em;
}

#headerSearchContainer
{
    width: 175px;
    height: 73px;
    background-color: #2882BE;
    color: #FFF;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.headerSearch
{
    padding-top: 25px;
    padding-left: 12px;
}

.headerSearchTextBox
{
    width: 105px;
}

.headerSearchButton
{
    background-color: #FAA52D;
    border: none;
    color: #FFF;
    padding-left: 4px;
    padding-right: 4px;
}

#nav
{
	background: transparent url('../images/nav_bg.jpg') no-repeat;
	width: 100%;
	height: 39px;
	font-size: 1.1em;
}

#nav div
{
    font-weight: bold;
	list-style: none;
	float: left;
	padding: 5px 11px 0px;
	border-right: solid 1px #FFF;
    height: 34px;
}

.mainNavItem, .mainNavItemOn
{
    cursor: pointer;
}

.mainNavItem a
{
    color: #2D1B18;
}

.mainNavItemOn a
{
    color: #FFF;
}

/***  end header  ***/


/***  main content  ***/

.content
{
    padding: 15px 15px 0px 0px;
    background-color: #FFF8BE;
}

.subhead
{
    color: #FFF;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #B2A08A;
}

.rowOn
{
    background-color: #DFD7CE;
}

#CWCMapContainer
{
    width: 393px;
    padding: 26px 32px 0px 56px;
    position: relative;
    margin-bottom: 150px;
}

#CWCImage
{
    z-index: 0;
    position: relative;
}

#CWCMapImage
{
    border: none 0px;
}

#regionInfoDiv
{
	display: none;
	color: #FFF;
	background: transparent url('../images/popup_bg.png') repeat;
	position: absolute;
	z-index: 2;
	width: 1px;
	height: 1px;
	overflow: auto;
}

.infoContent
{
	display: none;
}

.popupText
{
    margin-left: 93px;
    padding: 9px 7px;
    width: 98px;
}

.popupHead
{
    color: #FEE900;
}

#iIcon
{
	margin:40px 10px 0px -10px;
}

#HomeContentContainer
{
    width: 484px;
    min-height: 500px;
}

#HomeHeading
{
    width: 400px;
    padding: 43px 0px 28px 36px;
    color: #0067AC;
}

#HomeContent
{
    background-color: #FFFDE6;
}

#HomeContentText
{
    padding: 20px 15px 7px 14px;
    font-size: 1.1em;
    line-height: 1.4em;
    width: 90%;
}

#HomeContentText h2
{
    font-size: 1.8em;
    font-weight: normal;
}

#HomeContentText a
{
    white-space: nowrap;
}

#HomeWCContact
{
    width: 200px;
    float: left;
}

#HomeWCContact a
{
    color: inherit;
}

.HomeContentClick
{
    font-size: 1.2em;
    line-height: 1.1em;
    padding-top: 13px;
}

#HomeWCMap
{
    width: 143px;
    height: 96px;
}

#HomeContentBottom
{
    height: 64px;
    background: transparent url('../images/home_content_bottom.jpg') repeat-x;
}

#HomeContentGMap
{
	display: none;
	margin-left: 15px;
	width: 240px;
	height: 180px;
}

/***  end main content  ***/


/***  left column  ***/

#leftColumn
{
    width: 171px;
    margin-right: 17px;
}

/***  end left column  ***/


/***  left nav  ***/

#leftNav
{
    padding-top: 15px;
    background-color: #FFF;
    font-size: 1.1em;
}

.leftNavItem, .leftNavItemOn
{
    height: 26px;
    padding: 7px 0px 0px 15px;
    font-weight: bold;
    cursor: pointer;
}

.leftNavItemOn
{
    background: transparent url('../images/left_nav_bg.jpg') repeat-x;
}

.leftNavItem a
{
    color: #2D1B18;
}

.leftNavItemOn a
{
    color: #FFF;
}

#leftNavBottom
{
    height: 53px;
    background: transparent url('../images/left_nav_bottom.jpg') repeat-x;
}

/***  end left nav  ***/

/***  middle column  ***/

#middleColumn
{
    width: 602px;
}

#middleColumnContent
{
    background-color: #FFF;
}

#middleHeading
{
    color: #FFF;
    background-color: #2D1B18;
}

#middleHeading h1
{
    height: 39px;
    padding: 11px 0px 0px 15px;
}

#middleHeading h1 a
{
    color: #FFF;
}

#middleContent
{
    padding: 17px 13px;
}

#CWCPageMainContent h2
{
    color: #F89934;
}

/***  end middle column  ***/

/***  right column  ***/

#rightColumn
{
    width: 160px;
    margin-left: 14px;
}

.CWCTop10Button
{
    background: transparent url('../images/top10_button.png') no-repeat;
    width: 160px;
    height: 41px;
}

.CWCTop10ButtonText
{
    font-size: 1.8em;
    padding: 14px 0px 0px 11px;
}

.CWCTop10ButtonText a
{
    color: #FFF;
}

/***  end right column  ***/

/***  footer  ***/

#footerTop
{
    width: 100%;
    height: 6px;
	background: transparent url('../images/footer_top.jpg') repeat-x;
}

#footer
{
	width: 100%;
	padding-top: 7px;
	background: #FFF url('../images/footer_bottom.jpg') repeat-x bottom;
	height: 55px;
    min-height: 55px;
}

.footerContent
{
    margin: 10px 20px 0px 0px;
    text-align: right;
}

.footerNav
{
    margin-bottom: 5px;
}


#FooterFacebookIcon 
{
	margin:0px 24px 0 24px;
	border: none;
	float:left;
	
}

#FooterTwitterIcon 
{
	margin:0px 24px 0 0px;
	border: none;
	float:left;
}

.copyright
{
    font-size: 0.8em;
}

#vCALinkImage {
    border-width: 0px;
}

/***  end footer  ***/


/***  subpage  ***/

#CWCPageContent
{
    width: 376px;
    margin-right: 15px;
}

#CWCPageFullContent
{
    width: 572px;
}

#CWCPageMainContent
{
    width: 356px;
    padding-bottom: 19px;
}

#CWCPageRightContent
{
    width: 165px;
}

.OrangeGoButton
{
    background: transparent url('../images/orange_go_button.png') no-repeat;
    vertical-align: middle;
    border-width: 0px;
    width: 30px;
    height: 15px;
    font-size: 1em;
    padding: 0px 2px 2px 0px;
    cursor: pointer;
}

#CWCTrafficButton
{
    background: transparent url('../images/traffic_button.png') no-repeat;
    vertical-align: middle;
    border-width: 0px;
    width: 147px;
    height: 25px;
    cursor: pointer;
}

.CWCWeather
{
    background: transparent url('../images/weather_bg.jpg') no-repeat;
    width: 179px;
    height: 67px;
    margin-left: 50px;
}

.CWCWeatherHead
{
    color: #0067AC;
    font-size: 1.2em;
    padding: 5px 0px 2px 10px;
}

.CWCWeatherImage
{
    padding: 13px 0px 0px 10px;
}

.CWCWeatherTemp
{
    font-size: 1.5em;
    padding: 18px 8px 0px;
}

.CWCWeatherZipForm
{
    width: 80px;
    padding-top: 18px;
}

#WeatherZipTextBox
{
    height: 15px;
    width: 42px;
    font-size: 0.9em;
}

#CWCPlacesThings
{
    color: #FFF;
    background-color: #BF3532;
    width: 602px;
    height: 55px;
    margin: 8px 0px 8px;
}

#CWCPlacesThingsText
{
    font-size: 1.8em;
    padding: 22px 55px 0px 15px;
}

#CWCPlacesThingsForm
{
    width: 183px;
    font-size: 1.5em;
    padding-top: 10px;
}

#CWCPlacesThingsForm input, #CWCPlacesThingsForm select
{
    height: 15px;
    border-width: 0px;
    font-size: 0.6em;
}

#CWCPlacesThingsForm select, #PlacesThingsButton
{
    margin-top: 5px;
}

.PlacesThingsTextBox
{
    width: 132px;
    padding-left: 2px;
}

.PlacesThingsDropDown
{
    width: 100px;
}

#PlacesThingsButton
{
    background: transparent url('../images/places_things_button.jpg') no-repeat;
    width: 29px;
    height: 14px;
    padding-left: 8px;
    margin: 21px 0px 0px 12px;
    font-size: 0.7em;
    line-height: 0.9em;
    cursor: pointer;
}

#PlacesThingsButton a
{
    color: #FFF;
}

.searchText
{
    vertical-align: middle;
    font-size: 1em;
}

.ResultListItem
{
    border: solid 1px #B2A08A;
    padding: 8px;
    margin-bottom: 10px;
}

.ResultListImage
{
    margin-right: 8px;
}

.ResultListDescription
{
    display: none;
}

/***  end subpage  ***/


/***  faq  ***/

.FAQContainer table
{
    width: 100%;
    vertical-align: top;
}

.FAQContainer td
{
    padding: 2px;
    vertical-align: top;
}

/***  end faq  ***/


/***  getting here  ***/

#GettingHereMap
{
    width: 572px;
    height: 440px;
}

/***  end getting here  ***/


/***  sitemap  ***/

#CWCSiteMap
{
    margin: 0px 171px;
    padding: 10px;
    background-color: #FFF;
    font-size: 1.2em;
}

#CWCSiteMap ul
{
    list-style: none;
}

#CWCSiteMap li
{
    padding: 2px;
}


/***  end sitemap  ***/


/***  widget  ***/

.widget
{
    width: 159px;
    margin-bottom: 8px;
}

.widgetTitle
{
	background: transparent url('../images/widget_head_bg.jpg') repeat-x;
	height: 23px;
	padding: 16px 10px 0px 12px;
	font-size: 1.5em;
}

.widgetArrow
{
    border-width: 0px;
}

.widget a
{
    color: #FFF;
}

.widgetContent
{
	background-color: #AC977F;
	padding: 12px 12px 7px 11px;
	line-height: 1.3em;
	overflow: hidden;
}

.widgetImage
{
    width: 138px;
    height: 72px;
    margin: 3px 0px 6px;
}

.widgetFooter
{
	background-color: #4A3028;
	padding: 7px 7px 5px 0px;
	text-align: right;
}

/***  end widget  ***/


/** pager styles **/

ul.pager
{
	margin:0;
}
ul.pager li
{
	cursor:pointer;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:2px;
	padding:4px 0;
	position:relative;
}

ul.pager span.ui-icon-text,ul.pager span.ui-icon 
{
	float:left;
	margin:0 4px;
}

.ui-icon-text 
{
	background-image:none;
	height:16px;
	width:16px;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-align:center;
	font-size:.9em;
	line-height:1.6em;
}

#results
{
	padding:10px 0px;
	border-top:1px dashed #ccc;
}

#results div
{
	margin:5px 0;
}

#results table tr td
{
	padding:8px;
	border:1px solid #B2A08A;
}

#ResultContainer
{
    padding: 10px 0px;
}

#ResultContainer div.pageNumbers
{
    padding: 5px 0px;
}

/***  relatedLinks  ***/

#relatedLinks
{
    padding-top: 0px;
    /*background-color: #FFF;*/
}

.relatedLinksHeader
{
	/*background: transparent url('../images/left_nav_bg.jpg') repeat-x; */
	height: 14px;
	padding: 5px 0 0px 15px;
	font-weight: bold;
	font-size: 1.1em;
    color: #2D1B18;
    text-decoration:underline;
}

.relatedLinksItem
{
    padding: 5px 10px 2px 15px;
}

.relatedLinksItem a
{
    color: #2051A0;
}

.relatedLinksItem span
{
	font-size:.75em;
}

/*#relatedLinksBottom {
	background:transparent url(../images/left_nav_bottom.jpg) repeat-x scroll 0 0;
	height:53px;
}
/*

/***  end relatedLinks  ***/

.watermarkOn
{
	text-align:center;
	color:#615452;
}

#CWCSearch, #CWCError, #CWCPageNotFound {
	background-color:#FFFFFF;
	margin:0 171px;
	padding:10px;
}

#CWCSearchResults {

}

.CWCSearchItem {
	margin:10px 20px 0 0;
	
}

#HomeFacebookIcon 
{
	margin:0px 8px 0 8px;
	float: right;
	border: none;
	
}

#HomeTwitterIcon 
{
	margin:0px 0px 0 8px;
	float: right;
	border: none;
}

#ConnectWithUs
{
	float:right;
	margin:0px 5px 0 0px;
	color:#000;
    font-size: 1.2em;
    font-weight:bold;
	
}

.editButton
{
	float:right;
}

#results table tr td.featuredPartner
{
	border: 1px solid #0067ac;
	padding:0px;
	background-color:#FFF;
}

#results table tr td.featuredPartner span
{
	display:block;
	font-size: 1.4em;
	color:#FFF;
	padding:10px;
	background: #0067ac url('../images/featured-partner.png') no-repeat center right;
}

#results table tr td.featuredPartner span a
{
	color: #FFF;
}

.HomePageTextLeft 
{
	width:40%;
	float:left;
}

.HomePageTextRight
{
	width:40%;
	float:right;
}

.HomePageRedTitle
{
	color:#e65435;
	font-size: 1.4em;
	padding:2px;
	font-weight:bold;
}

.HomePageOrange
{
	color:#f89934;
	font-size: 1em;
	padding:2px 0px 20px 0px;
}

#TakeSurvey
{
	margin:5px 5px 5px 75px;
    /* background-image:url('../images/take-survey.png'); */
    min-height:15px;
    width:80px;
    background-repeat:no-repeat;

}