﻿/**** TAGS ****/
html {
	background: Black url(images/bg_body.png) repeat fixed;
	color: Silver;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
body, div, img, h1, h2, h3, a img, table {
	margin: 0;
	padding: 0;
	border: 0;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
a {
	color: #BB0000;
}
a:hover {
	color: #CC0000;
}
a.no-decoration {
	text-decoration:none;
}
p {
	margin:0 0 1.25em 0;
}
h1, h2 , h3 {
	margin-bottom:0.5em;
}
table {
	width:80%;
}
thead {
	font-weight:bold;
}
td {
	border: 0;
}
ul {
	margin-top:0;
}
input {
	border: solid 1px #555;
}
input.checkbox {
	border: none;
}
/* FORM INPUT TAGS */
fieldset {
	border: 1px black solid;
	margin-bottom:1em;
	padding:1em 1.5em;
}
legend {
	font-weight:bold;
	color:#B00;
}
fieldset table {
	margin-top:0.5em;
	width:100%;
}
fieldset table td {
	vertical-align:top;
	padding-top:0.5em;
}
fieldset table td.label {
	width:40%;
	text-align:right;
}
fieldset table td.input {
	width:60%;
}
fieldset table .example {
	display:block;
	font-size:0.75em;
}
fieldset table .validation {
	display: inline;
}
.fieldsetSubmit {
	margin-left:40%;
}
.requiredField {
	font-weight:bold;
	color:#B00;
}
.validationSummary {
	color:#B00;
}
/**** ID'S ****/
#page {
	margin: 11px auto 0 auto;
	width: 775px;
	background: url(images/bg_page.png) repeat-y;
}
#header {
	border-top: solid 4px #B00;
	height:76px;
	background: #333 url("images/bg_header.png") no-repeat;
}
#logo {
	float: left;
	margin:21px 0 0 37px;
	/*width:465px;*/
}
#skip-to-content {
	display: none;
}
#header p.phone {
	display:inline;
	clear:right;
	float:right;
	margin:24px 36px 0 0;
}
#header #register {
	display:none;
	clear:right;
	float:right;
	margin:12px 8px 0 0;
	font-weight:bold;
	font-size:125%;
	color:White;
	text-align:center;
	text-decoration:none;
	width:190px;
}
/*|||||||||||||||||||||||||||\ nav-meta /||||||||||||||||||||||||||*/
#nav-meta {
	float: right;
	margin-top: 5px;
	font-weight: bold;
	width:205px;
	text-transform: uppercase;
}

#container {
	clear: both;
	background: url(images/bg_container.png) no-repeat;
}

#sidebar {
	border-top:3px solid #B00;
	float:left;
	width:160px;
	min-height:381px;
	background: url(images/bg_sidebar.aspx) no-repeat 0px 188px;
}
* html #sidebar {
	height:381px;
	overflow:visible;
}
#sidebar a {
	color:Silver;
	text-decoration:none;
}
#sidebar a:hover {
	color:White;
}
#content {
	float: left;
	width: 564px;
	min-height:500px;
	padding:10px 25px;
	background: url(images/bg_content.jpg) no-repeat 0px 50px;
	color:Black;
	font-size:12px;
}
* html #content {
	overflow-x:hidden;
	width:614px;
	w\idth:564px;
	
	overflow-y:visible;
	height:500px;
}
#content a {
	color:#B00;
}

#content h1 {
	text-align:center;
	line-height: 64px;
	vertical-align: super;
	background: url(images/bg_h1.png) no-repeat left top;
	margin:-10px -25px;
	padding-bottom:25px;
	color:#333;
}

