/* CSS Document */
body {
	background-color:#999999;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	line-height:1.3em;
}

div, img, form, object, embed, h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, li, table, tr, td, a {
	border-width: 0;
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}

div#container {
	width:766px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

/*---------- home header styles -----------*/
div#home_header {
	width:766px;
	height:93px;
	background-color:#ffffff;
	border-bottom:solid 1px #cccccc;
}

.home_logo {
	float:left;
	width:433px;
	height:93px;
	border:none;
}

.home_top_nav {
	float:right;
	width:322px;
	height:88px;
	background:url(../images/home_header_bg.gif) 0px 46px no-repeat;
	padding:5px 6px 0px 0px;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-align:right;
}

.home_top_nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12px;
}

.home_top_nav ul li {
	display:inline;
	padding:0px 2px 0px 0px;
}

.home_top_nav ul li a {
	color:#000;
	text-decoration:none;
}

.home_top_nav ul li a:link, .home_top_nav ul li a:visited {
	color:#000;
	text-decoration:none;
}

.home_top_nav ul li a:hover {
	color:#740000;
	text-decoration:none;
}

.top_nav_separator {
	padding:0px 0px 0px 5px;
}


/*---------- home flash container -----------*/
div#home_flash {
	width:766px;
	height:198px;
	border-bottom:solid 1px #ffffff;
	/*background:url(../images/home_placeholder_bg.jpg) 0px 0px no-repeat #ffffff;*/
}


/*---------- navigation -----------*/
div#home_navigation {
	width:766px;
	height:27px;
	background-color:#66718c;
}

.home_nav_buttons {
	width:574px;
	float:right;
	text-align:right;
}

.home_nav_buttons img {
	border:none;
}

/*---------- home content styles -----------*/
div#main_content {
    clear:both;
	width:766px;
	background-color:#ffffff;
}

div#left_home {
	float:left;
	width:188px;
	background:url(../images/home_left_bg.jpg) 100% 16px no-repeat;
	padding:21px 22px 10px 15px;
}

.search_home {
	width:178px;
	padding:0px 3px 13px 3px;
	border-bottom:dotted 1px #999999;
	text-align:center;
}

.search_box {
	width:133px;
	height:15px;
	padding:0px 0px 0px 5px;
	margin:0;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

.search_button {
	padding:0px 0px 0px 3px;
	/*padding:1px 0px 0px 3px;*/
	vertical-align:middle;
/*	_vertical-align:top;*/
	border-color:#b1b1b1;
}

.image_link_left {
	width:178px;
	padding:13px 3px 13px 3px;
	border-bottom:dotted 1px #999999;
	text-align:center;
}

.image_link_left img {
	border:solid 1px #b1b1b1;
}

.contact_container_left {
	width:178px;
	padding:13px 3px 13px 8px;
	/*_padding:13px 3px 13px 3px;*/
	text-align:center;
}

.contact_left {
	width:165px;
	border:solid 1px #b1b1b1;
}

.contact_left img {
	margin:0;
	border-bottom:solid 1px #b1b1b1;
}

.contact_left p {
	padding:13px 16px 16px 13px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:left;
}

.contact_left font {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
}

.contact_left a:link, .contact_left a:visited {
	color:#740000;
	text-decoration:underline;
}

.contact_left a:hover {
	color:#740000;
	text-decoration:underline;
}

div#right_home {
	width:465px;
	float:right;
	vertical-align:top;
	padding: 38px 50px 0px 0px !important;
	padding: 38px 50px 0px 0px;
	line-height:22px;
	font-size:12px;
}

div#right_home h1 {
	font:bold 14px Georgia, Times New Roman, Times, serif;
	margin-bottom:15px;
	color:#999999;
}

div#right_home h1 span {
	color:#740000;
}

div#right_home font {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666666;
}

div#right_home a.link {
	color:#740000;
	font-weight:bold;
	text-decoration:none;
}

/*---------- footer styles -----------*/
.footer {
	height:15px;
	padding: 5px 0px;
	text-align: center;
	background-color: #66718c;
}

.footer ul {
	list-style-type: none;
}

.footer li {
	display: inline;
}

.footer li a {
	text-decoration: none;
	color: #fff;
	padding: 0px 8px;
	font-weight:bold;
}

.footer li a:hover {
	text-decoration: underline;
	color: #fff;
	padding: 0px 8px;
	font-weight:bold;
}

.footer_nav {
clear:both;
	text-align: center;
	padding: 2px 0px;
	font-size:10px;
}

.footer_nav ul {
	list-style-type: none;
}

.footer_nav li {
	display: inline;
}

.footer_nav li a {
	padding: 0px 5px;
	color: #666666;
	text-decoration: none;
}

.footer_nav li a:hover {
	color:#740000;
	text-decoration: none;
}

.footer_nav p {
	font-size:9px;
	padding: 2px 0px;
	color: #999;
}

.footer_nav a {
	color: #999;
}

.footer_nav a:hover {
	color: #740000;
}

/*---------- clear floats -----------*/
.clear {
	clear: both; 
	height:0.5px;
}



