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


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #26231C;
	background: url(bg.gif) repeat-x top #2C2921;
	margin: 0;
	padding: 0;
	}

a:link {
	color: #26231C;
	text-decoration:none;
	}

a:visited {
	color: #26231C;
	text-decoration:none;
	}

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

.autoLink {
	color:#f00;
	}

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

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

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

#outer {
	background: url(content_bg.gif) repeat-y left;
	float: left;
	position: relative; 
	}

#inner {
	background: url(outer_bg.gif) no-repeat top left;
	float: left;
	position: relative;
	}

#header {
	height:78px;
	width: 950px;
	background: url(header_bg.jpg) no-repeat top left;
	}

#header_print {
	height:100px;
	display: none;
	}

#leftbar {
	width: 186px;
	float: left;
	position: relative;
	left: 5px;
	background: url(left_bg.gif) repeat-x top left;
	color: #F8F4EB;
	}
	
#main {
	width: 734px;
	float: left;
	position: relative;
	left: 5px;
	padding-left: 20px;
	background: url(main_bg.gif) repeat-x top left;
	}

#breadcrumb {
	border-bottom: 1px solid #DCD7CD;
	margin-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	}

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

#rightbar {
	width: 225px;
	float: left;
	position: relative;
	}
	
#footer {
	clear: both;
	width: 930px;
/* 	height: auto; */
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	background: url(footer_bg.gif) no-repeat top left;
	color: #887F6A;
	}

#footer a {
	color: #887F6A;
	}

#footer_print {
	clear: both;
	width: 745px;
/* 	height: auto; */
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-size: 10px;
	padding-top: 10px;
	display: none;
	}


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

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

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

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

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

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

ul#vnavsubmenu {
	margin: 0px 0px 0px 0px;
	border: 0 none;
	padding: 0;
	width: 186px;
	list-style: none;
	}

ul#vnavsubmenu li {
	width: 186px;
	display: block !important;
	display: inline;
	border-bottom: 1px solid #B8B09D;
	background: #C72A2A;
	}

ul#vnavsubmenu a,
ul#vnavsubmenu a.inactive {
	width: 142px;
/* 	_width: 186px; */
	padding: 4px 22px;
	display: block;
	color: #F7F4EB;
	font-size: 12px;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

ul#vnavsubmenu a:hover,
ul#vnavsubmenu a.active {
	color: #fff;
	background: #7C0404;
	}

#leftbar h3 {
	height: 16px;
	font-size:14px;
	font-weight: normal;
	color: #F7F4EB;
	background: url(left_nav_heading.gif) no-repeat left top;
	padding: 8px 22px;
	margin: 0;
	margin-top: 20px;
	border: none;
	}


#quickSearchForm {
/* 	width:150px; */
	padding: 1px 16px 6px 16px;
	margin: 0px;
	border-bottom: 1px solid #898476;
	font-size: 11px;
	background: #514B3D;
	}

#quickSearchForm p {
	font-weight: normal;
/* 	color:#8B4D10; */
	margin:0;
	padding: 5px 0 0px 0;
	}

#quickSearchForm form {
	margin:5px;
	font-size: 11px;
	}

#quickSearchForm select, #quickSearchForm input {
	font-size: 11px;
	}
	
#quickSearchForm select {
	width:135px;
/* 	border: none; */
	}

#quickSearchForm input {
	width:130px;
/* 	border: none; */
	}

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

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

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: #403926;
	line-height: 16px;
	width: 203px;
/* 	_width: 213px; */
	}

ul.side_links li.heading, ul.side_links li.heading_promo {
	background: url(side_link_heading_bg.gif) repeat-x top #C3BCAB;
/* 	border: 1px solid #CDC3C2; */
	padding: 1px 5px;
	font-size: 12px;
	color: #403926;
	line-height: 16px;
	width: 203px;
/* 	_width: 213px; */
	}

ul.side_links li.heading_promo {
	background: url(side_link_heading_promo_bg.gif) repeat-x top #C72A2A;
/* 	border: 1px solid #EEC29E; */
	color: #fff;
	}

