/* --------------------
	-- CAREER BRIDGE -- 
	    06/03/2009
	--------------------*/
	
/* ----------------------------------------------------	Body Default----------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
a {
	color: #ff7304;
	text-decoration: underline;
}
a:hover {
	color: #ff7304;
	text-decoration: none;
}
img {
	border: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
li a{
	text-decoration: none;
}

.left { float: left !important; }
.right { float: right !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }


.clear {
	clear: both;
}

body#index {
	font: normal 12px/18px Arial, Helvetica, sans-serif !important;
	text-align: left;
	text-decoration: none;
	color: #333333;	
	background: #fff url(../images/body_bg.jpg) repeat-x left top;
}

.bold {
	font-weight: bold;
	}

/* ----------------------------------------------------	Headings, ULs ----------------------------------------------------*/
h1, h2, h3, h4, h5, h6, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 { font-size:16px; }

ul#topMenu {
	float: left;
	clear: both;
	width: 100%;
	margin: 25px 0 20px 0;
}	
ul#topMenu li {
	float: left;
	width: 100px;
	text-align: center;
}
ul#topMenu li.LastChild {
	width: 122px;
}
 ul#topMenu li a {
	color: #333333;
}
 ul#topMenu li a:hover {
	color: #760e0f;
	font-weight: bold;
}
ul#topMenu li a.active:hover,
ul#topMenu li a.active {
	color: #760e0f;
	font-weight: bold;
}
		
ul.homeButton {
	position: absolute;
	left: -24px;
	top: 15px;
	width: 24px;
	z-index: 9999;
}
ul.homeButton li {
	float: left;
	width: 24px;
	margin: 0 0 4px 0;
}
ul.homeButton li a {
	float: left;
	display: block;
	height: 100px;
	width: 24px;
	text-indent: -9999px;
	background-position: left top;
}
	ul.homeButton li a.contact {
		background: url(../images/contact-button.jpg);
	}
	ul.homeButton li a.home {
		background: url(../images/home-button.jpg);
	}
ul.homeButton li a:hover {
	background-position: right top;
}

ul.SubpageMenu {
	float: right;
	width: auto;
}
ul.SubpageMenu li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0px;
	background: url(../images/separator-menu.gif) no-repeat right 4px;
}
	ul.SubpageMenu li.LastChild {
		background: transparent;
		padding: 0;
	}
ul.SubpageMenu li a {
	float: left;
	color: #760e0f;
	text-decoration: underline;
}
ul.SubpageMenu li a:hover, 
ul.SubpageMenu li a.active {
	color: #000000;
	text-decoration: none;
}

.thankYou {
	width: 100%;
	text-align: center;
	color: #400000;
	font-weight: bold;
	font-size: 12px;
}

/* ----------------------------------------------------	Main Nav ----------------------------------------------------*/
#mainNav {
	position: relative;
	margin: 0px auto;
	width: 924px;
	clear: both;
}
	
#TopNav {
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/matter-con-cen-bg.jpg) repeat-y left;
}
#TopMenuCon {
	float: left;
	clear: both;
	position: relative;
	width: 824px;
	padding: 15px 50px 0 50px;
	background: url(../images/matter-con-topbg.jpg) no-repeat left top;
}
	#TopMenuCon #logoCon {
		float: left;
	}
		

#MatterCon {
	float: left;
	width: 824px;
	padding: 0px 50px 35px 50px;
	background: url(../images/matter-con-bottombg.jpg) no-repeat left bottom;
	
}	

/* This broke everythign on the job listing page.  I am not sure why it was put here, so rather than removing it, I commented it out. */

.matter .mainContent ul,
.matter .mainContent ol {
	margin: 5px 0 0 15px;		
	_margin: 5px 0 0 15px;		
	list-style-type:circle;	
	list-style-position: outside;		
}

.matter .mainContent li {	
	margin-bottom: 4px;	
	padding: 0 0 0 6px;
	margin-left:15px;
	list-style-type:circle;	
	list-style-position: outside;
}

.matter .mainContent h2 {		
	color: #760E0F;
	padding-top:4px;
	font-size: 14px;
	font-weight:bold;
}

