/* Main Layout Settings */

.clr{clear:both;}
.fl{float:left;}
.fr{float:right;}

/* CHANGES FOR APR 18, 2011 */
@font-face {
  font-family:Helvetica, Times,serif;
  src:url('/js/font/04B_24.TTF') format('truetype');
  font-weight:normal;
  font-style:normal;
}
#wxButtonFrame, .floatL{
	float: left;
	clear: left;
}
.countdown_timer {
	background: transparent url('/js/font/timer_bg.png') left top no-repeat;
	width: 200px;
	height: 135px;
	position: relative;
	float: left;
}
.countdown_timer .Days,.countdown_timer .Hours,.countdown_timer .Minutes {
	font-size: 40px !important;
	line-height: 40px !important;
	color: gold;
	font-family: Timer;
	position: absolute;
	bottom: 25px;
	text-shadow: 0 0 5px #FFF999;
}
.countdown_timer .Days {
	bottom: 27px;
  font-size: 45px !important;
  right: 120px;
}
.countdown_timer .Hours{
	right:65px;
}
.countdown_timer .Minutes {
	right:10px;
}
.countdown_timer .Seconds {
	display: none;
}
/* END CHANGES */

html,body {
		background-image:url(/images/2-spacer.jpg);
		background-image:url(/images/2-spacer.jpg);
		background-repeat:repeat-x;
		background-color:#899dc1;
}
body {
	width:100%;
	margin:0;
	padding:0;
	font-family:arial,sans-serif;

	color:#666;
	text-align:center;

}


a {
	text-decoration:none;
	color:#174273
}
	img {
		border:0;
	}

.spacer {
	clear:both;
}

/* Normalization */
ul,form,div,h1 {
	padding:0;
	margin:0;

}

p {
	margin:0;
	padding:0 0 10px 0;
	color:#4d5d6d;
}
.sf-sub-indicator {
	display:none;
}

/* Block styles */
#wrapper {
	width:950px;
	text-align:left;
	margin:27px auto 50px auto;

}
	#header {
		padding:15px 0 0 15px;
		background-color:#FFF;
		background-image:url(/images/cw_bg_header.gif);
		background-repeat:no-repeat;
	}
		#header #logo {
			margin-right:4px;
		}

	#header_image {
		margin-bottom:5px;
		position:relative;
		left:-2px;
	}

        #header .hcorner_bg{
            float:right;
            background:#959CAA;
            color:#000;
            margin-right:16px;
            width:295px;
            height:145px;
        }

        #header #home_btn{
            float:left;
        }

        #header .hcorner_bg table tr td{
            width:242px;
            height:145px;
            padding:0 25px 0 25px;
        }
        
        #header .hcorner_bg table tr td p{
            color:#FFF;
            font-family:"Times New Roman",serif;
            font-size:18px;
        }


#content {
	padding:22px 15px;
	background-color:#FFF;
	line-height:1.3em;
	font-size:12px;
}
#footer {

	color:#cdd1d6;
	font-size:11px;

}
	#footer img {
		vertical-align:top;
		padding-bottom:15px;
	}
	#footer #oca {
		float:right;
	}

/* Navigation styles */
#navigation{
background:#FFF;
padding-top:3px;
}

#top_navigation{
    height:53px;
    width:919px;
    background:url(/images/main_nav_bg.png) no-repeat;
    margin-left:15px;
    list-style-type:none;
    font-family: "Times New Roman",serif;
    font-size:12px;
}

#top_navigation li{
    float:left;
}

#top_navigation li a{
    padding:7px 16px 8px 16px;
    color:#4d5d6d;
    display:block;
}

#top_navigation li a:hover{
    background-color:#A4AAB5;
    color:#FFF;
}

#top_navigation li ul{
    display:none;
    position:absolute;
    margin-top:-2px;
    list-style-type:none;
    margin-left:15px;
}

#top_navigation li ul li{
    margin-right:10px;
}

#top_navigation li ul li a{
    
    color:#FFF;
    padding:5px;
    padding-left:0;
    background:none;
    font-family: "Times New Roman",serif;
}

#top_navigation li ul li a:hover{
    color:#4d5d6d;
    background:none;
}


/* Content */
#float_right {
	float:right;
}

#image_wrapper {
	font-size:0;
	line-height:0;
}
	#image_wrapper .center {
		margin:0 5px;

	}
#content_wrapper {
	width:590px;
	margin:30px 50px 0 20px;
}

#content_wrapper h1{
color : #164273;
font-size : 24px;
font-family: "Times New Roman",serif;
padding-bottom:10px;
}


