﻿/* CSS layout */
.BODY { background-image:url('images/background.png');
               background-repeat:repeat-x }

.container {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 772px;
	background-color:white;
	margin-top:1px;
}

.a {
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	text-decoration:none;
}

.masthead {
	background-image: url('images/header.jpg');
	height:90px;
	border-top:1px white solid;
	border-bottom:1px white solid;
}

.top_nav {
	height: 30px;
	background-color:white;
	position:relative;
	width: auto;
	border:1px white solid;
}

.main_page_content {
	background-image: url('images/main.jpg');
	height:517px;
	border:2px;
	border-color:black;
}

.page_content {
	background-image: url('images/contact.jpg');
	background-color:black;
	height:517px;
}

.about_page_content {
	background-image: url('images/about.jpg');
	background-color:black;
	height:517px;
}

.rates_page_content {
	background-image: url('images/rose.jpg');
	background-color:black;
	height:517px;
}


.footer {
	background-color:black;
	height:80px;
	text-align:center;
	border-bottom:1px white solid;
}

.banner {
	height: 90px;
	width: 772px;
	float:left;
}

.cssnav {
	width: 154px;
	height: 30px;	
	float:left;
}

.nav_black {
	background-color:black;
	color:white;
	font-size: 18px;
	line-height:28px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
}

.nav_white {
	background-color:white;
	color:black !important;
	font-size: 18px;
	line-height:28px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
}

.cssnav:hover{
	background-color:black;
	color:white !important;
}

.footer_text_white {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
}
.footer_text_white_large {
	font-weight:bold;
	font-size: 34px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
}

.footer_text_small {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
}

.subfooter_text {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-align:center;
	text-decoration:none;
}


.body_text_rates {
	padding:35px 58px 0 0;
	height: 40px;
	width:490px;
	text-align:left;
	float:right;
}

.download {
	padding:75px 0 0 55px;
	float:left;
}

.stars {
	float:left;
}

.body_text {
	padding:28px 5px 0 0;
	height: 40px;
	width:375px;
	text-align:left;
	float:right;
}

.body_text_about {
	padding:60px 25px 0 0;
	height: 40px;
	width:430px;
	text-align:left;
	float:right;
}

.body_text_small {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:none;
	line-height:25px;
}

.body_text_small_blue {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2D21F5;
}

.smaller_blue {
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0;
	padding-left:35px;
}

.form {
	border: 1px solid #FFFFFF; 
	width: 220px;  
	background-color: white;
	font-size:12px;
	text-indent: 1px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:text-top;
}

.forma {
	text-align: right;
	vertical-align:text-top;
}


.hidden {
	display: none;
	padding-bottom:6px;
}

#platinum:hover .hidden{
	display: block;	
}

#gold:hover .hidden{
	display: block;	
}

#silver:hover .hidden{
	display: block;	
}

#bronze:hover .hidden{
	display: block;	
}