/*-  general
----------------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

body {
    padding: 0;
    text-align: center;
    margin: 0;
    font: normal 11px "Lucida Grande", "Verdana", sans-serif;
    color: #666; 
}

p {
  font-size: 11px;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	color: #a5cbe2;
	margin: 10px 0;
}

h2 {
	background-color: #a5cbe2;
	font-weight: normal;
	font-size: 14px;
	padding: 2px;
	color: #444;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	margin-bottom: 8px;
}

/*-  links
----------------------------------------------------------------------*/

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

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

a:hover {
  text-decoration: underline;
}

/*-  structure
----------------------------------------------------------------------*/
#wrapper {
	width: 800px;
	text-align: left;
  margin: 10px auto; 
	position: relative;
}

#industry_name {
  text-align: right;
  padding-bottom: 4px;
}

#page_counter {
	z-index: 20000;
	color: #666;
	font-size: 85%;
	position: absolute;
	top: 21px;
	left: 65px;
}

#doc_num {
	background-color: #D2E5F1;
	border: solid 1px #89BCD9;
}

#top {
	z-index: 10000;
	height: 77px;
	border-top: solid 17px #a5cbe2;
	border-bottom: solid 2px #ed171f;
	position: relative;
}

img#logo {
	position: relative;
	top: 7px;
	left: 14px;
}

#client_login_wrapper {
	position: absolute;
	top: -17px;
	right: 0;
	width: 152px;
	border-left: solid 3px #fff;
	background-color: #d2e5f1;
	font-size: 85%;
	letter-spacing: -0.08em;
}

#client_login_header {
	height: 16px;
	padding: 1px 0 0 3px;
	background-color: #89bcd9;	
}

#client_login {
	padding: 3px 2px;
}

#client_login p {
	font-size: 1em;
	margin: 3px 0;
}

input.login {
	font-size: 10px;
	width: 80px;
	border: solid 1px #7a7a7a;
}

#search_box {
	position: absolute;
	top: 20px;
	right:162px;
	width: 210px;
	letter-spacing: -0.08em;
}

#search_box a:link, #search_box a:visited {
	color: #666;
}

input#search {
	font-size: 10px;
	width: 90px;
	border: solid 1px #7a7a7a;
}

#e_wrapper {
	height: 201px;
	border-bottom: solid 2px #ed171f;	
	position: relative;
/*	z-index: -1;*/
}

#e_copy {
/*	z-index: -1;*/
/*	border-top: solid 2px #ed171f;		*/
/*	border-left: solid 2px #ed171f;	*/
	width: 334px;
	height: 141px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 18px;
}

#e_copy h3 {
	color: #ed171f;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 20px;
}

#world_of_e {
	width: 420px;
	height: 18px;
	border-bottom: solid 2px #ed171f;
	border-right: solid 2px #ed171f;
	background-color: #a5cbe2;
	text-align: right;
	padding-right: 8px;
	padding-top: 3px;
}

#content_wrapper {
	padding-right: 150px;
}

#footer {
  clear: both;
  border-top: solid 20px #A5CBE2;
	margin: 12px 0 4px 0;
  padding-top: 5px;
  color: #bbb;
  text-align: right;
	font-size: 10px;
  line-height: 1.5em;
}

/*-  navigation
----------------------------------------------------------------------*/
#nav_wrapper {
	font-family: arial;
	position: absolute;
	right: 0;
	bottom: -2px;
	_bottom: -3px;
	width: 370px;
	height: 20px;
	border-top: solid 2px #ed171f;
	border-left: solid 2px #ed171f;
/*	border-bottom: solid 2px #a5cbe2;*/
	background-color: #a5cbe2;
	z-index: 10000;
}

ul#nav {
	z-index: 10000;
	padding-left: 0;
	list-style: none;
  font-size: 10px;
  font-weight: bold;
  color: #666;
}

ul#nav li {
  position: relative;
  height: 12px;
  float: left;
	padding: 4px;
  _padding: 0 4px;
  border-right: dotted 2px #94b5ca;
}

ul#nav li#last {
  border-right: none;
	padding-right: 0;
}

ul#nav li a:link, ul#nav li a:visited {
	padding: 6px 0;
	_padding: 4px 0;
  text-decoration: none;
  color: #666;
	_float: left;
	_display: block;
}

ul#nav li a:hover {
  color: #444;
}

ul#nav ul {
	padding: 0;	
	font-weight: normal;
	background-color: #f1f1f1;
	position: absolute;
	display: none;
	top: 20px;
	left: 0;
	z-index: 10000;
	width: 155px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;		
}

ul#nav li li.menuparent ul {
	position: absolute;
	left: 155px;
	top: -1px;
}