#ValidationMessage ul {
	margin: 5px 0 0 5px;		
	_margin: 5px 0 0 3px;		
	list-style-type:circle;
	list-style-position: outside;	
}

#ValidationMessage li {
	margin-bottom: 4px;	
	padding: 0 0 0 6px;
	margin-left:15px;
	list-style-type:circle;	
	list-style-position: outside;
}

#MatterCon .banner {
	float: left;
	clear: both;
	margin: 0 0 25px 0;
}

#MatterCon a.pdf {
	padding-left:22px;
	background-image:url(/files/image/icons/pdf.png);
	background-repeat:no-repeat;
}

#MatterCon a.word {
	padding-left:22px;
	background-image:url(/files/image/icons/word.png);
	background-repeat:no-repeat;
}

#MatterCon a.excel {
	padding-left:22px;
	background-image:url(/files/image/icons/excel.png);
	background-repeat:no-repeat;
}

#MatterCon a.page {
	padding-left:22px;
	background-image:url(/files/image/icons/page.png);
	background-repeat:no-repeat;
}

#MatterCon a.ppt {
	padding-left:22px;
	background-image:url(/files/image/icons/ppt.png);
	background-repeat:no-repeat;
}


.RightCon {
	float: right;
	width: 210px;
	margin: 30px 0 0 0;
}
	.RightCon p, 
	.RightCon a {
		margin: 0 0 25px 0;
		float: left;
	}
		
.matter {
	float: left;
	width: 830px; /* this must stay 830 */
}
.matter p {
	margin: 10px 0 10px 0;
}
.matter h3 {
	font-size: 12px;
	text-transform:uppercase;
	font-weight: bold;
}
				
#BottomNav {
	float: left;
	width: 824px;
	padding: 0px 50px 20px 50px;
	min-height: 250px;
	height: auto;
	_height: 250px;
	margin: 8px 0 0 0;
	background: #cccccc url(../images/botton-con-bg.jpg) repeat-x top;
}

#BottomNav .matter {
	margin: 35px 0 0 0;
	width:600px;
}
#BottomNav .matter ul {
	float: left;
	width: 280px;
	margin: 15px 0 0 0;
}
#BottomNav .matter ul li.head {
	width: 100%;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#BottomNav .matter ul li {
	float: left;
	width: 130px;
	font-size: 11px;
}
#BottomNav .matter ul li a, 
#BottomNav .matter ul li a:visited {
	color:#000000;
	text-decoration:underline;
}
#BottomNav .RightCon a {
	margin: 60px 0 0px 0;
}
	
p.CopyRight {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 10px;
	margin: 10px 0 15px 0;
}
	
	
/* ---------------------------------------------------- 	Subpage Styles 	----------------------------------------------------*/
		
.subPageHead {
	float: left;
	color: #760E0F;
	padding-top:4px;
	font-size: 18px;
}

#SearchJobNav {
	float: left;
	width: 375px;
	height: 55px;
	/*width: 800px;
	height: 200px;*/
	margin: 20px 0 0 0px;
	padding: 10px 16px;
	background: url(../images/search-job-bg.jpg) no-repeat left top;
}

#SearchJobNav label {
	float: left;
	clear: both;
	width: 100%;
	color: #fff;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#SearchJobNav input,
#SearchJobNav select {
	float: left;
	width: 290px;
	height: 25px;
	border: 0;
	margin: 0 0 0 5px;
}

#SearchJobNav input.button {
	float: left;
	width: 60px;
	height: 25px;
	border: 0;
	cursor: pointer;
	background: transparent url(../images/find-button.jpg) no-repeat left top;
}

#advSearch {
	width: 800px;
	height: 150px;
	margin: 20px 0 0 0px;
	padding: 10px 16px;
	background: url(../images/advSsearch-job-bg.jpg) no-repeat left top;
}

#advSearch label {
	clear: both;
	width: 100%;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
	display:block;
}

#advSearch div {
	margin-left:15px;
}

#advSearch input {
	float: left;
	width: 290px;
	height: 25px;
	border: 0;
	margin: 0 0 0 -10px;

}

