b {
	font-size: 110%;
}
em {
	color: red;
}
#maincontainer {
	width: 905px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border: 1px solid #717171;
}
#siteShadow {
	width: 963px;
	margin: 0 auto;
	background-image: url(../images/universal/bg-shadow.png);
	background-repeat: repeat-y;
	background-position: 11px 2px;
} 
#topsection {
	height: 168px; /*Height of top section*/
	background-color: #ffffff;
}
#topsectionHeaderImg {
	height: 123px;
	background-color: #ffffff;
	background-image: url(../images/homepage/header-homepage.jpg);
	background-repeat: no-repeat;	
}
#topsectionAnimatedImg {
	height: 123px;
	position: relative;
	top: -95px;
	z-index: 20;
}
#topsection h1 {
	text-align: left;
	margin-top: -66px;
	padding-left: 184px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.2em;
	z-index: 1111;
	position: absolute;
}
#topsectionSearchJobsImg {
	height: 123px;
	background-color: #ffffff;
	background-image: url(../images/headers/search-jobs.jpg);
	background-repeat: no-repeat;
}
#topsectionPostResumeImg {
	height: 123px;
	background-color: #ffffff;
	background-image: url(../images/headers/post-resume.jpg);
	background-repeat: no-repeat;
}
#topsectionAboutUsImg {
	height: 123px;
	background-color: #ffffff;
	background-image: url(../images/headers/about-us.jpg);
	background-repeat: no-repeat;
}
#topsectionContactUsImg {
	height: 123px;
	background-color: #ffffff;
	background-image: url(../images/headers/contact-us.jpg);
	background-repeat: no-repeat;
}
#topsectionWhatsNewImg {
	height: 123px;
	background-color: #ffffff;
	background-image: url(../images/headers/whats-new.jpg);
	background-repeat: no-repeat;
}
#topsectionJobResultsImg {
	height: 123px;
	background-color: #ffffff;
	background-image: url(../images/headers/jobs-results.jpg);
	background-repeat: no-repeat;
}
#topsectionFlash {
	height: 123px;
	width: 905px;
}
#topnav {
	height: 45px;
	background-color: #ffffff;
	background-image: url(../images/nav/sep.gif);
	background-repeat: repeat-x;
}
#topnavLogo {
	height: 45px;
	background-color: #ffffff;
	background-image: url(../images/universal/logo-mid.gif);
	background-repeat: no-repeat;
	float: left;
	width: 202px;
	cursor: pointer;
}
#bottomnavLogo {
	height: 27px;
	background-color: #ffffff;
	background-image: url(../images/universal/logo-bottom.gif);
	background-repeat: no-repeat;
	float: left;
	width: 202px;
	cursor: pointer;
}
/* Nav buttons */
.topnavButton1 a {
	width: 108px;
	height: 45px;
	text-decoration:none;
	cursor: pointer;
	background-color: #ffffff;
	background-image: url(../images/nav/but-post-resume.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 4px;
}
.topnavButton2 a {
	width: 104px;
	height: 45px;
	text-decoration:none;
	cursor: pointer;
	background-color: #ffffff;
	background-image: url(../images/nav/but-search-jobs.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 4px;
}
.topnavButton3 a {
	width: 135px;
	height: 45px;
	text-decoration:none;
	cursor: pointer;
	background-color: #ffffff;
	background-image: url(../images/nav/but-employee-login.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 4px;
}
.topnavButton4 a {
	width: 88px;
	height: 45px;
	text-decoration:none;
	cursor: pointer;
	background-color: #ffffff;
	background-image: url(../images/nav/but-about-us.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 4px;
}
.topnavButton5 a {
	width: 99px;
	height: 45px;
	text-decoration:none;
	cursor: pointer;
	background-color: #ffffff;
	background-image: url(../images/nav/but-whats-new.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 4px;
}
.topnavButton6 a {
	width: 148px;
	height: 45px;
	text-decoration:none;
	cursor: pointer;
	background-color: #ffffff;
	background-image: url(../images/nav/but-contact-us.gif);
	background-repeat: no-repeat;
	float: left;
}
.topnavButton1 a:hover
{ 
  	background-position: 0 -45px;
}
.topnavButton2 a:hover
{ 
  	background-position: 0 -45px;
}
.topnavButton3 a:hover
{ 
  	background-position: 0 -45px;
}
.topnavButton4 a:hover
{ 
  	background-position: 0 -45px;
}
.topnavButton5 a:hover
{ 
  	background-position: 0 -45px;
}
.topnavButton6 a:hover
{ 
  	background-position: 0 -45px;
}
.homeLink {
	position: relative;
	left: 6px;
	top: 26px;
	height: 95px;
	width: 157px;
	cursor: pointer;
	/*background-color: #6F0;*/
}
/* End Nav buttons */
#topsectionFlash h1 {
	text-align: left;
	margin-top: -64px;
	padding-left: 184px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.0em;
}
#contentwrapper {
	float: left;
	width: 100%;
	background-color: #ffffff;
}
#contentcolumn {
	margin: 0 0px 0 202px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	text-align: left;
}
.innertube {
	margin-top: 0;
	margin-right: 10px;
	margin-left: 32px;
	padding-top: 13px;
	text-align: left;
}
.innertube h1 {
	font-size: 23px;
	font-weight: bold;
	color: #943e3e;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
#topsectionJobResultsImg h1.dark {
	color: #222222;
}
.innertube h2 {
	font-size: 15px;
	font-weight: bold;
	color: #4c4b4c;
	letter-spacing: -1px;
	width: 336px;
	margin-bottom: 14px;
}
#pageWrapper p {
	font-size: 13px;
	color: #4c4b4c;
	margin-bottom:10px;
}
#pageWrapper strong {
	font-weight: bold;
}
#pageWrapper h2 {
	font-size: 15px;
	font-weight: bold;
	color: #4c4b4c;
	letter-spacing: -1px;
	width: 336px;
	margin-top: 10px;
	margin-bottom: 14px;
}
#pageWrapper h2.caps {
	text-transform: uppercase
}
#jobDetailBox {
	width: 400px;
	margin-bottom: 26px;
}
#jobDetailBox ul li {
	color: #4c4b4c;	
}
#jobDetailBox ul li strong {
	font-weight: bold;	
}
#hpPromoBoxes {
	float: left;
	display: block;
	margin-bottom:28px;
}
#hpPromoBoxes h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}
.hpPromoBoxLt1 {
	width: 168px;
	height: 162px;
	float: left;
	background-image: url(../images/homepage/bg-promobox.gif);
	background-repeat: repeat-x;
}
.hpPromoBoxLt1-image {
	width: 168px;
	height: 116px;
	background-image: url(../images/homepage/post-resume.jpg);
	background-repeat: no-repeat;
	margin-top: -8px;
}
.hpPromoBoxLt1CTA {
	width: 107px;
	height: 31px;
	background-image: url(../images/homepage/but-post-resume.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 80px;
	top: 6px;
	cursor: pointer;
}
.hpPromoBoxRt1 {
	width: 168px;
	height: 162px;
	float: left;
	background-image: url(../images/homepage/bg-promobox.gif);
	background-repeat: repeat-x;
	margin-left: 43px;
}
.hpPromoBoxRt1-image {
	width: 168px;
	height: 116px;
	background-image: url(../images/homepage/about-us.jpg);
	background-repeat: no-repeat;
	margin-top: -8px;
}
.hpPromoBoxRt1CTA {
	width: 107px;
	height: 31px;
	background-image: url(../images/homepage/but-learn-more.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 80px;
	top: 6px;
	cursor: pointer;
}
#featJobsOpenClose {
	width: 17px;
	height: 68px;
	background-image: url(../images/universal/open-close.gif);
	background-repeat: no-repeat;
	float: right;
	position: relative;
	visibility: visible;
	z-index: 500;
	top: 23px;
	right: -10px;
	cursor: pointer;
}
#contentcolumnBlocker {
	float: right;
	width: 249px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
}
#featuredJobs {
	width: 249px;
	margin-top: 13px;
	background-color: #FFF;
}
#featuredJobsTitle {
	width: 249px;
	background-image: url(../images/featured-jobs/bg-title-jobs.gif);
	background-repeat: no-repeat;
	float:left;
}
#featuredJobsTitle a {
	float:right;
	color: #666;
	text-decoration: underline;
	margin-right: 20px;
	margin-top: -22px;
}
#featuredJobsTitleBelow {
	width: 249px;
	background-image: url(../images/featured-jobs/below-title.gif);
	background-repeat: repeat-y;
	height: 5px;
	float:left;
}
#featuredJobsMainImg {
	width: 249px;
	background-image: url(../images/featured-jobs/main-img.jpg);
	background-repeat: no-repeat;
	height: 55px;
	float:left;
}
#featuredJobsList {
	width: 245px;
	background-image: url(../images/featured-jobs/bg-jobs.gif);
	background-repeat: repeat-y;
	float:left;
}
#featuredJobsList ul {
	margin-top: 8px;
	margin-bottom: 8px;
}
#featuredJobsList ul li {
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
	line-height: 1.3em;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 6px;
	margin-left: 20px;
}
#featuredJobsList ul li a {
	color: #2f1414;
}
#featuredJobsList ul li a:hover {
	color: #7a3d3c;
}
#featuredJobsListBottom {
	width: 249px;
	background-image: url(../images/featured-jobs/bg-jobs-bot.gif);
	background-repeat: repeat-y;
	height: 13px;
	float:left;
}
#featuredJobsTitleSearch {
	width: 249px;
	background-image: url(../images/featured-jobs/bg-title-search.gif);
	background-repeat: no-repeat;
	height: 25px;
	float:left;
}
#featuredJobsSearchSearch {
	width: 249px;
	height: 105px;
	margin-bottom: 10px;
}
#pageWrapper {
	overflow: auto;
	margin-bottom: 30px;
}
#pageWrapper ul {
	list-style-type: circle;
	margin-left: 15px;
}
#pageWrapper ul li {
	
}
#contactAddressBox {
	width: 266px;
	background-color: #d6d6d6;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 12px;
}
#contactAddressBox p {
	font-weight: bold;
	font-size: 13px;
	color: #4c4b4c;
}
#contactAddressBox p.conline1 {
	width: 180px;
}
#contactAddressBox p.conline2 {
	width: 120px;
}
#contactAddressBox p.conline3 {
	width: 260px;
}
.contactWashDC {
	width: 133px;
	background-image: url(../images/contact-us/washdc.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #4c4b4c;
	padding-top: 28px;
}
.contactWashDC em {
	color: #4c4b4c;
	font-weight: bold;
	display: block;
}
.contactHingham {
	width: 133px;
	background-image: url(../images/contact-us/hinghm.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #4c4b4c;
	padding-top: 28px;
}
.contactHingham em {
	color: #4c4b4c;
	font-weight: bold;
	display: block;
}
.contactRaleigh {
	width: 126px;
	background-image: url(../images/contact-us/raleigh.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #4c4b4c;
	padding-top: 28px;
}
.contactRaleigh em {
	color: #4c4b4c;
	font-weight: bold;
	display: block;
}
#contactMessageBox {
	width: 390px;
	background-image: url(../images/contact-us/bg-form.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	margin-top: 25px;
	float: left;
}
/*#contactMessageBox form {
	float: left;
}*/
#contactMessageBox form input, textarea {
	display: block;
	margin-right: 7px;
}
.inputBox {
	width: 160px;	
}
.textAreaBox {
	width: 220px;
	height: 150px;
}
.checkBoxBox {
	float: left;
}
#contactMessageBox form ul li {
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
}
#contactMessageBox form ul li button {
	cursor: pointer;	
}
#addressesBox {
	width: 366px;
	float: left;
}
#jobResultsBoxTitle {
	height: 28px;
	background-image: url(../images/search-jobs/bg-results-title.gif);
	background-repeat: repeat-x;
	overflow: auto;
	font-size: 13px;
	color: #4c4b4c;
	font-weight: bold;
	padding-top: 10px;
}
#jobResultsBoxTitleAlt {
	height: 40px;
	background-image: url(../images/job-results/bg-bar.gif);
	background-repeat: repeat-x;
	overflow: auto;
	font-size: 13px;
	color: #4c4b4c;
	font-weight: bold;
	padding-top: 7px;
}
.jobDetailsBarCol1 {
	width: 30%;
	height: 40px;
	float: left;
	padding-left: 10px;
}
#postResumeFormBox {
	font-size: 13px;
	color: #4c4b4c;
	padding-top: 7px;
	background-color: #d4d4d4;
	width: 390px;
	overflow: auto;
	margin-top: 17px;
}
.postResumeCol1 {
	width: 45%;
	height: 40px;
	float: left;
	padding-left: 10px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #4c4b4c;
}
.postResumeCol1 em {
	font-weight: bold;
	color: #803c3c;		
}
.postResumeCol2 {
	width: 45%;
	height: 40px;
	float: left;
	padding-left: 10px;
	text-align: left;
}
.postResumeCol2 input {
	width: 130px;
}
.postResumeCol2 button {
	cursor: pointer;	
}
.postResumeCol2 file {
	width: 130px;	
}
.postResumeCol2 textarea {
	width: 130px;
}
.postResumeCol2 select {
	width: 130px;
}
.postResumeCol2 input.shorter {
	width: 90px;
}
.postResumeCol2 input.postbrowse {
	width: 65px;
}
.postResumeCol2 .butSubmit {
	width: 79px;
	height: 28px;
	float: left;
/*	background-image: url(../images/post-resume/but-submit.png);
	background-repeat: no-repeat;*/
	cursor: pointer;
}
.postResumeCol2 .butReset {
	width: 79px;
	height: 28px;
	float: left;
/*	background-image: url(../images/post-resume/but-reset.png);
	background-repeat: no-repeat;*/
	cursor: pointer;
}
.postResumeCol3 {
	width: 45%;
	height: 90px;
	float: left;
	padding-left: 10px;
	text-align: left;
}
.postResumeCol3 textarea {
	width: 130px;
	height: 80px;
}
.jobDetailsBarCol1 a {
	color: #4c4b4c;	
}
.jobDetailsBarCol1 a:hover {
	color: #7a3d3c;
}
.jobDetailsBarCol2 {
	width: 30%;
	height: 40px;
	float: left;
	padding-left: 10px;
	background-image: url(../images/job-results/but-emailfriend.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.jobDetailsBarCol3 {
	width: 30%;
	height: 40px;
	float: left;
	padding-left: 10px;
	background-image: url(../images/job-results/but-applytojob.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.jobTitleCol1 {
	width: 14%;
	height: 28px;
	float: left;
	padding-left: 10px;
}
.jobTitleCol2 {
	width: 39%;
	height: 28px;
	float: left;
}
.jobTitleCol3 {
	width: 29%;
	height: 28px;
	float: left;
}
.jobTitleCol4 {
	width: 14%;
	height: 28px;
	float: left;
}
.jobDateCol1 {
	width: 14%;
	height: 38px;
	float: left;
	overflow: hidden;
	padding-left: 10px;
}
.jobDateColYear {
	display: block;
}
.jobPositionCol2 {
	width: 39%;
	height: 38px;
	float: left;
	overflow: hidden;
}
.jobPositionCol2 a {
	color: #803c3c;		
}
.jobTypeCol3 {
	width: 29%;
	height: 38px;
	float: left;
	overflow: hidden;
}
.jobIDCol4 {
	width: 14%;
	height: 38px;
	float: left;
	overflow: hidden;
}
.jobResultsRow1 {
	height: 47px;
	overflow: auto;
	font-size: 13px;
	color: #4c4b4c;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
	background-color: #f4f4f4;
}
.jobResultsRow2 {
	height: 47px;
	overflow: auto;
	font-size: 13px;
	color: #4c4b4c;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
	background-color: #d4d4d4;
}
.aboutUsColTop {
	width: 393px;
	height: 113px;
	background-image: url(../images/about-us/col-top.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 18px;
}
#featuredJobsSearch {
	width: 249px;
	background-image: url(../images/featured-jobs/bg-search.gif);
	background-repeat: repeat-y;
	height: 105px;
	float:left;
}
.featuredJobsSearchRow {
	width: 249px;
	float:left;
	margin-top: 13px;
}
.featuredJobsSearchLtCol {
	width: 84px;
	float:left;
	padding-left: 6px;
	font-size: 15px;
	font-weight: bold;
	color: #4c4b4c;
	text-align: left;
}
.featuredJobsSearchLtCol ul {
	text-decoration: none;
	line-height: 1.4em;
}
.featuredJobsSearchRtCol {
	width: 147px;
	float:left;
}
#searchjobs input {
	width: 114px;
	margin-top: 1px;
}
#featuredJobsSearchBottom {
	width: 249px;
	background-image: url(../images/featured-jobs/bg-search-bot.gif);
	background-repeat: no-repeat;
	height: 47px;
	float:left;
}
#featuredJobsSearchBottomCTA {
	width: 104px;
	background-image: url(../images/featured-jobs/but-search-jobs.gif);
	background-repeat: no-repeat;
	height: 30px;
	position: relative;
	left: 142px;
	top: 8px;
	cursor: pointer;
}
#featuredJobsTitle h2 {
	font-size: 17px;
	font-weight: bold;
	color: #813d3d;
	padding-top: 3px;
	padding-left: 7px;
}
#featuredJobsTitleSearch h2 {
	font-size: 17px;
	font-weight: bold;
	color: #813d3d;
	padding-top: 3px;
	padding-left: 7px;
}
#featuredJobsList h2 {
	font-size: 13px;
	font-weight: bold;
	color: #3a3a3a;
	padding-top: 3px;
	padding-left: 7px;
}
#leftcolumn {
	float: left;
	width: 202px; /*Width of left column in pixel*/
	margin-left: -905px; /*Set margin to that of -(MainContainerWidth)*/
	background: #c1bcb5;
}
#topbotSpacer {
	width: 953px;
	height: 32px;
	margin: 0 auto;
}
#botbotSpacer {
	width: 963px;
	height: 30px;
	margin: 0 auto;
}
.leftimgHomepage {
	float: left;
	width: 202px;
	background-color: #c1bcb5;
	background-image: url(../images/leftcolumn/homepage.jpg);
	background-repeat: no-repeat;
	height: 100%;
	margin-bottom: 40px;
}
.leftimgSearchJobs {
	float: left;
	width: 202px;
	background-color: #ddd7bd;
	background-image: url(../images/leftcolumn/search-jobs.jpg);
	background-repeat: no-repeat;
	height: 100%;
	/*margin-bottom: 40px;*/
}
.leftimgPostResume {
	float: left;
	width: 202px;
	background-color: #b9c9e2;
	background-image: url(../images/leftcolumn/post-resume.jpg);
	background-repeat: no-repeat;
	height: 100%;
	/*margin-bottom: 40px;*/
}
.leftimgAboutUs {
	float: left;
	width: 202px;
	background-color: #c1bcb5;
	background-image: url(../images/leftcolumn/about-us.jpg);
	background-repeat: no-repeat;
	height: 100%;
	/*margin-bottom: 40px;*/
}
.leftimgContactUs {
	float: left;
	width: 202px;
	background-color: #c1bcb5;
	background-image: url(../images/leftcolumn/contact-us.jpg);
	background-repeat: no-repeat;
	height: 100%;
	/*margin-bottom: 40px;*/
}
.leftimgWhatsNew {
	float: left;
	width: 202px;
	background-color: #c1bcb5;
	background-image: url(../images/leftcolumn/whats-new.jpg);
	background-repeat: no-repeat;
	height: 100%;
	/*margin-bottom: 40px;*/
}
#leftcolumn h2 {
	width: 122px;
	text-align: left;
	padding-top: 248px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #4b1d1d;
	margin-left: 78px;
}
#leftcolumn h2 em {
	font-size: 15px;
	color: #4b1d1d;
	font-weight: bold;
}
.leftcolwhite {
	color: #FFF;	
}
#footer {
	clear: left;
	width: 100%;
	color: #FFF;
	height: 30px;
	background-color: #dedede;
}
#footerLeft {
	width: 202px;
	height: 100%;
	float: left;
	background-color: #c8adac;
}
#footerRight {
	width: 700px;
	height: 100%;
	float: left;
	background-color: #dedede;
}
#footerRight a {
	color: #595959;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin-left: 18px;
	margin-right: 18px;
}
#footerRight a:hover {
	color: #7a3d3c;
	text-decoration: underline;
}
#footerRight ul {
	padding-left: 30px;
	padding-top: 4px;
}
#footerRight ul li {
	color: #595959;
	text-align: left;
	display: inline;
}
#footerLeft h3 {
	font-size: 10px;
	font-weight: bold;
	color: #632928;
	text-align: left;
	line-height: 1em;
	letter-spacing: -1px;
	width: 180px;
	float: left;
	margin-left: 10px;
	margin-top: 4px;
}
