/* 
Style sheet for www.iqsdirectory.com homepage
Last Edited: 5/13/2010 by Nate Hibma
/* 


/* ******************************** */
/* 			GLOBAL MISC.			*/	
/* ******************************** */

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #7e7c7c;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: none;
	background-image: url(../images/bg_texture.gif);
	background-repeat: repeat-x repeat-y;
}

.clear {
	clear: both;
}

img {
	border: none;
}

/* ******************************** */
/* 			TEXT CONTROLS			*/	
/* ******************************** */

/*	HEADINGS		
----------------------------*/
h1, h2, h4 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #333;
	display: block;
	height: auto;
	width: auto;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 2.2em;
	text-shadow: #fff 1px 1px 1px;
	margin: 0 0 15px 0;
}

h2 {
	position: absolute;
	left: 15px;
	top: 0px;
	display: block;
	height: 30px;
	width: 270px;
	padding: auto;
	margin: 0;
	background-color: #F0EFED;
	font-size: 1.6em;
	text-align: right;
	background-image: url(../images/rss_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 0;
	height: 22px;
}

h4 {
	font-size: 29px;
	margin: 0;
	display: block;
	height: 52px;
	width: 269px;
	margin: 14px 0 -14px 20px;
	color: #F60;
}


/*	PARAGRAPH		
----------------------------*/
p {
	display: block;
	margin: 0 0 15px 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 2em;
}

sup {
	font-size: 75%;
}



/*	LIST ITEMS		
----------------------------*/	
ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	
}

li {
	margin: 0 10px 0 8px;
}


/*	LINKS		
----------------------------*/	
a:link, a:visited, a:hover, a:active {
	outline: none;
	border: none;
}

a.blog {
	display: none;
}

#directoryOfCompanies {
	position: relative;
	float: right;
	height: auto;
	width: auto;
	padding: 2px 4px 2px 4px;
	margin: 10px 4px 13px 0;
	background-color: #foeded;
	border-top: 2px solid #fefded;
	border-left: 2px solid #fefded;
	border-right: 2px solid #7e7c7c;
	border-bottom: 2px solid #7e7c7c;
	color: #7e7c7c;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#directoryOfCompanies:hover {
	background-color: #f60;
	color: #fff;
	border-bottom: 2px solid #fefded;
	border-right: 2px solid #fefded;
	border-left: 2px solid #7e7c7c;
	border-top: 2px solid #7e7c7c;
}


/*	IMAGES		
----------------------------*/	

#rssrefresh {
	display: none;
}



/* ******************************** */
/* 		PRIMARY ARCHITECTURE		*/	
/* ******************************** */

/*	BACKGROUND ELEMENTS		
----------------------------*/
#wrapper {
	position: relative;
	height: 100%;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background-color: #e0dedf;
	border: none;
}

#gradient {
	position: absolute;
	height: 1200px; /* this is causing problems... */
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../images/bg_gradient.png);
	background-repeat: repeat-x;
}

#shadowLeft {
	position: absolute;
	left: -20px;
	top: 0px;
	height: 100%;
	width: 20px;
	margin: 0;
	padding: 0;
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
}

#shadowRight {
	position: absolute;
	right: -20px;
	top: 0px;
	height: 100%;
	width: 20px;
	margin: 0;
	padding: 0;
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
}


/*	HEADER		
----------------------------*/
#header {
	position: relative;
	height: 93px;
	width: 1022px;
	min-width: 1000px;
	margin: 0;
	padding: 0;
	background-color: #e0dedf;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #3d5257;
	border-right: 1px solid #3d5257;
}

#logo {
	position: absolute;
	top: 9px;
	left: 3px;
	height: 75px;
	width: 344px;
	margin: 0;
	padding: 0;
	border: none;
}

#headerContent {
	position: relative;
	height: 115px;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


/*	MAIN CONTENT GENERAL		
----------------------------*/

#lowerContainer {
	position: relative;
	height: 448px;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

#leftSide {
	position: relative;
	float: left;
	height: 448px;
	width: 670px;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../images/text_bg.jpg);
	background-repeat: repeat-x;
}

#rightSide {
	position: relative;
	float: right;
	height: 448px;
	width: 354px;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../images/text_bg_shadow.jpg);
	background-repeat: repeat-y;
	background-position: left
}

#bodyCopy {
	position: relative;
	height: auto;
	width: auto;
	margin: 20px;
	padding: 0;
	border: none;
}

