/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
	width: 100%;
	height: 100%;
}

@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
		}
	div#preloader img {
		display: block;
		}
	}
	
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
		}
	}

body {
    font-size: 1.1em; /* approx 18px; */
    line-height: 1.37em; /* approx 22px; */
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */  

.mainBody {
	margin : 0;
	padding : 0;
	font-size: 100%;
	line-height: 1.4em;
	font-family:'GoudyOldStyleBTW01-Roma';
	font-weight: normal;
	color : #fff; 
	text-align : center;
	background-color : #000;
	height: 100%;
	width: 100%;
	display: table-row;
	overflow-y: hidden;
	overflow-x: hidden;
}

H1, H2, H3, H4, H5 {font-weight: normal;}

#hideContent { 
	display:none; 	
	height: 100%;
	width: 100%;
}

.loader {
   	background:url('../img/progress.gif') center center no-repeat #ffffff;
   	height: 100%;
   	width: 100%;
	background-color : #000;
}

#cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 1002;
}

.preloader {
 /*  background:url('../img/preloader.gif') center center no-repeat #ffffff; */
   display:inline-block;
}

#logoWrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
	z-index: 1000;
}

#logo {
	width: 25%;
	min-width: 200px;
	margin: auto;
}


#logo IMG {
	width: 100%;
	height: auto;
	max-width: 272px;
}

#menu {
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 0;
	width: 100%;
	height: 60px;
	z-index: 1000;
	text-align: center;
	background-color: #000;
}

#mainMenuButton {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .35em;
	margin: 20px 0px 20px 40px;
}

#contactButton {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: .8em;
	letter-spacing: .35em;
	text-transform: uppercase;
	margin: 20px 40px 20px 0px;
}

#menuButton { cursor: pointer; }


#nowSelling {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
}


#contentWrapper {
	width: 100%;
	height: 50%;
	margin-top: 130px;
	margin-bottom: 130px;
	overflow: none;
}

#slideshow {width: 100%; height: 100%; }

#slideshow DIV { float: left; margin: 0px 2px 0px 2px; }

#slideshow IMG { }

#slideshow IMG.wide {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

#slideshow IMG.tall {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.wide { width: 726px; }
.narrow { width: 429px; }

.textCopy {
	background-color: #262626;
	height: 100%;
	text-align: center;
}

.textCopy H1 {
	padding-top: 60px;
	font-size: 1.3em; 
	line-height: 1.2em; 
	text-transform: uppercase;
	text-align: center;
	margin: auto;
	display: block;
	letter-spacing: .5em;
}

.textCopy P {
	font-size: 1.1em;
	line-height: 1.7em;
	width: 360px;
	margin: 0px auto 1em auto;
	display: block;
}

.slideshowButtons {
	position: fixed;
	bottom: 17px;
	left: 50%;
	margin-left: -35px;
	padding: 0;
	width: 80px;
	z-index: 1001;
	text-align: center;
}

#prev { margin-right: 5px; cursor: pointer; }
#next { margin-left: 5px; cursor: pointer; }

.contactPage H1 {
	width: 450px;
	font-size: 1.4em; 
	line-height: 1.2em; 
	text-transform: uppercase;
	text-align: center;
	margin: auto;
	display: block;
	letter-spacing: .5em;
}

.contactPage P {
	width: 450px;
	font-size: .8em; 
	line-height: 1.4em; 
	text-transform: uppercase;
	text-align: center;
	margin: auto;
	display: block;
	letter-spacing: .5em;
}


.wrapper {
	width: 100%;
}

#message { line-height: 1em; font-size: 1.5em; text-align: center; width: 50%; margin: auto; padding-top: 14px; }


#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:32px; height:32px; margin:-25px 0 0 -25px; text-indent:-999em; background-color: #000; background:url(../img/loader.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; padding: 0px !important; margin: 0px !important;}
	#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
		#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
		#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
	
	#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
	#supersized a { width:100%; height:100%; display:block; }
		#supersized li.prevslide { z-index:-20; }
		#supersized li.activeslide { z-index:-10; }
		#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
			#supersized li.image-loading img{ visibility:hidden; }
		#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

#footer {
	background:url('../img/bottom_bg.png') repeat-x;
	height: 94px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#navigation {
	background:url('../img/menu_bg.png') center center repeat;
	height: 100%;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

