html, body { height: 100%; border: none;}
body > .site { height: auto; min-height: 100%;}
em { font-style: italic; }
strong { font-weight: bold; }
.float-left { position: relative; float: left; margin-right: 1rem; }
.float-right { position: relative; float: right; margin-left: 1rem; }
ul, ol { margin-left: 3rem; }
.main-column img { width: 100%; height: auto; }
.main-column ul,.main-column ol { margin: 1rem 0 1rem 3rem; }
h1, h2, h4 { display: inline;}
h3 { display: block; text-transform: capitalize; }

.error { color: #cc0000; }

.sister-site {
    background: #FFF;
    font-size: 0.8rem;
    height: inherit;
    position: absolute;
    text-align: left;
    width: 200px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 3px;
    top: 0px;
    left: -170px;
    -webkit-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    -moz-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    display: none;
	z-index: 100000;
}

.sister-site > .bg {
    background: #fff;
    border: 3px solid #647cb2;
    color: #647cb2;
    line-height: 1.3;
    padding: 4px;
    font-style: italic;
}

.phone {
    border-right: 1px dashed #8b8b8b;
    display: inline-block;
    font-family: "minion-pro", times new roman, serif;
    font-weight: bold;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    vertical-align: top;
	position: relative;
	top: -1px;
}

ul#display {
    list-style: none;
    margin: 0;
}
    
a:link {
    color: #647cb2;
    text-decoration: none;
}

a:hover {
    color: #647cb2;
    text-decoration: underline;
}

a:visited {
    color: #647cb2;
    text-decoration: underline;
}

a.textlink:link {
    font-weight: bold;
}

a.sidenav:link {
    color: #647cb2;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
}

a.sidenav:hover {
    color: #647cb2;
    text-decoration: underline;
}

a.sidenav:visited {
    color: #647cb2;
    text-decoration: underline;
}

a.content-box-link:link {
    display: block;
    height: inherit;
    color: #898989;
    font-size: 0.8rem;
    font-weight: normal;
    text-decoration: none;
}

a.content-box-link:hover {
    color: #898989;
    text-decoration: none;
}

a.content-box-link:visited {
    color: #898989;
    text-decoration: none;
}

a.sister-link:hover > .sister-site { 
    display: block;    
}

body {
    font-family: helvetica, arial, sans-serif;
    font-size: .9rem;
    line-height: 1.5;
    color: #898989;
    background-image: url(images/bg.png);
}

.site { 
    width: 888px;
    margin: 0 auto; 
}

.header {
    width: 888px;
    margin: 2rem 0 1rem;
}

.header-logo, .header-intro, .header-contact {
    display: inline-block;
    vertical-align: top;
}

.header-logo { width: 247px; }

.header-intro {
    font-style: italic;
    line-height: 1.3;
    width: 430px;
}

.header-contact { 
    width: 200px;
    text-align: right;
	position: relative;
}

.main-nav-container {
    background: #fff;
    width: 888px;
    height: 36px;
    
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 3px;
    -webkit-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    -moz-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
}

.main-nav {
    width: auto;
    height: 30px;
    background: #57928d;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: url(images/main-nav-bg.png);
}


/* -------Nav ------- */

ul.nav-list { 
    position: relative;
    margin: 0;
    z-index: 10000;
}

ul.nav-list > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

ul.nav-list > li.nav5 {
    border: none;
}

ul.nav-list > li:first-child:hover {
    background: rgba(255, 255, 255, 0.2);
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    cursor: pointer;
}

ul.nav-list > li:hover {
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.nav-list > li:first-child a {
    /*width: 120px;*/
}

ul.nav-list li a {
    font-family: "minion-pro", times new roman, serif;
    color: #fff;
    font-size: .8rem;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.4rem 0 .3rem .5rem;
    display: inline-block;
	letter-spacing: .05rem;
}

/* ------- Safari and Chrome Tweak Only ------- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul.nav-list li a {
		padding: 0.5rem 0 .3rem .5rem;
	}

}


ul.nav-list li a:hover {
    text-decoration: none;
}

.nav1 > a, .nav2 > a, .nav3 > a, .nav4 > a, .nav5 > a, .nav-rt-end a {
    width: 138px;
}

.nav5 > a {
	/*width: 209px;*/
}

