div.Content
{
    margin-left:auto;
    margin-right:auto;
    width: 790px;
}

div#ContactInfo
{
}

div#ContactInfo img
{
    float:left;
    margin-right:1em;
    margin-bottom: 2em;
    padding:10px;
    border: 1px solid grey;
}

ul#Tabs
{
    margin-top: 1em;
    clear:both;
}

h2
{
    margin:0;
    margin-top: 1em;
}

div.Tab
{
    margin: 0;
    margin-bottom: 1em;
    display:none;
    border: 1px solid #96a46b;
    padding: 1em;
}

div.Selected
{
    display:block;
}

ul#Tabs
{
    padding:0;
    margin:2em 0 1em 0;
    height: 14px;
    position:relative;
    top: 1px;
    width: 100%;
    padding-left: 5px;
}

ul#Tabs li
{
    display:table-cell;
    float:left;
    cursor:pointer;
    padding: 5px 10px;
    background-color: #cccccc;
	background-color: #faf1cf;
    text-align:center;
    border: 1px solid #96a46b;
    margin-right: 8px;
}

ul#Tabs li.Selected
{
    background-color:white;
    font-weight:bold;
    border: 1px solid #96a46b;
    border-bottom: 1px solid white;
}

div.Tab h2
{
    display:none;
}

td.InfoName, td.SchoolType
{
    font-weight:bold;
}

table#Schools td, table.InfosTable td
{
    padding: .25em 1.5em .25em 0em;
}

table#FloorPlans
{
    width: 100%;
    border-collapse: collapse;
}

table#FloorPlans th
{
    font-size: 90%;
}

table#FloorPlans th.Rent
{
    text-align: left;
    padding-left: 50px;
}

table#FloorPlans td
{
    padding: .3em .6em;
}

table#FloorPlans td.Rent
{
    padding-left: 50px;
}

table#FloorPlans tr.Details td
{
}

table#FloorPlans, td table#FloorPlans th
{
    text-align:right;
}

th.Name, td.Name, td.Description, td.Rent
{
    text-align:left;
}

table#FloorPlans tr.Details td
{
    padding-top: .5em;
    padding-bottom:0;
}
table#FloorPlans td.Description
{
    padding-bottom: .5em;
    padding-top: 0;
    font-style:italic;
}