@charset "utf-8";
/* CSS Document */

/* 

STYLE SHEET FOR EMPLOYER ADVANTAGE WEB SITE
Created by bluespace creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/

/* --------- 1. defaults  --------- */

* {margin: 0; padding: 0;}

body {
	font: 12px/20px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #363636;}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 876px;
	margin: 28px auto 15px;
	padding: 0px;
		}
		
#logo {
	float: left;
	padding: 21px 0 0 75px;
	margin: 0;
		}
#loginNav {display: none;}

#loginNav a:hover {display: none;}
	
#navContainer {display: none;}
	
#wrapper #navContainer a, #wrapper #logo a{outline: none;}
		
#masthead {display: none;}

#printMast {display: block;}

#content {padding-right: 53px; padding-left: 53px;}

#content #leftContent {
	float: left;
	width: 403px;
	padding-right: 48px;
	border-right: 1px solid #DBDBDB;
	margin-top: 19px;
	margin-bottom: 10px;
}
#content #rightContent {
	float: left;
	width: 270px;
	margin-top: 19px;
	margin-bottom: 10px;
	padding-left: 48px;}

#footer {display: none;}

p {margin-bottom: 8px; font: 12px/19px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font: normal 21px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
	color: #545a4f;
}

.seperator {display: none;}

/* ---------- 3. links and navigation ---------- */

a {color: #004780; text-decoration: none;}
		
a:hover {text-decoration: underline;}
		
/* ---------- 4. fonts ---------- */
ul {list-style-type: none;}

/* ---------- 5. images ---------- */

a img {border: 0;}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */text-align: center;}
		
#wrapper {text-align: left;}  
