/* @override http://localhost:8888/observatory/stylesheet.css */

/* @override http://localhost:8888/observatory/stylesheet.css */

html {
	height: 105%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #ffff66;
}

body#home {
	background: url(images/pagebackground.gif);
}

a:link {
	color: #92A2D3;
	text-decoration: none;
}

a:active {
	color: #929FD4;
}

a:visited {
	color: #8696C9;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

p {
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #808FC6;
}

h2 {
	font-weight: bold;
	color: #EBD85F;
}

h3 {
	font-weight: bold;
	color: #8A9ACE;
}

h4 {
	font-weight: normal;
	color: #92A2D3;
}

.aligned {
	position: absolute;
	left: 150px;
	vertical-align: middle;
}

form#contactForm p label {
	position: relative;
	top: 5px;
	vertical-align: middle;
}

#rates tr, #rates tr td {
	padding: 0;
	margin: 0;
}

#rates tr {
	line-height: 1em;
}

/*
#select1 {
	vertical-align: baseline;
	position: relative;
	top: 8px;
}
*/

input.submit {
	border: 3px #ffffff solid;
	outline: none;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	font-size: 120%;
	padding: 8px;
	background-color: yellow;
}

input.submit:hover {
	border: 3px #ffffff solid;
	background-color: #32427e;
	color: #ffffff;
}

#tableMain tr td p {
	line-height: 0;
}

/* @group new index */

.left {
	float: left;
}

.right {
	float: right;
}

.special_desc p {
	width: 400px;
	color: #ffff66;
	font-weight: normal;
	text-align: left;
}

.places { color: #ffff66; }

#beach_house {
	border: 2px solid #ffff66;
	width: 220px;
	padding: 10px;
	margin: 0 auto;
}

#beach_house p {
	color: #ffff66;
	text-align: center;
}

a img {
	border: none;
	outline: none;
}

p.caption {
	text-align: center;
	font-size: 90%;
	font-weight: lighter;
	color: #b0b0b0;
}
/* @end */