ul#nav li li {
	border-right: none;
	margin-bottom: 0;
	float: none;
	list-style: none;
	padding: 0 2px;
	border-bottom: solid 1px #ccc;			
	height: 23px;
	_margin-bottom: -3px;
}
	
ul#nav li li a { display: block; float: none; padding: 4px; } /* Sub Menu Styles */

ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#nav li li a,
ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; } /* The magic */

ul#nav li li.menuparent { background: transparent url(/img/arrow_small.gif) 142px center no-repeat; }

/*ul#nav li li a:hover,
ul#nav li li.menuparent:hover,
ul#nav li li.over { background-color: #f7f7f7; }
*/
ul#nav li li a:hover { color: #E2144A; }

/*-  front page sections
----------------------------------------------------------------------*/
#bottom_wrapper {
	padding: 20px 10px;
}

#products_services {
	float: left;
	width: 393px;
	margin-right: 24px;
	line-height: 1.3em;	
}

#products_services h4 {
	color: #ed171f;
	margin-top: 14px;
	font-size: 11px;
}

#products_services td.first {
	padding-right: 10px;
}

#products_services td.last {
	padding-left: 10px;
}

#news {
	float: left;
	width: 175px;
	margin-right: 20px;
}

#news p {
	margin: 15px 0;
	line-height: 1.1em;	
}

#misc_links {
	float: left;
}

/*-  interior pages
----------------------------------------------------------------------*/
#section_subnav {
  margin-top: -6px;
  margin-bottom: 18px;
  color: #999;
  font-size: 10px;
}

#section_subnav a:link, #section_subnav a:visited {
  color: #666;
  text-decoration: none;
}

#section_subnav a:hover {
  text-decoration: underline;
}

.subcat {
	margin-left: 15px;
	border-left: solid 1px #ddd;
} 

.subcat h2 {
	background-color: #ddd;
}

#section_subnav a:link.industry,
#section_subnav a:visited.industry {
	color: #a5cbe2;	
}


/*-  forms
----------------------------------------------------------------------*/

fieldset {
  border: 0; 
  margin: 0 0 10px 0;
  font-size:11px; 
  color:#666;
}

legend { 
	margin: 0px;
	padding:0;
  color:#666;
  display: block;
}

input { 
  border-color:#999;
  font: normal 12px "Lucida Grande", "Verdana", sans-serif;
  color:#666;
  background-color:#FFF;
}

input.text {
  padding:1px;
  border:1px solid #666; 
  width: 280px;
}

select { 
  border:1px solid #666; 
  border-color:#999;
  font: normal 12px "Lucida Grande", "Verdana", sans-serif;
  color:#666;
  background-color:#FFF;
}

textarea {
  border:1px solid #666; 
  font: normal 12px "Lucida Grande", "Verdana", sans-serif;
  padding: 1px;
  color:#666;
  width: 280px;
}

.req {
  color: #ed171f;
}


/*-  lists
----------------------------------------------------------------------*/
ul, ol {
	margin-bottom: 15px;
	padding-left: 25px;
}

#sitemap ul {
  margin-left: 30px;
  padding-left: 0px;
}

#sitemap li {
  margin-left: 10px;
}

dl { 
  margin:0 0 10px 0; 
  padding:0; 
  list-style-type:none;
}

dt { 
  margin:20px 0 2px 0; 
  font-size:12px; 
	color: #89AC19;
}

dt a:link, dt a:visited {
  text-decoration: none;
	color: #666;
	font-weight: bold;
}

dt a:hover {
  text-decoration: underline;
}

dt small {
  font-size: 0.7em;
  color: #999;
}

dd { 
  margin:5px 0 2px 0; 
  font-size: 11px;
  color:inherit;
}

ul.faq_list {
  list-style: none;
  margin-bottom: 20px;
}

ul.faq_list li {
  padding-bottom: 5px;
}

ul.faq_list a:link, ul.faq_list a:visited {
  color: #666;
}

ul.bullets {
  margin-left: 15px;
  padding-left: 15px;
}

ul.bullets li {
  padding-bottom: 3px;
}


/*-  misc
----------------------------------------------------------------------*/
.clearer {
	clear: both;
}

.divider {
	height: 1px;
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #ddd;
}

.highlight {
	background-color: #ffc;
}

.tooltip {
	background-color: #6D6F72;
	border: solid 1px #fff;
	padding: 8px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
}

.tooltip a:link, .tooltip a:visited {
	color: #ADD920;
}

.tooltip p.close {
	color: #aaa;
	text-decoration: underline;
	font-size: 90%;
}

#flash_message {
  padding: 5px;
	margin-bottom: 10px;
	background-color: #c00;
	color: #fff;
  font-weight: bold;
}
