/*
Theme Name: SalarySurveyEngine - Plain & Easy for AJAX based site
Theme URI: http://www.safetysurvey.org/styles/style_ssjx.css
Description: Salary Search Engine Style Sheet for PHP & AJAX based version of the site
Version: v.07.28.2009
Author: Bharat Philiph-Patel, Business Systems Manager, BCSP
*/

/* Global Layout */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
/*	background: #f6f6f6;  */
	background: #fff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}


/* no default underline */
a {		text-decoration:none;
}

/* all images have 0 border */
img {		
		border:0;
}


/* Overall Page Container */
#container {
	margin: 10px auto;
	width: 100%;
	min-height: 550px;
	height: 100%;
	position: relative;
}

/* Content Area */
#content {
	width: 800px;
	margin: 0 auto;
	min-height: 500px;
/*	height: 550px; */
	text-align: left;
	clear: both;
	height: auto !important; 
}

.imghead {
	float: right;
	margin: 0 10px;
}

#content div#salarysearchbox {
	float: left;
	padding: 10px;
	border: 1px #aaa dotted;
	margin: 10px 0px;
	width: 100%;
	min-height: 500px;
}

#content div#disclaimer {
	float: left;
	text-align: left;
	clear: both;
	padding: 10px;
	margin: 0 auto;
	width: 800px;
	font-size: x-small;
/*	border: 1px dotted #ddd; */
}

#content div#searchinstruct {
	float: left; 
	width: 200px;
	padding: 10px 0px 10px 10px;
	height: 150px;
	
}

#content div#searchform {
	margin-left: 10px;
	margin-right: 10px; 
	width: 535px; 
	float: left; 
	clear:right;  
	padding: 10px; 
/*	background: #EFEFEF;  */
	height: 150px;  
	border-left: 1px #ccc solid;

}

#content div#searchoptions {
	clear: both; 
	float: left; 
	width: 770px; 
	margin-top: 20px; 
	padding: 10px;
	
}

/* FOOTER */
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
/*	background: #D7D7D7 url(/images/fbg.gif) top left repeat-x; */

}

#footer-content {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	font-size: 85%;
}

