body {
	background: url(/new/images/bg.gif);
	margin: 0px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
}
a, .blue {
	color: #256889;
}
a:hover, .gold {
	color: #978524;
}
h1, h2, h3 {
	color: #256889;
}
#wrapper {
	background-color: #ffffff;
	width: 779px;
	margin: auto;
}
#header {
	width: 779px;
	padding-top: 10px;
	background-color: #AFCF38;
}

/** NAVIGATION **/
#navigation {
    width: 779px;
	background: #007395 url(/new/images/nav-bg.gif) repeat-x;
	height: 30px;
}
#navigation ul{
    list-style: none;
	padding: 0px;
	margin: 0px;
	width: 779px;
	float: left;
}
#navigation li {
    float: left;
	line-height: 29px;
	padding: 0px 40px 15px 15px;
}

#navigation a {
	color: #ffffff;
	text-decoration: none;
}
#navigation a:hover {
    color: #cccccc;
}
#main-banner {
	background: url(/new/images/main-banner.jpg) no-repeat;
	width: 779px;
	height: 120px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#main-banner h1 {
	font-size: 16px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	padding-top: 80px;
	padding-left: 600px;
	color: #ffffff;
}
#content {
	background: #ffffff;
	width: 779px;
}
#leftcontent {
	background: #ffffff;
	width: 500px;
	float: left;
}
#leftcontent .promo-left {
	background: url(/new/images/promo-left.gif);
	width: 248px;
	height: 102px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float: left;
}
#leftcontent .promo-right {
	background: url(/new/images/promo-right.gif);
	width: 250px;
	height: 102px;
	border-bottom: 1px solid #ffffff;
	float: right;
}
#leftcontent .promo-left .thumb, #leftcontent .promo-right .thumb {
	width: 55px;
	padding-top: 25px;
	padding-left: 20px;
	float: left;
}
#leftcontent .promo-left .thumb img, #leftcontent .promo-right .thumb img {
	border: 1px solid #ffffff;
}
#leftcontent .promo-left ul, #leftcontent .promo-left p {
	float: right;
	width: 130px;
	color: #ffffff;
	list-style: none;
	text-transform: uppercase;
}
#leftcontent .promo-left li {
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
}
#leftcontent .promo-left a, #leftcontent .promo-right a {
	color: #ffffff;
}
#leftcontent .promo-right ul {
	float: right;
	width: 135px;
	color #ffffff;
	list-style: none;
}
#leftcontent .promo-right li {
	padding-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
}
#rightcontent {
	background-color: #F2EFD8;
	width: 278px;
	float: right;
	border-left: 1px solid #ffffff;
}
#rightcontent .heading {
	background: url(/new/images/right-h1-bg.gif) repeat-x;
	width: 278px;
	height: 29px;
}
#rightcontent .heading h1 {
	text-align: center;
	font-weight: normal;
	line-height: 29px;
}
h1 {
	font-size: 18px;
	font-family: Arial;
}
h2 {
	font-size: 14px;
	font-family: Arial;
}
#top-right {
	background: #D2C880;
	padding: 10px;
	border-bottom: 1px solid #ffffff;
}
#quote-right {
	margin: auto;
	background: url(/new/images/quote-bg.gif) no-repeat;
	width: 245px;
	height: 95px;
	border: 3px solid #ffffff;
	text-align: center;
	color: #256889;
}
#quote-right a {
	color: #978524;
}
#quote-right h1 {
	font-size: 17px;
	font-family: Arial;
	text-align: center;
}
#quote-right form {
	margin: 10px 20px;
}
#quote-right select {
	width: 200px;
	border: 1px solid #000;
}
.featured {
	padding: 10px;	
}
#centercontent {
	background-color: #ffffff;
	padding: 10px;
}
#centercontent .wide {
	padding-top: 30px;
}
#centercontent .left {
	background-color: #ffffff;
	width: 120px;
	float: left;
	padding-top: 30px;
}
#centercontent .right {
	background-color: #ffffff;
	width: 360px;
	float: right;
	padding-top: 20px;
}
.clearFix {
	clear: both;
}
label {
	width: 150px;
	font-size: .9em;
	color: #333; 
	float: left;
	text-align: right;
	padding-right: .5em;
	text-transform: lowercase;
}

label u {
	font-style: normal;
	text-decoration: underline;
}

form .full {
	width: 200px;
}
form input, select, textarea {
	color: #000000;
	padding: 2px;
	border: 1px solid #999999;
	margin-bottom: 4px;
}
.score {
	width: 400px;
	border: none;
}
#footer {
	clear: both;
	padding: 20px;
	text-align: center;
}