ul#topNav {
	float: left;
	padding: 0; 
	margin-top: 140px;
	margin-left: 40px;
	margin-right: 40px;
}

ul#topNav li {
	list-style:none;
	color: #fff;
	font-size: 1.4em;
	margin-bottom: 18px;
	text-align: left;
}

ul#topNav li a { color: #fff; cursor: pointer;}
ul#topNav li a:hover { color: #ce0919;}

ul#subNav {
	float: right;
	padding: 0; 
	margin-top: 140px;
	margin-left: 40px;
	margin-right: 40px;
}

ul#subNav li {
	list-style:none;
	color: #fff;
	font-size: 1.4em;
	margin-bottom: 18px;
	text-align: left;
}

ul#topNav li a { color: #fff;}
ul#topNav li a:hover { color: #ce0919;}
/* home popup -------------------*/
#HomePop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: repeat;
	background-image: url('../img/homPop_bg.png');
	z-index: 1002;
	 /*[disabled]display: none; */
}

.HomePopDetails {
	background-color: #fff;
	position: absolute;
	margin: auto;
	top: 200px;
	left: 30%;
	/* [disabled]height: 50%; */
	width: 33%;
	color: #000;
	/* [disabled]display: none; */
	min-width: 300px;
	min-height: 300px;
	padding: 45px;
}

.closeHomePopDetail {
	position: absolute;
	top: -60px;
	right: -60px;
}

.closeHomePop {cursor: pointer;}

.HomePopDetails A { color: #000; }
.HomePopCopy {
	width: 100%;
	text-align: center;
	min-width: 290px;
}

.HomePopCopy H1 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	line-height: 31pt;
	font-size: 21pt;

}

.HomePopCopy P {
	margin: 0px 0px 1em 0px;
	text-align: center;
}
.HomePopCopy a {
	color: #ce0919;
	
}

/*end home popup -------------*/
#floorplanLabels {float: left; width: 50%; height: 100%;}
#floorplanBaseWrap {float: right; position: relative; width: 50%; height: 100%;}

#floorplanBase {margin: auto; position: relative; height: 100%; }

#floorplanBase IMG {
	height: 100%;
}

#button301 { width: 15%; height: 19%; top: 6%; left: 17%; }
#button303 { width: 12.3%; height: 19%; top: 6%; left: 32%; }
#button305 { width: 8%; height: 19.2%; top: 6%; left: 44.5%; }
#button306 { width: 12%; height: 19.4%; top: 6%; left: 53.2%; }
#button307 { width: 14%; height: 19.4%; top: 6%; left: 65.5%; }
#button302 { width: 22%; height: 14%; top: 27%; left: 17%; }
#button304 { width: 20%; height: 14%; top: 27%; left: 39%; }
#button308 { width: 18%; height: 16.5%; top: 27%; left: 61.7%; }
#button309 { width: 18%; height: 11%; top: 43.7%; left: 61.7%; }
#button310 { width: 18%; height: 16%; top: 54.9%; left: 61.7%; }
#button316 { width: 22%; height: 13.2%; top: 57%; left: 17%; }
#button312 { width: 20.5%; height: 13.5%; top: 57%; left: 39.8%; }
#button317 { width: 15.6%; height: 19.5%; top: 72.7%; left: 16%; }
#button315 { width: 12.3%; height: 19.5%; top: 72.7%; left: 30.7%; }
#button314 { width: 8%; height: 19.2%; top: 72.7%; left: 44%; }
#button313 { width: 12%; height: 19.4%; top: 72.7%; left: 52.8%; }
#button311 { width: 14%; height: 19.4%; top: 72.7%; left: 64.9%; }



.buttons { 
	position: absolute; 
	border: solid 1px transparent; 
/*	border: solid 1px #ff2211; */
	cursor: pointer;
	z-index: 1000;
}

.buttons IMG { display: none; }


#floorplanDetail {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:url('../img/fp_bg.png') repeat;
	z-index: 1002;
	display: none;
}

.fpDetails {
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70%;
	width: 70%;
	color: #000;
	display: none;
}

.closeFPDetail {
	position: absolute;
	top: -60px;
	right: -60px;
}

.closeFP {cursor: pointer;}

