/*
  ******   GENERAL STYLES   ******
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #665E56;
	background: url(bg.gif) repeat-x top #F1EEEB;
	margin: 0;
	padding: 0;
	}

a:link {
	color: #665E56;
	text-decoration:none;
	}

a:visited {
	color: #665E56;
	text-decoration:none;
	}

a:hover {
	color:#EA6A00;
/* 	color: #FBA73D; */
	text-decoration:underline;
	}

.autoLink {
	color:#f00;
	}

.bottom_links, .bottom_links a, .bottom_links a:hover, .bottom_links a.seo_link {
	color: #F1EEEB;
	display: none;
	}
	

/* --------------------------------------------------------------------
                   ******   CONTAINERS   ******
   ------------------------------------------------------------------*/

#container {
	width: 620px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	}

#inner {
	background: url(content_bg.gif) repeat-y left;
	border-bottom: 1px solid #c0c0c0;
	float: left;
	position: relative; 
	}

#header {
	height:72px;
	width: 942px;
	background: url(header_bg.gif) no-repeat top left;
	display: none;
	}
	
#header_print {
	height:72px;
	}

#leftbar {
	display:none;
	width: 197px;
	float: left;
	position: relative;
	background: url(left_bg.gif) no-repeat top left;
	}
	
#main {
	float: left;
	position: relative;
	padding: 0px;
	background: url(main_bg.gif) no-repeat top left;
	}

#breadcrumb {
	border-bottom: 1px dotted #E5DFDA;
	margin-right: 20px;
	padding-top: 1px;
	padding-bottom: 5px;
	font-size: 10px;
	display: none;
	}

#content {
	width: 430px;
	float: left;
	position: relative;
	margin-right: 10px;
	}

#rightbar {
	width: 175px;
	float: left;
	position: relative;
	}
	
#footer {
	clear: both;
	width: 942px;
/* 	height: auto; */
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-size: 10px;
	padding-top: 10px;
	display: none;
	}
	
#footer_print {
	clear: both;
	width: 620px;
/* 	height: auto; */
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-size: 10px;
	padding-top: 10px;
	}


/* --------------------------------------------------------------------
                   ******   LEFT BAR   ******
   ------------------------------------------------------------------*/	

ul#vnavmenu {
	margin: 40px 0px 0px 0px;
	border: 0 none;
	padding: 0;
	width: 197px;
	list-style: none;
}

ul#vnavmenu li {
	width: 197px;
	display: block !important;
	display: inline;
}

ul#vnavmenu li.divider {
	margin-left: 15px;
	margin-bottom: -2px;
	margin-top: -1px;
	width: 152px;
	height: 1px;
	border-top: 1px dotted #E5DFDA;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

ul#vnavmenu a,
ul#vnavmenu a.inactive {
 	width: 197px;
	_width: 167px;
	padding: 8px 15px;
	display: block;
	color: #998D81;
	font-size: 14px;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

ul#vnavmenu a:hover,
ul#vnavmenu a.active {
	color: #665E56;
	background: url(left_nav_active.gif) no-repeat left;
}

/* --------------------------------------------------------------------
                   ******   RIGHT BAR   ******
   ------------------------------------------------------------------*/	

.side_box {
	margin: 0px 0px 20px 0px;
	padding: 5px;
	border: 1px solid #E5DFDA;
	display: block;
	clear: both;
	text-align: center;
	}

ul.side_links {
	padding: 0;
	margin: 0;
	}

ul.side_links li {
	list-style: none;
	text-align: left;
	padding: 0;
	margin-bottom: 1px;	
	background-color: #F1EEEB;
	padding: 2px 5px;
	font-size: 11px;
	color: #665E56;
	line-height: 16px;
	width: 153px;
/* 	_width: 213px; */
	}

ul.side_links li.heading, ul.side_links li.heading_promo {
	background: url(side_link_heading_bg.gif) repeat-x top #E3DDD7;
	border: 1px solid #E5DFDA;
	padding: 1px 5px;
	font-size: 12px;
	color: #665E56;
	line-height: 16px;
	width: 151px;
/* 	_width: 163px; */
	}

ul.side_links li.heading_promo {
	background: url(side_link_heading_promo_bg.gif) repeat-x top #FBA73D;
	border: 1px solid #EEC29E;
	color: #8B4D10;
	}

ul.side_links li a {
	display: block;
	text-decoration: underline;
	color: #665E56;
	width: 153px;
/* 	_width: 213px; */
	line-height: 16px;
	padding: 2px 5px;
	margin: -2px -5px;
	}

ul.side_links li a.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: auto;
	}

ul.side_links li a:hover, ul.side_links li a.inline:hover {
	background-color: #FBA73D;
	color: #fff;
	text-decoration: none;
	}



/* --------------------------------------------------------------------
                   ******   TABLES   ******
   ------------------------------------------------------------------*/	

.data_table {
	width: 418px;
	font-size: 11px;
	text-align: left;
	background: #F1EEEB;
}

.data_table th {
	background: #E3DDD7;
/* 	color: #FFF; */
	vertical-align: top;
	}

.data_table td, .data_table th {
	padding: 7px 5px;
	margin: 1px;
	border-bottom: 1px solid #fff;
	}

.data_table td.right, .data_table th.right {
	text-align: right;
	}

.data_table tr.shade td {
	background-color:#F7F6F5;
	}

.data_table td.hilite {
	background-color: #ed1b2d;
	}

.contact_table {
	font-size: 11px;
	padding: 5px;
	margin: 0;
	}
	
