body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

#wrapper {
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	color: #333;
}

.clear-float {
	clear: both;
	zoom: 1;
	height: 0;
}

.top {
	margin-top: 0;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0;
}

a, a:visited, a:hover {
	color: #333;
}

.errorMessage {
	color: #FF0000;
}

.successMessage {
	color: #00AA00;
}


/************************/
/******** Header ********/
/************************/

#header {
	background-color: #FFFFFF;
	height: 100px;
	margin: 0 auto;
	width: 820px;
}

#logo {
	color: #00338E;
	float: left;
	font-family: Verdana,sans-serif;
	font-size: 32px;
	/*height: 35px;*/
	margin: 50px 0 0 20px;
	width: 560px;
}

#slogan {
	color: #333;
	font-size: 20px;
}

#contact {
	float: right;
	width: 180px;
	height: 20px;
	margin: 69px 20px 0 0;
	color: #333;
	text-align: right;
	font-size: 17px;
}


/********************************/
/******** Bottom of page ********/
/********************************/

#bottom-boxes {
	/*margin-bottom: 20px;*/
	margin: 0 auto 20px;
	width: 820px;
}

.bottom-box {
	float: left;
	margin-right: 25px;
}

.bottom-box-right {
	float: left;
}

.bottom-box-bottom {
	background: url(images/bottom-box-bottom-short1.jpg) no-repeat left top;
	height: 12px;
	width: 256px;
}

.bottom-box-heading, .bottom-box-contact-heading {
	background: url("images/bottom-box-heading-short.jpg") no-repeat scroll left top transparent;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	height: 22px;
	padding: 3px 10px 5px;
	width: 236px;
}

.bottom-box-content, .bottom-box-contact-content {
	background-color: #E5E5E5;
	padding: 15px 15px 2px;
	width: 226px;
}

.bottom-box-content ul {
	padding-left: 15px;
}

/*** Within latest news box ***/
.news-heading {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
	color: #00338E;
}

.news-item {
	margin-top: 3px;
}

/*** Within contact box ***/
.bottom-box-contact {
	width: 539px;
	margin-top: 10px;
	float: left;
}

.bottom-box-contact-content {
	width: 509px;
	padding: 15px;
}

.bottom-box-contact-heading {
	background: url("images/box-headings-long.jpg") no-repeat scroll left top transparent;
	width: 529px;
}

.bottom-box-contact-left, .bottom-box-contact-right {
	width: 226px;
	float: left;
}

.bottom-box-contact-left {
	margin-right: 10px;
}

.bottom-box-contact-bottom {
	background: url(images/bottom-box-bottom-long.jpg) no-repeat left top;
	height: 12px;
	width: 539px;
}

/* Content info on left */
.bottom-box-contact-left ul {
	height: 35px;
	list-style: none outside none;
	margin: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.bottom-box-contact-left .address {
	height: 90px;
	padding-bottom: 0;
}

.contact-heading {
	display: block;
	float: left;
	font-weight: bold;
	height: 18px;
	padding: 0;
	vertical-align: top;
	width: 100px;
}

.contact-info {
	display: block;
	float: left;
	height: 18px;
	padding: 0;
	width: 180px;
}

/* Content form on right */
.contact-form-input {
	margin-bottom: 10px;
}

#name-label, #telephone-label, #email-label, #comments-label {
	font-weight: bold;
}

#name-form, #telephone-form, #email-form, #comments-form {
	width: 250px;
}

#comments-form {
	height: 100px;
	width: 250px;
}


/************************/
/******** Footer ********/
/************************/

#footer {
	/*margin-top: 10px;*/
	margin: 0 auto;
	width: 820px;
}

#footer-right {
	float: right;
	width: 300px;
	padding-bottom: 20px;
	margin-top: 10px;
	text-align: right;
}

/*** FSA regulatory information ***/
.fsa {
	width: 820px;
	margin: 10px auto 0;
}

.fsa p {
	margin: 0;
}
