@charset "utf-8";


/* GENERAL CSS SETTINGS */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
}
a {
color: #003399;
text-decoration: none;
}
a:hover {
color: #6699CC;
text-decoration: underline;
}
p.caption {
font-weight: bold;
font-size: 10px;
text-align: center;
text-transform: lowercase;
margin: 3px !important;
}
p.image {
text-align: center;
}
p.caption img {
margin: 3px !important;
}
p.menuHelp {
margin: 2px 15px 0px 25px;
font-size: 10px;
font-weight: bold;
}
/* END GENERAL CSS SETTINGS */


/* MAIN SITE HOLDING CONTAINER */
div#container {
width: 790px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
/* MAIN SITE HOLDING CONTAINER */


/* TOP MASTHEAD AREA */
div#masthead {
width: 790px;
height: 176px;
background: #fff url(../images/wfi/masthead-wfi.jpg) top no-repeat;
}
/* END TOP MASTHEAD AREA */


/* MENU AND TABS */
div#menuWrap {
margin: 0;
width: 790px;
clear: both;
padding-top: 115px;
}
div#menu {
float: left;
width: 320px;
height: 36px;
margin: 0;
padding: 0;
background-color: #222; /* change background behind the drop-down menus */
margin-top: 25px;
margin-left: 10px;
text-align: center;
}
#menu, #menu ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
text-align: left;
}
#menu li { /* all list items */
float: left;
width: 106px; /* width needed or else Opera goes nuts */
height: 36px;
display: block;
margin: 0;
padding: 0;
/*overflow: hidden;*/
}

/* 
FOR ITEMS BELOW YOU NEED TO CHANGE <DEFAULT> TO THE PROPERTY CLASS SELECTED FOR THIS SITE.
IF MORE THAN ONE PROPERTY, COPY AND CHANGE <DEFAULT> FOR EACH.
YOU CAN SEPCIFY DIFFERENT BACKGROUND IMAGES FOR EACH property
*/

/* LEFT-SIDE DROPDOWN MENU SPECIFIC ITEMS */


#menu li#wfi { /* main drop-down */
background-image: url(../images/wfi/menu-wfi.gif);
}
#menu li#wfi-int { /* interactive drop-down */
background-image: url(../images/wfi/menu-wfi-int.gif);
}
#menu li#wfi-Print { /* print drop-down */
background-image: url(../images/wfi/menu-wfi-Print.gif);
}
#menu li ul li.wfi { /* allows you to overide the drop-down menu background color for each property */
background-color: #545454 !important;
}
#menu li#wfi:hover,
#menu li#wfi-int:hover,
#menu li#wfi-Print:hover { 
/* displays the alternate image when menu is hovered over, need to add these three for each property. will have to be changed if image height changes */
background-position: 0 -36px;
}


/* END LEFT-SIDE DROPDOWN MENU SPECIFIC ITEMS */

#menu li a {
display: block;
width: 106px;
height: 36px;
text-decoration: none;
color: #f5faff;
font-weight: bold;
font-size: 13px;
}

#menu li ul { /* second-level lists */
position: absolute;
/*background-color: #47617c;*/
width: 210px;
border: 2px solid #333;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
z-index: 100;
}
#menu li ul li {
height: auto;
margin: 0;
padding: 0;
float: none;
background-color: #47617c;
width: 210px;
}
#menu li ul li a {
width: 198px;
height: auto;
padding: 3px 6px;
display: block;
}
#menu li ul li a:hover {
background-color: #333;
color: #fff;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}
div#tabWrap {
float: right;
width: 450px;
height: 61px;
overflow: hidden;
margin: 0;
margin-right: 10px;
padding: 0;
z-index: 2;
}
ul#tabs {
float: right;
margin: 0;
padding: 0;
}
ul#tabs li {
float: left;
height: 61px;
list-style-image: none;
list-style-type: none;
width: 75px;
}
ul#tabs a {
display: block;
height: 61px;
/*overflow: hidden; turn these back on if you want to hide short name
text-indent: 10000em;*/
text-decoration: none;
width: 75px;
color: #fff;
font-weight: 500;
}
ul#tabs a div.shortName { /* displays property short name over tab */
text-align: center;
width: 75px;
height: 20px;
font-family: "MS Reference Sans Serif",Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
padding-top: 5px;
}
/* 
FOR ITEMS BELOW YOU NEED TO CHANGE <DEFAULT> TO THE PROPERTY CLASS SELECTED FOR THIS SITE.
IF MORE THAN ONE PROPERTY, COPY AND CHANGE <DEFAULT> FOR EACH.
YOU CAN SEPCIFY DIFFERENT BACKGROUND IMAGES FOR EACH PROPERTY
*/

