 /*For footer*/
 @import 'Footer.css'; 
 /*For forms*/
 @import 'forms.css'; 
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #242E4D;
	background-color: #F2D38C;
	margin: 20px;
	padding: 0;
	background-image: url(/assets/images/gradient.jpg);
	background-repeat: repeat-x;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #FAEBCC;
	height: 92px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(/assets/images/body.jpg);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 475px;
	float: left;
}
#right {
	width: 325px;
	float: left;
}
#center {
	background-image: url(/assets/images/body.jpg);
	background-repeat: repeat-y;

}
#centercontact {
	background-image: url(/assets/images/body.jpg);
	background-repeat: repeat-y;
	height:700px;
}
#video {
	border: 8px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 360px;
	width: 480px;
}

#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 20px 24px 5px;
	font-size: .75em;
	line-height: 1.5em;
}
.centeredcontent {
	text-align: center;
	font-size: 1.2em;
}

#center .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#centercontact .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 0px;
	margin: 0px;
}

.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #00F;
}
#left a:visited {
	color: #00F;
}
#left a:hover {
	color: #D27900;
}
#right a:link {
	color: #00F;
}
#right a:visited {
	color: #00F;
}
#right a:hover {
	color: #D27900;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #faf3ed;
	text-decoration: underline;
}
#footer a:visited {
	color: #faf3ed;
	text-decoration: underline;
}
#footer a:hover {
	color: #F9D506;
	text-decoration: underline;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 0px 0 0;
	color: #313E6A;
}
h3 {
	font-size: 1.25em;
	margin: 20px 0 20;
	color: #000000;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 20;
}

.nomargintop {
	margin-top: 0;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9F3000;
	font-size: 1.25em;
}

.content p {
	margin: 12px 0;
}
.formerror {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9F3000;
	font-size: 1.25em;
}
.confirmation {
	font-size: 1.6em;
	margin: 0px 0 0;
	color: #5050C5;
	font-weight: bold;
}
.quote {
	text-align: center;
	font-size: 1.2em;
	color: #566AB1;
}