#advSearch select {
	float: left;
	width: 290px;
	height: 25px;
	border: 0;
	margin: 0 0 0 5px;
}

#advSearch input.button {
	float: left;
	width: 60px;
	height: 25px;
	border: 0;
	cursor: pointer;
	background: transparent url(../images/find-button.jpg) no-repeat left top;
}
	
#HelpNav {
	float: left;
	width: 360px;
	height: 55px;
	margin: 20px 0 0 20px;
	padding: 10px 20px;
	background: url(../images/help-bg.jpg) no-repeat left top;
}
#HelpNav h3 {
	float: left;
	width: 100%;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
#HelpNav p {
	color: #fff;
	float: left;
	line-height: 16px;
	width: 95%;
	margin: 0px 0 0 0;
}
		
#ListingNav {
	float: left;
	width: 100%;
	margin: 30px 0 30px 0;
}
#ListingNav a.viewbutton {
	font-size: 16px;
	font-weight: bold;
	color: #760e0f;
	margin: 0 0 15px 0;
}
#ListingNav ul.mainUL {
	float: left;
	width: 100%;
}
#ListingNav ul.mainUL li {
	float: left;
	width: 100%;
	background-color: transparent;
	list-style: none;
}
#ListingNav ul.mainUL li.gray {
	background-color: #ebebeb !important;
	border-bottom: thin solid #999;
	border-right: thin solid #999;
}
#ListingNav ul.mainUL li.darkGray {
	background-color: #999 !important;
	border-bottom: thin solid #333;
	border-right: thin solid #333;
}
#ListingNav ul.mainUL li.splitJobLink {
	color: #820003;
	}
#ListingNav ul.subtree {
	float: left;
	width: 100%;
}
#ListingNav ul.subtree.head {
	font-weight: bold;
}
/*#ListingNav ul.subtree.head li {
	background: url(../images/down-arrow.gif) no-repeat left center;
	padding: 0 0 0 5px;
}*/
#ListingNav ul.subtree li {
	float: left !important;
	margin: 0px 0 0px 15px;
	padding: 8px 0;
}
#ListingNav ul.subtree li a {
	text-decoration: underline;
	color: #333333;
}
#ListingNav ul.subtree li a.splitJobLink {
	color: #820003;
	}
#ListingNav ul.subtree li a:hover {
	text-decoration: none;
}
#ListingNav ul.subtree li.ColumIst {
	width: 50px !important;
}
#ListingNav ul.subtree li.ColumIInd {
	width: 350px !important;
}
#ListingNav ul.subtree li.ColumIIIrd {
	width: 150px !important;
}
#ListingNav ul.subtree li.ColumIVth {
	width: 180px !important;
}	
#ListingNav ul.subtree li.ColumEQ {
	width: 100px !important;
}

/*for my own sanity...  a little easier to work with :) */
#ListingNav ul.subtree li.w750 {
	width: 750px !important;
	text-align: center;
	color: #710003;
}
#ListingNav ul.subtree li.w500 {
	width: 500px !important;
}
#ListingNav ul.subtree li.w350 {
	width: 350px !important;
}
#ListingNav ul.subtree li.w300 {
	width: 300px !important;
}
#ListingNav ul.subtree li.w250 {
	width: 250px !important;
}
#ListingNav ul.subtree li.w200 {
	width: 200px !important;
}
#ListingNav ul.subtree li.w180 {
	width: 180px !important;
}
#ListingNav ul.subtree li.w150 {
	width: 150px !important;
}
#ListingNav ul.subtree li.w100 {
	width: 100px !important;
}
#ListingNav ul.subtree li.w50 {
	width: 50px !important;
}	
			
			
#RefferalProgramCon {
	float: left;
	width: 360px;
	height: 186px;
	padding: 20px 20px 0 20px;
	margin: 0 0 30px 0;
	background: url(../images/refferal-bg.jpg) no-repeat left top;
	border-bottom: thin solid #333;
	border-right: thin solid #333;
}
#RefferalProgramCon h3 {
	float: left;
	width: 100%;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#RefferalProgramCon p {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 6px 0;
}
#RefferalProgramCon a.Discover {
	float: right;
}
			
