html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body {
	font: 0.84em/1.6 Arial, Helvetica, sans-serif;;
	margin: 0; padding: 0;
	text-align:center;
	background:#536979;
	color: #c0c9cf;
}

h1, h2, h3, h4, h5, p, ul, ol, li, blockquote, form, img {
	margin-top: 0;
	padding-top: 0;
}

h1 {
	font-size: 2.4em;
	font-weight: normal;
	line-height: normal;
	color: #c0c9cf;
	padding: 0.5em 0 0;
	margin: 0 0 6px;
}

h2 {
	line-height: normal;
	font-size: 1.5em;
	padding: 0.5em 0 0;
	margin: 0;
	color: #c0c9cf;
	font-weight: normal;
}

h3 {
	line-height: normal;
	font-size: 1.3em;
	color:#c0c9cf;
	margin: 0 0 8px 0;
}

h4 {
	line-height: normal;
	font-size: 1.0em;
	color:#c0c9cf;
}

p {

}

a {
	text-decoration: none;
	color:#93a6b5;
	outline: 0;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style:square;
}

table {
	margin: 20px auto;
}

th {
	background: #333;
	color: #fff;
	padding: 4px;
}

td {
	vertical-align: top;
	padding: 4px;
}

label,
.listremark {

}

img.imgcenter {
	display: block;
	margin: 0 auto;
	padding: 4px;
}

.threecol {
	float: left;
	position: relative;
	display: inline;
}

.clearboth {
	clear: both;
}

div#ezarticleviewtpl ul {
	margin-left: 20px;
}

fieldset {
	margin: 10px 0 20px;
	padding: 10px;
	border: 1px solid #c0c9cf;
}

legend {
	font-size:.9em;
	padding: 4px;
	border: 1px solid #c0c9cf;
}


.disclaimer {
	font-size: .8em;
	line-height: normal;
}



/* Template
---------------------------
*/

#sitewrapper {
	width: 960px;
	margin: 0 auto;
	background:#4a5e6c;
	background: #475868;
	position: relative;
	text-align: left;
}

#masthead {
	width: 960px;
	height: 183px;
}

#sitename {
	width: 477px;
	height: 183px;
	float: left;
	margin: 0;
	padding: 0;
}

#sitename a {
	display: block;
	width: 477px;
	height: 183px;
	background: transparent url("/ezstatic/data/thecascadesvt/i/headlogo.gif") no-repeat left top;
	text-indent: -999em;
}

#mast-r {
	float: right;
	width: 482px;
	height: 183px;
	background: transparent url("/ezstatic/data/thecascadesvt/i/banner_lifestyle.jpg") no-repeat right top; 
}

#meat {
	clear: both;
}

#l {
	width: 265px;
	float: left;
}


#r {
	width: 640px;
	float: right;
	margin: 0 30px 0 0;
}

#r a {
	color: #fff;
	text-decoration: underline;
}

#home #l {
	width: 275px;
	
}

#home #r {
	width: 660px;
	margin: 0;
}

/* Navbar
---------------------------
*/


/*
http://24ways.org/2005/centered-tabs-with-css
*/

.menucontainer {
	clear:both;
	text-decoration:none;
	background:#5c737c;
	
}



ul#navbar, ul#navbar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#navbar {
	padding: 0;
	text-align: center;
}

ul#navbar li {
	display: inline;
	margin-right: .73em;
	padding-right: .75em;
	background: transparent url("/ezstatic/data/thecascadesvt/i/pipe.gif") no-repeat right 3px;
	position: relative;

}

#footer ul#navbar li {
	background-image: none;
}
#footer ul#navbar li ul {
	display: none;
}

ul#navbar li.last,
.menucontainer #navbar li#nb6 {
	margin-right: 0;
        background-image: none;
}

ul#navbar li a {
	padding: 5px 0;
	text-decoration: none;
        color: #FFF;
        font-weight: bold;
        font-size: 9.5pt;
}

ul#navbar li a:hover {
	text-decoration: underline;
}

#nb6 img {
	vertical-align: middle;
}

/*\*//*/
ul#navbar li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

ul#navbar {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html ul#navbar li a {
	padding: 0;
}
/**/

/*
#nb6 a {
	width: 78px;
	height: 30px;
	background: transparent url("/ezstatic/data/thecascadesvt/i/dirbutton.gif") no-repeat left -4px;
	text-indent: -999em;
	padding: 0 10px;

}
*/

#navbar #nb7 {
	display: none;
}

.article23242 #nb0 a,
.category4210 #nb1 a,
.category4211 #nb2 a,
body#blog #nb3 a,
.category4213 #nb4 a, 
.category4214 #nb5 a,
.article23248 #nb6 a {
	color: #FFF;
}



