@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #f3f3f3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
	line-height: 22px;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f3f3f3;
	margin: 0 auto;
	text-align: left;
}
a:link, a:visited {
	color: #1B4298;
	text-decoration: underline;
}
a:hover {
	color: #02ABF1;
	text-decoration: underline;
}
.oneColFixCtrHdr #header {
	background: #f3f3f3;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/topbluenav.png);
	height: 215px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#midcontainer  {
	height: auto;
}
.oneColFixCtrHdr #footer {
	background:#f3f3f3;
	background-image: url(images/bottomhome.png);
	height: 200px;
	padding-left: 38px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #homepagemaincontent {
	background: #FFFFFF;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding-left: 40px;
}
#insidemaincontent  {
	background: #FFFFFF;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}
.jobseekershome {
	background-color: #FFFFFF;
	float: left;
	height: 150px;
	width: 420px;
	margin-top: 20px;
	margin-right: 38px;
	border: 1px solid #CCCCCC;
}
.employershome {
	background-color: #FFFFFF;
	float: left;
	height: 150px;
	width: 420px;
	margin-top: 20px;
	margin-right: 38px;
	border: 1px solid #CCCCCC;
}
.seekershome {
	background-color: #FFFFFF;
	float: right;
	height: 100px;
	width: 400px;
}
#nav {
	width:940px;
	z-index:1;
	float: left;
	height: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #555;
	padding-left: 20px;
}
#nav a:link {
	color: #555;
	text-decoration: none;
}
#nav a:hover {
	color: #333333;
}
.intro {
	height: 111px;
	width: auto;
	float: left;
	margin-top: 90px;
}
.navbar {
	height: 50px;
	width: 960px;
	padding-top: 160px;
}
.mainphoto {
	height: 300px;
	float: right;
	width: 465px;
}
.homebutton {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 110px;
	padding-left: 20px;
	width: 175px;
}
.employertextbutton {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 110px;
}
.redbuttontext {
	float: left;
	margin-top: 18px;
	margin-bottom: 20px;
	height: 110px;
	font-size: 11px;
	color: #990000;
	padding-right: 10px;
	padding-left: 15px;
	width: 175px;
	line-height: 13.5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.redbuttontext  a:link {
	color: #990000;
}
.redbuttontext a:hover {
	color: #990000;
	text-decoration: underline;
}
.redbuttontext a:visited {
	color: #990000;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
.home {
	float: left;
	height: 50px;
	width: 72px;
	text-align: center;
}
.about {
	float: left;
	height: 50px;
	width: 75px;
	text-align: center;
}
.employers {
	float: left;
	height: 50px;
	width: 100px;
	text-align: center;
}
.seekers {
	float: left;
	height: 50px;
	width: 110px;
	text-align: center;
}
.listings {
	float: left;
	height: 50px;
	width: 110px;
	text-align: center;
}
.maintext {
	float: left;
	font-size: 11px;
	color: #555;
	line-height: 13.5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.maincontentleft {
	height: auto;
	width: 450px;
	float: left;
	margin-top: 50px;
}
.insideleft {
	width: 500px;
	float: left;
	margin-top: 30px;
}
.insideleft2 {
	width: 500px;
	float: left;
}
.insideright {
	float: right;
	margin-top: 30px;
}
.copyright {font-size: 10px}
#aboutmaincontent {
	background: #FFFFFF;
	height: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}
.aboutinsideleft {
	width: 500px;
	float: left;
	margin-top: 30px;
}
.aboutinsideleft2 {
	float: left;
	margin-top: 20px;
	width: 500px;
}
#employermaincontent {
	background: #FFFFFF;
	height: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}
#seekermaincontent {
	background: #FFFFFF;
	height: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}
.verticalpic2 {
	float: left;
	width: 190px;
	text-align: center;
	padding-top: 50px;
	padding-left: 10px;
}
.smallcolumn      {
	width: 300px;
	padding-left: 40px;
	padding-right: 160px;
	float: left;
}
.contact {
	float: left;
	height: 50px;
	width: 80px;
	text-align: center;
}
.contactinfo {
	float: right;
	width: 150px;
	background-color: #E9EFFF;
	margin-right: 30px;
	margin-top: 30px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #92B1DA;
	padding-bottom: 10px;
	padding-top: 10px;
}
#contactmaincontent {
	background: #FFFFFF;
	height: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding-left: 40px;
	padding-right: 20px;
}
.smallbluetext {
	font-size: 12px;
	color: #1B4298;
}
.smallblueheads {
	font-size: 11px;
	font-weight: bold;
	color: #1B4298;
}
.contactleft {
	width: 300px;
	float: left;
	margin-top: 30px;
}
.googlemap {
	float: right;
	margin-top: 30px;
	width: 425px;
	height: 350px;
}
.contactleftform {
	width: 300px;
	float: left;
	margin-top: 30px;
	border: 1px solid #1B4298;
	padding-left: 10px;
	background-color: #E4E7FF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.designcredit {color: #999999}
.facebooklike {
	width: 160px;
	float: left;
	padding-top: 30px;
	padding-left: 20px;
}
.facebooklikeright {
	width: 160px;
	float: right;
	padding-top: 15px;
	padding-left: 30px;
	height: 35px;
}

