body {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
}
a, a:visited, a:active {
	color: #46a5ba;
	text-decoration: none;
}
a:hover {
	color: #46a5ba;
	text-decoration: underline;
}
h3 {
	color: #46a5ba;
	font-size: 20px;
}

#mainContent h3 {
	color: #555555;
	font-size: 14px;
}
#mainContent h2 {
	color: #555555;
	font-size: 20px;
}
#container {	
	margin: 0px auto;
	text-align: left;
	width: 950px;
	background-color: #fff;

}
#header {
	padding:10px;
}
#homeIcon {
	float: right;

	font-size: 10px;
}
#menu {
	text-align: center;
	margin-bottom: 10px;
}
#menuEnd {
	float: left;
	width: 79px;
	background-image: url('images/menuBack.gif');
	height: 25px;

}
#menuBreak {
	background-color: #da8277;
	height: 2px;
	width: 940px;
	margin-bottom: 20px;
}
div.navItem {
	float: left;
	color: #fff;
	background-image: url('images/menuBack.gif');
	font-weight: bold;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 1px;

}
div.navItem a {
	color: #fff;
	text-decoration: none;
}
div.navItem a:visited {
	color: #fff;
	text-decoration: none;
}
div.navItem a:active {
	color: #fff;
	text-decoration: none;
}
div.navItem a:hover {
	color: yellow;
}
div.navItemSELECTED {
	float: left;
	color: #46a5ba;
	background-color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
#nav {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	width: 150px;
}
#navHead {
	font-size: 12px;
	height: 18px;
	padding-left: 5px;
	padding-top: 2px;
	background-color: #da8277;
	border-bottom: 2px solid #9c5050;
	color: #fff;
}
#nav li {
	list-style-type: none;
	background-color: #f1f6f2;
	padding: 2px;
	padding-left: 10px;
	font-size: 10px;
	border-top: 1px solid #c0d9c2
}
#nav ul {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#content {
	float: left;
	width: 570px;
	padding-left: 10px;
	padding-right: 10px;
}

p {
	padding-left: 5px;
}
img.paddedImage {
	border: 1px solid #333333;
	margin: 4px;
	padding: 1px;
}
div.spacer {
	border-bottom: 1px dotted #46a5ba;
	height: 1px;
}
#footer {
	padding: 20px;
	border-top: 1px solid #deebdf;
	height: 1px;
}
div.sectionHeader {
	color: #46a5ba;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
#date {
	color: #999999;
	font-size: 10px;
	margin-left: 10px;
}
#rightPanel {
	float: left; 
	width: 332px;
	margin-left: 5px;
}
#form {
	height: 320px;
	width: 332px;
	background-image: url('images/frontFormBack.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 160px;
}
div.quickLinks {
	float: left;
}
div.quickLinks li {
	list-style-type: none;
	color: #46a5ba;
}
#jobsiteIndex {
	background-color: #46a5ba;
	color: #fff;
	width: 400px;
	margin: 15px;
}
#news {
	
}
div.newsItem {
	padding: 5px;
	border-bottom: 1px dotted #999999;
}
div.newsTitle {
	font-size: 14px;
	font-weight: bold;
}
div.newsDate {
	font-size: 10px;
	color: #999999;
}
div.newsPreview {
	
}
#submenu {
	margin-top: 10px;

	width: 500px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #46a5ba;
}
#submenu li {
	margin: 0px;
	padding: 4px;
	list-style-type: none;
	color: #46a5ba;
}
#submenuLeft {
	float: left;
	margin-right: 40px;
}
#submenuRight {
	float: left;
}
