@charset "utf-8";
/*=================================================================
	GENERAL
=================================================================*/

body {
	margin:0px;
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size:14px;
	color:#deddd1; /*72715d*/
	background:#12120c url(../assets/images/bg_body_20080211.jpg) repeat-x 0 10px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#3a90c6;
}
h2 {
	font-size:18px;
	color:#88bcf9;
	margin:5px 0px;
}
h2 em, h3 {
	color:#84bf1b;
	font-style:normal;
}
a {
	color:#f4f1ac;
}

/*=================================================================
	MAIN NAVIGATION
=================================================================*/

div#nav_wrapper {
	width:100%;
	padding-top:10px;
	background:#72715d url(/assets/images/bg_nav_20080207.gif) no-repeat right 10px;
}
div#nav_container {
	width:980px;
	height:45px;
	margin:0px auto;
	background:url(/assets/images/bg_nav_20080207.gif) no-repeat;
}

ul#nav {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
ul#nav li {
	float:left;
}
ul#nav li a {
	display:block;
	padding:13px 15px;
	margin-top:1px;
	text-decoration:none;
	color:white;
	border-top:1px solid #444537;
	border-right:1px solid #444537;
	border-left:1px solid #3a3e24;
}
ul#nav li a:hover {
	background:#5a5948;
	color:white;
}
ul#nav li.active a {
	color:yellow;
}
ul#nav li#menu_item_1 a {
	border:0 none;
	width:485px;
}
ul#nav li#menu_item_1 a {
	background:none;
}
ul#nav li#menu_item_1 a img{
	border:0 none;
	width:200px;
	height:17px;
}

/*=================================================================
	UNDER NAV BANNER
=================================================================*/

div#under_nav_banner {
	width:980px;
	height:88px;
	margin:10px auto 0px;
}

/*=================================================================
	MAIN HOME BANNER
=================================================================*/

div#main_home_banner {
	width:980px;
	height:209px;
	margin:0px auto;
	background:url(/assets/images/main_home_banner.jpg) bottom no-repeat;
}

/*=================================================================
	SEARCH FORM
=================================================================*/

div#search_form {
	float:right;
	width:230px;
}
div#search_form form {
	float:right;
}
div#search_form input#ajaxSearch_input {
	margin-top:11px;
	width:120px;
	height:17px;
	float:left;
	border:1px solid #3b3b3b;
	border-top:1px solid #525151;
	padding:2px 5px;
	background:#87856c;
	color:white;
}
input.italic {
	color:#999999;
	font-style:italic;
}
div#search_form img {
	margin:8px 0px 0px 0px;
	border:0 none;
	float:left
}

/*=================================================================
	LAYOUT
=================================================================*/

.left_column {
	width:600px;
}
div#content {
	width:980px;
	padding-bottom:10px;
	margin:0px auto;
}

/*=================================================================
	LISTS
=================================================================*/

ul.bullet_grey {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.bullet_grey li {
	padding:5px 5px 5px 25px;
	background:url(/assets/images/bullet_diagonal_arrow.gif) no-repeat center left;
	margin-bottom:3px;
	color:#f2edaa;
}

.highlighted_text {
	color:#176799;
}

/*=================================================================
	FOOTER
=================================================================*/

div#footer_wrapper {
	width:980px;
	margin:0px auto;
}
div#footer {
	background:url(/assets/images/bg_footer_20080211.gif) no-repeat;
	height:60px;
}
#footer_menu {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:10px;
	float:right;
}
#footer_menu li {
	float:left;
	padding:5px 10px;
}
#footer_menu li a {
}

