@charset "utf-8";

/***********************************
	GENERAL CSS RESET
***********************************/

ul {
	padding: 0px;
	margin: 0px;
}

li {
	padding: 0px;
	margin: 0px;
}

/***********************************
	GENERAL HTML TAG STYLES
***********************************/

body {
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/***********************************
	NON-AREA SPECIFIC STYLES
***********************************/

.bold {
	font-weight: bold;
}

.text_padding_bottom {
	line-height: 16px;
}


/***********************************
	SEO TEXT SPECIFIC STYLES
***********************************/

.seo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-top: 4px;
	text-align: right;
	display: block;
}
		.seo a {
		color: #999999;
		text-decoration: none;
	}
	
		.seo a:hover {
			color: #999999;
			text-decoration: underline;
		}


/***********************************
	HEADER SPECIFIC STYLES
***********************************/

.header {
	background-image: url(../images/head_mid.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

	.header .biglinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #66091b;
	}
	
		.biglinks a {
			color: #66091b;
			text-decoration: none;
		}
		
			.biglinks a:hover {
				color: #66091b;
				text-decoration: underline;
			}

/***********************************
	CONTENT SPECIFIC STYLES
***********************************/

.content {}

.content a {
	color: #000000;
	text-decoration: underline;
}

.content a:hover {
	color: #000000;
	text-decoration: none;
}

	.content ul {
		padding-left: 30px;
	}
	
		.content li {
			list-style-position: outside;
			list-style-type: decimal;
		}

.header_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}

	.header_white a {
		color: #333333;
		text-decoration: none;
	}
	
		.header_white a:hover {
			color: #333333;
			text-decoration: underline;
		}

.header_red_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #66091b;
}

	.header_red_large a {
		color: #66091b;
		text-decoration: underline;
	}
	
		.header_red_large a:hover {
			color: #66091b;
			text-decoration: none;
		}		

.header_white_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

	.header_white_large a {
		color: #ffffff;
		text-decoration: none;
	}
	
		.header_white_large a:hover {
			color: #ffffff;
			text-decoration: none;
		}

.header_white_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.header_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #66091b;
}

	.header_red a {
		color: #66091b;
		text-decoration: none;
	}
	
		.header_red a:hover {
			color: #66091b;
			text-decoration: underline;
		}
		
.header_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #8f8f8f;
	font-weight: bold;
}

	.header_grey a {
		color: #8f8f8f;
		text-decoration: none;
	}
	
		.header_grey a:hover {
			color: #8f8f8f;
			text-decoration: underline;
		}

/***********************************
	FORM SPECIFIC STYLES
***********************************/

fieldset {
	border: 0px solid #333333;
}

legend {}


/***********************************
	FOOTER SPECIFIC STYLES
***********************************/

.footer {
	background-image: url(../images/foot_mid.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}

	.footer a {
		color: #CCCCCC;
		text-decoration: underline;
	}
	
		.footer a:hover {
			color: #CCCCCC;
			text-decoration: none;
		}

/***********************************
	STICKY FOOTER STYLES
***********************************/

html, body {
	height: 100%; /* Used for CSS sticky footer - DO NOT REMOVE */
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -34px; /* the bottom margin is the negative value of the footer's height */
}

.footer_container, .push {
	height: 34px; /* .push must be the same height as .footer */
}
