@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/images/bg.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #2d2d2d;
	line-height: 1.4em;
}

a:link {
	color: #b1262e;
	text-decoration: underline;
}

a:visited {
	color: #66C;
	text-decoration: underline;
}

a:hover {
	color: #b1262e;
	text-decoration: none;
}

#content_right a:link {
	color: #ffffff;
	text-decoration: underline;
}

#content_right a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#content_right a:hover {
	color: #ffffff;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

#header {
	width: 1024px;
	height: 349px;
	float: left;
	padding: 0px;
	border: 0px;
	background-image: url(/images/home_header.jpg);
	background-repeat: no-repeat;
}

#nav {
	float: left;
	height: 40px;
	width: 1024px;
	border: 0px;
}

#content {
	width: 1024px;
	float: left;
	padding-top: 30px;
}

#content_left {
	width: 212px;
	float: left;
	padding-left: 20px;
}

#content_middle {
	width: 420px;
	float: left;
	padding: 0px;
	padding-left: 35px;
	padding-right: 30px;
}

#content_right {
	width: 256px;
	float: right;
	padding-right: 20px;
}

.redbox {
	background-image: url(/images/red_gradient.jpg);
	background-color: #84171a;
	width: 256px;
	height: 164px;
	background-repeat: no-repeat;
	border: 2px solid #b5b5b5;
	float: left;
	margin-bottom: 20px;
}

.redtext {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	width: 230px;
	float: left;
}

#contentWide {
	width: 1024px;
	float: left;
	padding-bottom: 25px;
}

#columnLeft {
	width: 500px;
	float: left;
	margin-right: 24px;
	border: 0px;
	line-height: 2.3em;
}

#columnRight {
	width: 500px;
	float: right;
	border: 0px;
	line-height: 2.3em;
}

#footer {
	float: left;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 1024px;
	text-align: center;
	font-size: 10px;
	color: #666666;
	padding-top: 20px;
}

#footer a:link {
	color: #666666;
	text-decoration: underline;
}

#footer a:visited {
	color: #999999;
	text-decoration: underline;
}

#footer a:hover {
	color: #666666;
	text-decoration: none;
}

#subnav {
	width: 210px;
	float: left;
	font-size: 12px;
	line-height: 2.2em;
	border: 1px solid #CCCCCC;
	padding: 20px;
}

#wideRightCol {
	width: 732px;
	float: right;
	margin-left: 40px;
}

	
	
