@charset "UTF-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:18pt;
	color:#333;
	background: white;
}

h1 { font-size:24pt; color:#c00; font-weight:normal; }

#top, #nav, #col, .skinny_col, #blog, #contact, #growth_engineering, #arrows {display: none;}

p {margin: 5pt 0 5pt 0;}


#wrapper {
	width:100%; 
	margin: 0 5%; 
	border:0; 
	padding: 0; 
	float: none !important;
	}

#wrapper_content {
	margin:0;
	padding:0;
}

#wrapper a:link:after, #wrapper a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }


a:link, a:visited {
	color: #0099CC;
	font-weight: bold;
	text-decoration: underline;
	}

	
.red { color:#c00;}



#top #lo\go {                                  /* 6. */
	display: list-item;                /* 1. */
	list-style-image: url(images/global/menu/inqbase_logo.png); /* 2. */
	list-style-position: inside;       /* 3. */
	letter-spacing: -1000em;           /* 4. */
	font-size: 1pt;                    /* 5. */
	color: #fff;                       /* 5. */
	}
	
#footer p {
	color:#666;
	font-size:8pt;
}

* {
overflow: visible !important;
}