/* 

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 {
	background: #19000d url(../images/bodyBkg.gif) repeat-x;
	font: 12px/20px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #363636;}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 876px;
	background: #FFF url(../images/wrapTop.gif) no-repeat top;
	margin: 28px auto 15px;
	padding: 0px;
		}
		
#logo {
	float: left;
	padding: 21px 0 0 75px;
	margin: 0;
		}
#loginNav {
	float: left;
	height: 23px;
	width: 245px;
	padding-left: 300px; 
	font-size: 11px;
	font-weight: normal;
	padding-top: 9px;
	text-align: center;
	color: #A8AC77;
}
#loginNav a {font-weight: bold;}

#loginNav a:hover {text-decoration: underline;}
	
#navContainer {
	float: right;
	width: 364px;
	height: 73px;
	padding-right: 53px;}
	
	
#wrapper #navContainer a, #wrapper #logo a{outline: none;}

#printMast{display: none;}
		
#masthead {
	width: 856px;
	height: 334px;
	background-image: url(../images/masthead.jpg);
	clear: both;
	margin: 0px;
	padding: 20px 10px;}
#leftNav {
	width: 292px;
	height: 325px;
	float: left;
}
#flashVideo {
	float: left;
	padding-top: 9px;
}


#masthead #serviceList a {
	color: #FFF;
}

	
#masthead #leftNav {margin: -2px 0px 0px -2px; padding: 0px;}

#masthead #serviceList {
	float: left;
	padding-top: 98px;
	padding-left: 47px;
	color: #FFFFFF;
	line-height: 17px;
	font-size: 13px;
	width: 265px;
}
	
#masthead #serviceList ul {list-style: disc;}
#masthead #serviceList li {
	margin-top: 4px;
	line-height: 16px;
}

#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 {
	font-size: 11px;
	width: 770px;
	clear: both;
	float: left;
	border-top: 1px solid #e1e2e3;
	padding-top: 12px;
	padding-bottom: 4px;
}
#footer p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.separator {
	clear: both;
	height: 11;
		}
		
.vizBtn {
	padding-top: 5px;
	margin-left: -16px;
}

p {margin-bottom: 8px; font: 12px/19px Tahoma, Verdana, Arial, Helvetica, sans-serif;}



/* ---------- 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;}  