/*|||||||||||||||||||||||||||\ nav-main /||||||||||||||||||||||||||
	Reference: http://www.htmldog.com/articles/suckerfish/dropdowns/
*/
#nav-main {
	font-size:13px;
	/* height:180px; */
}
#nav-main ul { /* all lists */
	float:left;
	width:160px;
}
#nav-main li { /* all list items */
	position : relative;
	width:160px;
	float : left;
	margin-bottom : -1px;
	list-style: none;
}
#nav-main li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 160px;
	margin-top : -24px;
}
#nav-main li li { /* second-level list items */
	width:200px;
}
#nav-main li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left: 200px;
}
#nav-main li a {
	width: 151px;
	display : block;
	color : Silver;
	text-decoration : none;
	background-image:url(images/gen_bg_gray.png);
	background-position:bottom right;
	border:1px solid #555;
	border-width:1px 0 0 1px;
	margin-bottom:1px;
	padding:4px;
}
#nav-main li li a {
	width:191px;
}
* html #nav-main li a {
	width:160px; /* IE5 hack */
	w\idth:151px; /* IE6 hack */
}
* html #nav-main li li a {
	width:200px; /* IE5 hack */
	w\idth:191px; /* IE6 hack */
}
#nav-main li.last li a {
	background-image:url(images/gen_bg_gray.png);
}
#nav-main li.last a, #nav-main li.last li.last a {
	background-image:url(images/gen_bg_gray_l.png);
}
#nav-main li a:hover, #nav-main li.last li a:hover {
	color:White;
	background-image:url(images/gen_bg_gray_h.png);
}
#nav-main li.last a:hover, #nav-main li.last li.last a:hover {
	background-image:url(images/gen_bg_gray_lh.png);
}
#nav-main li:hover {
	position:static;
}
#nav-main li:hover ul ul,
#nav-main li:hover ul ul ul,
#nav-main li.sfhover ul ul,
#nav-main li.sfhover ul ul ul { /* hide unordered lists two (or more) levels below hovered list item */
	left: -999em;
}
#nav-main li:hover ul,
#nav-main li li:hover ul,
#nav-main li li li:hover ul,
#nav-main li.sfhover ul,
#nav-main li li.sfhover ul,
#nav-main li li li.sfhover ul { /* show unordered list under hovered list item */
	left: auto;
}

#nav-main li.new a,
#nav-main li.new li.new a
{
	font-weight:bold;
	color:White;
}
#nav-main li.new li a,
#nav-main li.new li.new li a
{
	font-weight:normal;
	color:silver;
}

#nav-main li.recent a,
#nav-main li.recent li.recent a
{
	color:White;
}
#nav-main li.recent li a,
#nav-main li.recent li.recent li a
{
	color:silver;
}


/*||||||||||||||||||||||||||||\ side bar /|||||||||||||||||||||||||||*/
.sb-content {
	float:left;
	clear: left;
	margin:220px 5px 12px 5px;
	padding:5px 5px 8px 5px;
	background-image:url(images/gen_bg_gray_l.png);
	background-position:bottom right;
	color:Silver;
	border:1px solid #555;
	border-width:1px 0 0 1px;
	width: 130px;
	overflow:hidden;
}
* html .sb-content {
	margin:220px 5px 12px 5px;
	width:100px;
	w\idth:129px;
}
#video {
	margin-top:24px;
	background:none;
	border-width:0 0 0 0;
}
#video a {
	font-size:1.25em;
	font-weight:bold;
}
#vision {
	margin-top:24px;
	background-image:url(images/gen_bg_red_l.png);
	border:1px solid #B00;
	border-width:1px 0 0 1px;
	color:White;
}
#vision dt {
	font-weight: bold;
	margin-bottom:4px;
}
#vision dd {
	margin-left:0;	
}
/*|||||||||||||||||||||||||\ enalysis login /||||||||||||||||||||||||*/
#headline {
	height:260px;
}
#tagline {
	clear:right;
	float:right;
	margin:56px 8px 7px 0;
	width:190px;
}
* html #tagline {
	width:205px;
	w\idth:190px;
}
#loginform {
	width:183px;
	float:right;
	text-align:right;
 	padding:10px 22px 0 0;
}
#loginform #logintitle {
	margin:0 0 8px 0;
}
#loginform label {
	display:block;
	text-transform:capitalize;
	vertical-align:middle;
}
#loginform input {
	height:17px;
	width: 98px;
	border: solid 1px #000;
	margin:0 0 3px 0;
}
#loginform div div{
	float:right;
	width:98px;
	height:19px;
	vertical-align:baseline;
}
#loginform #loginsubmit {
	float:left;
	margin:0;
	padding:0;
	border-width:0;
	height: 19px;
	width: 54px;
	background:#333;
}
#loginerror {
	float:right;
	margin:10px 0 0 10px;
	width:300px;
}
/*||||||||||||||||||||||||||||\ features /|||||||||||||||||||||||||||*/
#features {
	clear:both;
	border-top: solid 4px #B00;
}
#features .feature {
	float:left;