ul.side_links li a {
	display: block;
	text-decoration: underline;
	color: #403926;
	width: 203px;
/* 	_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: #C72A2A;
	color: #fff;
	text-decoration: none;
	}



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

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

.data_table_promo {
	width: 468px;
	font-size: 11px;
	text-align: left;
	background: #FFCFCF;
	color: #600;
}

.data_table th {
	background: url(h3_bg.gif) repeat-x top #C3BCAB;
	vertical-align: top;
	font-size: 11px;
	}

.data_table_promo th {
	background: url(h3_promo_bg.gif) repeat-x top left #C72A2A;
	color: #fff;
	}

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

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

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

.data_table_promo tr.shade td {
	background-color:#FFDBDB;
	}

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

#best_deals {
	width: 468px;
	float: left;
	font-size: 11px;
	text-align: left;
	background: #FFCFCF;
	color: #600;
}

#best_deals_header {
/* 	width: 468px; */
	float: left;
	background: url(h3_promo_bg.gif) repeat-x top left #C72A2A;
	color: #fff;
	padding: 5px 5px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	}
	
#best_deals a {
	float:left;
	position:relative;
	display:block;
	padding: 5px 5px;
	color: #600;
	border-bottom: 1px solid #fff;
	cursor: hand;
	}

#best_deals a.shade {
	background-color:#FFDBDB;
	}

#best_deals a:hover {
	background: #C72A2A;
	color: #fff;
	text-decoration: none;
	}

#best_deals span {
	float: left;
	position: relative;
	display: block;
	margin-right: 5px;
	}

.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 {
	padding: 0;
	margin: 0;
	}	
.checkbox {
	border:0;
	}

/* --------------------------------------------------------------------
                   ******   SEARCH RESULTS   ******
   ------------------------------------------------------------------*/	

.spinner
{
	background: transparent url(spinner.gif) no-repeat 270px 0px;
}

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

.result_border {
	float: left;
	border: 1px solid #CDC3C2;
	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: 550px;
/* 	_width: 565px; */
	height: 20px;
	float: left;
	border-bottom: 1px solid #CDC3C2;
	}
	
.result_body strong, .result_footer strong {
	font-size: 10px;
	}

.result_item a {
	width: 715px;
/* 	_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 {
	width: 710px; 
	background: url(h3_bg.gif) repeat-x top #E3DDD7;
	border: 1px solid #CDC3C2;
	padding: 5px 0;
	_padding: 2px 0 4px 0;
	margin: 0 0 10px 0;
	clear: both;
	text-align: center;
	font-size: 11px;
	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:28px;
	font-weight: normal;
	color: #900;
	}

h2 {
	font-size:22px;
	font-weight: normal;
	padding-left: 10px;
	color: #900;
	}
	
h2.reverse {
	font-size:20px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	background: url(h3_promo_bg.gif) repeat-x top left #C72A2A;
/* 	border: 1px solid #A05C19; */
	margin: 0;
	}

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

h3.promo {
	color: #fff;
	background: url(h3_promo_bg.gif) repeat-x top left #C72A2A;
	border: 1px solid #9C1010;
	}

h3.location {
	width: 692px;
	color: #fff;
	background: url(h3_promo_bg.gif) repeat-x top left #C72A2A;
	border: 1px solid #9C1010;
	clear: both;
	}

h3.location a {
	color: #fff;
	}

h3.box_header {
	margin-bottom: 0;
	}
	
h3.box_header_promo {
	color: #fff;
	background: url(h3_promo_bg.gif) repeat-x top left #C72A2A;
	border: 1px solid #9C1010;
	margin-bottom: 0;
	}

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

p.quote {
	width: 156px;
	font-size: 12px;
	font-style: italic;
	line-height: 150%;
	color: #E5E0D3;
	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: 480px;
	}

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: 140px;
/* 	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: 110px;
	border: 1px solid #CDC3C2;
	border-top: none;
	border-right: none;
	}

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

.main_image {
	border: 1px solid #CDC3C2;
	padding: 5px;
	background: #fff;
	}

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

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

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

#projectsList {
	margin:20px 0 0 10px;
	}
		
#projectsList h3 {
	/*width: 692px;*/
	color: #403926;
	background: url(h3_bg.gif) repeat-x top #C3BCAB;
	border: 1px solid #A29982;
	clear: both;
	margin-left: -10px;
	}

#projectsList  ul {
	float: left;
	width:460px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom:10px;
	}

#projectsList  li {
	font-weight: bold;
/*  color: #909; */
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
	margin-bottom:10px;
	}

#projectsList  li span{
	font-weight: normal;
	font-size: 11px;
	}

.devAvailablei, a.devAvailable {
	color: #900;
	}

#pageText a {
	color: #900;
	}


/* --------------------------------------------------------------------
                   ******   CONTACT FORM STYLES   ******
   ------------------------------------------------------------------*/	



.contactForm {

}
.standard_text {
font-size:13px;
}
#nameInput {
        width: 10em;
}
#emailInput {
        width: 10em;
}
#commentInput {
        width: 13em;
}
.error input {
        background-color: pink;
}