#ClientConnectCon {
	float: left;
	width: 360px;
	height: 186px;
	padding: 20px 20px 0 20px;
	margin: 0 0 30px 20px;
	background: url(../images/client-connect-bg.jpg) repeat-x left top;
	border-bottom: thin solid #333;
	border-right: thin solid #333;
}
#ClientConnectCon h3 {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 30px 0;
}
#ClientConnectCon p {
	float: left;
	width: 100%;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman";
}
#ClientConnectCon .bottomimg {
	float: right;
	margin: 20px 0 0 0;
}
		
		
		
/* ------------------------------------------------------------------------------ regForm  ----------------------------------------------------------------------------- */
#regForm {
	width: 720px;
	/*height: 725px*/;
	margin: 15px auto 0 auto;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	background-color: #fff;
	}
	
#regForm .memberform {
	height: 1800px;
	}

#regForm .regForm_left {
	width: 10px;
	height: 500px;
	background-image: url(../images/formBGleft.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	}

#regForm .regForm_right {
	width: 10px;
	height: 500px;
	background-image: url(../images/formBGright.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	}


#regForm .regForm_center {
	width: 700px;
	min-height: 500px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/formBG.gif);
	background-repeat: repeat-x;
	}

#regForm h1 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	width: 690px;
	padding: 5px 0 0 5px;
	height: 16px;
	margin: 25px 0 15px 0;
	border-bottom: thin solid #666;
	clear: both;
	}

#regForm h2 {
	font-size: 12px;
	color: #333;
	width: 685px;
	padding: 7px 0 0 5px;
	height: 15px;
	margin: 5px 0 10px 0;
	border-bottom: thin solid #666;
	clear: both;
	}

#regForm h3 {
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 10px 0 0 15px;
	clear: both;
	}

#regForm input {
	margin: 0 10px 0 5px;
	height: 20px;
	border-top: thin solid #333;
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	border-left: thin solid #333;
	background-image: url(../images/inputBG.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

#regForm .radio {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: text-top top;
	}

#regForm textarea {
	margin: 0 10px 0 5px;
	border-top: thin solid #333;
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	border-left: thin solid #333;
	background-image: url(../images/inputBG.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	}
	
#regForm textarea.more {
	height: 100px;
	}

#regForm select {
	margin: 0 10px 0 5px;
	border-top: thin solid #333;
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	border-left: thin solid #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

#regForm select option {
	padding: 0 5px 2px 4px;
	}

.state {
	width: 200px;	
	}
	
.mmYY {
	width: 50px;	
	}

#regForm br {
	clear: both;
	}

#regForm .left {
	float: left;
	width: 170px;
	overflow: visible;
	}

#regForm .right {
	float: right;
	}

#regForm div {
	padding: 5px 0 5px 15px;
	line-height: 20px;
	width: 685px;
	}

#regForm table tr td.label {
	overflow:auto;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	}
	
#regForm table tr td {
	font-size: 11px;
	font-weight: bold;
	}

#regForm .button {
	padding-right: 50px;
	text-align: right;
	}

#regForm .button input {
	margin: 25px 0 5px 0;
	text-align: right;
	width: 200px;
	font-weight: bold;
	}

#regForm .button input:hover {
	color: #999;
	}

#regForm .pushR41 {
	clear: both;
	padding: 10px 0 0 41px;
	}

#regForm .pushR30 {
	clear: both;
	padding: 10px 0 0 30px;
	}

#regForm .dataConfirmation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	}
	
#regForm .dataConfirmation td {
	font-size: 13px;

}
	
.note {
	font-size: 9px;
	}

.req {
	color: #ff0000;
	padding: 0 3px 0 0;
	}

/* -------------------------------------------------------------------------------- position listing ------------------------------------------------------------------------------- */
#positionListing {
	width: 720px;
	height: 800px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	background-color: #fff;
	}

#positionListing .positionListing_left {
	width: 10px;
	height: 500px;
	background-image: url(formBGleft.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	}

#positionListing .positionListing_right {
	width: 10px;
	height: 500px;
	background-image: url(formBGright.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	}