/*	background: url(images/default-aspx_bg_container.png) no-repeat fixed 204px; */
	width:205px;
}
#features div.last {
	width:204px;
}
#features h3 {
	text-align: center;
	background-image: url(images/gen_bg_gray.png);
	background-position: bottom right;
	border:1px solid #555;
	border-style: solid;
	border-width: 1px 0 0 1px;
	padding:2px 0 4px 0;
}
#features h3.last {
	background-image: url(images/gen_bg_gray_l.png);
}
#features .feature div {
	padding:8px;
	font-size:11px;
}
#features p {
	margin-top:0;
}
#features ul {
	padding:0;
	margin:0 0 0 12px;
}
#features li {
	margin:0 0 8px 0;
	list-style-image: url(images/icons/li-bullet-rb.gif);
}
#features a {
	color:Silver;
	text-decoration: none;
}
#features a:hover {
	color:White;
	/*text-decoration: underline;*/
}
#office-locations {
	background:transparent url('images/location_map.png') no-repeat scroll center top;
}
#office-locations h4 {
	padding-left:18px;
	font-weight:bold;
	font-size:125%;
	color:White;
}
#office-locations h4.canada {
	background: url(images/icons/ca.png) no-repeat left center;
}
#office-locations h4.unitedstates {
	background: url(images/icons/us.png) no-repeat left center;
}
#office-locations h4.australia {
	background: url(images/icons/au.png) no-repeat left center;
}

#office-locations ul {
	padding:2px 0 2px 10px;
}

/* ARTICLE */
#article-formats {
	float:right;
}
.link-pdf {
	margin:4px;
	padding:0 0 0 20px;
	background: url(images/icons/pdf.gif) no-repeat left center;
}
.link-external {
	margin:4px;
	padding:0 0 0 20px;
	background: url(images/icons/linkexternal.gif) no-repeat left center;
}
a.audio {
	padding-left:20px;
	background: url(images/icons/audio.gif) no-repeat left center;
}
.highlight {
	color:White
}
/*||||||||||||||||||||||||||||\ footer /|||||||||||||||||||||||||||||*/
#footer {
	clear:both;
	border-top: 2px solid #B00;
	padding:2px 0 4px 4px;
	background: url(images/bg_header.png) bottom;
}
#copyright {
	
	text-align:center;
	
}
#nav-footer {
	float:right;
}

/**** CLASSES ****/
.clear {
	clear: both;
	line-height:0px;
}
.block {
	display: block;
}
.menu-h ul, .menu-v ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-h ul li {
	display: inline;
	margin: 0;
	padding: 0 0.5em;
}
.menu-v ul li {
	margin: 0;
	padding: 0;
}
.menu-h ul li a, .menu-v ul li a {
	color: Silver;
	text-decoration: none;
	/*white-space: nowrap;*/
}
.menu-h ul li a:hover, .menu-v ul li a:hover {
	color: White;
	text-decoration: underline;
}
/* Prompts */
.promptright {
	background: url(images/prompt_right.png) no-repeat center right;
	padding-right:11px;
}
.promptrightcontent {
	padding:6px 6px 2px 8px;
	color:Black;
	background: White url(images/shadow.png) no-repeat;
	border-color: #b00;
	border-style: solid;
	border-width: 1px 0 2px 1px;
}

