@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
}

body {
	background-color:#f4f4f4;
	background-image:url(/images/body_bg.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#656565;
}

h1 {
	font-weight:bold;
	font-size:20px;
	color:#7f1515;
	letter-spacing:-.8px;
	line-height:1.2;
	margin-top:0px;
	margin-bottom:7px;
	padding-top:0px;
}

h2 {
	font-weight:bold;
	font-size:15px;
	color:#666666;
	letter-spacing:-.8px;
	text-align:left;
	margin-bottom:10px;
}

#main_container {
	width:900px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-image:url(/images/header.png);
	background-repeat:no-repeat;
	height:160px;
	width:900px;
}

#navigation {
	background-image:url(/images/navigation_bar.png);
	background-repeat:no-repeat;
	width:900px;
	height:34px;
	margin:1px 0px 0px 0px;
	padding:0px;
}
#navigation li {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
}

#content {
	background-color:#fff;
	width:900px;
	position:relative;
	line-height:1.4;
	font-size:14px;
	letter-spacing:.5px;
}

#boxes {
	width:200px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	line-height:1.5;
	font-size:11px;
}
.box_top {
	width:242px;
	padding:0px;
	margin:0px;
}
.box_body {
	width:215px;
	padding:0px 15px 0px 15px;
	margin:0px;
	background-image:url(/images/box_body.png);
	background-repeat:repeat-y;
}
.box_body p {
	margin:0px;
	padding:0px;
}
.box_bottom {
	width:242px;
	height:28px;
	padding:0px;
	margin:0px;
	background-image:url(/images/box_bottom.png);
	background-repeat:no-repeat;
}

#page {
	width:595px;
	float:right;
	padding:0px 30px 20px 0px;
	margin-top:20px;
	text-align:justify;
}

#footer_content_container {
	width:100%;
	background-image:url(/images/footer_bg_side.png);
}
#footer_content {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 0px 45px 0px;
	background-image:url(/images/footer_bg_center.png);
}

.footer_column {
	float:left;
	margin-left:23px;
	width:268px;
	color:#fff;
}

#footer_closing_container {
	width:100%;
	background-color:#909294;
}
#footer_closing {
	color:#efefef;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#969699;
	text-align:center;
	position:relative;
	font-size:12px;
	padding:10px 0px 10px 0px;
}

/* Links */
a, a.visited {
	text-decoration:underline;
	color:#7f1515;
}
a:hover, a.visited:hover {
	text-decoration:none;
	color:#510c0c;
}
#footer_content a, #footer_content a.visited, #footer_closing_container a, #footer_closing_container a.visited {
	color:#ffffff;
}
#footer_content a.hover, #footer_content a.visited:hover, #footer_closing_container a.hover, #footer_closing_container a.visited:hover {
	color:#cccccc;
}

/* Misc items */
.clear {
	float:none;
	clear:both;
}

img {
	border:none;
}