#positionListing .positionListing_center {
	width: 700px;
	min-height: 500px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(formBG.gif);
	background-repeat: repeat-x;
	}

#positionListing h1 {
	font-size: 13px;
	color: #333;	width: 695px;
	padding: 5px 0 0 5px;
	height: 16px;
	margin: 25px 0 15px 0;
	border-bottom: thin solid #666;
	clear: both;
	}

#positionListing h2 {
	font-size: 12px;
	color: #666;
	width: 685px;
	padding: 7px 0 0 15px;
	height: 13px;
	margin: 5px 0 10px 0;
	border-bottom: thin solid #666;
	font-weight: normal;
	clear: both;
	}

#positionListing h3 {
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 10px 0 0 15px;
	clear: both;
	}

#positionListing div {
	padding: 5px 0 5px 15px;
	line-height: 16px;
	width: 685px;
	}

#positionListing .right {
	width: 660px;
	text-align: right;
	}

#positionListing .right input {
	width: 140px;
	text-align: right;
	}

#positionListing a {
	color: #333;
	}

#positionListing a:hover {
	color: #999;
	}

#positionListing div ul {
	padding: 0;
	margin: 0 0 0 15px;
	}

#positionListing .contactInfo div {
	padding: 0;
	margin: 0 0 0 0;
	}
	
#positionListing table tr td.label {
	overflow:auto;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 0 15px 0 0;
	color: #333;
	}
	
#positionListing table tr td.content {
	overflow:auto;
	font-size: 11px;
	text-align: right;
	padding: 0 15px 0 0;
	color: #666;
	}
	
	
/* -------------------------------------------------------------------------------- job Listings ------------------------------------------------------------------------------- */
#jobListing {
	width: 820px;
	margin: 15px auto 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background-color: #fff;
	}

#jobListing .jobListing_left {
	width: 10px;
	height: 500px;
	background-image: url(../images/listingBGleft.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	}

#jobListing .jobListing_center {
	width: 780px;
	min-height: 500px;
	margin: 0;
	padding: 20px 5px;
	float: left;
	background-image: url(../images/listingBG.gif);
	background-repeat: repeat-x;
	}

#jobListing .formContainer {
	margin: 0 auto;
	width: 600px;
	}

#jobListing .formContainer textarea {
	height: 150px;
	width: 600px;
	font-size: 10px; 
	}

#jobListing .jobListing_right {
	width: 10px;
	height: 500px;
	background-image: url(../images/listingBGright.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	}

#jobListing h1 {
	color: #333;
	font-size: 18px;
	padding: 0 0 20px 0;
	}

#jobListing h2 {
	color: #666;
	font-size: 14px;
	}

#jobListing h3 {
	color: #333;
	font-size: 14px;
	}

#jobListing .listingLabel {
	color: #333;
	width: 160px;
	float: left;
	}

#jobListing .listingData {
	color: #666;
	width: 200px;
	float: left;
	padding: 0 0 0 5px;
	}

#jobListing .listingDataFullWidth {
	color: #666;
	width: 100%;
	}

#jobListing .breakClear {
	clear: both;
	height: 15px;
	}

#jobListing .button {
	padding-right: 50px;
	text-align: right;
	}

#jobListing .button input {
	margin: 25px 0 5px 0;
	text-align: right;
	width: 200px;
	font-weight: bold;
	}

#jobListing .button input:hover {
	color: #999;
	}

.maroon {
	color: #750e0f;
	}

a.maroon{
	color: #750e0f;
	text-decoration: none;
	}

a:hover.maroon{
	color: #000000;
	}

a.navigation {
	color: #750e0f;
	text-decoration: underline;
	}

a:visited.navigation {
	color: #750e0f;
	text-decoration: underline;
	}

a:hover.navigation {
	color: #000000;
	text-decoration: none;
	}
	
a.bigButton, a.bigButton:visited, a.bigButton:hover {
	/* see jquery modifiers to width and height in template */
	width: 368px;
	height: 55px;
	margin: 20px 10px 0 0px;
	padding: 25px 16px 0 16px;
	background: url(../images/search-job-bg.jpg) no-repeat left top;
	color:#ffffff;
	font-size:26px;
	text-decoration:none;
	float:left;
	text-align:center;
}

