@charset "UTF-8";
/* CSS Document */

/*======== Main Wrappers and Content Boxes =======*/
body {
	background: url("images/bg-header.jpg") repeat-x scroll left 55px rgba(0, 0, 0, 0);
    border-top: 10px solid #27c4e2;
    color: #999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
header {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
    width: 960px;
}
.main-content {
    margin: 5px auto 0;
    width: 940px;
}
.thank-you .main-content {
	width:auto;
	height:500px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	}
footer {
	/*background: url("images/bg-blue-gradient.jpg") repeat-y scroll center bottom #27c4e2;*/
	background-color:#27c4e2;
	color:#fff;
	margin:30px auto 30px;
	padding:20px 0 30px;
	text-shadow: 1px 1px 1px #1d7f93;
	width:100%;
	}

/*======== Basic Font and Content Elements =======*/
h1 {
	color:#29c2e2;
    font-size: 35px;
    font-weight: normal;
	line-height:45px;
    margin: 25px 0 0;
}
h2 {
    font-size: 26px;
    font-weight: normal;
	line-height:26px;
    margin: 15px 0 0;
}
h3 {
    color: #999;
    font-size: 20px;
    font-weight: bold;
	letter-spacing:-1px;
	line-height:24px;
	margin: 15px 0 0;
}
h4 {
    color: #999;
    font-size: 20px;
	line-height:20px;
	margin: 15px 0 0;
}
h5 {
    color: #999;
    font-size: 18px;
	line-height:18px;
	margin: 15px 0 0;
}
p {
	margin: 15px 0 0;
}
ul {
    margin: 10px 0 0;
    padding: 0 15px;
}
img {
	border:none;
	}
a {
	color:#999;
	text-decoration:underline;
	}
	
/*======== Header Items =======*/
header .logo {
	float:left;
	padding-right:18px;
	}
hgroup {
	float: left;
    padding-left: 20px;
    width: 500px;
	}
hgroup h1 {
	margin-top:20px;
	}
hgroup h2 {
    color: #999;
    font-size: 19px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 0;
    margin-top: 10px;
}
header .float-right {
    padding-top: 25px;
}
.feature {
	display:none;
	}
	
/*======== Slider and Slider Box =======*/
.upper-main-content-wrapper {
	background-color:#777;
	position:relative;
	width:100%;
}
.upper-main-content-wrapper2 {
	margin: 0 auto;
	position:relative;
	width:1020px;
}
.upper-main-content,
.content-wrapper {
	margin:0 auto;
	position:relative;
	width:940px;
	}
#slider {
    height: 360px !important;
    margin: 0 auto;
    overflow: hidden;
	position:relative;
    text-align: center;
    width: 1020px;
}
.slides_container {
	height: 432px;
    margin: 0;
	padding: 0;
	}
.slide {
	float:left;
	list-style:none;
	}
ol.dots {
	display:none;
	}
.developer-logo {
	position:absolute;
	top:10px;
	left:145px;
	width:170px;
	height:66px;
	z-index:999;
}
.ribbon {
	position:absolute;
	top:-5px;
	left:15px;
	z-index:999;
}

	
/*======== Registration Form =======*/
form.register {
	/*background: url("images/arrow.png") no-repeat scroll 255px 30px, url("images/bg-form.jpg") repeat-x scroll left bottom #27c4e2;*/
	background-color:#27c4e2;
    -webkit-border-radius: 5px;
	border-radius: 5px;
    bottom: -150px;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 290px;
	z-index:999;
	}
.ie8 .register,
.ie7 .register {
	background: url("images/arrow.png") no-repeat scroll 255px 30px #27c4e2;
	}
.register h2 {
	color: #FFFFFF;
    font-size: 29px;
    font-weight: bold;
    margin-top: 10px;
	text-shadow: 1px 1px 1px #1d7f93;
	}
.register h3 {
	color: #3B3B3B;
    font-size: 18px;
    margin-top: 8px;
	}
.register p {
	color: #3B3B3B;
    font-size: 14px;
    line-height: 1em;
    margin: 10px 0;
	}
.register input, 
.register textarea, 
.register select {
    border: 0 none;
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    /*margin-bottom: 8px;*/
	margin-bottom:0px;
    padding: 5px;
    width: 280px;
}
.register textarea {
	height:70px;
	}
.register label {
    color: #FFFFFF;
    font-size: 14px;
}
.ie7 .register select,
.ie8 .register select {
	width:290px;
	}
.register input[type="submit"],
a.submit {
	background-color:#666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	margin:0;
	margin-top:5px;
	padding:5px 20px;
	text-decoration:none;
	width:auto;
	}

/*======== Condo Blurb =======*/
.condo-blurb {
	background-color:#999;
	border-bottom: solid 8px #6f6f6f;
    width: 100%;
}
.condo-blurb-inside {
    margin: 0 auto;
    padding: 20px 0;
    width: 940px;
}
.condo-blurb-inside > p {
	color: #FFFFFF;
    margin: 0;
    width: 610px;
}

	
/*======== Main Content Section =========*/
.left-content {
	float:left;
	width:470px;
	padding-right:10px;
}
.right-content {
	float:right;
	width:460px;
}
.full-width {
    overflow: hidden;
}
.third-width {
	float:left;
	width:305px;
	padding-right:10px;
	}
.about-box {
	/*background: url("images/bg-blue-gradient.jpg") repeat-y scroll center bottom #27c4e2;*/
	background-color:#27c4e2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF;
    margin-top: 25px;
    overflow: hidden;
    padding: 30px 10px;
	text-shadow: 1px 1px 1px #1d7f93;
	-webkit-box-shadow: 2px 2px 2px 0px #646464; 
    box-shadow: 2px 2px 2px 0px #646464;
	}
.about-box h3 {
	color:#fff;
	text-transform:uppercase;
	}
.video {
	height:264px;
	margin-top:25px;
	}
.connect-condo-logo {
	margin:0 auto;
	padding-top:20px;
	display:block;"
	}

/*======== Footer Items =========*/
footer {
	color:#fff;
	font-size:12px;
	line-height:14px;
	text-align:center;
	}
footer .float-left {
	text-align:left;
	}
footer .float-right {
	text-align:right;
	}
footer a {
	color:#fff;
	}
	
/*======== Style Adjustments =========*/
.float-left {
	float:left;
	}
.float-right {
	float:right;
	}
.dropshadow1 {
	-webkit-box-shadow: 2px 2px 2px 0px #646464; 
    box-shadow: 2px 2px 2px 0px #646464;
	}
h3.illustrated-title {
	background-position: left top;
    background-repeat: no-repeat;
    height: 55px;
    padding: 10px 0 0 80px;
}
.button {
	background: url("images/bg-button.jpg") repeat-x scroll left bottom #27c4e2;
    border-radius: 5px 5px 5px 5px;
	color:#fff;
    display: inline-block;
	font-size:21px;
    margin-bottom: 20px;
    padding: 10px;
	text-decoration:none;
	text-shadow: 1px 1px 1px #555;
	width:260px;
	}
.pad-top {
	margin-top:25px;
	}
.content-fullwidth {
	width:100%;
	border-top: 6px solid #c9c9c9;
	padding-top:20px;
	margin-top:20px;
	}
.border-top {
	border-top:solid 6px #999; 
	margin-top:20px;
	}