/* Open Access Marketing Stylesheet by Aaron Elliott - forwardtrends.com */

/* html elements */

body {
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#F2F1EE;
}

body.home {
	background-image:url(../img/body_home_bg.jpg);
	background-repeat:repeat-x;
}

body.sub {
	background-image:url(../img/body_sub_bg.jpg);
	background-repeat:repeat-x;
}

hr {
	height:1px;
	border:0px;
	background-color:#CCC;
	color:#CCC;
}

h1 {
	font-size:24px;
	margin:0px;
	padding:0px;
	letter-spacing:-1px;
	color:#F19600;
	font-weight:500;
}

h2 {
	font-size:18px;
	margin:0px;
	padding:0px;
	letter-spacing:-1px;
	color:#2C4B79;
	font-weight:500;
}

h3 {
	font-size:24px;
	margin:0px;
	padding:0px;
	letter-spacing:-1px;
	color:#2C4B79;
	font-weight:500;
}

/* structural */

#wrapper {
	width:960px;
	margin:0 auto;
}

#header {
	height:140px;
	display:block;
}

#logo {
	position:absolute;
	top:50px;
}
#phone_ {
	position:absolute;
	font-size:20px;
	color:#999;
	margin-left:760px;
	top:50px;
	display:none;
}

#top_links {
	position:absolute;
	margin-left:837px;
	top:18px;
	font-size:11px;
	color:#666;
	width:134px;
}
#top_links a {
	color:#EC8D00;
}

#careers #careers_,
#contact #contact_ {
	color:#CCC;
	text-decoration:none;
}

#nav {
	width:590px;
	position:absolute;
	top:100px;
	margin-left:394px;
}
#nav ul{
	margin: 0;
	padding: 0;
	height: 32px;
	text-align: left;
	list-style-type: none;
}
#nav li{
	height:32px;
	margin: 0px;
	margin-right:10px;
	padding: 0px;
	display: inline;
	text-decoration: none;
}

#nav li a img {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#nav li a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
}

#home #home_ a img,
#about #about_ a img,
#solutions #solutions_ a img,
#advantages #advantages_ a img,
#process #process_ a img,
#faq #faq_ a img,
#contact #contact_ a img
{
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
}

#brochure {
	display:block;
	height:338px;
}

#content {
	display:block;
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
}
#content ul {
	background-color:#FBFBF9;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	padding:20px;
	width:585px;
	margin-left:0px!important;
}
#content .left_33 ul {
	width:160px;
}

#content li {
	margin-left:20px;
	margin-bottom:5px;
	line-height:15px;
	font-size:12px;
	color:#666;
}
#content p {
	font-size:12px;
	color:#666;
	line-height:18px;
	width:90%;
}
#content a {
	color:#EC8D00;
}

#left {
	width:690px;
	float:left;
	margin-top:30px;
}
#right {
	width:270px;
	float:left;
	margin-top:20px;
}
#right ul {
	width:170px;
}
#right_inner {
	width:220px;
	padding-left:31px;
}

#footer_wrapper {
	position:relative;
	clear:both;
}
#footer {
	display:block;
	height:140px;
	border-top:1px solid #CCC;
	margin-top:20px;
	
}

#footer p {
	font-size:10px;
	color:#999;
	line-height:16px;
}
#footer a {
	color:#999;
}

/* classes */

.left_33 {
	float:left;
	width:33%;
}

.left_50 {
	float:left;
	width:50%;
}

.center {
	display:block;
	text-align:center;
}

.imgleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.small, .small p {
	line-height:12px;
	font-size:11px!important;
	font-weight:normal;
}

.imgborder10 {
	border:10px solid #FFF;
}
/* clear fix */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
	width:100%;
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}

/* sIFR styles */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
}

.sIFR-hasFlash h5#pullquote {
	visibility: hidden;
}