@charset "utf-8";
/* CSS Document */

html, body, #container {
	height: 100%; 
	background-color:#333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.25;
	color: #FFF;
	}
body > #container {
	height: auto; 
	min-height: 100%; 
	}
#container {
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
#index_nav {
	margin-top:0px;
}
#index_nav a {
	text-decoration:none;
}
p {
	font-size:0.95em;
}
h1 {
	border-left-size:5px;
	border-left-color:#FF0;
	border-left-style:solid;
	padding-left:6px;
}
h3 {
	color:#FF0;
}
#content {
	color: #FFF;
	padding-bottom:5em;
}
#clear_content {
	clear: both;
	height: 1px;
	width: 900px;
}


.border_white {
	border: 4px solid #FFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.border_white_index {
	border: 4px solid #FFF;
	padding: 0px;
	margin: 0px;
}

#header {
	background-image: url(images/header_content.gif);
	height: 60px;
}
a {
	color: #FFF;
	text-decoration: underline;
}
#navbar {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top:10px;
	padding-bottom:8px;
}
#navbar a{
	text-decoration:none;
	color:#FFF;
}
#navbar a:hover{
	text-decoration:none;
	border-top-width:2px;
	border-top-color:#FF0;
	border-top-style:solid;
}
#navbar a:active{
	color:#FF0;
}
#footer {
	position:relative;
	height: -5em;
	clear:both;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC; 
	font-size:small;
	z-index:10;
	margin-top:-5em;
	padding-top:6px;
}

#cost-table
{
	font-size: 12px;
	margin: 25px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#cost-table th
{
	font-size: 13px;
	font-weight:bold;
	padding: 8px;
	background: #CCC;
	border-top: 4px solid #FFF;
	border-bottom: 1px solid #fff;
	color: #000;
}
h5 {
	margin-bottom: 0px;
	color: #FF0;
}
h4 {
	font-size: 1.2em;
}


#cost-table td
{
	padding: 8px;
	background: #666;
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}
#cost-table tr:hover td
{
	background: #999;
	color: #000;
}#left_column {
	width: 600px;
	padding-right: 15px;
	float: left;
}
#right_column {
	width: 270px;
	float: right;
	background-color: #666;
	border: 1px solid #CCC;
	font-size: 0.8em;
	padding: 5px;
	margin-top: 40px;
	line-height: 1.4;
}
#photo_gallery {
	background-color: #FFF;
	padding-bottom: 40px;
}
