/*************GLOBAL STYLES******************/
body { overflow: -moz-scrollbars-vertical; behavior: url(/js/csshover.htc); background:#fff; font-family:Arial, Helvetica, sans-serif; color:#213c63; font-size:13px; }
* { margin: 0 auto; padding: 0; }		/*<------<--------<-----| This assumes we're centering!!! */
a img { border: none; }
a {color:#ee2e24; text-decoration:underline; font-weight:bold }
a:hover, a.current { text-decoration: underline; }
p { padding:0 0 12px 0; }
ul, ol { margin:0; padding:0 0 12px 30px;}
li { margin:0; padding:0 0 4px 0}
td, th, tr { }
strong { }
hr{ color:#ccc; border:1px solid #ccc; border-width:1px 0 0 0; margin:10px 0;}

h1 { color:#213c63; font-size:18px; padding:0 0 10px 0; }
h2 { color:#000; font-size:18px; padding:0 0 10px 0; }
h3 { color:#000; font-size:16px; padding:0 0 10px 0; }
h4 { color:#000; font-size:14px; padding:0 0 10px 0; }
h5 { color:#000; font-size:12px; padding:0 0 10px 0; }
h6 { color:#000; font-size:10px; padding:0 0 10px 0; }

/*************REUSABLE CLASSES******************/
.right { float:right; }
.left { float:left; }
.full { position:relative; width:99%; }	/****<-----| This works better w/ px based widths ****/
.split50 { position:relative; width:50%; float:left; }
.split30 { position:relative; width:33%; float:left; }
.split25 { position:relative; width:25%; float:left; }

/*************WRAPPERS**************/
#PageWrapper { }
#Wrapper {width:960px; }
#Top{background:url(images/ergstaffing_topbanner.jpg) no-repeat left; width:960px; height:115px;}
#SplashMiddle{background:url(images/ergstaffing_main.jpg) no-repeat; width:960px; height:275px;}
	#SplashContent{ width:960px;}
	#SplashCopy{ padding:16px 35px 10px 0px; width:580px; float:left;}
	#SplashSidebar{  padding:16px 0 4px 0; width:345px; float:left}
	#SplashSidebar img{ margin-bottom:10px;}
#Bottom{width:960px; padding:15px 10px 0 10px; font-size:13px; color:#8594a9; border-top:solid #d3d8e0 1px;}
	#Bottom a {text-decoration:none; color:#8594a9; font-weight:normal;}
#site_credits { cursor:pointer }

/*************JQuery Styles***************/
div.answer { display: none; }
.answer { padding:10px; margin-bottom:5px; }
div.question { margin:8px 0 4px 0; background:#ededed; padding:0; }
div.question h4 { padding:4px; color:#000; font-size:12px }
div.question:hover { background:#dbdbdb; cursor:pointer }
div.question.active { background:#dbdbdb; }

/*************Form Styles**************/
/* Define your base widths here as well as any fancy button formatting.  Just remember that only real browsers will see image-based buttons. */	
input[type="text"] { width:250px; }
textarea { width:250px; }
select { width:250px; }
input[type="button"] { }
input[type="submit"] { }
/* Define the various event states */	
input.disabled, select.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.required, textarea.required, select.required { border: 1px solid #00A8E6; }
input.validation-failed, textarea.validation-failed, select.validation-failed { border: 1px solid #FF3300; color: #FF3300; }
input.validation-passed, textarea.validation-passed, select.validation-passed { border: 1px solid #00CC00; color: #000; }
.validation-advice { margin: 5px 0; padding: 5px; background-color: #990000; color: #fff; font-weight: bold; }
.custom-advice { margin: 5px 0; padding: 5px; background-color: #990000; color : #fff; font-weight: bold; }
/* Define the basic form layout */
fieldset { padding: 1em; margin-bottom: 0.5em; }
label { font-weight: bold; }
.form-row { font-size:12px; margin:0 0 8px 0 }
.field-label { float:left; width:230px; }
.field-widget { float:left; width:250px; }
/* Anything extra... */	
.red { color:#990000; }

/*************Min-Height Hack**************/
.prop { float:left; width:1px; }
.clear { clear:both; height:1px; overflow:hidden; }	/* I don't currently rely on .clear */
.min431px { height:431px; }

/***************************************/	

/* -- Alsett Clearing Method*/
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clearfix { display:inline-block; }
/* Hide from IE Mac \*/
.clearfix { display:block; }
