/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Garamond, Arial, sans-serif;
	font-size:14px;
	background-color:#232B38;
	color:
}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#000000;
}
a:active {
	text-decoration: none;
	color:#000000;
}
input {
	margin:4px 0 4px 4px;
}
	#holder {
		position:relative;
		width:836px;
		margin:auto;
		background-color:#47443f;
	}
	#header {
		position:relative;
		width:836px;
		background:#605d56;
		border-bottom:#69665f;
	}
	#navHeader {
		position:relative;
		width:795px;
		height:174px;
		top:20px;
		margin:auto;
		background:#FFFFFF;
	}
	#nav {
		position:absolute;
		width:555px;
		height:32px;
		top:100%;
		margin:-52px 0 0 0;
		left:240px;
		font-size:16px;
		color:#323b4d;
	}
	#nav a {
		color:#323b4d;
	}
	#home {
		width:64px;
	}
	#about {
		width:86px;
		left:64px;
	}
	#begin {
		width:161px;
		left:150px;
	}
	#job {
		width:142px;
		left:311px;
	}
	
	#contact{
		width:95px;
		left:453px;
	}
	.navItem {
		height:32px;
		position:absolute;
		text-align:center;
		border-left:1px solid #bab7a6;
		padding-top:8px;
		background:url(images/navBackground.gif) repeat-x top left;
	}
	.navItem:hover {
		background:url(images/navBackgroundHover.gif) repeat-x top left;
	}
	#horLine {
		position:relative;
		width:795px;
		height:4px;
		padding:0;
		margin:auto;
		background:#cdc6b4;
		border-bottom:1px solid #bab7a6;
		border-top:1px solid #bab7a6;
	}
	#body {
		position:relative;
		width:836px;
		background-color:#57544d;
		border-top:1px solid #69665f;
	}
	
	#content {
		position:relative;
		width:775px;
		margin:auto;
		top:-1px;
		background:#e0d9c7;
		padding-left:10px;
		padding-right:10px;
		padding-top:16px;
	}
#copyright {
	position:relative;
	left:20px;
	top:16px;
	color:#8E8B82;
	font-size:12px;
}

#submenuHolder {
	position:relative;
	padding:0;
	margin:-1px 0 0 0;
	height:27px;
	width:795px;
	left:20px;
	background-color:#d8d1bf;
	border-bottom:2px solid #bcb6a8;
}
#submenuHolder2 {
	position:relative;
	padding:0;
	margin:-10px 0 0 -10px;
	height:27px;
	width:600px;
	background-color:#d8d1bf;
}
.submenu {
	padding:4px 0 0 0 ;
	margin:0;
}
.subItem {
	display:inline;
	font-size:16px;
	padding:0;
	margin:0 0 0 16px;
	color:#842e1f;
}
.subItem a:link {
	text-decoration: none;
	color:#842e1f;
}
.subItem a:visited {
	text-decoration: none;
	color:#842e1f;
}
.subItem a:hover {
	text-decoration: none;
	color:#000000;
}
.subItem a:active {
	text-decoration: none;
	color:#842e1f;
}
.fontBold {
	font-weight:bold;
	color:#000000;
}
.heading {
	color:#145050;
	font-size:28px;
}
#contactForm {
	width:384px;
}
#jobList {
	margin:auto;
}
.description {
	font-size:12px;
	font-style:italic;
}
.category {
	font-weight:bold;
	font-size:22px;
	color:#145050;
}
.title {
	font-weight:bold;
	font-size:16px;
}
.apply {
	font-size:14px;
	color:#000000;
}

#addressStrat {
	position:absolute;
	left:100%;
	top:248px;
	margin:0 0 0 -326px;
	width:314px;
	text-align:center;
	color:#145050;
	font-size:20px;
}
/* CSS Document */

