@charset "UTF-8";
/* CSS Document */
body {
	background-image:none;
	}
header {
	width:100%;
	}
.upper-main-content {
	width:100%;
	}
.main-content {
    margin: 35px auto 0;
    width: 100%;
}
.thank-you .main-content {
	width:auto;
	height:500px;
	margin:35px 10px;
	position:static;
	}
footer {
    width: auto;
}
.upper-main-content, 
.upper-main-content-wrapper2,
.content-wrapper {
    width: 100%;
}

/*Style Modifyers*/
.float-left,
.float-right,
.left-content,
.right-content {
    display: block;
    float: none;
    margin: 0 10px;
    padding-right: 0;
    width: auto;
}

/*Header Items*/
hgroup {
    margin: 0 10px;
    width: auto;
}
header .float-left,
header .float-right {
	margin: 0 auto;
	}
.feature {
	display:block;
	background-color:#FF0000;
	color:#FFCC00;
	padding:10px 0;
	text-align:center;
	width:100%;
	}
.feature h2 {
	margin:0;
	font-weight:bold;
	}
.ribbon {
	display:none;
	}

/*Slider*/
#slider {
    height: auto !important;
	width:100% !important;
}
.slides_container {
	height:auto;
	}
.slides_container img {
    width: 100%;
}
.ribbon {
	width:25%;
	}
.developer-logo {
	left:10px;
	}

/*Registration Form*/
form.register {
	-webkit-border-radius: none;
	border-radius: none;
    position: static;
    width: auto;
}
.register input, .register textarea, 
.register select, 
.register input[type="submit"] {
    width: 100%;
}

/*Footer Items*/
footer .float-left, 
footer .float-right {
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-align: center;
}

/*Other items*/
.content-fullwidth {
    margin: 35px 10px 0;
    width: auto;
}
.full-width {
    margin: 0 10px;
}
.third-width {
	margin: 0 10px 20px;
	padding:0;
	width:96%;
	}
.condo-blurb {
	background-image:none !important;
	}
.condo-blurb-inside {
    margin: 0 10px;
    width: auto;
}
.condo-blurb-inside > p {
    width: 100%;
}
.connect-condo-logo {
	width:100%;
	}
video {
	height:auto;
    width: 100%;
}