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

.nav {
	width: 112px; height: 56px; background-color: #B2B2B2; padding-right: 6px; text-align: right;
	position: relative;
	
	-webkit-transition: all 0.5s ease-in-out;

	-moz-transition: all 0.5s ease-in-out;

	-o-transition: all 0.5s ease-in-out;

	-webkit-transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;}

.nav:hover {
	height: 112px; background-color: #00BFFF; }
	
.navlink {
	text-decoration:none;}
	
.navlink:hover {
	text-decoration: none;}
	
.focus {
	height: 112px; background-color: #00BFFF; }
	
.uppertext {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: right;
	color: #FFFFFF;
	margin: 0, 0, 0, 0;
	padding: 0,0,0,0;
	position: absolute;
	bottom: 4px;
	right: -8px;}
	
.lowertext {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	margin: 0, 0, 0, 0;
	padding: 0,0,0,0;
	position: absolute;
	bottom: -33px;
	right: -8px;
	text-decoration: none;
}
	
.rule {
	width: 966px; color: #B2B2B2; height: 1px; position: relative; left: 6px;}
	
#icon1 {
	position: absolute; bottom: 30px; left:315px; cursor:hand;}
	
#icon2 {
	position: absolute; bottom: 30px; left:457px; cursor:hand;}
	
#icon3 {
	position: absolute; bottom: 30px; left:599px; cursor:hand;}
	
#icon4 {
	position: absolute; bottom: 30px; left:742px; cursor:hand;}
	
#icon5 {
	position: absolute; bottom: 30px; left:884px; cursor:hand;}
	
#frame {
	width: 959px;}
	
#copyright {
	float: right;
	color: #B2B2B2; font-family: Calibri; font-size: 16px;}
	
#links {
	color: #B2B2B2; font-family: Calibri; font-size: 16px;}
	
#links.a:hover {
	text-decoration: underline;}
	
.content {
	font-family: Calibri; font-size: 15px; color: #888;
	padding-left: 25px; padding-right:25px;}
	
.title {
	font-family: Calibri; font-size: 30px; color:#00BFFF;
	padding-left: 25px; padding-right:25px;}
	
.leftcolumn {
	padding-left: 10px; padding-top: 12px;
	vertical-align: text-top;}
	
.rightcolumn {
	vertical-align: top;}
	
.form {
	position: absolute; right: 55px;}
	
.list {
	list-style-type: square;}
	
#notes {
	font-size: 14px; font-family: Calibri; color: #B2B2B2;}
	
#gold {
	background: url("images/goldpackage.png") no-repeat;
	width: 330px; height: 543px;
	padding-left: 15px; padding-right: 15px;
	font-size: 17px;}

#silver {
	background: url("images/silverpackage.png") no-repeat;
	width: 330px; height: 543px;
	padding-left: 15px; padding-right: 15px;
	font-size: 17px;}
	
#bronze {
	background: url("images/bronzepackage.png") no-repeat;
	width: 330px; height: 543px;
	padding-left: 15px; padding-right: 15px;
	font-size:17px;}