/* GENERAL */
body {
	margin: 0;
	background: url(../images/bg.gif) repeat-x;
	background-color: #FFF;
	text-align: center;
	min-width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	}
img {
	border: none;
	}
h1{
	font-size: 28px;
	color: #660000;
	line-height: 26px;
	}
h2 {
	font-size: 24px;
	color: #996a43;
	}
h3 {
	color: #000;
	margin: 0;
	padding:0;
	font-size: 18px;
	}
h4 {
	color: #634c2c;
	}
p {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	}

/* CLASSES */
.clear {
	clear: both;
	}
.marginLeft {
	margin-left:10px;
	}
.smallText {
	font-size: 10px;
	}
.imgBorder {
	border: 5px solid #FFF;
	margin-bottom: 10px;
	}
.imgBorderLeft {
	float: left;
	margin-right: 10px;
	}
.imgBorderRight {
	float: right;
	margin-left: 10px;
	}
.headlineSmallText {
	font-size: 15px;
	color: #653f1f;
	font-style: italic;
	}
	
/* HEADER*/ 
#header {
	width:960px; 
	height:230px; 
	margin:0 auto; 
	text-align: left;
	position: relative;
	}
.headerLinks {
	right: 0px;
	top: 15px;
	padding-right: 26px;
	font-size: 12px;
	font-weight: bold;
	color:#666;
	width: 240px;
	text-align: center;
	position: absolute;
	}
.branding {
	position: absolute; 
	top: 23px;
	left: 0px;
	margin-left: -20px;
	}
.headerLinks a {
	font-weight: bold;
	color:#666;
	text-decoration: none;
	}
.headerLinks a:hover {
	color: #660000;
	text-decoration: underline;
	}
	
/* HEADER BAR */
#headerbar {
	width: 960px; 
	height: 95px; 
	margin: 0 auto; 
	text-align: center; 
	background: url(../images/header-bar.jpg) top left no-repeat;
	}
.headerbarItem {
	width: 215px;
	float:left;
	padding: 10px;
	height: 73px;
	}
.headerbarImage {
	float: left;
	margin-right: 10px;
	}
.headerbarLink {
	padding-top: 18px;
	text-align: left;
	}
.headerbarLinkDouble { /* Less Top Margin to Center Two Link Lines */
	padding-top: 10px !important;
	}
.headerbarLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	}
.headerbarLink a:hover {
	text-decoration: underline;
	}
	
/* FAQ */
.faq {
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 0;
	}
.faq li {
	padding: 4px 0;
	}
.faq a {
	font-size: 14px;
	}

/* FORMS */
.download {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	}
.download li {
	background: url(../images/pdf-icon.jpg) no-repeat 0 50%;
	padding-left: 30px;
	margin-bottom: 10px;
	}

/* CONTENT */
#content {
	width: 960px; 
	margin:0 auto; 
	background: url(../images/content-background-repeat.gif) top left repeat-y;
	padding-bottom:15px;
	}
#contentInfo {
	background: url(../images/content-background-top.gif) top left no-repeat;
	min-height: 374px;
	width: 960px;
	}

/* CONTENT EXTERNAL */	
.contentExternal {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
.contentExternal h1, h2, h3, h4, p, a, tr, td {
	margin-top: 0;
	padding-top: 0;
	}
.contentExternal a {
	color: #ae0404;
	text-decoration: none;
	font-weight: bold;
	}
.contentExternal a:hover {
	color: #660000;
	text-decoration: underline;
	}

/* MAINMENU */
.leftNav {
	width: 230px; 
	margin-left: 11px; 
	float: left;
	}
.mainmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}
.mainmenu a {
	display: block;
	width: 230px;
	height: 42px;
	line-height: 40px;
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	background: #e0dbd4 url(../images/nav-link.gif) top left no-repeat;
	text-indent: 25px;
	text-decoration: none;
	}
.mainmenu a:hover {
	background: #510000 url(../images/nav-over.gif) top left no-repeat;
	color: #FFF;
	}

/* PAGE CONTENT */
.pageContent {
	float: right; 
	width: 680px; 
	margin-right: 25px; 
	text-align:left;
	}
.pageContent a {
	color: #ae0404;
	text-decoration: none;
	font-weight: bold;
	}
.pageContent a:hover {
	color: #660000;
	text-decoration: underline;
	}

	
/* FOOTER */	
#footer {
	background: url(../images/footer-bar.jpg) top left no-repeat;
	width: 960px;
	min-height: 108px;
	margin: 0 auto;
	text-align: center;
	}
.footerItem {
	width: 215px;
	float:left;
	padding: 10px;
	}
.footerbarInfo {
	padding-top: 10px;
	text-align: left;
	color: #FFF;
	font-size: 12px;
	}
.footerbarInfo a {
	color: #FFF;
	text-decoration: underline;
	}
.footerbarInfo a:hover {
	color: #660000;
	text-decoration: none;
	}
.footerTitle {
	font-size: 16px;
	color: #660000;
	font-weight: bold;
	}
.footerImage {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	}
.footerClear {
	clear: both;
	margin: 0;
	padding: 0;
	}
.footerText {
	width: 45%; 
	float: left; 
	text-align: left; 
	font-size: 11px;
	line-height: 14px;
	color: #999;
	margin-left: 10px;
	}
.footerText a {
	color: #660000;
	}
.footerText a:hover {
	color: #ae0404;
	text-decoration: none;
	}
.footerAffiliates {
	width: 45%;
	float: right;
	text-align: right;
	margin-right: 10px;
	}
.affilImg {
	padding-right: 10px;
	}
	
/* CONTACT FORM */
.contactStatement {
	color: #660000;
	font-size: 16px;
	font-weight: bold;
	}
.addressBold {
	font-weight: bold;
	color: #000;
	}
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	/*width: 350px;*/
}
.contactContainerColor {
	background-color: #fcf8f4;
}
.contactCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
	font-weight: bold;
}
.copyHighlight {
	color: #CC0000;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #cccccc;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #8f2021;
	color : #ffffff;
	font-weight: bold;
} 
input.required, textarea.required {
	border: 1px solid #CC0000;
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}

/* HOME PAGE */
homeContent {
	float: left;
	width: 460px;
	}
.homeAds {
	float: right;
	width: 205px;
	margin-left: 20px;
	}

/* RATES TABLE */
.rates {
	background: #FFF;
	border: none;
	text-align: center;
	}
.rates td {
	border-bottom: 1px solid #CCC;
	padding: 2px;
	width: 125px;
	}
.ratesHeader {
	background: url(../images/table-header.gif) top left repeat-x;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	}
.ratesHeader td {
	border-bottom: none;
	padding: 0 5px;
	}

