@charset "utf-8";
/* CSS Document */

body  {
	background:url(../images/star_background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#00396B;
	margin: 0 auto; /* 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 */}

h1 {
	font-size:1.5em;}
h2 {
	font-size:1.15em;}
h3 {
	font-size:.9em;}
	
#subContainer h3 a {
	color:#00396B;
}

h4 {
	font-size:.75em;}
h5 {
	font-size:.65em;}
h6 {
	font-size:.5em;}	
	
p {
	font-size:.8em;}

li {
	font-size:12px;}
	
table {
	width:710px;
}

th, td.center
 {
	padding:5px;
	text-align:center;
}

th {
	background:#00396B;
}

	
th {
	font-size:14px;
	font-weight:bold;
	color:#fff;}
	
td {
	font-size:14px;
}

td.rate {
	padding-right:20px;
	text-align:right;
}

td.sub-total, td.state-tax, td.local-tax, td.total, td.deposit, td.due {
	font-weight:bold;
	padding-right:20px;
	text-align:right;
}

#header {
	margin:0;
	padding:15px 15px 15px 0px;
	background:#00396B;
	text-align:left;
}

#mainContainer {
	background:#ebebeb;
	width:950px;
	margin:0 auto;
	padding:0;
	text-align:left;}
		
#mainContainer a {
	text-decoration:none;
	color:#00396B;}
	
#mainContainer a:hover {
	text-decoration:underline;
	color:#00396B;}
	
#subContainer {
	float:right;
	width:710px;
	margin:20px 10px 10px 10px;
	padding:0 10px 10px 10px;	
}

#subContainer h2 {
	border-bottom:2px solid #00396B;
	padding:0;
	margin:0;
}

ol#policies, {
	list-style:decimal;
	padding:0 10px 0 20px;
}

ol#policies li {
	padding:5px 0 0 0;
}	

ol#rules li {
	padding:5px 0;
}	

ul#accommodations {
	list-style:none;
}

#propertyManagement {
	float:right;
	width:240px;
	height:222px;
	margin:20px 0 0 0;
	overflow:hidden;
	background:url(../images/rental_recruiting_home.jpg) no-repeat;
	border:1px solid #000;
}

#propertyManagement h2 {
	padding:5px 5px 5px 30px;
	margin:0;
	border:none;
	color:#fff;
}

#propertyManagement h3 {
	padding:5px 5px 0px 30px;
	margin:0;
	border:none;
	color:#fff;
}

#propertyManagement h3 a {
	text-decoration:none;
	color:#fff;
}

#propertyManagement h3 a:hover {
	text-decoration:underline;
	color:#fff;
}

#footer {
	clear:both;
	margin:0;
	padding:0;
	text-align:left;
}

#footer p.info {
	float:left;
	width:820px;
	padding:40px 20px 5px 20px;
	margin:0;
	color:#999;
	background:#ebebeb;
}
	
#footer p.admin {
	float:right;
	width:50px;
	padding:40px 20px 5px 20px;
	margin:0;
	color:#999;
	background:#ebebeb;
}

#footer p.admin a {
	text-decoration:none;
	color:#999;
}

#footer p.admin a:hoover {
	text-decoration:underline;
	color:#999;
}
	
.removeBullets {
	list-style-image:none;
}
	
.clear {
	clear:both;
}

h3.accommodations {
	text-decoration:underline;
}

table.accommodations {
	margin-left:20px;
	width:690px;
}

td.headerLI {
	font-weight:bold;
}

td.description {
	padding-top:50px;
}

tr.tableHeaderPolicy {
	background:#d3d3d3;
}


table.guests {
	width:465px;
	margin:20px;
}

table.guests td {
	font-size:12px;
}

p.policy, table.policy td {
	font-size:12px;
	font-weight:normal;
}

table.policy {
	width:350px;
	margin:20px;
}

ol.policy {
	margin:20px;
	padding:0;
	font-weight:normal;
}

ol.policy li {
	padding:5px 0;
}

.to-top {
	background:url(../images/up-arrow.gif) no-repeat;
	padding-left:20px;
}

.weather {
	margin:20px;
}