.nav-rt-end a {
    /*width: 130px;*/
}

.nav6 a { 
    width: 338px;
    border: none; }

.nav-rt-end  {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

ul.nav-list:hover > .dropdown-container  { 
    display: block; }

/* ------- Nav Drop Down ------- */

.dropdown-container {
    background: #fff;
    margin: -1px 0 0 -3px;
    padding: 1px 3px 3px;
    width: 882px;
    -moz-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: none;
}

ul.nav-dropdown { 
    position: relative;
    margin: 0;
    height: 93px;
    background: #676767;
    background-image: url(images/subnav-bg.png);
    -moz-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 1px solid #709f9a;
}

.nav-dropdown > div:first-child {
    margin-left: -0.5rem;
    padding-left: .5rem;
}

ul.nav-dropdown a { 
    font-family: "minion-pro", times new roman, serif;
    color: #fff;
    font-size: .7rem;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: .03rem;
}

.subnav1, .subnav2, .subnav3, .subnav4 {
    display: table-cell;
    width: 120px;
    height: 93px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    vertical-align: top;
    padding: .3rem 0 0 .5rem;
}

/*.subnav2 { width: 170px; }*/
/*.subnav3 { width: 120px; }*/

ul.nav-dropdown .nav-rt-end {
    display: table-cell;
    width: 141px;
    height: 93px;
    vertical-align: top;
    padding: .3rem 0 0 .5rem;
}

ul.nav-dropdown a:hover {
    text-decoration: underline;
}

.case-studies, .case-study-main-container {
    background: #fff;
    width: 888px;
    height: 361px;
    
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 3px;
    -webkit-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    -moz-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
}

.case-study-main-container {
    height: 313px;
}

.content-box, .content-box-end, .project-box, .project-box-end {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: .8rem;
    font-style: italic;
    line-height: 1.3;
    width: 288px;
    height: 199px;
    margin-top: 13px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    -moz-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);

}

.content-container {
    font-size: .8rem;
    font-style: italic;
    line-height: 1.3;
    width: 888px;
    height: inherit;
    margin-top: 13px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    -moz-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
}

.main-content-container {
    position: relative;
    display: inline-block;
    font-size: .8rem;
    line-height: 1.3;
    width: 657px;
    height: inherit;
    margin: 13px 12px 0 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    -moz-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    vertical-align: top;
}

.full-width { 
    width: 100%;
    padding: 1rem;
}

.main-content-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: .8rem;
    line-height: 1.3;
    width: 219px;
    height: inherit;
    margin-top: 13px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    -moz-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
}

.case-study-intro {
    width: 100%;
    margin-top: .5rem;
    border-bottom: 1px dashed #C9C9C9;
}

.case-study-intro-photo {
    display: inline-block;
    width: 250px;
    margin: 0 .5rem 0 0;
    vertical-align: top;
}

.case-study-intro-text {
    display: inline-block;
    width: 385px;
    vertical-align: top;
}

.case-study-title {
    display: block;
    font-family: "minion-pro", times new roman, serif;
    font-size: 1.5rem;
    padding: 1rem 0 .5rem 0;
    text-transform: uppercase;
    color: #707070;
}

.case-study-intro-text > p {
    color: #707070;
    font-size: 0.9rem;
    font-style: italic;
}

.main-content {
/*    margin: .5rem .3rem .3rem .3rem;*/
    margin: 1rem;
}

.main-content > h3 {
    color: #ac5a1c;
    font-size: 1rem;
}

.main-content > p {
    margin: 0.3rem 0 1rem;
}

.case-study-gallery {
    height: 154px;
}

.case-study-details {
    padding: 0 !important;
}

.case-study-details > .row > .project-info-title {
    width: 4rem;
}