/*=================================================================
	HOW TO GET IT
=================================================================*/
table#solutions_map {
	font-size:12px;
	background:#0e5897 url(/assets/images/bg_solutions_map_tbody.jpg) repeat-x 0 -50px;
	border:1px solid #1f1f16;
}
table#solutions_map tbody {
	background:#0e5897 url(/assets/images/bg_solutions_map_tbody.jpg) repeat-x top;
	color:white;
}
table#solutions_map tbody tr.odd {
	background:#0e5897 url(/assets/images/bg_solutions_map_tbody.jpg) repeat-x 0 -100px;
	color:white;
}
table#solutions_map tbody tr.even {
	background:#0e5897 url(/assets/images/bg_solutions_map_tbody.jpg) repeat-x 0 -100px;
	color:white;
}

table#solutions_map tbody td {
	padding:2px;
	text-align:center;
	color:#FFFFCC;
}
table#solutions_map tbody td strong {
	color:white;
}
table#solutions_map th {
	background:#0e5897 url(/assets/images/bg_solutions_map_th.jpg) repeat-x top;
	color:white;
	padding:5px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#ajaxSearch_form {
   color: #444;
   width: auto;
	float:right;
}
/*#ajaxSearch_input {
   width: auto;
   display: inline;
   height: 17px;
   border: 1px solid #ddd;
   border-left-color: #c3c3c3;
   border-top-color: #7c7c7c;
   background: #fff url(images/input-bg.gif) repeat-x top left;
   margin: 0 3px 0 0;
   padding: 3px 0 0;
   vertical-align: top;
}*/
#ajaxSearch_submit {
  	height: 30px;
	width:28px;
   	background:url(../assets/images/search_btn_20080208.jpg) no-repeat top;
   	border:0 none;
	margin-top:8px;
	float:left;
	padding:0px;
}
#ajaxSearch_output {
   border: 1px solid #fedd00;
   border-top:0 none;
   padding: 10px;
   background: #fff;
   display: block;
   height: auto;
   vertical-align: top;
   margin:45px 10px 0px 0px;
}

.ajaxSearch_paging {

}
.AS_ajax_result {
   color: #444;
   margin-bottom: 3px;
}
.AS_ajax_resultLink {
	color:#1b2e5e;
}
.AS_ajax_resultDescription{
   color: #302f23;
}
.AS_ajax_more {
   color: #302f23;
}
.ajaxSearch_highlight {
	background:#FFFF99;
	color:black;
}
.AS_ajax_extract {
   border-bottom:1px dotted grey;
}
div#main_two_columns_banner {
	margin:10px auto;
 	width:980px;
	height:88px;
}
div.AS_ajax_resultsIntroFailure {
	color:#302f23;
}

/*=================================================================
	HOME
=================================================================*/
a#content_first_banner {
	display:block;
	float:left;
	width:110px;
	height:20px;
	position:relative;
	left:630px;
	top:-460px;
	text-decoration:none;
}
a#content_second_banner {
	display:block;
	float:left;
	width:110px;
	height:20px;
	position:relative;
	left:630px;
	top:-310px;
	text-decoration:none;
	clear:both;
}

/*=================================================================
	CHAT	
=================================================================*/
div#chat_button_container {
	height:30px;
	width:100px;
}

/* Contact Form */

#EmailForm table {
	width: 100%;
	border-collapse: collpase;
}

#EmailForm td {
	padding: 3px 3px 9px 3px;
	vertical-align: top;
	margin: 0;
}

#EmailForm tbody td {
	border-bottom: 1px solid #87856c;
}

#EmailForm tbody tr {
	border-bottom: 1px solid #999;
}

#EmailForm td.label {
	width: 30%;
}

#EmailForm td.input {
	width: 70%;
}

#EmailForm input[type="text"],
#EmailForm textarea{
	width: 300px;
	border: 1px solid #3b3b3b;
	border-top: 1px solid #525151;
	background: #87856c;
	color: white;
	padding: 2px 5px;
}

#EmailForm textarea {
	height: 100px;
}

#EmailForm input[type="submit"] {
	border: 1px solid #3b3b3b;
	border-top: 1px solid #525151;
	background: #87856c;
	color: white;
	cursor: pointer;
	padding: 2px;
	font-weight: bold;
}