/* BIOS */
#bios dt {
	font-weight:normal;
	margin-bottom:2em;
}
#bios .photo {
	clear:left;
	float:left;
	width:100px;
	height:100px;
	overflow: hidden;
}
#bios .name, #bios .location, #bios .title {
	padding-left:110px;
	margin-bottom:0.25em;
}
#bios .name a {
	text-decoration: none;
}
#bios .name a:hover {
	text-decoration: underline;
}

/* Partners */
#partners dt {
	font-weight:normal;
	margin-bottom:2em;
	min-height:100px;
}
#partners img {
	clear:left;
	float:left;
	margin-top:4px;
	text-align:right;
}
#partners h3, #partners p {
	padding-left:180px;
	margin-bottom:0.25em;
}
#partners a {
	text-decoration: none;
}
#partners a:hover {
	text-decoration: underline;
}

.toolboxParent{
text-align:center;
font-weight: bold;
margin-top:2px;
color:white;
}
.toolbox
{
display:inline;
background: url(images/icons/toolbox_darkbg.png) no-repeat  left center;
padding-left:28px;
margin-left:4px;
font-weight: bold;
}
.name acronym {
	font-size: 75%;
}
.title {
	font-weight: bold;
	margin-bottom:16px;
}
p.title {
	font-weight:bold;
	font-size:16px;
	margin-bottom:0;
}
.quote {
	font-style:italic;
}
.quotedby {
	font-weight:bold;
}

.phone {
	background: url(images/icons/phone.gif) no-repeat left center;
	padding-left:18px;
	font-weight:bold;
	font-size:125%;
	color:White;
}

ul#clientList {
	padding:0;
	margin:0;
}
#clientList li {
	display:inline;
	float:left;
	margin:10px 2px;
	text-align:center;
	width:180px;
	height:120px;
}
#clientList .client {
	width:180px;
	height:120px;
	
	
	margin:0;
}

.document .title {
	font-weight:bold;
	margin-bottom:0;
}
.document .credit {
	font-size:80%;
	font-style: italic;
}
dt {
	font-weight:bold;
	margin:1em 0 0.25em 0;
}
dd {
	margin-left:24px;
}

/* PAGE_SPECIFIC */
#default-aspx #header p.phone {
	display: none;
}
#default-aspx #header #register {
	display:block;
}
#default-aspx #container {
	background: url(images/default-aspx_bg_container.png) repeat-x;
}
#default-aspx #content {
	background: Black url("images/bg_headline.jpg") no-repeat;
	color:Silver;
	padding:0;
	width:614px;
}
#default-aspx #sidebar {
	background: transparent;
}
#default-aspx a {
	color:Silver;
}
#default-aspx a:hover {
	color:White;
}
#default-aspx #loginerror a {
	color:#BB0000;
}
#default-aspx #loginerror a:hover {
	color:#CC0000;
}
#clients_testimonials-aspx .quotedby {
	margin-bottom:3em;
}

/* Surplus css*/
.winClose {
	text-align:center;
	font-weight:bold;
	margin:4px;
}
.CompressorCount {
	font-weight:bold;
}
.jobPosting dd {}
.jobPosting dt {
	font-weight:bold;
	text-transform:capitalize;		
	
}
.jobPosting  p {
	float:none;
	clear:both;
	margin-top:1em;
}
.article-headimg {
	float:right;
	clear:both;
}

/* MooTools Accordion */
h3.toggler {
    margin:0;
	background-image: url(images/gen_bg_gray.png);
	background-position: bottom right;
	border:1px solid #555;
	border-style: solid;
	border-width: 1px 0 0 1px;
	padding:2px 0 4px 0px;
}
h3.toggler a {
    margin: 4px;
    padding: 0 0 0 22px;
    background: url(images/icons/video.gif) no-repeat left center;
    text-decoration: none;
}
div.accordion {
    background: White url(images/shadow.png) no-repeat;
    margin: 0;
    padding: 0;
    text-align:center;
}
#about_givingback-aspx #content li {
	line-height:150%;
}
