/*Eric Meyer CSS reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size:62.5%;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom:8px;
}

p {
	font-family: Verdana;
	font-size: 1em;
	color:#333333;
	line-height: 1.4em;
	margin-bottom: 1em;
}

ul {
	font-size: 1.2em;
	color:#333333;
	line-height: 1.2em;
	margin-bottom: 1.6em;
}

li {
	margin-left: 4em;
	list-style: disc;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #800E1A;
}

a:hover {
	color: #333;
}

#wrapper {
	margin: auto;
	width: 800px;
	padding: 20px 20px 0px 20px;
	background-color: #FFF;
}

#masthead {
	background: url(images/wendoh-icon.gif) no-repeat;
	height: 120px 0px 0px 0px;	
}

#news-subheader {
	height: 45px;
	width: 594px;
	margin-left: 206px;
	background: url(images/h-dots.gif) repeat-x;
	float: right;
}

#subheader {
	height: 45px;
	background: url(images/h-dots.gif) repeat-x;
}

#top-edge {
	height: 10px;
}

#btm-edge {
	height: 10px;
}

#content {
	width: 758px;
	padding: 10px 20px;
	border-left: thin solid #991c21;
	border-right: thin solid #991c21;
}

	#left-jobs {
		width: 230px;
		padding: 10px;
		font-size: .9em;
		text-align: justify;
		float: left;
	}

	#jobs-list {
		width: 440px;
		font-size: .9em;
		text-align: left;
	}

	#jobs-iframe {
		float: left;
		width: 480px;
		height: 420px;
		margin-left: 20px;
	}



#news-wrapper {
	width: 798px;
	padding: 10px 0px 0px 0px;
	background: url(images/v-dots.gif) repeat-y;
}

	#news-content {
		width: 570px;
		float: right;
		margin-left: 40px;
	}


	#left-news {
		width: 155px;
		font-size: .9em;
		text-align: left;
		float: left;
		height: 490px;
		padding: 40px 10px 0px 20px;
		background: url(images/archive-bg.gif) no-repeat #FFF;
	}

	#news-iframe {
		width: 528px;
		height: 450px;
		padding: 10px 20px;
		border-left: thin solid #991c21;
		border-right: thin solid #991c21;
		background-color: #FFF;
	}
	#about-iframe {
		width: 740px;
		height: 400px;
		padding: 10px 10px;
		background-color: #FFF;
	}

#grey-bar {
	width: 100%;
	height: 60px;
	background-color: #BFBFBF;
	margin-top: 20px;
}

#footer {
	width: 800px;
	margin: auto;
	position: relative;
	margin-top: 20px;
	font-size: .9em;
}

	#footer ul {
		text-transform: uppercase;
		float: right;
	}

	#footer ul li{
		display: inline;
		margin: 3px;
	}
	
	#address-bar {
		font-size: 1.5em;
		color: #333;
		font-variant: small-caps;
	}
	
	
.clear {
	clear: both;
}

.job_desc p {
	font-size: 1.2em;
	color:#333333;
	line-height: 1.2em;
	margin-left: 2em;
}

.section-hdr {
	margin-left: 110px;
	padding-top: 35px;
	position: relative;
}

.wmc-bug {
	float: right;
	margin: 8px 0px;
}



