@charset "utf-8";
 @import url(styles.css);

body {
	font: 100% Tahoma, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0B0B0B;
	background-color: #b9dc98;
	
}
.floatclear {
     float:none;
     clear: both;
}
p {
	font-size: 0.80em;
	line-height: 1.45em;
}
h1 {
	font-size: 1.0em;
	color:#00612E;
	font-weight:bold;
	border-bottom: 2px solid #49200A;
	padding-bottom:10px;
}

.hr {
	border: none 0; 
	border-top: 1px solid #49200A;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}
.hr hr {
  display: none;
}

.imgleft {
     float:left;
     margin-top: 5px;
     margin-right: 10px;
}
.imggallery {
     float:left;
     margin-top: 20px;
     margin-right: 15px;
}

a:link, a:visited, img.a {
     color:#630;
     font-weight: bold;
}
a:hover, img.a:hover {color:#00612E; text-decoration:none}
.oneColFixCtr #container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footer {
     text-align: right;
}
#footer p {font-size: 0.6em}
.oneColFixCtr #mainContent {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent {
	background-repeat: repeat-x;
	/*background-image: url(/images/template/background.png);*/
	background-color: #ffffff;
}
#mainContent p {
	line-height: 1.5em;
}
#mainContent ul {
	line-height: 1.5em;
}
#mainContent li {
	font-size: 0.8em;
}
#fullbox {
	background-color: #00612E;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#fullbox2 {
	background-color: #49200A;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#fullbox p, #fullbox2 p, #boxleft p, #boxright p {
	font-size: 0.75em;
	line-height: 1.5em;
}
#fullbox h3, #boxleft h3, #boxright h3 {
	font-size: 0.9em;
	font-weight: bold;
}
#fullbox h2, #fullbox2 h2 {
	margin-top: -5px;
	font-size: 1.0em;
	color:#fff;
	font-weight:bold;
	border-bottom: 2px solid #b9dc98;
	padding-bottom:10px;
}
#fullbox p, #fullbox2 p {
	font-size: 0.85em;	
}
#fullbox a:link, #fullbox a:visited, img.a:visited {
	color:#fff;
    font-weight: bold;
}
#fullbox a:hover {
	text-decoration: none;
}
#boxleft {
	width: 260px;
	color: #FFF;
	float: left;
}
#boxright {
	width: 260px;
	float: right;
	color: #FFF;
}
#boxleft2 {
	width: 310px;
	color: #FFF;
	float: left;
}
#boxright2 {
	width: 260px;
	float: right;
	color: #FFF;
	margin-top: -10px;
	margin-left: 10px;
}

td.heading {
	font-weight: bold;
	font-size: 0.75em;
	text-align:center;
}
td.plot {
	font-size: 0.75em;
	text-align:center;
}
td.size {
	font-size: 0.6em;
	text-align:center;
}
td.taken {
	background-color:#600;
	color: #FFF;
	font-size: 0.65em;
	font-weight: bold;
	text-align:center;
}
td.available {
	background-color: #693;
	color: #FFF;
	font-size: 0.65em;
	font-weight: bold;
	text-align:center;
}
td.reserved {
	background-color: #C00;
	color: #FFF;
	font-size: 0.65em;
	font-weight: bold;
	text-align:center;
}
td.name {
	font-size: 0.75em;
	text-align:center;
}
td.size p {
	font-size: 1.00em;
}