/* dropdowns */
.menucontainer ul#navbar li ul {
	position: absolute;
	left: -9999px;
	width: 240px;
	margin: 0;
	padding: 0;
	background: #5C737C;
	border: 1px solid #ddd;
	border-top: none;
	border-top-width: 0;
	text-align: left;
}

.menucontainer ul#navbar li:hover ul, 
.menucontainer ul#navbar li.sfhover ul {
	left: -8px;
	z-index: 100;
	top: 19px;
}

.menucontainer #navbar li ul li {
	position: relative;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	background: transparent;
}
* html .menucontainer #navbar li ul li {
	height: 16px;
	border: none;
}

.menucontainer #navbar li ul li a,
.menucontainer #navbar li ul li a:hover {
	display: block;
	text-indent: 0px;
	padding: 4px;
	line-height: 16px;
	margin: 0;
	float: none;
	background: #5C737C;
	color: #93A6B5;
}
/* End Dropdowns */


/* Headers
---------------------------
*/
/* home */
body#home #mast-r {
	background-image: none;
}

/* contact us and directions */

body.article23250 #mast-r {
	background: transparent url("/ezstatic/data/thecascadesvt/i/banner_decor.jpg") no-repeat right top;
}

body.article23248 #mast-r{
	background: transparent url("/ezstatic/data/thecascadesvt/i/banner_lifestyle.jpg") no-repeat right top;
}

/* privacy statement */
body.article23251 #mast-r {
	background: transparent url("/ezstatic/data/thecascadesvt/i/banner_walking.jpg") no-repeat right top;
}

/* our community */
body.article23247 #mast-r {
	background: transparent url("/ezstatic/data/thecascadesvt/i/arch.png") no-repeat right top;
}

/* blog */
body#blog #mast-r {
	background: transparent url("/ezstatic/data/thecascadesvt/i/banner_rendering.jpg") no-repeat right top;
}

/* amenities */
body.article23244 #mast-r {
background: transparent url("/ezstatic/data/thecascadesvt/i/banner_water.jpg") no-repeat right top;
}

/* floor plans */
body.category4210 #mast-r {
	background: transparent url("/ezstatic/data/thecascadesvt/i/banner_evening.jpg") no-repeat right top;
}

body.article23243.category4210 #mast-r {
	background: transparent url("/ezstatic/data/thecascadesvt/i/banner_kitchen.jpg") no-repeat right top;
}


/* listings */
body.article354 #mast-r {
	background: transparent url("/ezstatic/data/thecascadesvt/i/arch.png") no-repeat right top;
}

body.article354

/* Sidebar
---------------------------
*/
.sb-contactinfo {
	font-size:.8em;
	line-height:1.2em;
	padding:1em;
	margin:0;
}

.sb-contactinfo a {

	
}



ul.sb-menu,
ul.sb-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sb-menu li a {
	display: block;
	border:1px solid #bac5cb;
	text-align: center;
	line-height: normal;
	padding: 6px;
	margin: 10px;
	color: #c0c9cf;
	
}

a span.hl {
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	margin: 0;
	padding: 0;
}

.sidebarbox	{
	border:1px solid #bac5cb;
	padding: .8em;
	margin:1em 0 1em 1em;
	color:#bac5cb;
	width:220px;
}

.sidebarbox img {
	display: block;
	margin: 8px auto;
}

.sidebarbox .floorhead	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: normal;
}

.sidebarbox ul {
	margin-left: 14px;
}
	
.sidebarbox .floorlist	{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin:0;
	padding:0;
	margin: 10px 0 10px 2em;
}

.floorlist li {
	margin: 0 0 8px;
}

#twitter-btn{
padding: 15px 160px;
}

/* Home page
---------------------------
*/

body#home #meat {
	background: transparent url("/ezstatic/data/thecascadesvt/i/river_mist_960.jpg") no-repeat left top;
	padding: 336px 0 0;
}

body#home #ezarticleviewtpl {
	padding: 20px;
}

body#home #ezarticleviewtpl h1 {
	display: none;
}
body#home #r {
	width: 676px;
	background:#5c737c;
}

body#home  a.btn-contact {
	display: block;
	width: 87px;
	height: 87px;
	text-indent: -999em;
	margin: 30px 0 0 180px;
	background: transparent url("/ezstatic/data/thecascadesvt/i/btn-contact.gif") no-repeat left top;
}

body#home  a.btn-lca {
	display: block;
	width: 200px;
	height: 90px;
	text-indent: -999em;
	margin: 20px 0 0 65px;
	background: transparent url("/ezstatic/data/thecascadesvt/i/logo-lca.gif") no-repeat left top;
}

