body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bg.gif) repeat-x top;
	margin: 0 auto;
	line-height: 17px;
	text-align: left;
	}

#sitedescription  {
	display: none;
}

.clear {
	clear: both;
}

p {
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}

hr {
	height: 1px;
	color: #999999;
	background-color: #999999;
	width: auto;
	border: 0;
}

.form_text {
	font-size: 11px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
}

h1 {
	font-size: 20px;
	color: #FF1600;
	padding: 5px 0 7px 0;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #404040;
	line-height: 18px;
}

h3 {
	font-size : 14px;
	color: #666;
	line-height: 16px;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF1600;
	text-decoration: none;
}

#page {
	margin: 0 auto;
}

#header {
	width: 971px;
	height: 208px;
	text-align: center;
	margin: 0 auto;
}

#anchor ul {
	height: 13px;
	width: 971px;
	padding-top: 14px;
	text-align: right;
	font-size: 11px;
	float: right;
	list-style: none;
}

#anchor li { 
	display: inline; 
	padding: 0px 0px 0px 10px; 
}

#main_nav ul {
	list-style: none;
	height: 35px;
	padding: 26px 0 12px 0;
	font-size: 13px;
}

#main_nav li {
	display: inline;
	text-align: center;
	padding: 0 1px;
}

#main_nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: #ed2923 url(images/menu_left.gif) no-repeat left top;
	padding: 10px 0 12px 20px;
	#padding: 0 0 12px 20px; /* ie7 fix */
}

#main_nav span {
	background: #ed2923 url(images/menu_right.gif) no-repeat right top;
	padding: 10px 20px 12px 0;
}

#main_nav a:link, #main_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#main_nav a:hover, #main_nav a.current {
	color: #ffff33;
	text-decoration: none;
}

#content {
	width: 871px;
	height: auto;
	padding: 15px 50px;
	background: url(images/content_bg.png) repeat-y;
	margin: 0 auto;
}

#content ul, #content li {
	list-style: inside;
	padding-left: 15px;
	line-height: 22px;
}

.content_top {
	width: 971px;
	height: 37px;
	background: url(images/content_top.png) no-repeat;
	margin: 0 auto;
}

.content_bottom {
	width: 971px;
	height: 35px;
	background: url(images/content_bottom.png) no-repeat;
	margin: 0 auto;
}

#video {
	float: right;
	padding: 0 0 10px 10px;
}

#footer {
	width: 971px;
	text-align: center;
	font-weight: normal;
	color: #333333;
	font-size: 11px;
	margin: 0 auto;
}

#footer ul { list-style: none;} 
#footer li { display: inline; padding: 0px 0px 0px 10px; }

.float_right {
	float: right;
}
