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


body {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background: url(bg.gif) repeat-x top #33342E;
	margin: 0;
	padding: 0;
	}

a:link {
	color: #333;
	text-decoration:underline;
	}

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

a:hover {
	color:#CC4B00;
/* 	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: 890px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	background: url(body_bg.gif) repeat-y;
	}

#header {
	width: 890px;
	height:63px;
	background: url(header_bg.gif) no-repeat top left;
	}

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

#breadcrumb {
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
	font-size: 10px;
	}
	
#nav_top {
	width: 820px;
	height: 34px;
	padding: 0 35px;
	background: url(nav_bg.gif) no-repeat top left;
	}

#content {
	width: 820px;
	float: left;
	position: relative;
	padding: 10px 35px;
	background: url(main_bg.gif) no-repeat top 5px;
	}

#main {
	width: 540px;
	float: left;
	position: relative;
	}

.main_left,
.main_right {
	width: 260px;
	float: left;
	position: relative;
	}

.main_right {
	margin-left: 20px;
	}

#right {
	width: 260px;
	float: left;
	position: relative;
	margin-left: 20px;
	}

#footer {
	width: 830px;
	height: 43px;
	clear: left;
	padding: 5px 30px;
	background: url(footer_bg.gif) no-repeat top left;
	font-size: 10px;
	color: #33342E;
	font-weight: normal;
	}

#footer a {
	color: #33342E;
	font-weight: normal;
	}	

#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;
	}


/* --------------------------------------------------------------------
                   ******   QUICK SEARCH   ******
   ------------------------------------------------------------------*/	

#quickSearchForm {
	padding: 1px 16px 16px 16px;
	margin: 0px;
	border: 1px solid #7C7C00;
	font-size: 11px;
	background: #C6C600;
	text-align: center;
	}

#quickSearchForm p {
	font-weight: normal;
	color:#444400;
	font-weight: bold;
	margin:0;
	padding: 10px 0 0px 10px;
	text-align: left;
	}

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

#quickSearchForm select,
#quickSearchForm input {
	font-size: 11px;
	}
	
#quickSearchForm select {
	width:200px;
	}

#quickSearchForm input {
	width:130px;
	}

	
/* --------------------------------------------------------------------
                   ******   TOP NAV   ******
   ------------------------------------------------------------------*/	


/* Root = Horizontal, Secondary = Vertical */
ul#hnavmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 820px; /* Set Menu Width */
	list-style: none;
	height: 24px;
	margin: 0 auto; /* Center Menu */
	font-size: 14px;
	}

ul#hnavmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	height: auto;
	z-index: 1;
	}

ul#hnavmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 170px;
	list-style: none;
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	}

ul#hnavmenu ul:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#hnavmenu ul li {
	width: 170px;
	float: left;
	display: block !important;
	display: inline;
	}

/* Root Menu */
ul#hnavmenu a {
	border: none; /* Frame */
/* 	border-right-color: #637D50; */
/* 	border-bottom-color: #637D50; */
	margin-top: 1px;
	padding: 5px 19px;
	float: none !important;
	float: left;
	display: block;
/* 	background: #C3E2B8; */
	color: #fff;
	font: 1.0em/22px  "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	}

/* Root Menu Hover */
ul#hnavmenu a:hover,
ul#hnavmenu li:hover a,
ul#hnavmenu li.iehover a,
ul#hnavmenu a.active {
	background: #b13200;
	color: #FFF;
	}

/* 2nd Menu */
ul#hnavmenu li:hover li a,
ul#hnavmenu li.iehover li a {
	float: none;
	background: #ea6b00;
	color: #fff;
	padding: 2px 19px;
	font-size: 13px;
	border-top: 1px solid #efb07b;
	margin-top: 0;
	}

/* 2nd Menu Hover */
ul#hnavmenu li:hover li a:hover,
ul#hnavmenu li:hover li:hover a,
ul#hnavmenu li.iehover li a:hover,
ul#hnavmenu li.iehover li.iehover a {
	background: #b13200;
	color: #fff;
/* 	font-style: italic; */
	}

ul#hnavmenu ul ul,
ul#hnavmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 250px;
	}

ul#hnavmenu li:hover ul ul,
ul#hnavmenu li:hover ul ul ul,
ul#hnavmenu li.iehover ul ul,
ul#hnavmenu li.iehover ul ul ul {
	display: none;
	}

ul#hnavmenu li:hover ul,
ul#hnavmenu ul li:hover ul,
ul#hnavmenu ul ul li:hover ul,
ul#hnavmenu li.iehover ul,
ul#hnavmenu ul li.iehover ul,
ul#hnavmenu ul ul li.iehover ul {
	display: block;
	}

ul#hnavmenu li.divider {
	border-left: 1px solid #e27c38;
	border-right: 1px solid #bd4300;
	width: 0px;
	height: 23px;
	margin-top: 5px;
	font-size: 0px;
	}


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

.side_box {
	margin: 0px 0px 20px 0px;
	padding: 4px;
	border: 1px solid #ccc;
	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: #eee;
	padding: 2px 5px;
	font-size: 11px;
/* 	color: #665E56; */
	line-height: 16px;
	width: 240px;
	}

ul.side_links li.heading,
ul.side_links li.heading_promo {
	background: #c6c600;
	padding: 1px 5px;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	width: 240px;
	}

ul.side_links li.heading_promo {
	background: #ea6b00;
	}

ul.side_links li a {
	display: block;
	text-decoration: underline;
/* 	color: #665E56; */
	width: 240px;
	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: #999;
	color: #fff;
	text-decoration: none;
	}



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

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

.data_table_promo {
	width: 528px;
	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:#f6f6f6;
	}

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

.data_table td.hilite,
.data_table_promo 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 {
	padding: 0;
	margin: 0;
	}	
.checkbox {
	border:0;
	}

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

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

.result_item {
	width: 810px;
	float: left;
	clear: left;
	margin-bottom: 30px;
	font-size: 11px;
	}

.result_border {
	float: left;
	border: 1px solid #ccc;
	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: 650px;
	height: 20px;
	float: left;
	border-bottom: 1px dotted #ccc;
	}
	
.result_body strong,
.result_footer strong {
	font-size: 10px;
	}

.result_item a {
	width: 810px;
	float: left;
	display: block;
	cursor: hand;
	z-index: 999;
	text-decoration: none;
	}

.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: 810px; 
	background: #efefef;
	border: 1px solid #ccc;
	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:30px;
	font-weight: normal;
	color: #CC4B00;
	margin-top: 20px;
	}

h2 {
	font-size:26px;
	font-weight: normal;
	margin-top: 20px;
	}

h3 {
	font-size:20px;
	font-weight: normal;
	color: #666;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}

h3.orange,
h3.box_header_promo {
	color: #CC4B00;
/* 	border-bottom: 1px solid #CC4B00; */
	}

h3.green {
	color: #777700;
/* 	border-bottom: 1px solid #777700; */
	}

h3.location {
	color: #CC4B00;
	border-bottom: 1px solid #ccc;
	clear: both;
	width: 810px;
	}

h3.location a {
	color: #CC4B00;
	}

h3.box_header {
	margin-bottom: 0;
	}
	
h3.box_header_promo {
	margin-bottom: 0;
	}

p {
	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;
	}

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 #ccc;
	border-top: none;
	border-right: none;
	}

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

.main_image {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	}

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

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

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

#projectsList {
	margin:20px 0 0 10px;
	}
	
#projectsList h3 {
	clear:both;
	padding-top: 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;
	}

.devAvailable {
	color: #900;
	}

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;
	}
