/* CSS Document */

body {
background-color: #B8B8B8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #FFFFFF;
}

#container {
width: 731px;
margin-left: auto;
margin-right: auto;
border-top: #FFFFFF solid 2px;
border-right: #FFFFFF solid 2px;
border-left: #FFFFFF solid 2px;
background-image: url(images/containerbg_03.gif);
background-repeat: repeat-y;
}

#banner {
height: 121px;
background-image: url(images/hdr-bg_03.jpg);
background-repeat: no-repeat;
background-color: #932B21;
border-bottom: #FFFFFF solid 2px;
}

#content {
background-color:#939393;
float: right;
width: 530px;
padding: 10px 40px;
}

#sidebar-a {
background-color:#626364;
background-image: url(images/divaldleft_06.gif);
background-repeat: no-repeat;
background-position: 0% 20px;
float: left;
width: 121px;
height: 310px;
}

#footer {
clear: both;
height: 26px;
background-color: #932B21;
border-bottom: #FFFFFF solid 2px;
border-top: #FFFFFF solid 2px;
}

#footer2 {
clear: both;
height: 59px;
width: 731px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding-top: 2px;
background-image: url(images/divaldbottom_09.gif);
background-repeat: no-repeat;
background-position: 100% Top;
font-size: 10px;
line-height: 18px;
}

a:link, a:visited {
color: #FFFFFF;
}

a:hover {
color: #333333;
background-color: #CCCCCC;
text-decoration: none;
}

#nav {
height: 24px;
width: 731px;
text-align: center;
padding-top: 100px;
}

#nav a:link {
color: #FFFFFF;
text-decoration: none;
}

#nav a:visited {
color: #FFFFFF;
text-decoration: none;
}

#nav a:hover {
background-color: #FFFFFF;
color: #932B21;
}

h2 {
font-size: 16px;
font-weight: bold;
}

.floorplanborder {
border: solid #000000 2px;
}

.photoborder {
border: solid #FFFFFF 2px;
}

.floatright {
float: right;
margin-left: 10px;
border: solid #FFFFFF 2px;
}

.floatleft {
float: left;
margin-right: 10px;
border: solid #FFFFFF 2px;
}