.case-study-details > .row > .sidebar-info-content {
    /*width: 8rem;*/
}

.case-study-details > .row > .sidebar-info-content {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: .5rem;
}

.case-study-details > .row > .project-info-link {
    float: left;
    margin: 0 0 .5rem .5rem;
}

.contact-button { height: 36px; }
.case-study-header {
    margin-bottom: 3px !important;
}

.right-column-container {
    display: inline-block;
    width: 219px;
    vertical-align: top;
    text-align: right;
}


.project-box, .project-box-end {
    width: 439px;
    height: 114px;
    text-align: left;
}

.content-box-footer { 
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    bottom: 3px;
}

.content-box { margin-right: 8px;}
.content-box > img { margin-bottom: 5px; }
.project-box { margin-right: 6px;}

.content-box-header {
    text-align: left;
    width: auto;
    height: 30px;
    margin-bottom: 10px; 
}

.content-box-title {
    vertical-align: top;
    font-family: "minion-pro", times new roman, serif;
    font-size: .9rem;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    height: 3rem;
    line-height: 2.2;
    margin: 0.5rem 0 0 .2rem;
	letter-spacing: .05rem;
/*    padding: 0 0.5rem;*/
}

.icon {
    display: inline-block;
    vertical-align: top;
    width: 65px;
	margin-right: 5px;
}

.marketing-icon {
	margin-top: 5px;
}

.content-box-content {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 205px;
	font-weight: lighter;
}

.project-view-header.planned-projects.planned-projects-bg select,
.project-view-header.completed-projects.completed-projects-bg select{
    font-size: .8rem;
    margin-top: 0.25rem;
}

.more-bttn { 
    position: absolute;
    right: .5rem;
    bottom: .5rem;
}

/*.pre-development { background: #a47d55; }
.pre-development-bg { background-image: url(images/pre-development-bg.png); }*/

