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


/* global
---------------------------------------------*/

html {overflow-y: scroll;}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
}

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -5em;
	margin-left: auto;
}

.clear {
	clear: both;
	height: 0px;
}


/* links / headings
---------------------------------------------*/

a:link {
	color: #07468A;
}
a:visited {
	color: #07468A;
}
a:hover {
	color: #710017;
}
a:active {
	color: #07468A;
}

h1 {
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	color: #003399;
	font-weight:norml;
	margin-top:10px;
}

h2 {
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	color: #CC0000;
	font-weight:norml;
	margin-top:15px;
}

h3 {
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	color: #000066;
	font-weight:norml;
	margin-top:15px;
}

h4 {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	color: #660000;
	font-weight:norml;
	margin-top:15px;
}

.line{
	width:auto;
	height:1px;
	background-color:#333333;
	margin: 25px 0;
}
	

/* header
---------------------------------------------*/

#header {
	min-width:1000px;
	height:110px;
	margin:0;
	padding:0px;
	background-image:url(images/header_bkg.jpg);
	background-repeat:repeat-x;
}

.head_contain {
	height:auto;
	width:1000px;
}

.head_img {
	float:left;
	height:auto;
	margin:0;
	padding-top:5px;
	padding-left:15px;
}

.head_info {
	float:left;
	height:auto;
	margin:0;
	padding-top:10px;
	padding-left:25px;
	text-align:right;
	color:#FFFFFF;
	font-size:22px;
	line-height:28px;
}

#header a{
	color:#FFFFFF;
	font-size:18px;
}

#header a:hover{
	color: #CC0000;
	font-size:18px;
}


/* menu
---------------------------------------------*/

#menu {
	min-width:1000px;
	height:40px;
	margin:0;
	background-image:url(images/menu_bkg.jpg);
	background-repeat:repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#menu ul {
	float:left;
	width:915px;
	margin: 0;
	padding: 0;
	list-style:none;
}

#menu li {
	width:auto;
	margin-left:20px;
	margin-right:20px;
	float:left;
}

#menu a {
	display: block;
	color: #FFFFFF;
	text-align:center;
	padding-top:13px;
	padding-bottom:0px;
	text-decoration: none;
}

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

#rec_menu {
	width:665px;
	height:auto;
}

#rec_menu .img {
	width:150px;
	height:auto;
	font-size:12px;
	text-align:center;
	float:left;
	margin-right:10px;
}


/* body
---------------------------------------------*/

#content {
	width:980px;
	min-height:333px;
	margin:0px;
	padding:10px;
	background-image:url(images/content_bkg.jpg);
	background-repeat:no-repeat;
	color:#333333;
}

#left_bar {
	float:left;
	width:180px;
	min-height:580px;
	background-image:url(images/left_bar_bkg.jpg);
	background-repeat:no-repeat;
	padding:20px 10px;
	text-align:center;
}

#left_bar p{
	margin-top:90px;
	font-style:italic;
}

#flash_menu{
	width:645px;
	height:15px;
	background-image: url(images/sub_menu_bkg.png);
	background-repeat:repeat;
	font-size:16px;
	padding:10px;
}

#flash_header {
	float:left;
	width:665px;
	min-height:200px;
	margin-left:20px;
	margin-bottom:10px;
}

#flash_menu a{
	color:#fff;
	text-decoration:none;
	margin:0 10px;
}

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

#main_text {
	float:left;
	width:665px;
	height:auto;
	margin-left:20px;
	margin-bottom:25px;
	padding:0;
	font-size:16px;
	line-height:20px;
}

#main_text p {
	margin-top:15px
}

#main_text li {
	margin-top:5px
}


.tally_li {
	float:left;
	width:332px;
}


/* footer
---------------------------------------------*/

.footer, .push {
	height: 5em;
}

.footer{
	min-width:1000px;
	height:80px;
	background-image:url(images/footer_bkg.jpg);
	background-repeat:repeat-x;
	width:auto;
}

.footer_text{
	height:auto;
	width:885px;
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
	padding:10px 0 0 10px;
}

.text_left{
	float:left;
	width:auto;
}

.text_right{
	float:right;
	width:auto;
	text-align:right;
}

.footer a{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover{
	color:#CC0000;
	text-decoration:none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-style: italic;
}
.leftnav_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
