/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
.gripelements {display:none;}
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/body-bg.jpg) repeat-x;
	color: #333;
}
p {
	margin:5px 0 20px 0;
	line-height:1.5em;
}
strong {
	color:#000000;
}
ul {
	line-height:1.5em;
	list-style:disc;
	margin-left:15px;
}
ol {
	line-height:1.5em;
	margin-left:15px;
}
li {
	margin-bottom:8px;
}
small {
	font-size:11px;
	color:#666;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited, a:link strong, a:visited strong {
	color: #0071ac;
	text-decoration: none;
}
a:hover, a:hover strong {color: #903570;}
a:active, a:active strong {color: #903570;}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	color:#913672;
	font-size:1.8em;
	letter-spacing:-0.03em;
	margin-bottom:8px;
}
#tabs h1 {
	color:#913672;
	font-family:georgia;
	font-size:1.6em;
	font-weight:normal;
	margin:5px 0;
}
#homepage h1 {
	font-size:1.5em;
}
#homepage h2 {
	color:#333;
	font-size:13px;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header // Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	margin:auto;
	height:768px;
	width:948px;
	background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/wrapper-bg.png) no-repeat 0 26px;
	position:relative;
}
#index #wrapper {
	background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/homepage-bg.jpg) no-repeat 0 26px;
}
.padding {
	padding:0 10px;
}
#topbar {
	height:26px;
	text-transform: uppercase;
	font-weight:bold;
	color:#aaa;
	font-family:Verdana;
}	
#topbar div#doctextsizer {
        float:left;
        width:200px;
	color:#FFFFFF;
        display:inline;
}	
ul#toplinks {
	margin:0;
	list-style: none;
	float:right;
	height:26px;
	margin-right:5px;
}
	#toplinks a {
		color:#fff;
		display:block;
		height:26px;
		padding:0 5px;
		float:left;
	}
	#toplinks a:hover {
		background-color:#561f42;
	}
	ul#toplinks li {
		line-height:26px;
		display:inline;
		border-right:solid 1px #561f42;
		height:26px;
		font-size:9px;
		float:left;
	}
#header {
	height:110px;
	background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/logo.png) no-repeat 10px 10px;
}
#index #header {
	background:none;
	height:220px;
}
#logo {
	float:left;
	position:relative;
	top:14px;
	left:10px;
        width:160px;
        height:70px;
}
#help-btn {
	position:absolute;
	top:40px;
	right:20px;
}
* html #index #help-btn {
	right:40px;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
ul#nav {
	float:right;
	margin:0;
	list-style:none;
	font-weight:bold;
	text-transform: uppercase;
	position:relative;
	z-index: 99999;
	top:60px;
}
#index ul#nav {
	top:200px;
}
	ul#nav li {
		display:inline;
		background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/arrow.png) no-repeat left center;
		padding-left:12px;
		margin-right:10px;
		position:relative;
	}
	ul#nav li.hover {
		background-image:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/arrow2.png);
	}
	ul#nav li.hover > a {
		color:#903570;
	}
		ul#nav ul {
			position:absolute;
			background:#FFF;
			width:200px;
			top:13px;
			left:-4px;
			z-index: 999;
			padding:3px;
			display:none;
		}
		ul#nav li li {
			background:none;
			margin:0;
			padding:0;
			display:block;
			font-size:11px;
			font-weight:normal;
			text-transform: none;
			border-bottom:solid 1px #CCC;
		}
			ul#nav li li a {
				display:block;
				padding:5px 3px;
				margin:2px 0;
			}
			ul#nav li li a:hover {
				background-color:#E1EEF5;
			}
#subnav {
	background-color:#F2F8FB;
}
	#subnav .padding {
		padding:10px;
	}
	
ul.subnav {
	list-style:none;
	margin:0;
	font-weight:bold;
}
	ul.subnav ul {
		font-weight:normal;
		list-style:none;
		margin-left:5px;
	}

	ul.subnav li {
		border-bottom:1px solid #CFE2EB;
		margin:0;
		padding:3px 0;
	}
	ul.subnav li li {
		border:none;
		margin:0;
		padding:0;
	}

