/*
|
| TITLE:		Ardmore Jobs home page style for screen media
| AUTHOR:		Eric Shiarla, emshiarla@gmail.com
| EMPLOYED: 	Pendergraphics Design Group, http://www.pendergraphics.com
| 
| CREATED:		Aug. 17th, 2005 
| MODIFIED: 	--------------
|
*/

body {
	background: #ADB9C7 url(../../images/bg-site-home.gif) repeat-y top center;
}

#wrap {
	background-color: #fff;
}


h1, h2, h3, h4 {
	margin: 0;
	width: auto;
	color: #fff;
	border: none;
}


/* LOGO
----------------------------------------------------*/
#logo {
	height: 259px;
	background: url(../../images/bg-header.jpg) no-repeat center; 
}



/* FORMS
----------------------------------------------------*/
#sjobs input.button, #semployers input.button, #presume input.button {
	position: absolute;
	bottom: 0;
	right: 23px;
	display: block;
	width: 80px;
	height: 80px;
	color: transparent;
	background-color: transparent;
}

#sjobs input.button alt, #semployers input.button alt, #presume input.button:alt {
	display: none;
}

	

#sjobs {
	display: block;
	position: absolute;
	top: 258px;
	left: 0;
	width: 250px;
	height: 155px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 15px;
	background: #014576 url(../../images/bg-sjobs.jpg) no-repeat bottom left;	
}

	#sjobs input, #sjobs select {
		background-color: #D6E3F2;
		border: none; 
	}
	


#semployers {
	display: block;
	position: absolute;
	top: 258px;
	left: 250px;
	width: 250px;
	height: 155px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 15px;
	background: #92012d url(../../images/bg-semployers.jpg) no-repeat bottom left;	
}

	#semployers input, #semployers select {
		background-color: #E7CECA;
		border: none; 
	}
	

	
	
	
#presume {
	display: block;
	position: absolute;
	top: 258px;
	left: 500px;
	width: 250px;
	height: 155px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 15px;
	background: #adb9c7 url(../../images/bg-presume.jpg) no-repeat bottom left;	
}

	#presume input, #presume select {
		background-color: #CDE8E8;
		border: none; 
	}
	
	#presume p {
		padding: 0 15px 0 0; 
		color: #f0f0f0;
	}


#sjobs input.submit, #semployers input.submit, #presume input.submit {
	position: absolute;
	bottom: 5px;
	left: 15px;
	background-color: transparent;
}







/* BOXES
----------------------------------------------------*/	
#employersbx h2, #movingbx h2, #relocatingbx h2 {
	color: #5C5C5C;
}

	/*  \*/
	* html #employersbx h2{
		margin-bottom: -20px;
		padding-bottom: 0;	
	}
	/*  */

#employersbx ul, #movingbx ul, #relocatingbx ul {
	display: block;
	width: 150px;
	height: auto;
	list-style: none;
	font-size: 10px;
	line-height: 19px;		
} 

#employersbx li, #movingbx li, #relocatingbx li {
	background: transparent url(../../images/bg-li.jpg) no-repeat bottom right;		
} 

#movingbx a, #relocatingbx a {
	display: block;
	width: 100%;
	color: #5C5C5C;
	text-decoration: none;
} 

#employersbx a:hover, #movingbx a:hover, #relocatingbx a:hover {
	color: #272727;
	background: transparent url(../../images/bg-li-hover.jpg) no-repeat top right;		
} 


#employersbx {
	display: block;
	position: absolute;
	top: 413px;
	left: 0;
	width: 250px;
	height: 180px;
	overflow: hidden;
	margin: 0;
	padding: 30px 0 0 15px;
	background: transparent url(../../images/bg-employersbx.jpg) no-repeat top left;	
}

	#employersbx input {
		background-color: #fff;
		border: 1px solid #ccc; 
	}
	
	#employersbx input.submit {
		float: left;
		width: 52px;
		height: 22px;
		border: none;
	}
	
	#employersbx img.feeschedule {
		float: left;
		margin: 5px 0 0 3px;
		width: 73px;
		height: 22px;
		border: none;		
	}
	
		/* IE is a load of junk  \*/
		* html #employersbx img.feeschedule{
			float: none;			
			clear: both;	
		}
		/*  */	
	

	#employersbx label{ 
		margin: 2px 0 0 0;
		padding: 3px 0 0 2px;
		display: block;
		width: 130px;
		float: left;
		clear: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
		vertical-align: middle;
	} 	
	
	

	
		
	
#movingbx {
	display: block;
	position: absolute;
	top: 413px;
	left: 250px;
	width: 250px;
	height: 180px;
	overflow: hidden;
	margin: 0;
	padding: 30px 0 0 15px;
	background: transparent url(../../images/bg-movingbx.jpg) no-repeat top left;	
}	



#relocatingbx {
	display: block;
	position: absolute;
	top: 413px;
	left: 500px;
	width: 250px;
	height: 180px;
	overflow: hidden;
	margin: 0;
	padding: 30px 0 0 15px;
	background: transparent url(../../images/bg-relocatingbx.jpg) no-repeat top left;	
}


#ads {
	position: absolute;
	top: 606px;
	left: 0;
	width: 100%;
}

	#ads img {
		margin: 15px;
	}

