@charset "UTF-8";

/* ******************************** */
/* 			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 {
	height: auto;
	width: 407px;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 4.8em;
	font-weight: normal;
	text-align: center;
	text-shadow: #fff 1px 1px 1px;
	color: #f60;
}

h2 {
	height: auto;
	width: 407px;
	font-size: 1.2em;
	text-align: center;
	text-shadow: #fff 1px 1px 1px;
	margin: -6px 0 0 0;
	padding: 0;
	color: #777;
	/*border-top: 1px solid #ccc;*/
}

h3 {
	display: block;
	float: left;
	height: 39px;
	width: auto;
	background-image: url(../images/orangebannerbg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 4px 10px 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
}

h3 a {
	color: #fff;
	text-decoration: none;
}

h3 a:hover {
	color: #fff;
	text-decoration: underline;
}

h4 {
	font-size: 29px;
	margin: 0;
	display: block;
	height: 52px;
	width: 269px;
	margin: 14px 0 -14px 20px;
	color: #F60;
}


/*	PARAGRAPH GENERAL	
----------------------------*/
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;
}




/* ******************************** */
/* 		PRIMARY ARCHITECTURE		*/	
/* ******************************** */

/*	BACKGROUND ELEMENTS		
----------------------------*/
#wrapper {
	position: relative;
	height: 100%;
	max-width: 1024px;
	width:100%;
	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: 100%;
	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: 100%;
	margin: 0 auto;
	padding: 0;
}

#testimonialHeader {
	position: relative;
	height: 119px;
	width: 407px;
	margin: 15px auto;
	padding: 0;
	background-image: url(../images/testimonial_bg.jpg);
	background-repeat: no-repeat;
}



/* ******************************** */
/* 			TESTIMONIALS			*/	
/* ******************************** */

/* this is the main wrapper for each individual testimonial */

#testWrapper {
	height: auto;
	width: auto;
	margin: 0;
	padding: 20px;
	border: none;
}

.testimonial {
	position: relative;
	height: auto;
	width: auto;
	margin: 0;
	padding: 5px 0 10px 0;
	background-image: url(../images/quotebox_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.testContent {
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 10px 15px 0 15px;
	border: none;
	/*font-style: italic;
	background-image: url(../images/quotebox_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;*/
	background-color: #fff;
	font-size: 13px;
	line-height: 1.2em;
	border-radius:8px 8px 0 0;
}

.testName {
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	border: none;
	color: #666;
	background-color: #fff;
}

#pdflink a {
	position: absolute;
	top: 120px;
	right: 20px;
	height: auto;
	width: auto;
	padding: 2px 4px 2px 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #f60;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#pdflink a:hover {
	color: #fff;
	background-color: #f60;
	border-left: 2px solid #633;
	border-top: 2px solid #633;
	border-bottom: #633;
	border-right:  none;
	padding-left: none;
	margin-top: 0px;
}


/*	ORANGE LINK BANNER		
----------------------------*/
.orangeBanner {
	position: relative;
	left: -11px;
	top: 15px;
	height: 43px;
	width: auto;
}

.orangeBannerLeft {
	position: relative;
	float: left;
	height: 43px;
	width: 11px;
	background-image: url(../images/orangebannerleft.gif);
	background-repeat: no-repeat;
}

.orangeBannerRight {
	position: relative;
	float: left;
	height: 43px;
	width: 15px;
	background-image: url(../images/orangebannerright2.gif);
	background-repeat: no-repeat;
}

/*	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:80px;width: 100%;max-width:1024px;margin:0 auto;padding:0;color:#fff;background-color:#2a4249;float:left;
}

#footer img {height: 55px; margin: 5px;}
.sch-logo {float: left; width: 500px; clear: left; width: 647px;}
.sch-org {float: right; margin: 10px 20px; text-align: right; line-height: 1.2em;}
.tele {font-size: 16px; font-weight: bold; padding: 7px 0 2px 0;}
#footer span {display: block;}
.contactlink {position: relative; bottom: 0px; float: right;}
/* CSS Addition by GFI for Footer */
/* CSS Addition by GFI for Footer */
#footerRow1
{
	/*padding-left: 270px;    LC width */
  	/*padding-right: 270px;   RC width */
	
}

#flogo/*used to be footerRow1Col1*/
{
	 width: 250px;          /* LC width */
     padding: 0 10px;       /* LC padding */
  	 /*right: 270px;           LC fullwidth + CC padding 
  	 margin-left: -100%;*/
	 margin-left:10px;
	 text-align:left; top:7px;
	
	 
}
#footerRow1Col2
{
  /*padding: 10px 20px; */   /* CC padding */
  width: 100%; 
  text-align:center; top:25px;
  
  
}
#footerRow1Col3
{
	 width: 250px;          /* RC width */
     padding: 0 10px;       /* RC padding */  	           
  	  /*margin-right: -270px;  RC fullwidth + CC padding */
	 text-align:right; top:27px;
	 margin-right:10px;
	 
}
#footerRow1Col4
{
	 width: 250px;          /* RC width */
     padding: 0 10px;       /* RC padding */  	           
  	  /*margin-right: -270px;  RC fullwidth + CC padding */
	 text-align:right; top:27px;
	 margin-right:10px;
	 
}
#footerRow1 .footerCol
{
  position: relative;  float: left;
  color:#FFFFFF; font-weight:bold; line-height:15px;
}
#footerRow1 .footerCol1
{
  position: relative;  float: right;
  color:#FFFFFF; font-weight:bold; line-height:15px;
}
#footerRow1 .footerCol a, #footerRow1 .footerCol1 a
{
  color:#FFFFFF; text-decoration:underline;

}
#footerRow2
{
	clear:both;
}
/*** IE Fix ***/
* html #flogo { /*used to be: 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: 100%;
	background-image: url(../images/divider_center.gif);
	background-repeat: repeat-x; margin:0; padding:0;
}

.dividerLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 10px;
	width: 2px;margin:0; padding:0;
	background-image: url(../images/divider_edge.gif);
	background-repeat: no-repeat;
}

.dividerRight {
	position: absolute; margin:0; padding:0;
	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: 438px;
	background-image: url(../images/orange_banner.gif);	
}

#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;
}


/*		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 22px 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: 20px;
	left: 10px;
	z-index: 2;
	float: left;
	height: 51px;
	width: 253px;
	background-color: none;
	background-image: none;
	text-decoration: none;
}

.tabB {
	position: absolute;
	height: auto;
	width: auto;
	top: 20px;
	left: 270px;
	float: left;
	height: 51px;
	width: 253px;
	margin: 0;
	background-color: none;
	background-image: none;
	text-decoration: none;
}

.tabB a.active {
	position: absolute;
	z-index: 1;
	height: 51px;
	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;
	}
	
/*** Search Box CSS **/
#wrapper #header #searchBarDir{position:absolute;top:5px;right:10px;background-image:url('../commonimages/directorysearch.png');background-position:bottom;background-repeat:no-repeat;height:75px;width:475px;float:right}
.ie6 #wrapper #header #searchBarDir{position:absolute;top:0px;right:26px;background-image:url('../commonimages/directorysearch.png');background-position:bottom;background-repeat:no-repeat;height:75px;width:475px;float:right}
.ie7 #wrapper #header #searchBarDir{position:absolute;top:0px;right:26px;background-image:url('../commonimages/directorysearch.png');background-position:bottom;background-repeat:no-repeat;height:75px;width:475px;float:right}
#home_search_q_Dir{display:block;position:absolute;left:29px;top:30px;height:30px;background-color:#FFF;margin:0;padding:0 0 0 6px;border:1px solid #000;outline-width:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;width:330px}
.home_search_q_Dir{display:block;position:absolute;left:29px;top:25px;height:30px;background-color:#FFF;margin:0;padding:0 0 0 6px;border:1px solid #000;outline-width:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;width:330px;line-height:30px}
.home_search_q_Dir_w{display:block;position:absolute;left:29px;top:25px;height:30px;background-color:#FFF;margin:0;padding:0 0 0 6px;border:1px solid #000;outline-width:0;font-family:Arial,Helvetica,sans-serif;font-size:13px;width:330px;color:#736F6E;line-height:30px}
.ie6 #home_search_q_Dir{display:block;position:absolute;left:29px;top:25px;height:30px;background-color:#FFF;margin:0;padding:0 0 0 6px;border:1px solid #000;outline-width:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;width:330px}
#home_search_submit_Dir{display:block;position:absolute;right:27px;top:25px;height:26px;width:80px;margin:0;padding:4px 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('../commonimages/searchbox/search_button_off.jpg');background-repeat:repeat-x;background-color:#CCC;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-style:italic;color:#444;text-align:center;outline:0;text-decoration:none;text-shadow:0 1px 0 #fff;font-weight:bold;}
.ie6 #home_search_submit_Dir{display:block;position:absolute;right:27px;top:25px;height:26px;width:80px;margin:0;padding:4px 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('../commonimages/searchbox/search_button_off.jpg');background-repeat:repeat-x;background-color:#CCC;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-style:italic;color:#444;text-align:center;outline:0;text-decoration:none;text-shadow:0 1px 0 #fff}
#home_search_submit_Dir:hover{background-image:url('../commonimages/searchbox/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:0 1px 0 #000}
#wrapper #header #searchBar{position:absolute;top:0;right:26px;background-image:url('../commonimages/searchbox/searchbar_bg.gif');background-position:bottom;background-repeat:no-repeat;height:74px;width:598px;float:right}
.ie6 #wrapper #header #searchBar{position:absolute;top:-15px;right:26px;background-image:url('../commonimages/searchbox/searchbar_bg.gif');background-position:bottom;background-repeat:no-repeat;height:74px;width:598px;float:right}
.ie7 #wrapper #header #searchBar{position:absolute;top:-22px;right:26px;background-image:url('../commonimages/searchbox/searchbar_bg.gif');background-position:bottom;background-repeat:no-repeat;height:74px;width:598px;float:right}
.shadetabs{position:absolute;z-index:3;top:1%;left:199px;height:25px;width:auto;padding:3px 0;margin-left:10px;margin-bottom:0;font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:13px;text-decoration:none;list-style-type:none;text-align:left}
.ie6 .shadetabs,.ie7 .shadetabs{position:absolute;z-index:3;top:19%;left:199px;height:25px;width:auto;padding:3px 0;margin-left:10px;margin-bottom:0;font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:13px;text-decoration:none;list-style-type:none;text-align:left}
.safari .shadetabs{position:absolute;z-index:3;top:2%;left:199px;height:25px;width:auto;padding:3px 0;margin-left:10px;margin-bottom:0;font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:13px;text-decoration:none;list-style-type:none;text-align:left}
.shadetabs li{display:block;float:left;height:31px;width:128px;margin:0;padding:0;text-align:center}
.shadetabs li a{top:-10px;position:relative;outline:0;display:block;height:33px;margin:0;padding:8px 0 0 0;width:128px;text-decoration:none;z-index:999;color:#444;background-image:url('../commonimages/searchbox/search_tab_off.gif');background-repeat:no-repeat}
.shadetabs li a:visited{color:#2d2b2b}
.shadetabs li a:hover{color:#000}
.shadetabs li a.selected{color:#111;position:relative;background-image:url('../commonimages/searchbox/search_tab_on.gif')}
.shadetabs li a.selected:hover{text-decoration:none}
.tabcontent{display:none}
@media print{
.tabcontent{display:block !important}
}
#countrytabs{height:auto;width:auto}
#home_search_submit{display:block;position:absolute;right:20px;top:35px;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('../commonimages/searchbox/search_button_off.jpg');background-repeat:repeat-x;background-color:#CCC;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-style:italic;color:#444;text-align:center;outline:0;text-decoration:none;text-shadow:0 1px 0 #fff}
.ie6 #home_search_submit{display:block;position:absolute;right:25px;top:35px;height:30px;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('../commonimages/searchbox/search_button_off.jpg');background-repeat:repeat-x;background-color:#CCC;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-style:italic;color:#444;text-align:center;outline:0;text-decoration:none;text-shadow:0 1px 0 #fff}
#home_search_submit:hover{background-image:url('../commonimages/searchbox/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:0 1px 0 #000}
#divSearchMain{padding:10px; text-align:left;}
.searchdivmain{margin-top:15px;}
.searchdivinner{padding-left:10px; padding-top:15px;}
.searchdivtitle{margin-top:5px;}
.searchdivtitle a{color:#8b000b;font-size: 18px; text-decoration:none;}
.searchdivdesc{margin-top:8px; margin-bottom:5px; font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 13px;}
.searchdivlink{color:#8b000b;margin-top:7px;font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 13px}
.searchdivsite{color:#8b000b;margin-top:7px;font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 13px;}
.searchdivpaging{margin-top:25px;margin-bottom:15px;text-align:center;}
.searchdivpaging a{color:#8b000b;font-family: Arial,Helvetica,sans-serif;font-size: 14px;font-weight:bold;margin:4px;text-decoration:none;}
.searchdivpaging span{font-family: Arial,Helvetica,sans-serif;font-size: 14px;font-weight:bold;margin:4px;}
.searchdivhline{border-top:1px dotted;margin-top:20px;margin-left:10px;margin-right:10px;}
.searchcap{margin:8px;color:#374246;font-family:Arial,Helvetica,sans-serif;font-size: 24px;}
.searchsubtitle{font-size:18px;margin: 0 0 15px;text-shadow:1px 1px 1px #FFFFFF;margin-bottom:2px;margin-left:9px;margin-top:29px;}
.searchdivtop{width:80%;margin:0px auto;text-align:center;}
/*** End of Search Box CSS ***/	



@media screen and (max-width: 1024px) {


}
@media screen and (max-width: 960px) {
#testimonialHeader {margin:140px auto 30px auto;}
body.testimonials #headsearch {float:left; width:100%; margin-top:120px !important; max-width:100%;}
body.testimonials #ulsbox {position:relative; float:none; margin:0 auto; max-width:300px;}
body.testimonials .txtsearch {font-size: 10px; width: 97%;}
body.testimonials .txtsearchsel {width: 240px;}
body.testimonials #ulsbox #lisearch {max-width: 285px; width: 100%;}
body.testimonials .ui-combobox .ui-combobox-input, #combo
{
width: 80%;
}

body.testimonials #ulsbox #listate
{
    width: 70%;
    margin-left:10px;
}

}

@media screen and (max-width: 915px) {
.testimonial {background-image:none;}
.testName {border-radius:0 0 8px 8px;} 
}

@media screen and (max-width: 890px) {

.linkBox{float:none;height:78px;width:200px;margin:0 auto;padding:0;border:none; position: relative; bottom: 8px;}
.contact-us {margin-left: 50px;}
#footer{position:relative;height:auto;width: 100%;max-width:1024px;margin:0 auto;padding:0;color:#fff;background-color:#2a4249;float:left;}
.terms {position: absolute; right: 230px; bottom: 65px; color: #fff;}
.sch-logo {float: none; width: 250px; clear: left; margin: 0 auto;}


#siteLinks{position:relative; margin:0 auto;padding:0;border:none; text-align:center; max-width: 300px; width: 100%;}

.sch-org {float: none; margin: 25px auto; width: 250px; clear: right;}

}
@media screen and (max-width: 875px) {
#pdflink a {
	position: relative;
	top: 300px;
	right: initial;
	left:10px;
	height: auto;
	width: auto;
	padding: 2px 4px 2px 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #f60;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#testimonialHeader {}
body.testimonials #pdflink {display:none;}
}

@media screen and (max-width: 788px) {

}

@media screen and (max-width: 775px) {
.tagline {margin-left: 0px;}
.home-road {margin-left: 0px;}
#headsearch.searchbox {left: 0px;}
.cat-wrapper {width: 100%; float:none; margin: 0 auto;}
.mid-container {width: 100%;}
.news {float: none; margin: 0 auto; clear: both; padding: 10px 0;}
.partner-badge {right: 0px; top: 20px; width: 250px;}	
#columnContainer.homeCategory .siteListColumn {width: 45%;}
body.secondary .siteListColumn {width: 90%;}
body.secondary .siteListColumn ul li {padding: 5px 0;}
body.secondary #columnContainer {width: 75%; min-width: 255px;}
}

@media screen and (max-width: 670px) {

#headsearch {max-width: 420px;}
#headsearch.searchbox {left: 10px;}
#logo{width: 100%;}
#logo img {width: 100%;}

#ulsbox {max-width: 300px;position:absolute; left:0;}
.txtsearch {font-size: 10px; width: 97%;}
.txtsearchsel {width: 240px;}
#ulsbox #lisearch {max-width: 285px; width: 100%;}
.ui-combobox .ui-combobox-input, #combo
{
width: 80%;
}

#ulsbox #listate
{
    width: 73%;
    margin-left:10px;
}
body.secondary #ulsbox {float: left;}
}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 430px) {
#anniversary {right: 0px;}
#categories {width:100%;}
.sch-org {margin: 25px 50px; float:right;}
#logo{height:85px; max-width:360px; width: 100%; margin: 10px auto; top:0px;}
#logo img {width: 100%;}
#orangeBanner.testimonials {position:absolute; left: -13px; padding-left:0;top:150px;background: url(../images/orangeLeft1.png) no-repeat 0px -3px;}
#testimonialHeader {max-width:300px;width:100%;background:#fff;border-radius:8px;}
#testimonialHeader h1 {max-width:300px; width:100%; font-size:4.0em;}
#testimonialHeader h2 {max-width: 300px; width:100%;}
body.testimonials #testimonialHeader h2 {padding:20px 0;}
body.testimonials #shadowRight {display:none;}
body.testimonials #headsearch {max-width:360px;}
}

@media screen and (max-width: 360px) {
#lower.divider {display: none;}
.social {left: 2px;}
.news {width: 90%;}
body.home .sitesTab-wrapper {width: 89%;}
#headsearch.searchbox,body.secondary #headsearch.searchbox {position: relative; left: -5px;}
.home-road {width:90%;}
.mid-container {margin:0;}
#bodyCopy {width:98%;}
.content {padding:0 10px 50px 10px;}
#columnContainer.homeCategory {padding:20px 15px 0 0;width:90%;}
#bodyCopy {margin:20px 20px 20px 7px;}
#orangeBanner a {margin:0 0 0 16px;}
#orangeBanner {width:115px;}
body.testimonials #testimonialHeader h2 {padding:10px 0;}
body.testimonials #logo {margin:0 auto;}
}