/* STYLES FOR LINWOOD WEBSITE ©2007
===================================
v2.0 012307 arvin - cleaned up unused styles and consolidated redundant ones 
v2.1 021507 arvin - cleaned up
v3.0 022207 arvin - updated styles for leftBar table
v4.0 022307 arvin - revamped.  somewhere between 2.1 and 3.0 a bug was introduced 
                    which made the top menu display incorrectly in IE
v4.1 022607 arvin - changed imageNote into a div and revised the styles
v4.2 022707 arvin - added font-family rule to body
v4.3 030507 arvin - changed the collection/design h3 color to blue
v4.4 042607 arvin - added styles for dealer/sales/corp info pages
v4.5 050307 arvin - added styles for external map link to google
v5.0 050907 arvin - added styles for offices page
v5.5 051407 arvin - added styles for office thumbnails
v5.6 051507 arvin - fixed .offices to #offices
                    reduced font size on .thumbOffices ul
v5.7 052307 arvin - cleaned up
v5.8 060807 arvin - added styles for confirmation page
v5.9 062707 arvin - added styles for contact page changes per yvonne 062707AP
v6.0 012108 arvin - added styles to hide text input field in web form.
v6.1 091108	arvin - added lightbox v2
===================================
*/

/*ELEMENTS*/
body{
    background-color:#fffffe; /*edited an "e" in the end to validate CSS*/
    color:#000;
    margin:0;
	border: solid 0 #000;
	text-align: center;    
	font-family: Verdana;
}
/* STYLES FOR LINKS ALTHROUGHOUT THE SITE */
A:link, A:visited, A:active, A:hover { color: #0000FF }
/* STYLES FOR LINKS IN THE FOOTER */
#footer A:link, #footer A:visited, #footer A:active, #footer A:hover {
    color: #666 ;
    text-decoration: none;
}
/* END STYLES FOR LINKS ALTHROUGHOUT THE SITE */
/* STYLES FOR PAGE TITLES */
h3#collection, h3#salesNetwork, h3#confirmation, h3#contactUs {
    margin: 10px 20px;
    font-family: Georgia; /*color: #8b0000;*/
    color: #61759D;
    cursor: default;
    font-size: 14pt;
    font-style: normal;
}
h3#salesNetwork{
    border:0;
    text-align: left;
}
h3#collection, h3#salesNetwork{
    border-bottom: dashed 1px #ccc;
}

h3 #lblColl a, h3 #lblLink a{
    text-decoration: none;
    color: #C1C4AC;
    font-style: italic;
    position: absolute;
    right: 10px;
    top: 20px;
}
.designTitles, #lblSeries, #lblHouseName, #lblSalesOffice{text-transform: capitalize;}
p#intro {
    font-family: Vivaldi, 'Trebuchet MS';
    font-size: 10pt;
}
/* removed temporarily, for future use
#linkButton a{
    font-family: Verdana;
    font-size: 10pt;
    text-decoration: none;
    color: #6699ff;
    float: right;
    border: solid 1px #000;
}*/
/* END STYLES FOR PAGE TITLES */
/* LEFT BAR */
#leftBar table{
    width: 180px;
    border-collapse: collapse;
    table-layout: auto;
    margin:0 0 10px 0;
}
#leftBar tr:hover{
    color: #000;
    background-color: #ccc;
    cursor: default;
}
#leftBar tr,#leftBar table{padding: 0;}
#leftBar td{
    width: 75%;    
    padding: 0 0 0 5px;
    line-height: 1.25;
}
#leftBar th{
    background-color: #2C396F;
    color: #fff;
    padding: 2px 0 4px 0; 
}
#leftBar table,#leftBar tr,#leftBar td{ 
    font-size: 8pt;
    font-family: Verdana, Arial, Sans-Serif;
}
#pdfLink, #pdfLink a, #leftBar a{
    color: #000080;
    text-decoration: none;
}
/* END LEFT BAR */
/* IMAGES */
.houseImage{
    float:left;
    margin: 0 5px;
    padding:0;
    border: solid 1px #000;
}
.planImage{
    float: left;
    margin: 20px 10px 20px 10px;
    padding:0 0 10px 0;
    width:700px;
    /*height: 350px;*/
    min-height:250px;
    border-bottom: dashed 1px #ccc;
}
.planImage a img{border:0;}
.houseImage img {
    width: 500px;
    height: 350px;
}