ul.subnav li a {
display:block;
padding:2px;
height:1%
}
		ul.subnav li a:hover {
			background-color:#ddf1fb;
		}
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#homepage {
	background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/column-borders.png) repeat-y 463px 0;
	color:#666;
	margin-bottom:20px;
}
#subpage.columns4 {
	background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/column-borders2.png) repeat-y 687px 0;
	margin-bottom:25px
}
#subpage2col {
        margin-bottom:25px;
}

.columns4 .column {
	float:left;
	width:232px;
}

.columns4 .column.span2 {width:464px;}
.columns4 .column.span3 {width:696px;}

.column .padding {
	padding:0 5px;
}
.columns4 .column.span2 .padding table td {
        padding:5px 5px 5px 0;
}
.columns4 .column.span2 .padding table#providers tr {
	border-bottom:1px solid #dfdfdf;
}
.columns4 .column.span2 .padding table#providers tr td {
	padding:5px 5px 10px;
}
table.thinrows td p {
	margin:0px !important;
}

#rightcolumn {
	color:#666;
	font-size:11px;
}
#bcrumbs {
	border-top:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	padding:7px 6px;
	font-size:.9em;
	background-color:#FFF;
	margin-bottom:5px;
}
#whatsnew {
	position:relative;
	left:-9px;
	margin-top:-5px;
}
.blue {
	background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/signupform.png) no-repeat;
	padding:5px;
	height:307px;
	overflow:hidden;
}
.signuporange {
	background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/signupform_orange.png) no-repeat;
	padding:5px;
	height:255px;
	overflow:hidden;
}
#homepage .blue h2 {
	color:#fff;
}
.signuporange h2 {
	color:#666;
}
#success-stories p {
        clear:both;
}
.jobsbutton {
        margin:0 35px 0 0;
}

/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
		#enews .text {
			border:solid 1px #dbdbdb;
			padding:3px;
			color:#666;
			margin-bottom:11px;
			width:200px;
		}
		#cfacsignup .text {
			border:solid 1px #dbdbdb;
			padding:3px;
			color:#666;
			margin-bottom:11px;
			width:190px;
		}
		#enews label, #cfacsignup label {
			font-size:9px;
			line-height:11px;
			text-transform: uppercase;
			font-weight:bold;
			padding-bottom:1px;
			display:block;
		}
		#enews label {
			color:#fff;
		}
		#cfacsignup label {
			color:#666;
		}
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#iq-badge {
	float:right;
	margin-right:-18px;
	position:relative;
}
.error {
	background-color:#EDD7E5;
	color:#913672;
	font-weight:bold;
	line-height:1.5em;
	padding:10px;
}
#display p {
        margin-bottom:10px;
}
#display ul li {
        margin-bottom:2px;
}
.providers {
	float:right;
	left:-107px;
	position:relative;
	top:-29px;
	width:230px;
}
#tabs .content {
	display:none;
}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/footer-bg.png) repeat-x;
	padding:10px 0;
	height:200px;
}
	#footer p {
		margin-bottom:10px;
	}
	#footer ul {
		margin:0;
		list-style:none;
	}
	#footer li {
		display:inline;
		padding:0 15px;
		font-weight:bold;
		text-transform: uppercase;
		font-size:11px;
	}
	#footer .span3 {
		background:url(http://d3b57b9524af4a17ecb75baf97947d6dfb047a4e.gripelements.com/img/footer-line.png) right top no-repeat;
		height:200px;
	}
/* =10 Rotator
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
div.contact_fader {
        float:right;
        width:250px;
        height:166px;
        margin:10px 0 0 20px;
        overflow:hidden;
}
ul#fader {
        list-style:none;
        margin:0;
        z-index:1;
}
ul#fader li [
        margin-bottom:none;
}