/* RIGHT-SIDE TAB SPECIFIC ITEMS */


ul#tabs a#wfi { /* image for each property tab - you can change this */
background-image: url(../images/wfi/tab-default.gif);
}


div#tabWrap .background-wfi { /* allows you to change the background behind the tabs */
width: 100%;
margin-top: 25px;
height: 36px;
background: #545454 url(../images/wfi/right-bar.gif) no-repeat top left;
z-index: 1;
}



/* END RIGHT-SIDE TAB SPECIFIC ITEMS */

ul#tabs a:hover { 
/* displays the alternate image when hovered over. will have to change if image height changes */
background-position: 0 -61px;
}

ul#tabs a.selected, ul#tabs a.selected:hover {
/* displays the alternate image when hovered over. will have to change if image height changes */
background-position: 0 -61px;
}
/* END MENU AND TABS */


/* NAVIGATION FOOTER */
div#menuFooter {
width: 770px;
margin-left: 10px;
margin-right: 10px;
height: 8px;
background: #000 url(../images/wfi/bottom-bar.gif) no-repeat;
}
/* END NAVIGATION FOOTER */


/* BREADCRUMB AREA */
table#locContainer {
width: 770px;
margin: 15px 10px 10px 10px;
text-align: center;
border-top: 1px dashed #d0d0d0;
border-bottom: 1px dashed #d0d0d0;
font-size: 10px;
}
td#location {
font-weight: bold;
text-align: left;
}
td#dateContact {
text-align: right;
}
/* END BREADCRUMB AREA */


/* MAIN CONTENT CONTAINER AND WRAPPER */
div#content {
width: 790px;
background: #fff url(../images/wfi/content-bg.gif) repeat-y;
text-align: left;

}
div#contentWrap {
clear: both;
margin: 0;
width: 790;
}
/* END MAIN CONTENT CONTAINER AND WRAPPER */


/* RIGHT SIDE CONTENT */
div#contentRight {
float: right;
width: 450px;
margin-right: 10px;
}
div#contentRight p {
margin: 10px 10px;
}
div#contentRight h1 {
margin: 10px 10px;
font-weight: bold;
font-size: 14px;
color: #336699;
border-bottom: 1px solid #000;
}
div#contentRight li {
padding: 2px;
margin: 2px;
}
div#contentRight h1 span {
font-weight: normal;
font-size: 11px;
color: #000;
}
/* END RIGHT SIDE CONTENT */


/* LEFT SIDE CONTENT */
div#contentLeft {
float: left;
width: 318px;
margin-left: 10px;
border-right: 1px dotted #e0e0e0;
}
div#contentLeft p {
margin: 10px 15px;
font-size: 11px;
}
div#contentLeft img {
text-align: center;
margin-top: 10px;
}
div#contentLeft h1 {
margin: 10px 10px;
font-weight: bold;
font-size: 13px;
color: #336699;
border-bottom: 1px solid #000;
}
div#contentLeft ul {
margin-left: 15px;
margin-right: 10px;
padding-left: 15px;
padding-right: 10px;
list-style: square;
font-size: 11px;
}
div#contentLeft ul li {
padding: 2px;
}
/* END LEFT SIDE CONTENT */


/* FOOTER */
div#footer {
width: 790px;
background: #fff url(../images/wfi/footer-bg.gif) top;
height: 30px;
clear: both;
}
/* END FOOTER */
table.rates {
border: 1px solid #E0E0E0;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 95%;
}
table.rates th, table.rates td {
padding: 1px;
text-align: left;
width: 50%;
}
table.mechanicals td {
border-bottom: 1px solid #000;
}