/* Footer
---------------------------
*/
#footer {
	font-size:0.83em;
	padding: 8px 0;
	color: #93A6B5;
}

#footer a{
	color: #93A6B5;
}



#footer #nb6 {
	display: none;
}

#footer #navbar li#nb7 {
	display: inline;
}

p.footer {
	text-align: center;
	clear: both;
}

/* Floor Plan Page
---------------------------
*/

ul.floorplanmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 640px;
	clear: left;
}

ul.floorplanmenu li {
	margin: 0 0 20px;
	width: 33%;
	text-align: center;
	float: left;
	list-style: none;
}

ul.floorplanmenu li a {
	line-height: normal;
}
/*
ul.floorplanmenu {
	margin: 0 0 10px;
	padding: 0;
	display: table;
	list-style: none;
	white-space: nowrap;
	width: 640px;
}

ul.floorplanmenu li {
	display:table-cell;
	text-align: center;
}

* html ul.floorplanmenu li {
	float:left;
}


*/
/* USM Footer
---------------------------
*/

p#usmtag {
	margin: 0 auto;
	padding: 0;
	width: 213px;
	height: 13px;
	background: transparent url("/ezstatic/data/thecascadesvt/i/usmtag.gif") no-repeat left top;
}

p#usmtag a {
	display: block;
	width: 213px;
	height: 13px;
	text-indent: -999em;
}

p#usmtag a:hover {
	background: transparent;
}




/* Detail View
---------------------------
*/
#dv-slideshow {
	width: 304px;
	overflow: hidden;
	float: right;
	margin: 0 0 20px 20px;
/*	display: inline;*/
}

.slideshownav {
	padding: 10px;
	text-align: center;
}

.slideshownav a {
	text-decoration: none !important;
}


#dv-description {
	/*width: 48%;
		float: left;
		display: inline;*/
}

ul.dvlistfeatures {
	margin: 14px 12px;
	padding: 0;
	color: #fdffff;
}

ul.dvlistfeatures li {
	margin: 0 0 8px 0;
}



/* List view
---------------------------
*/

.hdr-properties {
	font-size: 1.6em; 
	text-transform: uppercase; 
	letter-spacing: .15em; 
	font-weight: normal; 
	border-bottom: 1px solid #c0c9cf; 
	margin: 24px 0; 
	padding: 0 0 6px 0
}

h1.dv-header {
	color: #fdffff;
	border-bottom: 1px solid #fdffff;
}
.hdr-available-property a {
	color: #fdffff;
	text-decoration: none !important;
	font-size: 1.2em;
	letter-spacing: .10em;
	font-weight: normal !important;
}
.lv-wrapper {
margin: 0 0 30px 0;
}

.lv-image {
width: 45%;
float: left;
	margin-bottom: 10px;
}

.lv-description {
width: 54%;
float: right;
	padding-bottom: 10px;
}

.lv-description h2 {
margin: 0;
padding: 0;
}

.specs {
	color: white;
	border-bottom: 1px solid #c0c9cf; 
	margin-bottom: 80px;
	padding-bottom: 8px;
	position: relative;
}

.lv-moredetails {
	margin: 0;
	padding: 0;
	width: 142px;
	height: 32px;
	position: absolute;
	bottom: -10px;
	right: 10px;
}

.lv-moredetails a {
	display: block;
	width: 142px;
	height: 32px;
	text-indent: -999em;
	background: transparent url("/ezstatic/data/thecascadesvt/i/btn-moredetails.gif") no-repeat left top;
}

span.special-pricing {
	color: #c0c9cf;
	font-style: italic;	
}




/* Featured Listing
----------------------------
*/

#ftlisting {
	border:1px solid #bac5cb;
	padding: 0;
	margin: 10px auto;
	width: 91%;
}

#ftlisting h3 {
	text-align: center;
	margin: 0;
}

#ftlisting p {
	line-height: normal;
	width: 90%;
	margin: 8px auto;
}

#ftlisting p a {
	border-bottom: 1px solid #93a6b5;
}

#ftlisting a img {
	border: 1px solid #93a6b5;
	display: block;
	margin: 0 auto;
}



/* Form validation
-----------------------------
*/

label.error {
	display: block;
	color: #ee79d7;
}
.error{color: #ee79d7;}


/* Sidebar Contact Form
-----------------------------
*/
#sb-contactform{
	width:228px;
	margin-left:10px;
	padding:8px;
	border:1px solid #BAC5CB;
}
#sb-contactform h2{
	padding:0;
	margin:0;
}
#sb-contactform input, #sb-contactform label{
	display:block;
	width:220px;
}
#sb-contactform label{
	font-weight:bold;
}
#sb-contactform textarea{
	width:220px;
}
#sb-contactform #contactSubmit{
	width:150px;
}