/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}


/* Fonts */

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
button,
input,
select,
textarea {
	color: #f4f4f4;
	font-family: 'open_sansregular', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}


a {
	color: #00a4c4;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #00d5ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	margin-bottom:15px;
}

h1 {
	font-size: 21px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 18px;
	line-height: 1;
}

h3 {
	font-size: 16px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 14px;
	line-height: 1.2;
}

h5 {
	font-size: 12px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 15px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 15px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	height:140px;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #003f9a;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #003f9a;
	color: #fff;
	text-shadow: none;
}

/* Forms */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 7px 10px 6px;
}

input {
	width:100%;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	background:#ddd;
	outline: 0;
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: rgb(228,229,230); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(228,229,230,1) 0%, rgba(155,157,160,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,229,230,1)), color-stop(100%,rgba(155,157,160,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(228,229,230,1) 0%,rgba(155,157,160,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(228,229,230,1) 0%,rgba(155,157,160,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(228,229,230,1) 0%,rgba(155,157,160,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(228,229,230,1) 0%,rgba(155,157,160,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e5e6', endColorstr='#9b9da0',GradientType=0 ); /* IE6-9 */
	border: 0;
	border-radius: 2px;
	color: #0F2441;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 30px 9px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: rgb(228,229,230);
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: rgb(228,229,230);
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Clear */

.clr {
	*zoom: 1;
}

.clr:before, .clr:after {
	display:table;
	line-height:0;
	content:"";
}

.clr:after, .clearfix {
	clear:both;
}

/* Main */

body {
	background: #073260;
}

img.mainbg {
	position:fixed;
	min-height:100%;
	min-width:960px;
	width:100%;
	height:auto;
	z-index:-1;
}

.wrap {
	width:960px;
	margin:auto;
}

/* Header */

header {
	background:#2d486f;
	height:auto;
	min-width:960px;
}

.logo {
	margin:10px;
	float:left;
}

.topcontact {
	float:right;
	margin:40px 20px 0 0;
}

/* Navigation */

nav {
	margin:20px 0;
	height:45px;
	background: rgb(228,229,230); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(228,229,230,1) 0%, rgba(155,157,160,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,229,230,1)), color-stop(100%,rgba(155,157,160,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(228,229,230,1) 0%,rgba(155,157,160,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(228,229,230,1) 0%,rgba(155,157,160,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(228,229,230,1) 0%,rgba(155,157,160,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(228,229,230,1) 0%,rgba(155,157,160,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e5e6', endColorstr='#9b9da0',GradientType=0 ); /* IE6-9 */

}

nav ul {
	list-style:none;
	text-align:center;
}

nav ul li {
	float:left;
	background:url(../images/navdivider.jpg) right 50% no-repeat;
}

nav ul li:last-child {
	background:none;
}

nav ul li a {
	color:#0f2441;
	font-family: 'open_sanssemibold';
	display:block;
	padding:12px 39px;
	transition: color .5s linear; -moz-transition: color .5s linear; -webkit-transition: color .5s linear;
}

nav ul li a:hover {
	color:#18505b;
}

nav ul li a.active {
	color:#18505b;
	background:url(../images/arrowdown.png) 50% 30px no-repeat;
}

nav ul li a span {
	width:100%;
	display:block
}

/*slider */

.slider {
	margin-bottom:20px;
}

/*content*/

section {
	background:#404042;
	margin-bottom:20px;
}

section h1.main {
	background:#ddd;
	color:#777;
	padding:6px 20px;
	margin:0;
}

section ul.featured {
	list-style:none;
	margin:0;
	padding:0 0 59px 0;	
}

section ul.featured li {
	float:left;
	width:392px;
	margin:15px 0 0 59px;
}

section ul.featured li h2 {
	text-align:center;
	margin-bottom:10px;
	color:#fff;
}

section ul.featured li h2 span {
	font-size:15px;
}

section .content {
	padding:20px 20px 15px 20px;
}

section .gallerypic {
	width:920px;
	height:518px;
	margin-bottom:15px;
	position:relative;
}

section .gallerypic ul, section .gallerypic li, .bx-viewport  {
	margin:0;
	padding:0;
	
}

section .featuredimg {
	float:left;
	margin:0 25px 25px 0; 
}

section .featuredin {
	padding:15px 0 20px;
	margin:0 20px;
	border-top: #444 1px solid 
}

section .featuredin p {
	margin:0 0 5px 0;
	font-size:14px;
	text-align:center;
}

section .featuredin a {
	color:#FFFFFF;
}

section .featuredin ul {
	margin:0;
	padding:0;
	list-style:none;
}

section .featuredin ul li {
	float:left;
	margin-right:20px;
	width:214px;
	
} 

section .featuredin ul li:last-child {
	margin:0;
}

section .curdev .curdev-left, section .curdev .curdev-right {
	float:left;
	width:50%;
}

section .leasing {
	margin:28px 0 0 28px;
}

section .leasing img {
	margin-bottom:10px;
}

section .leasing p {
	line-height:1.2;
}

section .leasing ul {
	list-style:none;
	margin:0;
	padding:0;
}

section .leasing ul li {
	margin-bottom:30px;
}

section .leasing ul li img {
	float:left;
	margin:0 25px 0 0;
}

section .leasing ul li div {
	float:left;
}

section .form {
	float:left;
	width:500px;
	padding:20px;
}

section .form div {
	margin-bottom:15px;
}

section .form label {
	padding:10px 0 0 0;
}

section .map {
	padding-top:50px;
	float:left;
	width:400px;
}

section .map img {
	margin-bottom:20px;
}

section .map ul {
	list-style:none;
}

section .map ul li {
	min-height:30px;
	padding-left:40px;
	margin-bottom:12px;
}

section .map ul li.address {
	background:url(../images/icon-address.png) 0 8px no-repeat;
}

section .map ul li.phone {
	background:url(../images/icon-phone.png) 0 -2px no-repeat;
}

section .map ul li.email {
	background:url(../images/icon-email.png) 0 -5px no-repeat;
}

/* footer */

footer {
	background:#404042;
	padding:20px;
	font-size:13px;
}

footer ul {
	list-style:none;
	margin:0;
	padding:0;	
}

footer ul li {
	float:left;
	margin-right:10px;
}

footer ul li a, footer div a {
	color:#fff;
}

footer div {
	float:left;
}

footer div.middle {
	margin:0 46px;
}