/* CSS Document */

BODY {
	background-color: #FCB040;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #3B2313;
}

#wrapper { 
	margin: 0 auto;
	width: 800px; 
	text-align:left;
}



P, TD, UL, OL {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

UL, Ol { line-height: 18px; }

TD.alignRight { text-align: right; }
TD.alignRightBottom { text-align: right; vertical-align: bottom; }
TD.alignCenter { text-align: center; }
TD.alignTop { vertical-align: top; }
TD.alignCenterTop { vertical-align: top; text-align: center; }
TD.alignBottom { vertical-align: bottom; }


/* Navigation */
TD.nav_nonHover {
	background-color: #3B2313;
	background-image: url(images/yellowring.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #FCB040;
	font-size: 15px;
	font-weight: bold;
	color: #FCB040;	
	vertical-align: bottom;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 38px;
	text-align: center;
}
TD.nav_Hover {
	background-color: #FCB040;
	background-image: url(images/brownring.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #FCB040;
	font-size: 15px;
	font-weight: bold;
	color: #3B2313;	
	vertical-align: bottom;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 38px;
	text-align: center;
}



/* Index Main Content */
TD.mainContent_ttl {
	background-image: url(images/cell_bg1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 10px;
	font-size: 17px;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 3px;
}
TD.mainContent_copy {
	background-image: url(images/cell_bg3.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 10px;
}

TD.divline01 {
	background-image: url(images/divline01.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

/* Newsletter */
TD.newsletter_bg {
	background-image: url(images/cell_bg4.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 6px;
	color: #3B2313;
	font-size: 13px;
}

/* News Box */
TD.news_ttl {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 15px;
	color: #FCB040;
	text-align: left;
}
TD.news_content {
	padding-left: 23px;
	padding-right: 5px;
	background-position: top left;
	background-repeat: repeat-y;
	color: #3B2313;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
TD.news_content2 {
	padding-left: 23px;
	padding-right: 5px;
	padding-bottom: 10px;
	color: #3B2313;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Info Boxes */
TD.info_div {
	background-image: url(images/divline02.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
TD.info_ttl {
	color: #3B2313;
	font-size: 18px;
	text-align: left;
	padding-top: 3px;
	padding-left: 6px;
}


/* Sub Page Content */
TD.sub_mainBg {
	background-image: url(images/cell_bg6.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 2px;
	padding-left: 3px;
	padding-bottom: 6px;
	color: #3B2313;
	font-size: 18px;
	line-height: 19px;
	vertical-align: top;
}
TD.subTitle_bg {
	background-image: url(images/cell_bg7.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-top: 3px;
}	
TD.subTitle {	
	color: #3B2313;
	font-size: 15px;
}
TD.subContent_bg {
	background-image: url(images/cell_bg7.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
TD.subContent_copy {
	padding: 10px;
	color: #3B2313;
}


/* Footer */
TD.footer {
	background-color: #FCB040;
	border-top: 0px solid #FFFFFF;
	color: #3B2313;
	font-size: 10px;
	text-align: center;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* Padding Styles */
TD.paddingTop_5px { padding-top: 5px; }
TD.paddingBottom_5px { padding-bottom: 5px; }
TD.paddingTop_100px { padding-top: 100px; }
	


/* Span styles */
SPAN.header1_20px { font-size: 20px; color: #2B8AA2; }
SPAN.header2_13px  { font-size: 13px; color: #818359; }




/* Form */
FORM {
	display: inline;
	margin: 0px;
}

INPUT.textField, SELECT, TEXTAREA {
	border: 1px solid #000000;
	color: #FCB040;
	font-size: 10px;
	padding: 3px;
}
INPUT.btn { 
	color: #FFFFFF; 
	font-size: 10px; 
	background-color: #FCB040; 
	border: 1px dotted #3B2313;
	text-align: center;
}


/* Link Styles */
A.navLink { text-decoration: none; }
A.navLink:link { color: #FCB040; }
A.navLink:active { color: #FCB040; }
A.navLink:visited { color: #FCB040; }
A.navLink:hover { color: #3B2313; }

A.btnLink { text-decoration: none; background-color: #3B2313; }
A.btnLink:link { color: #FCB040; }
A.btnLink:active { color: #FCB040; }
A.btnLink:visited { color: #FCB040; }
A.btnLink:hover { color: #3B2313; background-color: #FCB040; }

A.blackbgLink { text-decoration: none; background-color: #FCB040; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }
A.blackbgLink:link { color: #3B2313; }
A.blackbgLink:visited { color: #3B2313; }
A.blackbgLink:active { color: #3B2313; }
A.blackbgLink:hover { color: #FCB040; background-color: #3B2313; }