#bodyCopy a {
	color: #2A4249;
}

#bodyCopy a:hover {
	color: #F60;
}


/*	FOOTER		
----------------------------*/

#footer {
	position: relative;
	height: 70px;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	background-color: #2a4249
}
/* CSS Addition by GFI for Footer */
#footerRow1
{
	padding-left: 250px;   /* LC width */
  	padding-right: 250px;  /* RC width */
	
}

#footerRow1Col1
{
	 width: 240px;          /* LC width */
  `  padding: 0 5px;       /* LC padding */
  	 right: 240px;          /* LC fullwidth + CC padding */
  	 margin-left: -100%;
	 text-align:left; top:7px;
	
	 
}
#footerRow1Col2
{
  /*padding: 10px 20px; */   /* CC padding */
  width: 100%; 
  text-align:center; top:25px;
  
}
#footerRow1Col3
{
	 width: 240px;          /* RC width */
  `  padding: 0 5px;       /* RC padding */  	           
  	 margin-right: -250px;  /* RC fullwidth + CC padding */
	 text-align:right; top:4px;
	 
}
#footerRow1 .footerCol
{
  position: relative;  float: left;
  color:#FFFFFF; font-weight:bold; line-height:15px;
}
#footerRow1 .footerCol a
{
  color:#FFFFFF; text-decoration:underline;

}
#footerRow2
{
	clear:both;
}
/*** IE Fix ***/
* html #footerRow1Col1 {
  left: 270px;           /* RC fullwidth */
}
/**** End of CSS addition by GFI for footer ****/

#footerContent {
	position: relative;
	height: 60px;
	width: 990px;
	margin: 6px auto;
	padding: 4px 0 5px 0;
}

#footerLogo {
	position: absolute;
	left: 0px;
	top: 9px;
	height: 51px;
	width: 254px;
	margin: 0;
	padding: 0;
	
}

#footerLegal {
	position: relative;
	top: 30px;
	height: auto;
	width: 550px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footerAddress {
	position: absolute;
	top:  8px;
	right: 0px;
	height: auto;
	width: 300px;
	margin-top: 4px;
	padding: 0;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}




/* ******************************** */
/* 			 MAIN ELEMENTS			*/	
/* ******************************** */

/*  BROWSER WINDOW SHADOW		
----------------------------*/
#browserShadow {
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
	width: 100%;
	background-image: url(../images/browser_shadow.png);
	background-repeat: repeat-x;
	z-index: 2;
}

/*		DIVIDERS		
----------------------------*/
.divider {
	position: relative;
	height: 10px;
	width: 1024px;
	background-image: url(../images/divider_center.gif);
	background-repeat: repeat-x;
}

.dividerLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 10px;
	width: 2px;
	background-image: url(../images/divider_edge.gif);
	background-repeat: no-repeat;
}

.dividerRight {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 10px;
	width: 2px;
	background-image: url(../images/divider_edge.gif);
	background-repeat: no-repeat;
}


/*	ORANGE LINK BANNER		
----------------------------*/
#orangeBanner {
	position: absolute;
	z-index: 3;
	top: 123px;
	right: -11px;
	height: 28px;
	width: 280px;
	background-image: url(../images/orange_banner.gif);	
}

#orangeBanner .social-icons{
position:absolute;
right:10px;
padding-right:0px;
top:-5px;
}

#orangeBanner .social{
margin:0px;
}

#orangeBanner .social:hover{
background:none;
}

#bannerBack {
	position: absolute;
	z-index: 3;
	top: 151px;
	right: -11px;
	height: 10px;
	width: 10px;
	background-image: url(../images/banner_bg.gif);	
}

#orangeBanner a {
	position: relative;
	display: inline-block;
	height: 20px;
	width: auto;
	margin: 0 0 0 24px;
	padding: 7px 0 0 0;
	color: #f7f7f7;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #65290a 1px 1px 1px;
}

#orangeBanner a:hover {
	background-image: url(../images/banner_arrow.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #fff;
	text-shadow: #65290a 1px 1px 1px;
}


/*	10th ANNIVERSARY RIBBON		
----------------------------*/
#anniversary {
	position: absolute;
	top: 168px;
	right: 15px;
	z-index: 99;
	height: 117px;
	width: 117px;
	margin: 0;
	padding: 0;
}




/*		IQS NEWSROOM		
----------------------------*/
#newsFeed {
	height: 448px;
	width: 310px;
	margin: 20px 0 0 0;
	padding-left: 20px;
	border: none;
	background-color: none;
}