a.bigButton:hover {
	color:#CCCCCC;
}

/* -------------------------------------------------------------------------------- login ------------------------------------------------------------------------------- */
#TopMenuCon #loginCon {
	float: right;
	margin: 8px 0 0 0;
	width: 360px;
}

#TopMenuCon #loginCon img {
	margin: 3px 0 0 0;
	float: left;
}

#TopMenuCon #loginCon input {
	width: 96px;
	height: 16px;
	float: left;
	margin: 0 0 0 6px;
	padding: 2px 2px 0 2px;
	font-size: 11px;
	border: 1px solid #343434;
}

#TopMenuCon #loginCon input.inputStyle_a {
	background-image: url(../images/userID_BG.gif);
}

#TopMenuCon #loginCon input.inputStyle_b {
	background-image: url(../images/password_BG.gif);
}

#TopMenuCon #loginCon input.failedValidation {
	background-image: url(../images/invalid_BG.gif);
}

#loginForm {
	float: left;
}	

#loginForm a.login {
	float: left;
	display: block;
	color: #760e0f;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-left:10px;
	padding: 1px 6px;
	border:1px #333333 solid;
	background-color:#F4F4F4;
}

#loginForm a.login:hover {
	color: #000000;
}

/* -------------------------------------------------------------------------------- register ------------------------------------------------------------------------------- */
#RegisterButton {
	float: left;
}

#RegisterButton a {
	float: left;
	display: block;
	color: #760e0f;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#RegisterButton a:hover {
	color: #560a0b;
}

.turtNav {
	float: right;
	font-weight:bold;
	font-size: 10px;
	margin: 0 0 0 10px;
	padding: 0 6px 0 6px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	background-color:#8C1211;
	}

.turtNav a,
.turtNav a:visited,
.turtNav a span,
.turtNav a:visited span {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	}

.turtNav a:hover,
.turtNav a:hover span {
	color:#CCCCCC;
	}
	
.in50 {
	margin: 0 50px 0 0;
	}
	
#rpi {
}

#rpi p {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#rpi input {
	float: left;
}

#rpi .eighty {
	width: 80px;
}

#rpi .fifty {
	width: 50px;
}

#rpi .one {
	width: 100px;
}

#rpi .one50 {
	width: 150px;
}

#regForm .one {
	width: 100px;
}

#regForm .oneFifty {width: 150px;}

#regForm .two {width: 200px;}

#regForm .autoMargin {
	width: 625px;
	margin: 0 auto;
}

#regForm .six50 {
	margin: 0 0 0 15px;
	padding: 0;
	width: 650px;
}

#regForm .four50 {
	width: 450px;
}

#regForm .firmName {
	font-size: 14px;
	font-weight: bold;
}

.fifty {width: 50px;}

.top4 {padding: 4px 0 0 0;}

#jobListing .noPad {padding: 0;}

/* Resume Layout */

#resumeBox {
	
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:2px #741018 solid;
	color:#000000;
	font-weight:normal;
	display:block;
	width:700px;
}

#resumeBox p {
	width:98%;
	margin-left:0;
}

#resumeBox hr {
	width:98%;
	margin-left:0;
}

#resumeBox ul {
	margin: 5px 0 0 5px;		
	_margin: 5px 0 0 3px;		
	list-style-type:circle;		
	list-style-position: outside;		
}

#resumeBox li {	
	margin-bottom: 4px;	
	padding: 0 0 0 6px;
	margin-left:15px;
	list-style-type:circle;	
	list-style-position: outside;
}



#regForm .confLabel,
.confLabel {
	font-weight: bold;
	color: #333;
	}

.bold {
	font-weight: bold;
	color: #333333;
	}


#pro {
	margin: 0 0 0 -10px;
	}


#pro .profile .label {
	font-weight: bold;
	color: #333333;
	text-align: left;
	font-size: 12px;
	}
	
#pro .profile .data {
	font-weight: normal;
	padding: 0 0 0 10px;
	font-size: 12px;
	}
	

