/* 
	xhtml & css
	Date: 07/27/2009.
	Modified: 07/27/2009
	Author: Andres Basso

**/

/* Basics */
*{
margin: 0;
padding: 0;
}
body, html{
width: 100%;
cursor: default;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 0px 0 0 0;
background: #FFFFFF;
color: #000000;

}
a{cursor: pointer;}
a:active{outline: 0 !important;}
a img{border: none;}
abbr, acronym{cursor: help; border: none;}
hr{display: none;}
label{cursor: pointer;}
select option{padding: 1px 2px 0 5px;}
table{border-spacing: 0; border-collapse: collapse;}
ul{list-style: none;}

/* Structure */
#container{
width: 800px;
margin: 0 auto 0 auto;
z-index:0;
}


#header{
height: 114px;
width: 800px;
background-color: #acabab;
}


  #header h1{
	display: block;
	text-indent: -9999px;
	float: left;
	}
	
  #header #logo a{
	display: block;
	float:left;
	outline: 0;
  height: 81px;
  width: 146px;
  text-indent: -9999px;
  background: url(../images/logo.jpg) no-repeat top left;
  margin-top: 33px;
	}
	
#menu{
  display:block;
  float: right;
  margin-top: 33px;
  height: 81px;
  width:654px; 
  background: url(../images/menu_bg.jpg) repeat-y top left;
  position:absolute;
  margin-left:146px;
  z-index:1;
}

#menu ul{
margin-top:31px;
}

#menu ul li{
float: left;
}

#menu ul li a {
display:block;
outline:0;
text-indent:-9999px;
height: 9px;
margin-top: 0px;
float:left;
}

#menu ul ul{
float:none;
}

#menu ul #b1 a {
background:transparent url(../images/but_home.jpg) no-repeat scroll left top;
width:34px;
margin-left:17px;
}
#menu ul #b2 a {
background:transparent url(../images/but_about.jpg) no-repeat scroll left top;
margin-left:23px;
width:57px;
}
#menu ul #b3 a {
background:transparent url(../images/but_who.jpg) no-repeat scroll left top;
margin-left:19px;
width:81px;
}
#menu ul #b4 a {
background:transparent url(../images/but_what.jpg) no-repeat scroll left top;
margin-left:20px;
width:128px;
}
#menu ul #b5 a {
background:transparent url(../images/but_process.jpg) no-repeat scroll left top;
margin-left:14px;
width:82px;
}
#menu ul #b6 a {
background:transparent url(../images/but_newsroom.jpg) no-repeat scroll left top;
margin-left:22px;
width:68px;
}
#menu ul #b7 a {
background:transparent url(../images/but_contact.jpg) no-repeat scroll left top;
margin-left:23px;
width:54px;
}

#menu ul #b1 a:hover, #menu ul #b1 a:focus, #s1 #menu ul #b1 a{background-position: left bottom;}
#menu ul #b2 a:hover, #menu ul #b2 a:focus, #s2 #menu ul #b2 a{background-position: left bottom;}
#menu ul #b3 a:hover, #menu ul #b3 a:focus, #s3 #menu ul #b3 a{background-position: left bottom;}
#menu ul #b4 a:hover, #menu ul #b4 a:focus, #s4 #menu ul #b4 a{background-position: left bottom;}
#menu ul #b5 a:hover, #menu ul #b5 a:focus, #s5 #menu ul #b5 a{background-position: left bottom;}
#menu ul #b6 a:hover, #menu ul #b6 a:focus, #s6 #menu ul #b6 a{background-position: left bottom;}
#menu ul #b7 a:hover, #menu ul #b7 a:focus, #s7 #menu ul #b7 a{background-position: left bottom;}





#content{
  background: url(../images/content_bg.jpg) repeat-y top left;  
}
		
#IDD{
  background: url(../images/header_text.jpg) no-repeat 10px top;
  display:block;
  text-indent:-9999px;
  width:654px;
  height:46px;
}					

#sidebar{
float:left;
display:block;
width:146px;
}

#info{
display:block;
float:right;
width:654px;
}

#backtrack_reports{
display:block;
text-indent:-9999px;
background: url(../images/backtrack_reports.jpg) no-repeat top left;
width:139px;
height:44px;
margin-top:5px;
}

#sample a{
display:block;
text-indent:-9999px;
background: url(../images/sample_backtrack.jpg) no-repeat top left;
width:146px;
height:46px;
margin-top:59px;
}

#sample a:hover, #sample a:focus{
background-position: left bottom;
}

#book a{
display:block;
text-indent:-9999px;
background: url(../images/we_wrote.jpg) no-repeat top left;
width:146px;
height:115px;
margin-top:44px;
}

#book a:hover, #book a:focus{
background-position: left bottom;
}

#questions a{
display:block;
text-indent:-9999px;
background: url(../images/key_questions.jpg) no-repeat top left;
width:146px;
height:82px;
margin-top:29px;
margin-bottom:46px;
}