#newsHeading {
	position: absolute;
	width: 292px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: none;
}

.newsfeed {
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
	margin: auto;
	padding: auto;
}

#newsFeed a:link, #newsFeed a:visited, #newsFeed a:hover, #newsFeed a:active {
	font-weight: bold;
	color: #2A4249;
	text-decoration: none;
}

#newsFeed a:hover {
	text-decoration: underline;
}


/*		TWITTER BIRD		
----------------------------*/
#twitterBird {
	position: absolute;
	z-index: 99;
	top: -128px;
	right: 275px;
	height: 147px;
	width: 133px;
	margin: 0;
	padding: 0;
	border: none;
}

a.twitterBird {
	display: block;
	margin: 0;
	padding: 0;
	height: 147px;
	width: 133px;
	text-decoration: none;
	background-image: url(../images/twitterbird_off.png);
	}

a.twitterBird:hover {
	background-position: -665px 0;
	background-image: url(../images/twitterbird_on.png);
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
	
/*		SITE LINKS		
----------------------------*/
#siteLinksWrapper {
	position: relative;
	z-index: 5;
	height: 170px;
	width: 1024px;
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #e0dedf;
}

#siteLinks {
	position: relative;
	height: 170px;
	width: 1012px;
	margin: 0 0 0 12px;
	padding: 0;
	border: none;
	background-color: #e0dedf;
}

.linkBox {
	float: left;
	height: 170px;
	width: 200px;
	margin: 0;
	padding: 0;
	border: none;
}

.linkBox a:link, .linkBox a:visited, .linkBox a:hover, .linkBox a:active {
	color: #2A4249;
	display: block;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 2px 0 2px 2px;
	text-decoration: none;
}

.linkBox a {
	text-decoration: none;
}

.linkBox a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #2A4249;
}




/* ******************************** */
/* 			SEARCH BAR				*/	
/* ******************************** */

/*	MAIN APPEARANCE & FUNCTIONS		
-------------------------------*/
#searchBar {
	position: absolute;
	top: 5px;
	right: 0px;
	background-image: url(../images/searchbar_bg3.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 80px;
	width: 608px;
}

#home_search_submit{
	display: block;
	position: absolute;
	right: 25px;
	top: 36px;
	height: 25px;
	width: 80px;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #222;
	background-image: url(../images/search_button_off.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color:#444;
	text-align: center;
	outline:none;
	text-decoration:none;
	text-shadow: #fff 1px 1px 1px;
}

#home_search_submit:hover {
	background-image: url(../images/search_button_on.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	color: #FFF;
	text-shadow: #000 0px 1px 1px;}

#home_search_q {
	display: block;
	position: absolute;
	left: 170px;
	top: 36px;
	height: 24px;
	background-color: #FFF;
	margin: 0;
	padding: 6px 0 0 6px; /* important! - centers search text */
	border:1px solid #000;
	outline-width:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width:330px;
}


/*	TABS FUNCTIONALITY		
-------------------------------*/
.shadetabs {
	position: absolute;
	z-index:3;
	top: 1px;
	left: 179px;
	height: 25px;
	width: auto;
	padding: 3px 0;
	margin-left: 10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
	display: block;
	float: left;
	height: 31px;
	width: 145px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.shadetabs li a {
	position: relative;
	outline: none;
	display: block;
	height: 33px;
	margin: 0;
	padding: 8px 0 0 0;
	width: 140px;
	text-decoration: none;
	z-index: 1;
	color: #444;
	background-image: url(../images/search_tab_off.gif);
	background-repeat: no-repeat;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
	color: #000;
}

.shadetabs li a.selected{ /*selected main tab style */
	color: #111;
	position: relative;
	background-image: url(../images/search_tab_on.gif);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#countrytabs {
	height: auto;
	width: auto;
}




/* ******************************** */
/* 		  TABBED GROUPINGS			*/	
/* ******************************** */

#categories {
	position: relative;
	height: auto; /* had to set to fixed amount w/ domain... */
	width: 990px;
	margin: 20px auto 38px auto;
	padding: 0;
	background-color: #e0dedf;
}

/*		THE TABS 		
----------------------------*/
#tabContainer {
	position: relative;
	top: 0;
	left: 0;
	height: 51px;
	width: 990px;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../images/tab_under.gif);
	background-repeat: no-repeat;
	background-color: #e0dedf;
}

