﻿html, body 
{
    text-align:center;
    font-family:arial;
    font-size:12px;
    font-weight:normal;
    background: #f1e7f5 url('Images/bodyBg.gif') repeat-y;
    margin:0; padding:0;
}
img 
{
    border:0;
}
a
{
    text-decoration:none;
    color:#734284;
    font-weight:bold;
}
a:hover
{
    text-decoration:underline;
}
h1
{
    font-size:25px;
    color:#004685;
}
h2
{
    font-size:15px;
    color:#734284;
}
p
{
    font-size:12px;
    line-height:16px;
}
strong
{
    color:#004685;
}
.clear
{
    clear:both;
}
.requiredField 
{
    float: left;
    width: 8px;
    margin-top: 4px;
    color: #f0464a;
}
.errors 
{
	background: white url('Images/ValidatorIcon.gif') no-repeat 10px 10px;
	width: 200px;
	border: 1px solid black;	
	color: #f0464a !important;
	padding: 10px 10px 10px 50px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}
.errors ul
{
	margin: 0px 0px 0px -20px;
	.margin: 0px 0px 0px 23px;
	font-weight: normal;
}
.hidden 
{
	color: #f0464a !important;
	display: none;
}
.smart 
{
	display: none;
}
.chklist 
{
	margin-bottom: -20px;
	.margin: -20px 0px;
}
.chklist label
{
	width: 100px !important;
	margin-top: 0px !important;
	.margin-top: 4px !important;
}
.chklist input
{
	float: left;
	width: auto !important;	
}
.rdolist
{
	margin-bottom: -20px;
}
.rdolist label
{
	width: auto !important;
	margin-top: 0px !important;
	.margin-top: 4px !important;
}
.rdolist input
{
	float: left;
	width: auto !important;	
}
.info 
{
	position: absolute;
	width: 200px;
	margin-top: 3px;
	background: url('Images/info.gif') no-repeat;
	height: 20px;
	padding-left: 25px;
}
.alert 
{
	position: absolute;
	width: 200px;
	margin-top: 3px;
	background: url('Images/alert.gif') no-repeat;
	height: 20px;
	padding-left: 25px;
}
.bottom
{
    font-size:15px;
    font-weight:bold;
    color:#004685; 
}
#wrapper
{
    text-align:left;
    height:auto;
}
#leftCol
{
    float:left;
    width:475px;
    height:600px;
}
#leftCol .position
{
    margin:0px 0px 0px 60px;
}
#rightCol
{
    position:absolute;
    width:500px;
    height:600px;
    padding: 20px 0px;
    margin:0px 0px 0px 470px;
    *margin:0px 0px 0px 0px;
}
#nav
{
    margin:20px 0px 0px 90px;
}
#nav a.directors { 
    background:url('Images/navDirectors.gif') repeat 0px 0px; 
    width: 265px; 
    height: 71px; 
    display: block; 
}
#nav a.directors span { 
    display: none; 
}
#nav a.directors:hover { 
    background: url('Images/navDirectors.gif') repeat -266px 0px; 
}
#nav a.parents { 
    background:url('Images/navParents.gif') repeat 0px 0px; 
    width: 265px; 
    height: 85px; 
    display: block; 
}
#nav a.parents span { 
    display: none; 
}
#nav a.parents:hover { 
    background: url('Images/navParents.gif') repeat -266px 0px;
}
#nav a.requestinfo{ 
    background:url('Images/navRequestInfo.gif') repeat 0px 0px; 
    width: 265px; 
    height: 91px; 
    display: block; 
}
#nav a.requestinfo span { 
    display: none; 
}
#nav a.requestinfo:hover { 
    background: url('Images/navRequestInfo.gif')  repeat -266px 0px;
}
#nav a.booktrip{ 
    background:url('Images/navBookTrip.gif') repeat 0px 0px; 
    width: 265px; 
    height: 63px; 
    display: block; 
}
#nav a.booktrip span { 
    display: none; 
}
#nav a.booktrip:hover { 
    background: url('Images/navBookTrip.gif')  repeat -266px 0px; 
}
#nav a.aamf{ 
    background:url('Images/aamf.png') repeat 0px 0px; 
    width: 265px; 
    height: 90px; 
    display: block; 
    margin:10px 0px;
}
#nav a.aamf span { 
    display: none; 
}
#nav a.aamf:hover { 
    background: url('Images/aamf.png')  repeat -266px 0px;
}
/* Get Started */
.quote label 
{
    float: left;
    width: 195px;
    margin-top: 4px;
}
.quote input
{
    width: 150px;
	margin-top: 2px;
}
.quote select
{
    width: 154px;
    .width: 156px;
	margin-top: 2px;
}
.quote textarea
{
    width: 350px;
    height: 100px;
	margin-top: 2px;
}
.quote .info, .quote .alert
{
	margin: -20px 0px 0px 360px;
	.margin: 3px 0px 0px 0px;
}
/* Contact */
.contactForm label 
{
    float: left;
    width: 70px;
    margin-top: 4px;
}
.contactForm input
{
	margin-top: 2px;
}
.contactForm textarea
{
	width: 350px;
    height: 100px;
	margin-top: 2px;
	margin-left: 8px;
}
.contactForm .info, .contactForm .alert
{
	margin: -20px 0px 0px 212px;
	.margin: 3px 0px 0px 0px;
}
/* Submit Button */
.btnSubmit a{
    width:90px; height:17px;
    background: url('Images/btnSubmit.gif') no-repeat;
    display:block;
    margin:5px 0px 0px 0px;
    
}
.btnSubmit span
{
    display:none;
}