.contact_table td {
	font-size: 11px;
	padding: 2px 0px;
	_padding: 2px 5px;
	margin: 0;
	}
	
.contact_table input, .contact_table select, .contact_table textarea {
	font-size: 11px;
	margin-left: 10px;
	border: 1px solid #ccc;
	}

.contactForm {
	display:none;
	padding: 0;
	margin: 0;
	}	
	
/* --------------------------------------------------------------------
                   ******   SEARCH RESULTS   ******
   ------------------------------------------------------------------*/	


.result_item {
	width: 615px;
/* 	_width: 725px; */
	float: left;
	clear: left;
	margin-bottom: 30px;
/* 	border: 1px solid; */
	font-size: 11px;
	}

.result_border {
	float: left;
	border: 1px solid #E5DFDA;
	padding: 5px;
	background: #fff;
	width: 130px;
	height: 98px;
	margin: 0 15px 0px 0;
	}

.result_image {
	float: left;
	width: 130px;
	height: 98px;
	overflow: hidden;
	}
	
.result_image img {
	float: left;
	height: 98px;
	}
	
.result_body {
	height: 89px;
	_height: 90px;
	display: block;
	}
	
.result_footer {
	width: 450px;
/* 	_width: 565px; */
	height: 20px;
	float: left;
	border-bottom: 1px solid #E5DFDA;
	}
	
.result_body strong, .result_footer strong {
	font-size: 10px;
	}

.result_item a {
	width: 615px;
/* 	_width: 725px; */
	float: left;
	display: block;
	cursor: hand;
	z-index: 999;
	}

.result_item a:hover {
	text-decoration: none;
	}

.result_item h4 {
	font-size:13px;
	font-weight: bold;
	padding: 3px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.result_item p {
	padding: 0 0px;
	margin: 5px 0px;
	line-height: 120%;
	}

.result_item img {
	border: none;
	}

.result_nav {
	background: url(h3_bg.gif) repeat-x top #E3DDD7;
	border: 1px solid #E5DFDA;
	padding: 5px 0;
	_padding: 2px 0 4px 0;
	margin: 0px 20px 10px 0px;
	clear: both;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	}
	
.result_nav a {
	text-decoration: none;
	}

.result_nav a:hover {
	text-decoration: underline;
	}

.result_nav #prev,.result_nav #next {
	font-weight: bold;
	padding: 0px 10px;
	margin: 0px;
	float: left;
	}
	
.result_nav #next {
	float: right;
	}
	

/* --------------------------------------------------------------------
                   ******   CONTENT STYLES   ******
   ------------------------------------------------------------------*/	

h1 {
	font-size:26px;
	font-weight: normal;
	color: #EA6A00;
	}

h2 {
	font-size:20px;
	font-weight: normal;
	padding-left: 10px;
	color: #EA6A00;
	}

h3 {
	font-size:14px;
	font-weight: normal;
	color: #665E56;
	background: url(h3_bg.gif) repeat-x top #E3DDD7;
	border: 1px solid #E5DFDA;
	padding: 3px 10px;
	margin-top: 20px;
	}

h3.promo {
	color: #8B4D10;
	background: url(h3_promo_bg.gif) repeat-x top #FBA73D;
	border: 1px solid #EEC29E;
	}

h3.box_header {
	margin-bottom: 0;
	}
	
h3.box_header_promo {
	color: #8B4D10;
	background: url(h3_promo_bg.gif) repeat-x top #FBA73D;
	border: 1px solid #EEC29E;
	margin-bottom: 0;
	}

p {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
	}

p.quote {
	width: 156px;
	font-size: 11px;
	font-style: italic;
	line-height: 150%;
	color: #999;
	text-align: right;
	margin: 0px 0px 0px 15px;
	padding: 30px 0;
	}
	
ul.wide {
	margin: 0px 0px 10px 15px;
	padding: 0px 10px;
	clear: left;
	}

ul.wide li {
	padding: 3px 0;
	line-height: 120%;
	}

ul.features {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	float: left;
	position: relative;
	clear: left;
	width: 430px;
	}

ul.features li {
	padding: 0px 0 10px 10px;
	margin-right: 10px;
	line-height: 120%;
	font-weight:bold;
	list-style-type: none;
	float: left;
	position: relative;
	width: 110px;
	_width: 115px;
/* 	border: 1px solid; */
	}

ul.features_sub {
	font-weight:normal;
	padding: 0;
	margin: 0;
	margin-left: 3px;
	font-size: 11px;
	}

ul.features_sub li {
	font-weight:normal;
	padding: 0;
	margin: 0;
	border-top: none;
	padding: 3px 10px;
	width: 90px;
	_width: 110px;
	border: 1px solid #E5DFDA;
	border-top: none;
	border-right: none;
	}

#main .divider {
	margin: 20px 0;
	height: 0px;
	border-top: 1px solid #E5DFDA;
	font-size: 0px;
	line-height: 0px;
	}

.main_image {
	border: 1px solid #E5DFDA;
	padding: 5px;
	background: #fff;
	overflow-x: hidden;
	}

.small_image {
	float: left;
	border: 1px solid #E5DFDA;
	padding: 5px;
	background: #fff;
	width: 50px;
	margin: 0 10px 20px 0;
	}

.box, .box_full {
	padding: 5px 5px 4px 5px;
	border: 1px solid #E5DFDA;
	border-top: none;
	background: #fff;
	}

.box_full {
	border: 1px solid #E5DFDA;
	}


