@charset "utf-8";
/* CSS Document 
GOLD #866a4b
RED #b10a05
5e595d
*/

body {
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#5e595d;
	background-color: #b10a05;
	text-align: center;
}

a:link {
		color: #5e595d;
		text-decoration: none;
	}
	 a:visited {
		text-decoration: none;
		color: #5e595d;
	}
	 a:hover {
		text-decoration: none;
		color: #b10a05;
	}
	 a:active {
		text-decoration: none;
		color: #b10a05;
	}

p {
	padding-left:5px;
	padding-right:30px;
}

#wrapper {
	margin-top:10px;
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

.colorBreakRed {
	clear:both;
	height:3px; width:900px;
	background-image:url(../images/spacer-page.jpg);
/*	margin-bottom: 5px;*/
}
.mainImageContainer {
	padding: 10px;
	border:#000 1px solid;

}
.pageHeaderRed, .blueback, .required {font-family:"Times New Roman", Times, serif; color:#b10a05; font-size:24px; padding-left:5px;}
.sectionHeaderRed {font-family:"Times New Roman", Times, serif; color:#b10a05; font-size:24px;}
.sectionHeaderGold {font-family:"Times New Roman", Times, serif; color:#866a4b; font-size:24px;}

/* home page */
#homepageBottom{background-image:url(../images/temp-bottom.jpg); height:136px; text-align:left; padding-top:5px;padding-left:35px;}

#homepageBottomL {	
	font-family:"Times New Roman", Times, serif; color:#5e595d; font-size:14px; padding-left:5px;
	width:285px;
	float:left;
	}
#homepageBottomM {	
	font-family:"Times New Roman", Times, serif; color:#5e595d; font-size:14px;
	width:280px;
	float:left;
	margin-left:10px;}
#homepageBottomR {
	font-family:"Times New Roman", Times, serif; color:#5e595d;  
	width:250px;
	float:right;
	margin-right:35px;}


/* sub pages */
#bodyContent {padding:10px 50px 10px 50px; text-align:left; background-image:url(../images/sub-tablebkgd.jpg); background-repeat:repeat-y;}
#aboutPicContainer {float:right;}
.aboutPics {padding-left:10px;}

#subheader{
	background-image:url(../images/sub-header.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	height:55px;
	padding-top:45px;
	width: 850px;
	padding-right: 50px;
}
#subfooter{background-image:url(../images/sub-footerbkgd.jpg); background-repeat:no-repeat; background-position: center top; height:74px;padding-top:25px;color: #fff;font-size:10px;}
	#subfooter a:link {
		color: #fff; font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	#subfooter a:visited {
		text-decoration: none;
		color: #fff;
	}
	#subfooter a:hover {
		text-decoration: none;
		color: #000;
	}
	#subfooter a:active {
		text-decoration: none;
		color: #000;
	}

/* global header */
#header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../images/temp-header.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	height:61px;
	padding-top:35px;
	width: 850px;
	padding-right: 50px;
}


#headerLinks {
	font-family:Arial, Helvetica, sans-serif; font-size:10px;
	float:right;
	margin-top:20px;
	/*margin-right: 40px;*/
	color: #866a4b;
	font-weight:bold;
	text-decoration: none;
}

	#headerLinks a:link {
		color: #866a4b;
		font-weight:bold;
		text-decoration: none;
	}
	#headerLinks a:visited {
		text-decoration: none;
		color: #866a4b;
	}
	#headerLinks a:hover {
		text-decoration: none;
		color: #000;
	}
	#headerLinks a:active {
		text-decoration: none;
		color: #000;
	}
	
	.headerPipe {color: #000;padding:0px 10px 0px 10px;}

/* gloabal footer */
#footer{background-image:url(../images/temp-footer.jpg); background-repeat:no-repeat; background-position: center top; height:74px;padding-top:25px; font-family:Arial, Helvetica, sans-serif; color: #fff; font-size:10px;}
	#footerLinks a:link {
		color: #fff; font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	#footerLinks a:visited {
		text-decoration: none;
		color: #fff;
	}
	#footerLinks a:hover {
		text-decoration: none;
		color: #000;
	}
	#footerLinks a:active {
		text-decoration: none;
		color: #000;
	}
	#copyrights{float:left; padding-left:50px; font-family:Arial, Helvetica, sans-serif; color: #fff; font-size:10px;}
		#copyrights a:link {
		color: #fff; font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	#copyrights a:visited {
		text-decoration: none;
		color: #fff;
	}
	#copyrights a:hover {
		text-decoration: none;
		color: #000;
	}
	#copyrights a:active {
		text-decoration: none;
		color: #000;
	}
	#credits{float:right; padding-right:50px; font-family:Arial, Helvetica, sans-serif; color: #fff; font-size:10px;}
	.footerPipe {color: #000;padding:0px 5px 0px 5px;}



/* forms*/



input, .formEntry {
	background-color:#ecedee;
		padding:5px;
	border:2px solid #b10a05;
	color:#000;
}
.submitButton {
	background-color:#b10a05;
	padding:5px;
	border:2px solid #000;
	font-weight:bold;
	color:#fff;
}


	.clickhere a:link {
		color: #b10a05; 
		text-decoration: none;
	}
	.clickhere a:visited {
		text-decoration: none;
		color: #b10a05;
	}
	.clickhere a:hover {
		text-decoration: none;
		color: #000;
	}
	.clickhere a:active {
		text-decoration: none;
		color: #b10a05;
	}