/* CSS Document */

html { height: 100%; margin-bottom: 1px; }  

html,body{height:100% !important}

p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input {
	font: normal 11px "arial" "book antiqua";
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}

body {
	margin: 0px;
	padding: 30px 0 0 0;
	font: normal 11px "arial";
	background:#333333 repeat-x url(../images/bggrad.jpg);
}

#maincontainer {
	background: no-repeat url(../images/mainbg.jpg);
	margin:auto;
	position:relative;
	width: 750px;
}

#subcontainer {
float:left;
width:727px;
margin: 0 0 0 12px;
}

#lcol {
	float:left;
}

#ccol {
float:left;
}

#rcol {
float:left;
width: 286px;
background: no-repeat url(../images/rbg.jpg);
}

#img {
float: left;
margin:5px 0 0 12px;
}


.pgtitle h1{
font: bold 14px "book antiqua";
float:left;
margin: 175px 0 0 15px;
}

.spacer {
background: no-repeat url(../images/dash.jpg);
}

.rtext {
float:left;
}

.rtext p {
font: 11px "arial";
padding: 5px 10px 5px 15px;
background-color:#FFFFFF;
}

.rtext h3 {
font: strong, 11px "arial";
padding: 9px 10px 8px 15px;
background-color:#FFFFFF;
}

.rtext a {
text-decoration:none;
color:#000000;
}

.rtext li {
margin: 0 0 0 20px;
padding: 0 0 0 7px;
}

.rtext a:hover {
color: #990000;
}

.thumb {
	float:left;
	margin: 5px 0 5px 14px;
	border: thin solid #990000;
}

.thumb a {
text-decoration:none;
}

#floorareas {
font: 18px "arial";
}

#bottomlogo {
float:right;
}

table {
 color: #ffffff;
 margin: 5px;
}

th {
 font-weight: bold;
 text-align: center;
 padding: 5px;
 border-bottom: 1px solid #ffffff;
 border-right: 1px solid #ffffff;
 border-top: 1px solid #ffffff;
 border-left: 1px solid #ffffff; 
}

td {
 padding: 5px;
 border-right: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
}

.bottom {
 border-bottom: none;
}
 
.right { 
 border-right: none;
} 

.bottomright {
 border-right: none;
 border-bottom: none;
}