/* END IMAGES */
/*END ELEMENTS*/

/*CLASSES*/
/* STYLES FOR THUMBNAILS */
.thumbnail a img, .thumbnail a, .thumbOffices a img, .thumbOffices a{
    border: 0;
    text-decoration:none;
    color: #000080;
}
.thumbnail span{font-size: 8pt;}
.thumbnail img{
    width: 260px;
    height: 160px;
    cursor: pointer;
}
.thumbnail{
    width: 264px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #000;
    border-bottom: 2px solid #000;
    margin: 0 14px 15px 14px;
    padding: 1px;
    float: left;
    font-size: 8pt;
}
/*.clearboth{clear: both;}*/
/* END STYLES FOR THUMBNAILS */
/* STYLES FOR IMAGES */
#images{
    text-align: center;
    padding:0;
    margin:0 auto;
}
.invisibleSpacer{
    text-align: center;
    padding:0px;
    vertical-align: middle;
    border-bottom: dashed 1px #fff;
}
/* END STYLES FOR IMAGES */
.highlightedTotals{
    font-weight: bold;
    background-color:#ccc;
}
/* STYLES FOR OFFICE INFO PAGE */
.heading, .headingCorp{
    width: 90%;
    border: solid 1px #ddd;
    line-height: 1;
    padding: 2px 0;
    font-weight: bold;
}
.heading{background-color: #948b54;}
.headingCorp {
    background-color: #2C396F;
    /*background-color: #808000;*/
    /*font-style: italic;*/
}    
/* END STYLES FOR OFFICE INFO PAGE */
/*END CLASSES*/

/*IDS*/
#container{
    width: 960px;
    margin: 0 auto;    
}
#content {
    text-align: center;
    width: 740px;
    min-height: 1px;
    padding: 0;
    margin: 0px 10px 10px;
    background-repeat: no-repeat;
}
#footer{
    padding:0;
    margin:0;
    margin-top:3px;
    font-family: Verdana;
    font-size:7.5pt;
    color:#666;
}
#designs{
    margin:0 auto;
    padding:0px;
    font-family: Verdana, Arial, Sans-Serif;
    width: 604px;/* for some stupid reason, IE will not accept 596px here...640 seems to work */
} 
#subSectionTitle{
    text-align: left;
    vertical-align: middle;
    font-family: Verdana;
    font-size: 10pt;
    color: #fff;
    text-indent: 36px;
}
/* STYLES FOR COLLECTIONS */
#content p{
    font-family: Verdana;
    font-size: 10pt;
    text-align: justify;
    margin: 20px;
}
/* END STYLES FOR COLLECTIONS */
#leftBar {
    float: left;
    width: 180px; /*padding:0;*/
    border: solid 1px black;
    margin: 0px 10px;
}
div#planImageNote{
    /*text-align:center;*/
    color:#ccccce;
    font-size:8pt;
    position:relative;
    right:30px;
    bottom:10px;
    float:right;
}
#noJavaScript{
    padding-left:60px;
    color: #ff0000;
    font-weight: bold;    
    background-color: #ccc;
}
#copyright{
    display: none;
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
    font-size: 8pt;
    line-height: 1.0;
    font-family: "Arial Narrow", "Sans-Serif";
    color: #ccccce;
}
/*END IDS*/

#header{
    width: 960px;
    height: 60px;
}
#header img, #header #menuTop, #right, #left{
    float: left;
}
#menuTop{
    width: 760px;
    margin-top: 6px;
}
#left{
    width: 199px;
    height: 100%;
    background-color: #2C396F;
}
#right{
    width: 760px;
    height: 150px;
    background-image: url("../../images/3_01.jpg");
    background-repeat: no-repeat;
}
#menuMid{
    margin-top: 126px;
    border-left: solid 2px red;
    border: solid 1px #000;
}
#middle{
    border: solid 1px #000;
    width: 960px;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* ADDED 042607 */
