body {
	background: #b1b1b1;
}

div#content_wrapper {
	width: 1000px;
	margin: 20px auto;
	color: white;
}

h1, h2 {
	background: #3b444b;
	padding: 5px 10px;
	margin: 0;
	font-weight: normal;
}

h3, h4, h5, h6, h7 {
	margin: 10px 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
    margin-bottom: 0;
    text-decoration: underline;
}

h4 + p {
    margin-top: 0;
    margin-left: 20px;
}

p, form {
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p.inline {
	display: inline-block;
	margin-right: 10px;
}

#info, #availability, #contact, #map, #additional_information, #photos, #disclaimer, #terms {
	background: #62686d;
	padding: 10px;
	margin: 20px 0;
}

#contact, #map, #additional_information {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 300px;
	height: 260px;
}

#disclaimer p{
    font-size: 10px;
    margin-top: 0;
}

#contact {
	margin-left: 15px;
	margin-right: 15px;
}

#copyright {
    text-align: center;
    padding: 10px;
}

#map_canvas {
	width: 288px;
	height: 200px;
	margin: 10px 0;
	border: 6px solid #3b444b;
}

a img {
    vertical-align: baseline;
}

a {
	color: #cccccc;
	text-decoration: none;
}

a.loud {
    color: #ffff66;
    font-size: 12px;
    line-height: 12px;
}

a:hover {
	text-decoration: underline;
}

div.center {
	text-align:center;
}

p.link_list a {
	display:block;
}

div.white_hr {
	height: 1px;
	width: 100%;
	background: white;
}

img {
	border: 6px solid #3b444b;
	vertical-align: middle;
}
p.inline img {
    max-width: 475px;
    height: auto !important;
}
#photos img {
    max-width: 968px;
    height: auto !important;
}

img.no_border {
	border: none;
}

label {
	text-align: right;
	display: inline-block;
	width: 50px;
}



table {
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
        color: white;
}

tr {
	background: #3b444b;
}

tr:hover {
	background: #1c2126;
}

th {
	text-align: left;
	padding: 3px 10px;
	background: #1c2126;
	font-size: 12px;
}

td {
	padding: 3px 10px;
	font-size: 10px;
}