.management { background: #8d967f; }
.management-bg { background-image: url(images/management-bg.png); }

/*.design { background: #7388b5; }
.design-bg { background-image: url(images/design-bg.png); }

.construction { background: #967fab; }
.construction-bg { background-image: url(images/construction-bg.png); }*/

.planning { background: #ba6119; }
.planning-bg { background-image: url(images/planning-bg.png); }

.marketing { background: #bda039; }
.marketing-bg { background-image: url(images/marketing-bg.png); }

.green { background: #34837b; }
.green-bg { background-image: url(images/green-bg.png); }

.blue { background: #647cb2; }
.blue-bg { background-image: url(images/blue-bg.png); }

.grey { background: #919191; }
.grey-bg { background-image: url(images/grey-bg.png); }

.section-title {
    font-family: "minion-pro", times new roman, serif;
    font-size: 1.7rem;
    line-height: 1;
    text-transform: uppercase;
    width: 170px;
}

.section-info {
    padding: 1rem 0.2rem 0;
    width: 881px;
}

.section-title, .section-content {
    display: inline-block;
    vertical-align: top;
}

.section-title { width: 200px; }
.section-content { width: 675px; }

.section-content > p {
    line-height: 1.3;
}

.page-intro-highlight {
    font-style: italic;
    margin: 0 0 1rem;
}

.footer-container {
    position: relative;
    width: 888px;
    margin: 0 auto;
    margin: 4rem 0 2rem 0;
    font-family: "minion-pro", times new roman, serif;
    font-size: 0.6rem;
    font-weight: bold;
    text-transform: uppercase;
	letter-spacing: .05rem;
	color: #666;
}

.footer-divider {
    width: 100%;
    height: 11px;
    margin-bottom: .4rem;
    background-image: url(images/footer-divider.png);
}

.footer-box-1 {
    display: inline-block;
    vertical-align: top;
    width: 260px;
}

.footer-box-2 {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    border-left: 1px solid #bfbfbf;
    padding-left: 20px;
}

.footer-box-3 {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    border-left: 1px solid #bfbfbf;
    padding-left: 20px;
}

.footer-box-4 {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    border-left: 1px solid #bfbfbf;
    padding-left: 20px;
}

.footer-box-2 > a, .footer-box-4 > a {
    color: #586fa2;
}


/* ------- Project Listing ------- */

.project-header-container {
    display: inline-block;
    width: 635px;
    height: 36px;
    vertical-align: top;
    margin: 1rem .5rem 0 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    -moz-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
}

.project-view-container {
    display: inline-block;
    width: 241px;
    height: 36px;
    vertical-align: top;
    margin: 1rem 0 0 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    -moz-box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
    box-shadow: 0 0 6px rgba(137, 137, 137, 0.5);
}

.project-header, .project-view-header {
    height: 30px;
}

.project-container {
    width: 832px;
    margin: 1rem auto;
}

.project-thumbnail {
    display: table-cell;
    width: 208px;
    vertical-align: top;
}

.project-intro {
    display: table-cell;
    width: 405px;
    font-family: "minion-pro", times new roman, serif;
    font-size: 1.5rem;
    font-style: normal;
    vertical-align: top;
    border-right: 1px solid #e1e1e1;
    padding-right: 3.5rem;
}

.sidebar-details {
    display: table-cell;
    width: 235px;
    vertical-align: top;
    padding-left: 1rem;    
    font-size: 0.7rem;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
}

.dashed-line {
    width: auto;
    border-bottom: 1px dashed #c9c9c9;
}

.project-info-title {
    display: inline-block;
    width: 5rem;
}

.project-intro > p {
    font-family: helvetica, arial, sans-serif;
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.project-intro a {
    display: block;
    padding: 0.5rem 0;
}

.sidenav-row {
    height: inherit;
    padding: 0.6rem;
}

.sidenav-row.subnav {
    height: inherit;
    padding: 0.6rem 0 0 0.6rem;
}

.sidenav-row.subnav-end {
    height: inherit;
    padding-bottom: 0.6rem;
}

.subnav-arrow {
	padding-right: .6rem !important;
}

.sidenav-row.nav-middle {
    border-top: 1px dashed #C9C9C9;
    border-bottom: 1px dashed #C9C9C9;
}

.sidebar-info-content > img {
    float: right;
    padding-top: 0.1rem;
}

.border {
    border-top: 1px dashed #C9C9C9;
}

.border-solid {
    border-top: 1px solid #C9C9C9;
}

.row {
    height: inherit;
    padding: 0.3rem;
}

.indent {
	padding-left: 1rem;
}

.services {
    display: inline-block;
    margin: 0.5rem 3rem 1.5rem;
    vertical-align: top;
}

ul.content { margin: 0.5rem 3rem 1rem; }
ul.content > li { margin-bottom: 0.5rem; }

.content-divider {
    display: block;
    width: 100%;
    margin: 0 0 1rem 0;
    border-bottom: 1px dashed #C9C9C9;
}

.testimonial { margin: 1rem; }

.contact-button .content-box-title {
    padding: 0 0.5rem;
    line-height: 2.2;
}

.content-left, .content-right {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.form-left, .form-right {
    display: inline-block;
    vertical-align: top;
    width: 400px;
}

.form-row {
    height: 40px;
}

.form-row.checkbox {
    height: inherit;
    margin: 0 0 20px 0;
}

.form-row.checkbox > input {
    width: 20px;
}

input {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    height: 18px;
    width: 200px;
}

textarea {
    border: 1px solid #CCCCCC;
}

.submit > input {
    width: auto;
}

.form-name {
    display: inline-block;
    width: 100px;
}

.form-name {
    display: inline-block;
    width: 100px;
}

.defeated {
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
}

label.error {
    display: none !important; 
}

input.error, textarea.error {
    border: 1px solid #CC0000 !important;
}

.caption {
    background: #647CB2;
    color: #FFFFFF;
    line-height: 1.3;
    padding: 10px;
    text-align: left;
	width: 277px;
	margin-bottom: 10px;
}