@charset "utf-8";
/* CSS Document */
h1,h2,h3,h4,h5,h6,form {
margin:0px;
}

body {
width:100%;
text-align:center;
background:url(graphics/page_background.jpg) repeat;
color:#000000;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#outer_container {
position:absolute;
top:0px;
left:0px;
width:100%;
}
#container {
width:965px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}

#top_background {
position:absolute;
left:0px;
top:0px;
width:100%;
height:183px;
background:url(graphics/top_background.jpg) repeat-x;
}

#header {
	width:965px;
	height:159px;
	background: url(graphics/header_2.jpg)
}
#header_image {
width:960px;
height:160px;
background:url(graphics/header.jpg) no-repeat;
}
#header_top_line {
	width:955px;
	padding:12px 10px 0px 0px;
	height:15px;
	text-align: right;
	font-weight: bold;
}
#content_container {
width:965px;
background:url(graphics/content_background.png) repeat-y;
}
#footer {
width:965px;
background:url(graphics/footer_background.png);
height:28px;
margin-bottom:15px;
}
#nav {
width:959px;
margin-left:1px;
height:30px;
background:url(graphics/nav_button_background.jpg) repeat-x;
}
#nav a {
	float:left;
	display:block;
	height:26px;
	border-right:#FFFFFF 1px solid;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	background:url(graphics/nav_button_background.jpg) no-repeat center top;
}
#nav a:visited {}
#nav a:hover {
	color:#FF3300;
	text-decoration:none;
	background-position:center -30px;
}
#nav a:active {}
#content_pad {
padding:5px 15px 5px 10px;
}
.col_250_left {
	float:left;
	width:350px;
}
.col_690_right {
	float:right;
	width:585px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.big_red {color:#FF0000; font-size:16px;
}

.big_black {color:#000000; font-size:14px;
}

.big_blac_2 {color:#000000; font-size:16px;
}

.xbig_black_2 {
	color:#FF0000;
	font-size:18px;
}

.med {color:#000000; font-size:12px;
}

.dotted {
border-bottom:#CCCCCC 1px dotted;
height:1px;
}


a:link {color: #FF0000; text-decoration:none;}      /* unvisited link */
a:visited {color: #FF0000; text-decoration:none;}  /* visited link */
a:hover {color: #000000; text-decoration:none;}  /* mouse over link */
a:active {color: #FF0000; text-decoration:none;}  /* selected link */
