@charset "utf-8";
body {
	background-image: url(images/goodwillches-background.gif);
	background-repeat: repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#logo {
	float: left;
}
h2 {
	font-size: 18px;
	color: #2b3381;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

a {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

#content a {
	color: #2B3381;
	text-decoration: none;
}
#content a:link {
	color: #2B3381;
	text-decoration: none;
}
#content a:hover {
	color: #5A7AD1;
	text-decoration: underline;
}

#news {
	list-style-type: none;
	/*border: 1px dashed #fff;
	background: #050c44;
	padding: 3px;*/
	margin: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div#ticker {
	overflow: visible;
	position: relative;
}
div#ticker ul li {
	list-style-type: none;
}

#joblistings { background-color: #FFF; 
					text-align: left; border-top: 1px dotted #1D1D1D; }
	#joblistings h3 { margin-top: 4px; margin-bottom: 0px; padding-top: 5px; padding-bottom: 0px; }
	#joblistings .jobdescription { }

	#joblistings .joblink { padding-top: 5px; padding-bottom: 5px; border-bottom: 1px dotted #000; }
	#joblistings .joblink a { text-decoration: none;}
	#joblistings .joblink a:hover { }
    #jobpage {
		background-color: #FFF;
		text-align: left;
	}
	#jobpage .jobpagelinks {
		line-height: 20px;
		margin-left: 20px;
	}
	#jobapplication {} 
	
	#jobapplication input { }
	#jobapplication .definition { font-size: 10px; }
	#jobapplication table th { font-size: 11px; text-align: left;}
	#jobapplication table .references { border: 1px solid #000; }