#content_wrapper ul {
	color:#174273
}
	#content_wrapper ul li {
		margin-left:25px;
		color:#4d5d6d;
	}
	#content_wrapper h3 {
		color:#174273;
		border-bottom:1px solid #9D9D9D;
		padding-bottom:2px;
		margin-bottom:12px;
		font-size:14px;
	}
	#content_wrapper h4 {
		color:#174273;
		font-size:12px;
		margin:15px 0 5px;
	}
	#content_wrapper h3 span {
		padding-left:20px;
		color:#4d5d6d;
		float:right;
		display:block;
		font-size:12px;
		font-weight:normal;
		font-style:italic;
		padding-top:2px;
		margin-top:2px;
	}
	#content_wrapper p.bold {
		font-weight:bold;
	}
	#content_wrapper .break {
		padding-top:10px;

	}
	#content_wrapper ul.highlight {
		background-color:#F3F3F9;

	}
		#content_wrapper ul.highlight li {
			color:#4D5D6D;
		}
	#content_wrapper dt {		font-size:12px;
		font-weight:bold;
		margin-top:10px;
		color:#174273
	}
	#content_wrapper dd {
		margin:0;
		padding:0;
	}
	#content_wrapper p.note {
		font-style:italic;
	}
	#content_wrapper div.hr {
		height:1px;
		border-bottom:1px solid #9D9D9D;
		display:block;
		font-size:0;
		line-height:0;
		margin:20px auto 20px auto;
	}
	#content_wrapper dt {

	}
	#content_wrapper blockquote {
		background-image:url(/images/icon_quote_start.gif);
		background-repeat:no-repeat;
		padding:5px 35px;
		margin:20px;
	}
	#content_wrapper .block_close {
		background-image:url(/images/icon_quote_end.gif);
		width:33px;
		height:21px;
		float:right;
		margin:0;
		padding:0;
		line-height:0;
		font-size:0;
		position:relative;
		top:-35px;
	}

#welcome {
	display:block;
	background-image:url(/images/welcome_to_crestwood.gif);
	width:610px;
	height:300px;
	margin-top:15px;
}
div.center {
	text-align:center;
}
.contact_us {
	width:100%;
	padding:5px 0;
}
	.contact_us th {
		padding-bottom:5px;
		color:#174273;
	}
	.contact_us td {
		vertical-align:top;				font-size:12px;
	}
#inquiry_form dd,#inquiry_form dt,#inquiry_form dl {
		padding-left:0;
		margin-left:0;
}
#inquiry_form .required {
	color:#C00;
}
#inquiry_form .success {
	border:1px dashed #0C0;
	font-weight:bold;
	color:#060;
	padding:2px;
	background:#ecffeb;
	font-size:14px;
}
.not_active {
	display:none;
}
.mailing_address {
	display:none;
}

/*- NEW FOOTER STYLES -*/
.ContentFooter {
    margin-top: 15px;
}
.ContentFooter .TopCap, .ContentFooter .BottomCap {
    width:919px;
    height:4px;
    float:left;
}
.ContentFooter .TopCap, .ContentFooter .BottomCap {
    *display:none;
}
.ContentFooter .TopCap {
    background: transparent url('/images/foot-top.png') left top no-repeat;
    clear:both;
}
.ContentFooter .BottomCap {
    background: transparent url('/images/foot-bottom.png') left top no-repeat;
}
.ContentFooter .BodyArea {
    background: transparent url('/images/foot-middle.png') left top repeat-y;
    padding: 0 4px;
    /*padding:6px 10px;*/
    color: white;
    float:left;
    width:919px;
    clear:both;
}
.ContentFooter .BodyArea .ContentZone {
    padding:6px 0;
    width:210px;
    float:left;
    margin-right:15px;
}
.ContentFooter .BodyArea .ContentZone#last {
    margin-right:0 !important;
}
.ContentFooter .BodyArea .ContentZone span.SectionalHeader {
    color:#4D5D6D;
    display:block;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    line-height:20px;
    text-transform:uppercase;
    margin-bottom: 10px;
}
.ContentFooter .BodyArea .ContentZone span.SectionalHeader.Secondary {
    margin-top: 10px;
}
.ContentFooter .BodyArea .ContentZone a.Scroll {
    margin:0 auto;
    width:105px;
    display:block;
}
.ContentFooter .BodyArea .ContentZone a {
    color:#2778C9;
    text-decoration: none;
    display:block;
}
.ContentFooter .BodyArea .ContentZone a:hover {
    text-decoration: underline;
}
div#footer .TopArea {

}
div#footer .TopArea a.Facebook {
    float:right;
}
div#footer .BottomArea {
    display: block;
    clear:both;
	padding-top: 10px;
}
div#footer .BottomArea img, div#footer .BottomArea a {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

div#footer .BottomArea .Crestwood {
    display:inline;
    float:left
}
div#footer .BottomArea .Crestwood img {
    float:left
}
div#footer .BottomArea .Crestwood .top, div#footer .BottomArea .Crestwood .bottom{
    float:left;
}
div#footer .BottomArea .Crestwood .bottom {
    clear:both;
}
img.LeftSpace {
    
}
