@charset "UTF-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
	
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background: #F5F5F5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
#header {  
	width: 850px;
	height: auto;
	background: #321B13;
	background-image: url(images/header_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}

#header img {
	margin: 0;
	}

#mainContent {
	width: 850px;
	background: #F5F5F5;
	}
	
#column_a {
	width: 273px;
	height: 385px;
	background: #9C1C20;
	}

#column_b {
	width: 577px;
	}

#column_1 {
	width: 232px;
	height: 100%;
	height: 100% !important;
	background: #9C1C20;
	padding: 9px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 0px;
	}

#column_2 {
	width: 573px;
	height: 100%;
	padding-left: 12px;
	padding_right: 18px;
	}

#column_3 {
	width: 814px;
	margin: 0;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#footer {
	width: 832px;
	height: 30px;
	background:#321B13;
	padding-top: 5px;
	padding-left: 18px;
	}

/*---Classes---*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 7px;
	}

/*---Fonts---*/

p {
	font-size: 14px;
	margin-top: 9px;
	margin-bottom: 9px;
	}

h3 {
	color: #321B13;
	margin-top: 10px;
	margin-bottom: 0px;
	}

h4 {
	font-size: 16px;
	color: #9C1C20;
	margin-top: 10px;
	margin-bottom: 0px;
	}

h5 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.footer {
	color: #CCD940;
	font-size: 9px;
	margin-top: 0px;
	}

#column_1 p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
#column_3 p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#footer a:link {
	text-decoration: none;
	color: #CCD940;
	}
	
#footer a:visited {
	text-decoration: none;
	color: #CCD940;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #0066FF;
	}
	
#footer a:active {
	text-decoration: none;
	color: #0066FF;
	}
.sub_headline {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
padding-top:5px;
padding-left:5px;
height:30px;
}
.read_more {
font-size:11px;
text-decoration:none;
color:#999900;
}
.read_more:hover{
font-size:12px;
text-decoration:none;
color:#BB2012;
}
.padding {
padding-left:5px;
padding-right:5px;
}