.tabA {
	position: absolute;
	height: auto;
	width: auto;
	top: 0;
	padding-top: 20px;
	left: 10px;
	z-index: 2;
	float: left;
	height: 31px;
	width: 253px;
	background-color: none;
	background-image: none;
	text-decoration: none;
}

.tabB {
	position: absolute;
	height: auto;
	width: auto;
	top: 0px;
	padding-top: 20px;
	left: 270px;
	float: left;
	height: 31px;
	width: 253px;
	margin: 0;
	background-color: none;
	background-image: none;
	text-decoration: none;
}

.tabB a.active {
	position: absolute;
	z-index: 1;
	height: 31px;
	width: 490px;
	margin-left: -270px;
	margin-top: -20px;
	padding-top: 20px;
	padding-left: 290px;
	background-image: url(../images/tab_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.tabA a, .tabB a {
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	color: #555;
	text-decoration: none;
	padding: 20px;
}

.tabA a:hover, .tabB a:hover {
	color: #000;
}


/*		BOX APPEARANCE	
----------------------------*/
#tabbed_box_1 {
	margin: 0px auto 0px auto;
	height: auto;
	width: 990px;
}

.tabbed_area {
	position: relative;
	background-color: #F0EFED;
	height: auto;
	width: auto;
}

#shadowTop {
	position: absolute;
	top: 45px;
	right: 0px;
	height: 6px;
	width: 500px;
	background-image: url(../images/content_topborder.gif);
	background-repeat: repeat-x;
}

#shadowBottom {
	position: absolute;
	bottom: -4px;
	left: 0px;
	height: 4px;
	width: 100%;
	background-image: url(../images/content_bottomborder.gif);
	background-repeat: repeat-x;
}

#whiteBoxShadow {
	position: absolute;
	bottom: 0px;
	left: 4px;
	height: 26px;
	width: 992px;
	margin: 0;
	padding: 0;
	background-image: url(../images/white_box_bg.jpg);
	background-repeat: repeat-x;
}

/* NOTE: Right-side shadow is handled by being set as #content's background image */

#bgBottom{
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	height: 4px;
	width: 100%;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
}

#cornerUpperRight {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 47px;
	height: 5px;
	width: 4px;
	background-image: url(../images/corner_upper_right.gif);
	background-repeat: no-repeat;
}

#cornerBottomRight {
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: -4px;
	height: 4px;
	width: 4px;
	background-image: url(../images/corner_bottom_right.gif);
}

#cornerBottomLeft {
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: -4px;
	height: 4px;
	width: 4px;
	background-image: url(../images/corner_bottom_left.gif);
}


/*	BOX CONTENTS - MAIN	
----------------------------*/
.content {
	padding: 20px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/content_bg.gif);
	background-repeat:repeat-y;	 
	background-position: left;
}

.content a:link, .content a:visited, .content a:active {
	color: #555;
	text-decoration: none;
	padding: 2px;
}

.content a:hover {
	color: #f60;
	text-decoration: underline;
}

.content h3 a:link {
	color: #666;
	padding: 3px;
	height: 22px;
}

.content h3 a:visited {
	color: #555;
	height: 22px;
}

.content h3 a:hover {
	color: #FFF;
	height: 22px;
	background-color: #f60;
	text-decoration: none;
	height: 22px;
}

/*  this is the old hover effect, w/ silver gradient background
.content h3 a:hover {
	color: #FFF;
	height: 22px;
	background-image: url(../images/h3_bg_slice.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
	height: 22px;
	border-left: 1px solid #888;
	border-right: 1px solid #444;
	border-bottom: 1px solid #000;
}
*/

#content_2 { 
	height: 675px;
	width: auto;
	display:none; 
	padding: 20px;
}


/*	BOX CONTENTS - BROWSE CAT. BY GROUPING	
------------------------------------------*/
#content_1 table {
	width: 100%;
	height: auto;
}


/*	BOX CONTENTS - BROWSE CAT. A-Z	
----------------------------------*/
#columnContainer {
	position: relative;
	width: 100%;
	}
	
.siteListColumn {
	position: relative;
	float: left;
	width: 19.5%;
	background-color: #FFF;
	margin: 0;
	}
	
.siteListColumn ul li {
	text-decoration: none;
	list-style-type: none;
	margin: 2px;
	}
	
.siteListColumn a {
	color: black;
	}
	
#listOfCompanies {
	float: right;
	}