.fpDetails A { color: #000; }
.fpCopy {float: left; width: 30%; text-align: left; min-width: 290px;}

.fpCopy H1 {
	text-align: left; 
	margin-top: 0px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	padding-top: 45px;
	padding-left: 45px;
}

.fpCopy P {
	margin: 0px 0px 1em 0px;
	padding-left: 45px;
}

.fpImage {float: right; width: 50%; padding: 45px 45px 45px 0px; height: 100%;}

.fpImage IMG {
	height: 85%;
	width: auto;
}

#resiH, #resiC  {
	height: 80%;
	width: auto;
}

#mapLabelWrap {float: left; width: 15%; height: 100%; margin-left: 5%;}
#mapWrap {float: right; width: 72%; margin-right: 5%; height: 100%;}

.entry {
	margin-bottom: 8px;
}

#formFields { width: 360px; margin: auto; text-align: center; }

#formFields H1 { font-size: 1.4em; line-height: 1.4em;font-weight: normal; text-align: center; }

#submitButtonLink {cursor: pointer;}

INPUT {
	border-width: 1px solid white;
	width: 80%;
	color: #000;
	padding: 0px 0px 0px 4px;
	font-family:'GoudyOldStyleBTW01-Roma';
	display: block;
	margin: 0px auto 12px auto;
	height: 32px;
	outline: none!important;
}

SELECT {
	width: 80%;
	color: #000;
	padding: 0px 0px 0px 4px;
	font-family:'GoudyOldStyleBTW01-Roma';
	display: block;
	margin: 0px auto 12px auto;
	height: 32px;
	outline: none!important;
	border:0; 
	background-color:#fff; 
}

#submitButtonLink {
	width: 160px;
	height: 41px;
}

#thankYouMessage { width: 70%; margin: -100px 15% 0 15%; text-align: center; position: absolute; top: 50%; }

#thankYouMessage H1 { font-size: 1.8em; line-height: 1em; font-weight: normal; text-align: center; }

#thankYouMessage H2 { font-size: 1em; font-weight: normal; text-align: center; }

#disclaimer {
	font-size: 9px;
	text-transform: none;
	letter-spacing: 0px;
}

.disclaimerPage {
	width: 75%;
	margin: auto;
	text-align: left;
}

.disclaimerPage H1 {
	font-size: 1.2em; 
	line-height: 1.1em; 
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 40px;
	font-family:'GoudyOldStyleBTW01-Bold 1120138';
	-webkit-margin-after: 0px;
}


/* COLORS =============================================================================  */
.000Black {color: #000;}
.666Gray {color: #666;}


/* LINKS =============================================================================  */

a { 
	color : #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

a:visited { 

}

a:focus { 
	outline : thin dotted; 
	color : rgb(0,0,0); 
}

a:hover, a:active { 
	outline : 0;
	color : #ce0919;
}


#controls a { 
	color : #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#controls a:visited { 
	color : #ccc; 
}

#controls a:focus { 
	outline : thin dotted; 
	color : rgb(0,0,0); 
}

#controls a:hover, footer a:active { 
	outline : 0;
	color : #ccc;
}




/*  FONTS  ============================================================================= */

.goudyReg { font-family:'GoudyOldStyleBTW01-Roma'; }
.goudyRegIta { font-family:'GoudyOldStyleBTW01-Ital'; }
.goudyBol { font-family:'GoudyOldStyleBTW01-Bold 1120138'; }
.goudyBolIta { font-family:'GoudyOldStyleBTW01-Bold 1120141'; }




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media only screen and (max-width: 920px) {

}				

@media only screen and (max-width: 768px) {

	.mainBody {
		font : 90%/1 'GoudyOldStyleBTW01-Roma', arial, helvetica, sans-serif; 
	}
	
}



@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/*
@media screen and (max-height: 850px){
    .caroufredsel_wrapper, #slideshow, .images {
        height: 400px !important;
        width: auto !important;
    }
}

@media screen and (max-height: 680px){
    .caroufredsel_wrapper, #slideshow, .images {
        height: 300px !important;
        width: auto !important;
    }
}

@media screen and (max-height: 569px){
    .caroufredsel_wrapper, #slideshow, .images {
        height: 200px !important;
        width: auto !important;
    }
}
 */

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
