* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #006492;
	text-align: center;
	font-size:12px;
	color: #242D34;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:#006492;
	text-decoration:underline;
}
a:hover {
	color:#90BC56;
	text-decoration:underline;
}

a img {
	text-decoration: none;
	border: 0;
}

h1 {
	width: 320px;
	height: 170px;
	background-image:url(/images/inside/revel_logo.gif);
	background-repeat: no-repeat;
	float: left;
}

h1 a {
	position: relative;
	display: block;
	text-decoration: none;
}

h1 a span {
	display: block;
	visibility: hidden;
	width: 320px;
	height: 170px;
}

/***********************
CONTACT FORM 
***********************/
form {
	/*padding-left: 10px;*/
}


form p {
	padding: 0;
	margin: 3px 0;
	margin-left: 0px;
}
form p.form {
	padding-bottom:0;
	padding-top:0;
	margin-top:0;
	margin-bottom:-15px;
	clear: left;
}

form p.comment_box {
	margin-left: 145px;
}

form p.form label {
	float: left;
	width: 150px;
	padding: 2px;
	padding-left: 5px;
	margin: 0 5px 0 0;
	border-bottom: 1px dashed #B6DAE1;
}

form p.submit_but {
	padding: 0;
	margin: 5px 0;
	text-align: center;
}

form p.submit_but input {
	padding: 5px 50px;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	background-color: #0C4D86;
	border: 1px solid #B6DAE1;
	cursor: pointer;
}

form p.form input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #71889A;
	border-right: 1px solid #71889A;
}
textarea {
	width:320px;

}
.large_select {
	margin-left:172px;
	margin-top:5px;
}
.large_select select  {
	width:125px;
}

form p.form input.no_border {
	border: none;
}

a.green_btn {
	padding: 7px 10px;
	margin-right:6px;
	background-color: #90BC56;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	margin-top:-5px;
	color:#FFFFFF;
}
a.green_btn_sub {
	padding: 7px 20px;
	margin-right: 5px;
	background-color: #90BC56;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	color:#FFFFFF;
}
table#detail {
	padding-top:5px;
}
table#detail_feat th {
	padding-bottom:5px;
}
table#detail_feat tr td {
	padding-left:9px;
}
table#detail_feat tr th {
	margin-bottom:10px;
}
td.detail_feat_green_btn {
	padding: 10px 0px 5px 0px;
}
table#detail tr td {
	padding-left:9px;
}
table th#right_border, td#right_border {
	border-right:1px solid #006492;
}