#questions a:hover, #questions a:focus{
background-position: left bottom;
}

#footer{
height: 25px;
width: 800px;
color:#FFFFFF;
font-size:.5em;
margin: 0 auto 0 auto;
clear: both;
}

#black{
display:block;
height:25px;
background: #000000;
border-right: 3px solid #f58b0e;
width:250px;
float:left;
}

#grey{
display:block;
height:25px;
border-right: 3px solid #f58b0e;
background: #636363;
float:left;

}

#steel{
display:block;
background:#606e78;
float:left;
height:25px;
width:200px;
}

  	#footer a{  	
		text-decoration: none;
    color: #FFFFFF; 
		}
			#footer a:hover,
			#footer a:focus{
			text-decoration: underline;
			}


  
#home_footer{
float:right;
margin-right:15px;
margin-left:15px;
padding-top:7px;
}
#inv_footer{
float:right;
margin-right:15px;
padding-top:7px;
}
#privacy_footer{
float:right;
padding-top:7px;
margin-right:15px;
}

#address_footer{
float:left;
margin-left:15px;
padding-top:7px;
}
#contact_footer{
float:right;
margin-left:15px;
margin-right:15px;
padding-top:7px;
}
#copyright{
float:left;
margin-left:15px;
padding-top:7px;
}
#license{
float:left;
margin-left:15px;
margin-right:15px;
padding-top:7px;
}

			
@media screen and (-webkit-min-device-pixel-ratio:0) {
   /* Safari 3.0 and Opera 9 rules here */
   #footer{
font-size:8px;
}

#black{
width:285px;
}

#grey{
width:274px;
}

#steel{
width:235px;
}
}

.clear{clear: both;}


#breadcrumb{
font-size:.8em;
color:#000000;
margin-top:5px;
margin-left:3px;
}

#breadcrumb a{
color:#f58b0e;
text-decoration:none;
}

#breadcrumb a:hover,#breadcrumb a:focus{
text-decoration:underline;
} 


#info h2{
color:#606e77;
font-size:18px;
}

#info h3{
color:#000000;
font-size:14px;
}

.section{
clear:both;
}

.sectiontitles{
float:left;
display:block;
width: 170px;
text-align:right;
padding-right:20px;
}

#text{
margin-top:60px;
}

.textblock{
float:right;
display:block;
width:464px;
margin-top:3px;
}

.line{
border-top:1px solid #000000;
padding-top:20px;
}

.contact_info{
float:left;
width:180px;
display:block;
margin-top:4px;
}

.test{color:#000;}

.contact_form{
float:left;
display:block;
margin-top:4px;
width:270px;
}

.textblock p{
font-size: 0.75em;
margin-bottom:20px;
line-height:1.7em;

}

.textblock ul{
font-size: 0.75em;
margin-bottom:20px;
line-height:20px;
list-style-type: none;
list-style-image: url(../images/bullet.jpg) 10px top;
margin-top:10px;
}

.textblock ul li{
background:  url(../images/bullet.jpg) no-repeat left top;
padding-left:15px;
margin-bottom:10px;
}

.textblock a{
font-weight:bold;
text-decoration:none;
color: #f5881f;
}

.textblock a:hover, .textblock a:focus{
text-decoration:underline;
}


#navigation ul{
font-size: 0.75em;
margin-bottom:20px;
line-height:20px;
list-style-type: none;
margin-top:30px;

}

#navigation ul li{
background:  url(../images/bullet.jpg) no-repeat 15px top;
height:16px;
padding-left:30px;
margin-bottom:10px;
}

#navigation a{
font-weight:bold;
text-decoration:none;
color: #f5881f;
}

#navigation a:hover, #navigation a:focus{
color:#7993a0;
text-decoration:none;
}
.fieldblock{
display:block;
float:left;
margin-bottom:0px;
}

#fill_in{
font-size:0.6em;
color: #8198a4;
margin-bottom:10px;
}

.formfields{
width:270px;
height:20px;
border: 1px solid #8198a4;
margin-bottom:7px;
color: #8198a4;
padding:5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:.8em;
}


.formarea{
width:270px;
height:125px;
border: 1px solid #8198a4;
margin-bottom:7px;
color: #8198a4;
padding:5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:.8em;
}

#submitbutton{
margin-left:190px;
margin-bottom:30px;
}


/* These are standard sIFR styles... do not modify */

.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 h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 18px;
	text-align:right;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 14px;
}


.sIFR-hasFlash h6 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 14px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

#commentForm label.error {
display:block;
float:left;
color:#f58b0e;
font-size: .7em;
font-weight:bold;
margin-bottom:30px;
text-align:right:
} 

.backtotop{
text-align:right;
font-size:0.6em;
font-weight:normal;
margin-bottom:20px;
}

.backtotop a{
color:#f58b0e;
text-decoration:none;
}

.backtotop a:hover, .backtotop a:focus{
text-decoration:underline;
}


