/*************GLOBAL STYLES******************/
body { overflow: -moz-scrollbars-vertical; behavior: url(/js/csshover.htc); background:#4da2d9 url(images/bg-slice.jpg) repeat-x; font-family:Tahoma, Geneva, sans-serif; color:#00002d; font-size:12px; }
* { margin: 0 auto; padding: 0; }		/*<------<--------<-----| This assumes we're centering!!! */
a img { border: none; }
a { color:#469fd7; font-weight:bold}
a:hover, a.current { text-decoration: underline; }
p { padding:0 0 12px 0; line-height:17px; }
ul, ol { margin:0; padding:0 0 12px 30px; line-height:17px; }
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:#00002d; font-size:20px; padding:0 0 10px 0; }
h2 { color:#00002d; font-size:18px; padding:0 0 10px 0; }
h3 { color:#00002d; font-size:16px; padding:0 0 10px 0; }
h4 { color:#00002d; font-size:14px; padding:0 0 10px 0; }
h5 { color:#00002d; font-size:12px; padding:0 0 10px 0; }
h6 { color:#00002d; 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; }

.btns{ background:url(images/btns.gif) no-repeat top; width:309px; height:41px; display:block; margin:0 0 6px 0;}
a span.btns { color:#fff; font-size:16px; font-weight:bold; text-decoration:none; padding:12px 0 0 20px; cursor:pointer}
.btns:hover{ background-position:bottom;}
.btns.current{ background-position:bottom;}
.nopadd{ margin:0; padding:0}

/*************WRAPPERS**************/
#PageWrapper { padding:20px 0;}
#Wrapper { width:961px; background-color:#fff; padding:8px;}
#Top{ background:url(images/top.jpg) no-repeat top; width:961px; height:163px;}
#Logo{ float:left; width:300px; height:163px;}
#Nav{ float:left; width:610px; padding:110px 0 0 30px; height: 36px;}
#Nav ul{ list-style:none; margin:0; padding:0 0 0 10px; text-transform:uppercase; height:36px; font-size:13px}
#Nav ul li{ float:left; margin:0; padding:0; height: 36px; }
#Nav li.home {
	background: url("/images/nav-home.png") no-repeat;
	width: 66px;
}
#Nav li.seekers {
	background: url("/images/nav-seekers.png") no-repeat;
	width: 116px;
}
#Nav li.employers {
	background: url("/images/nav-employers.png") no-repeat;
	width: 105px;
}
#Nav li.contact {
	background: url("/images/nav-contact.png") no-repeat;
	width: 106px;
}
#Nav li.retail {
	background: url("/images/nav-retail.png") no-repeat;
	width: 202px;
}

#Nav ul li a{ /*font-weight:bold; color:#00002d; text-decoration:none; */ display:block; height: 36px; /*padding:10px 16px; float:left;*/}
#Nav ul li:hover{ /*background:#00002d; color:#fff; padding:8px 14px; float:left; border:2px solid #fff;*/ background-position: bottom;}
#Nav ul li.current{ /*background:#00002d; color:#fff; padding:8px 14px; float:left; border:2px solid #fff;*/ background-position: bottom;}
#Middle{ width:961px; padding:10px 0;}
#Left{ float:left; padding:20px 20px 20px 30px; width:540px;}
#Right{ float:left; padding:50px 0 20px 26px; width:320px;}
#Left2{ float:left; padding:20px 20px 20px 30px; width:860px;}
#Sidebar{ background-color:#b6d8f1; padding:14px 14px 0 14px; width:288px; margin:8px 0 0 6px; clear:both}
#Bottom{ width:937px; background-color:#07587c; padding:12px; clear:both}
#Bottom h1{ color:#fff; text-align:center; font-size:13px; margin:0; padding:0; font-weight:normal}
#Bottom h1 strong{ color:#007db3; font-weight:normal}
#Bottom2{ width:969px; padding:6px 0; font-size:11px;}
#Bottom2 a{ color:#07587c;}
#AffLogos{ float:left; background:url(images/aff-logo.gif) no-repeat; width:332px; height:58px;}
#site_credits { cursor:pointer }
#social { float: right; clear: right; padding: 5px 0px 5px 5px; }
#social img { margin-left: 5px; }

/*************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; }

