body {
	margin: 0;
	font: 1.2em/1.5em Georgia, serif;
	background-color: #7F7F7F;
}

/*
	IDs
*/

#banner {
	background-color: rgb(196,30,58);
	height: 300px;
	width: 100%;
	margin-top: 4em;
}

#content {
	margin: 3em 4em 3em 4em;
	padding: 2em 3em 2em 3em;
	background-color: #FFF;
	border: 1px solid #3F3F3F;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-top-left-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
}

#fees {
	margin-left:auto;
	margin-right: auto;
}

#banner-form {
	width:400px;
	padding-top: 3em;
	margin-left: 2em;
}

#banner-form td {
	color: white;
	font-size: 90%;
	vertical-align: top;
	text-align: right;
	font-family: Avenir, "Myriad Pro", Futura, sans-serif;
	font-weight: bold;
}

#banner-form button {
	float: left;
}

#navcontainer {
	float:right;
}

#navlist {
	margin: 0;
	padding: 0 0 20px 10px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #rgb(196,30,58);
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 2px solid rgb(191,51,51);
	padding-bottom: 2px;
	background: transparent;
	color: rgb(196,30,58);
}

#navlist a:hover { color: #000; }

/* ----------- Classes --------------*/

.highlight {
	background-color: #F9F5B7;
}

.logo {
	display: block;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}

.banner-logo {
	float: right;
	display: block;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}

.copyright {
	font-size: 90%;
	text-align: center;
	color: #AAA;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.larryStatonImage {
	float:right;
	padding: .2em;
	border: 1px solid rgb(196,30,58);
	margin: 5px;
}

.larryStatonBannerImage {
	float:right;
	margin-top: -13.4em;
}

.act {
	text-align: center;
	font-size: 200%;
}

.now {
	color: rgb(255,0,0);
}

.ad_footer {
	font-size: 70%;
	text-align: center;
	color: #AAA;
}

.cta {
	color: white;
	font-weight: bold;
	text-align: center;
	font-family: Avenir, "Myriad Pro", Futura, sans-serif;
	font-size: 150%;
}

.cta-phone {
	color: white;
	font-weight: bold;
	text-align: center;
	font-family: Avenir, "Myriad Pro", Futura, sans-serif;
	font-size: 300%;
}

/* --------------- Elements ------------- */

h1 {
	font-weight: bold;
	font-size: 250%;
	font-family: Avenir, Futura, sans-serif;
	text-align: center;
	color: rgb(196,30,58);
	text-shadow: 2px 2px 2px rgb(0,0,0);
}

h2, th {
	font-weight: bold;
	font-family: Avenir, "Myriad Pro", Futura, sans-serif;
	font-size: 120%;
}

h3 {
	font-weight: normal;
	font-style: normal;
	font-family: Avenir, "Myriad Pro", Futura, sans-serif;
	font-size: 120%;
}

/*
	Links
*/

a {
	color: rgb(191,51,51);
	text-decoration: none;
}

a:visited {
	color: #7F7F7F;
	text-decoration: none;
}

.spacer {clear:both; height:1px;}

/* ----------- Form Class----------- */
.myform {
	margin:0 auto;
	width:400px;
	padding:10px;
}
/* ----------- Form Styles ----------- */

#stylized label {
	display:block;
	text-align:right;
	width:140px;
	float:left;
	font-size: medium;
}

#stylized .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
	margin-top: -11px;
}

#stylized input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px rgb(196,30,58);
	width:220px;
	margin:2px 0 20px 10px;
}

#stylized select {
	float:left;
	font-size:12px;
	padding:4px 2px;
	margin:2px 0 20px 10px;
}

#stylized textarea {
	float:left;
	padding:4px 2px;
	border:solid 1px rgb(196,30,58);
	width:220px;
	margin:2px 0 20px 10px;
}

#stylized button {
	float:left;
	margin-left: 150px;
}