/* 

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

/* --------- 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;
	font-size: 11px;
	font-weight: normal;
	padding-top: 9px;
	color: #A8AC77;
	padding-left: 328px;}
	
#loginNav a {font-weight: bold;}

#loginNav a:hover {text-decoration: underline;}
	
#wrapper #navContainer {
	float: right;
	width: 364px;
	height: 73px;
	padding-right: 53px;
}

#wrapper #navContainer a, div#wrapper div#logo a {outline: none;}

#wrapper #masthead {
	width: 858px;
	height: 199px;
	clear: both;
	margin: 0px;
	background: url(../images/masthead_sec.gif);
	padding: 20px 8px 20px 10px;
	
}
#wrapper #masthead #breadcrumbs {
	height: 38px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b9b9b9;
}

#wrapper #masthead #mastContainer {clear: none; float: left;}

#masthead #breadcrumbs a {color: #FFF; font-family:Georgia, "Times New Roman", Times, serif;}

#wrapper #masthead #leftNav {
	width: 284px;
	padding: 0;
	margin-top: 0;
	margin-right: 8;
	margin-bottom: 0;}
	
#wrapper #masthead #mastImage {
	margin: 0 0 0 8px;
	padding: 0;
	border: 0;
	background: #999933;
	width: 566px;
	float: left;
	height: 150px;}

#content {padding-right: 53px; padding-left: 53px; margin-top: 9px;}



#wrapper #content #secPageNav {
	width: 290px;
	float: right;
	padding: 15px 27px;
	background: #E6E9C8;
	margin-bottom: 15px;
	margin-left: 15px;
}
#content #secPageNav ul {list-style: disc; margin-left: 15px !important; padding-left: 0px !important;}
#content #secPageNav li {line-height: 20px !important;}
#content #secPageNav a {font-weight: bold !important;}

#wrapper #content #mainContent {padding-top: 15px; padding-bottom: 10px;}

#mainContent ul {margin-bottom: 10px; list-style: disc; margin-left: 18px;}
#mainContent ol {margin-bottom: 10px; margin-left: 18px;}
#mainContent li {padding-bottom: 3px;}

#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;}





#secPageNav h1 {
	width: 290px;
	padding-bottom: 10px;
	border-bottom: 2px solid #9DA291;
}

p {margin-bottom: 10px; font: 12px/19px Tahoma, Verdana, Arial, Helvetica, sans-serif;}

#secPageNav h3 {
	padding-top: 10px;
}

/* ---------- 3. links and navigation ---------- */

a {color: #004880; 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;}  
