/* BODY STRUCTURE */

#plans_box {
    min-height: 30px;
    background-image: url(../images/plans.gif);
    background-repeat: no-repeat;
}
#rendering {
    margin: 0 0 3em 0;
}
#plan {
    margin: 2em 0 3em 0;
}

table.plans_table {  
    width: 100%; 
    border-collapse: collapse;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    margin-bottom: 1cm;
}
#home_images_box { 
    position: relative;
    float: right;
    padding: .25cm;
    text-align: center;
    vertical-align: top;
}
.centered_box {
    margin: 0 auto;
    width: 400px;
    text-align: center;
}
tr.shaded {  
    background-color: #E6E6E6;
    width: 100%;
}
td {
    padding: .4em;
    width: 25%;
}
td.plan {
    width: 40%;
}
td.square_feet {
    width: 20%;
    font-weight: bold;
}
td.base {
    width: 20%;
    font-weight: bold;
}
td.cost_per {
    width: 20%;
    font-weight: bold;
}
td.feature {
    width: 80%;
}
td.cost {
    width: 20%;
}


/* LINKS */

a.screen {
    position: relative; 
    z-index: 1;
}
a.screen .large {
    position: absolute;
    visibility: hidden; 
    height: 0; 
    background-color: #FFFFFF;
    left: 75px;
}
a.screen:hover {
    text-decoration: none; 
    border: 0; 
    z-index: 1000;
}
a.screen:hover .large {
    visibility:visible; 
    cursor: pointer;
    z-index: 500; 
}
a.screen:hover .large img {
    border: 2px solid #EBEBEB; 
}


/* HEADINGS */

h3.plans {
    margin: 0;
}
h3#exterior {
    clear: both;
}
h3#invisible {
    font-size: 10%;
    visibility: hidden;
    margin: 0;
} 
h3#right_side {
    margin-top: 0;
} 


/* TEXT */

#description {    
    font-family: Verdana, Arial, sans-serif;    
    font-weight: bold;      
    margin: 0 0 .25em 0;
    padding-top: 0;
}


/* LISTS */

ul.more_information {
    list-style-type: none;
    margin: 0;
    width: 70%;
}
li.shaded_item {
    display: block;
    width: 100%;
    background-color: #E6E6E6;
    padding: .35em;
}
li.clear_item {
    display: block;
    padding: .35em;
    width: 100%;
}


/* IMAGES */

.hoverbox {
    float: left;
    position: relative;
    margin: 0 .5em .25em 0;
    padding-top: 0;
    font-size: 90%;
    font-family: Verdana, Arial, sans-serif;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.hoverbox ul li {
    list-style-type: none;
}
.thumbnail img {
    border: 2px solid #EBEBEB;
    margin: 0 .5em .5em 0;
}
.thumbnail:hover img {
    border: 2px solid #EBEBEB;
}
.thumbnail span { /*CSS for enlarged image*/
    position: absolute;
    background-color: #FFFFFF;
    padding: 5px;
    left: -1000px;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}
.thumbnail:hover span { /*CSS for enlarged image*/
    visibility: visible;
    top: 0px;
    left: -400px; /*position where enlarged image should offset horizontally */
    z-index: 50;
}