#leftInfo, #rightContactMap{
    font-family: Verdana, Arial, Sans-Serif;
    float: left;
    width: 355px;
    margin: 5px 5px 15px 5px;
}
#leftInfo h4, #contactLink a {
    font-weight: bold;
    color: #0033cc;
}
#leftInfo h4{
    text-align: left;
    margin: 10px 0;
}
#leftInfo ul, .thumbOffices ul {
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
#leftInfo ul{
    font-size: 10pt;
    line-height: 1.5;
}
.thumbOffices ul {
    font-size: 10pt; 
    margin: 0px 0px 0px 105px;
}
#leftInfo li, .thumbOffices li{padding-left: 5px;}
#leftInfo li{margin: 5px 0;}
#map, #contactLink{
    width: 350px;
    border: solid 1px #ddd;
}
#map{
    margin: 0 auto;
    height: 300px;
    text-align: left;
}
#rightContactMap{font-size: 10pt;}
#rightContactMap a{text-decoration: none;}
a#gMapLink{
    font-size: 8pt;
    font-weight: bold;
    color: #948B54;
}
#contactLink{
    font-size: 10.5pt;
    height: 20px;
    margin: 20px 0;
}
#lblOfficeType {
    color: #808080;
    font-size: 10pt;
    line-height: 1; /*margin-left: 20px;*/
}
#hiddenImage{border:0;}

/* STYLES FOR OFFICE THUMBNAILS */
.thumbOffices{ 
    width: 320px;
    /*height: 100px;*/
    /*padding: 8px;*/
    padding: 5px 5px 2px 5px; /*052207AP this seems too small but it works*/
    margin: 0 10px 20px 10px;
    float: left;
    border-top: #000 1px solid; 
    border-left: #000 1px solid; 
    border-right: #000 2px solid; 
    border-bottom: #000 2px solid; 
}
.thumbOffices img {
    float: left;
    width: 100px;
    height: 100px;
}
.thumbOffices a {
    cursor: pointer;
    /*cursor: hand; removed as it always causes an error in firefox*/
}
#offices{
    margin:0 auto;
    padding:0 0 20px 0;
    font-family: Verdana, Arial, Sans-Serif;
    width: 100%;
} 
.thCompany { 
    font-size: 9pt;
    letter-spacing: 0.01em;
    overflow: hidden; 
}
.thAddress, .thPhone {
    font-size: 8.5pt;
    letter-spacing: 0.01em;
}
.thumbLink{
    float: right;
    color: #6699ff;
    font-size: 7pt;
    text-decoration: none;
    border-bottom: dashed 1px #bbb;
    position: relative;
    right: 0px;
    bottom: 0px;
}
.thumbContainer{
    height: 100px;
    border-bottom: dotted 1px #bbb;
}
/*.thumbLink {
    color: #6699ff;
    font-size: 7pt;
    text-decoration: none;
    border-bottom: dashed 1px #bbb;
    float: right;
    position: absolute;
    left: 0px;
    top: -8px;
    clear: both;
}*/
/*START thumb offices styles 062707AP*/
a .heading, a .headingCorp, .heading, .headingCorp{color: #fff;}
a li {color: #000;}
/*END thumb offices styles 062707AP*/

/* LINE-HEIGHT STYLES FOR OFFICE THUMBNAILS */
/* to compensate for differing font sizes */
.thumbOffices ul{
    line-height: 1.15; 
}
.thAddress, .thPhone {
    /*line-height: 1.0;*/
}
.thCompany{
    line-height: 1.5;
}
/* END LINE-HEIGHT STYLES FOR OFFICE THUMBNAILS */

/* END STYLES FOR OFFICE THUMBNAILS */

/* START STYLES FOR DEVELOPMENT SECTION */
#contentDevelopment{
    margin: 10px 5px 10px 5px;
    /*padding: 5px;*/
    text-align: center;
    
}
#contentDevelopment>img{
    /*padding-bottom: 5px;*/
    margin: 5px;
}
#leftDev{
    float:left;
    width: 500px;
    margin: 0 auto;
    clear: both;
}
#rightDev{
    float: right;
    width: 202px;
    text-align: center;
    margin: 20px 10px 20px 0;
}
#bottomDev{
    clear: both;
    margin: 0 auto;
}
#bottomDev img{
    border: solid 1px #ccc;
    border-right: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
    padding: 5px;
}
#separatorDev{
    /*width: 90%;*/
}
#linkDev, #logoDev{
    position: relative;
    right: 0;
    border: 0;
    margin: 20px 0 10px 0;
}
#linkDev{border: dotted 1px #ccc;}
/* END STYLES FOR DEVELOPMENT SECTION */


/* BORDERS FOR VISUAL AID */    
/*
#designs{border: solid 2px #000;}
#leftBar{border: solid 4px #000;}
.image{border: solid 1px #ccc;}
#contentWrapper{border: solid 2px red;}
#container{border:2px solid blue;}
#leftBar table{border: solid 2px red;}
.planImage{border: solid 1px #000;}
#copyright{border: solid 1px #000;}
#content{border: solid 1px #000;}
#footer{border: solid 1px #000;}
.thumbOffices ul{border: solid 1px #000;}
#content{border: solid 1px #000;}
*/

/*START CONFIRMATION PAGE STYLES*/
#container p.text{
    font-size:10pt;
    line-height:130%;
    text-align:justify;
}
p.text{
	width:500px;
	/*margin-left:60px;*/
    margin: 0 auto;
	padding:40px;
	border-top:dotted 2px gray;
	border-bottom:dotted 2px gray;
} 
#bodyConfirmation{
    text-align: center;
    border: solid 1px #ccc;
}
/*END CONFIRMATION PAGE STYLES*/

/*BUGFIX FOR MISSING BGCOLOR FOR TD ON TREE MENUS*/
#container>table>table>td{
    background-color: #2C396F;
}
/*END BUGFIX FOR MISSING BGCOLOR FOR TD ON TREE MENUS*/
#tempNote{
    font-style: italic;
    color: Olive;
}
#keywords{
    display: none;
}
/*START contact us styles*/
#contactUsLink{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px;
    border: dashed 1px #ccc;
}
#contactUsLink span{
    vertical-align: top;
    margin-left: 5px;
    border-bottom: dashed 1px blue;
    font-size: 22pt;
    font-weight: bold;
    color: #0000ff;
}
#contactUsLink a {
    text-decoration: none;
    color: #6699ff;
}
#contactUsLink img {
    float: left;
    border: 0;
    width: 47px;
    height: 44px;
}
/*END contact us styles*/

/*START online store web form*/
/*credit to http://www.bloggingdeveloper.com/post/How-To-Prevent-Form-Spam-without-Using-CAPTCHA.aspx*/
.fstyle{
    /* disable for testing display:none;*/
}
/*END online store web form*/

/*START styles for testimonial section*/
#testimonial {
    /*margin: 5px;*/
    margin: 10px;
    /*padding: 10px;*/
    color: #ffffff;
    font-size: 8pt;
    font-family: Verdana;
    text-align: center;
    width: 180px;
    clear: both;
    float: none;
}
/*END styles for testimonial section*/

/*START  style for webhelp note in contact page and order form*/
#webhelp {
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	width: auto;
	padding: 20px 0;
}

/*END  style for webhelp note in contact page and order form*/

/* START styles for (princess margaret) Promotional Pages */

.pmpromo, .promo{
	font-family: georgia, garamond, sans serif;
}
.alpine{
	text-align: center;
	width: 700px;
	height: 600px;
    background-image: url("../images/alpine promo/alpine-image-web.jpg");
    background-repeat: no-repeat;    
    border-bottom: dashed 1px #ccc;
}
.italic, .banner{
	font-style:italic;
}

.important, .imageTitle{
	font-weight: bold;
}
.banner{
	background-color: #2C396F;
	color: #ffffff;
	padding-top: 15px;
	text-align: center;
	font-family: georgia, garamond, sans serif;
}
.imageTitle{
	float: right;
	font-style: normal;
	margin-right: 40px;
	margin-top: 30px;
	font-size: 12pt;
}
.promo hr{
	
	width: 95%;
}

/* END styles for (princess margaret) Promotional Pages */

/* START LIGHTBOX STYLES */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* END LIGHTBOX STYLES */

/* START NEWCONTACT STYLES */

.newcontact {
	font-size: 11px;
}

/* END NEWCONTACT STYLES */

/* START CSS GALLERY */



/* END CSS GALLERY */
.interiorImage {
	padding-bottom: 5px;
}


/* START NEWSLETTER */
#newsletter h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #BC4514;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#news {
	color: #0F0;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	float: left;
	padding-left: 54px;
	padding-bottom: 5px;
}
