/* CSS Document */

/*-- UNIVERSAL STYLES -------------*/

body
{
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right:0px;
  background: #57012B;
  color: #333333;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
  min-width: 760px;
  text-align: center;
}

a:link {text-decoration: underline; color: #990000; background-color: transparent;}
a:visited {text-decoration: underline; color: #990000; background-color: transparent;}
a:hover{text-decoration: none; background-color: transparent; color: #990000;}

a.linkFooter:link {text-decoration: underline; color: #FFCCCC; background-color: transparent;}
a.linkFooter:visited {text-decoration: underline; color: #FFCCCC; background-color: transparent;}
a.linkFooter:hover {text-decoration: none; color: #FFCCCC; background-color: transparent;}

hr {width: 100%; height: 1px; border: none; background-color: #999999}

/*-- GENERAL BITS --------------*/
#container{margin:0 auto; width:820px; padding:0px;}
#inner_wrapper{margin:0 auto; width:800px; padding:0px;}
/*-- GENERAL BITS --------------*/
/*#container {margin: 0 auto; width: 100%; padding: 0; border: 0; position: relative; text-align: center;}
*/
/*-- HEADER---------------------*/
#headerContainer {
	float:left;
	background:#FFFFFF;
	height: 145px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	/*border:1px solid red;*/
}

#headerContent {
float:left;
	width: 800px;
	height: 145px;
	text-align: left;
	margin: 0 auto;
}
#headerLogo_wrapper{float:left; width:800px;margin:0px;padding:0px; background:#FFFFFF;}

#headerLogo {
	position: relative;
	left: 25px;
	top: 5px;
	width: 200px;
	height: 100px;
	background: url(images/header_logo_tab.gif) top left no-repeat;
	
}
#navbar_wrapper{float:left; width:800px;margin:0px;padding:0px; height:36px;background:url(images/navi_gb.gif) top left repeat-x;}

#navbar {position: relative; float: left; display: inline; width: 800px; height: 30px; padding: 0;}
	#navbar ul {position: relative; display: block; float: left; list-style: none; margin: 0; padding: 0;}
	#navbar li {float: left; margin: 0 20px 0 20px;}
	#navbar li a {display: block; height: 30px;}
	#navbar li span {display: none;}
	
#nav01 a {background: url(images/nav_about_us_off.gif) top left no-repeat; width: 66px; height: 16px;}
#nav01 a:hover {background: url(images/nav_about_us_hov.gif) top left no-repeat;}
#nav02 a {background: url(images/nav_job_search_off.gif) top left no-repeat; width: 79px; height: 16px;}
#nav02 a:hover {background: url(images/nav_job_search_hov.gif) top left no-repeat;}
#nav03 a {background: url(images/nav_candidates_off.gif) top left no-repeat; width: 80px; height: 16px;}
#nav03 a:hover {background: url(images/nav_candidates_hov.gif) top left no-repeat;}
#nav04 a {background: url(images/nav_clients_off.gif) top left no-repeat; width: 49px; height: 16px;}
#nav04 a:hover {background: url(images/nav_clients_hov.gif) top left no-repeat;}
#nav05 a {background: url(images/nav_partners_off.gif) top left no-repeat; width: 54px; height: 16px;}
#nav05 a:hover {background: url(images/nav_partners_hov.gif) top left no-repeat;}
#nav06 a {background: url(images/nav_contact_off.gif) top left no-repeat; width: 56px; height: 16px}
#nav06 a:hover {background: url(images/nav_contact_hov.gif) top left no-repeat;}



/*-- MAIN AREA---------------------*/
#mainContainer {
	float:left;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

#mainContent {
	width: 760px;
	text-align: left;
	margin: 0 auto;
}


/*-- LEFT COLUMN -----------------*/
#leftColumnContainer {
	width: 200px;
	margin: 20px 30px 20px 0;
	position: relative;
	float: left;
	display: inline;
}

.leftColumnBox {
	width: 200px;
	position: relative;
	float: left;
	display: inline;
	background: url(images/left_col_bg.gif) top left repeat-y;
	margin: 0;
	padding: 0;
}

.leftColumnBox h2 {
	background: url(images/left_col_head.gif) top left no-repeat;
	font-size: 15px;
	color: #990000;
	font-weight: normal;
	width: 200px;
	float: left;
	display: inline;
	letter-spacing: 0.1em;
	padding: 15px 20px 0 20px;
	margin: 0;
}

.leftColumnBoxBottom {
	background: url(images/left_col_bottom.gif) bottom left no-repeat;
	height: 25px;
	width: 200px;
	display: inline;
	float: left;
	margin: 0 0 30px 0;
}

.leftColumnRegular {
	width: 160px;
	margin: 5px 20px 0 20px;
	font-size: 11px;
	float: left;
	display: inline;
	line-height: 1.4em;
}

	.leftColumnRegular h3 {font-size: 11px; color: #333333; font-weight: normal; line-height: 1.5em; margin:5px 0 5px 0;}
	.leftColumnRegular hr {border:1px dashed #999999; height:1px; margin:0;}
	.leftColumnRegular p {font-size: 11px; color: #333333; font-weight: normal; margin:5px 0 5px 0; padding:0; line-height:1;}
	.leftColumnRegular form {margin:0;}
	.leftColumnRegular ul {padding: 0; margin: 10px 0 0 0; list-style: none; position: relative;}
	.leftColumnRegular li {padding: 0 0 5px 18px; background-image: url(images/bullet_main.gif); background-repeat: no-repeat; background-position: 4px 6px;}

.leftColumnInput {border: 1px solid #999999; background-color: #E9E9E9; width: 128px; height: 18px; font-size: 10px; color: #333333;}
.leftColumnButton {border: 1px solid #57002A; background-color: #990000; padding: 2px 2px 2px 2px; font-size: 10px; color: #FFFFFF;}

.menuStyle {
	margin: 10px 5px 0 5px; 
	float: left;
	display: inline;
	position: relative;	
}

.menuStyle ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #E9E9E9;
	font-size: 12px;
}

.menuStyle li
{
	margin: 0;	
}

.menuStyle a:link
{
	display: block;
	padding: 0;
	width: 190px;
	color: #990000;
	background-color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #E9E9E9;
	margin: 0;
	line-height: 2.4em;
	text-indent: 15px;
}

.menuStyle a:visited
{
	display: block;
	padding: 0;
	width: 190px;
	color: #990000;
	background-color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #E9E9E9;
	margin: 0;
	line-height: 2.4em;
	text-indent: 15px;
}

.menuStyle a:hover
{
	color: #000033;
	background-color: #E9E9E9;
	text-decoration: none;
	border-top: 1px solid #E9E9E9;
	margin: 0;
	line-height: 2.4em;
	text-indent: 15px;
}











/*-- HOME PAGE ----------------*/
.homePageMain {
	width: 530px;
	margin: 20px 0 20px 0;
	position: relative;
	float: left;
	display: inline;
}

	.homePageMain h1 {font-size: 18px; color: #990000; font-weight: normal;}
	.homePageMain p {font-size: 12px; color: #333333; line-height: 1.6em;}

.homeTable {width:100%; border:0; padding:2px; margin:0; font-size:12px;}
	.homeTable ul {padding: 0 0 0 10px; margin: 10px 0 0 0; list-style: none; position: relative;}
	.homeTable li {padding: 0 0 5px 18px; background-image: url(images/bullet_main.gif); background-repeat: no-repeat; background-position: 4px 6px;}
	.homeTable hr {border:1px dashed #999999; height:1px; margin:0;}
	.homeTable h2 {font-size: 16px; color: #990000; font-weight: bold;}

/*-- CONTENT PAGE -------------*/
.contentPageMain {width: 530px; margin: 20px 0 20px 0; position: relative; float: left; display: inline; font-size: 12px; color: #333333; line-height: 1.6em;}
	.contentPageMain h1 {font-size: 18px; color: #990000; font-weight: normal;}
	.contentPageMain h2 {font-size: 16px; color: #990000; font-weight: bold;}
	.contentPageMain h3 {font-size: 14px; color: #333333; font-weight: normal; line-height: 1.6em;}
	.contentPageMain h4 {font-size: 13px; color: #990000; font-weight: bold;}
	.contentPageMain p {font-size: 12px; color: #333333; line-height: 1.6em;}
	.contentPageMain ul {padding: 0; margin: 10px 0 0 0; list-style: none; position: relative;}
	.contentPageMain li {padding: 0 0 5px 18px; background-image: url(images/bullet_main.gif); background-repeat: no-repeat; background-position: 4px 6px;}
	
	.contentPageMainLong {width: 700px; margin: 20px 0 20px 0; position: relative; float: left; display: inline; font-size: 12px; color: #333333; line-height: 1.6em;}
	.contentPageMainLong h1 {font-size: 18px; color: #990000; font-weight: normal;}
	.contentPageMainLong h2 {font-size: 16px; color: #990000; font-weight: bold;}
	.contentPageMainLong h3 {font-size: 14px; color: #333333; font-weight: normal; line-height: 1.6em;}
	.contentPageMainLong h4 {font-size: 13px; color: #990000; font-weight: bold;}
	.contentPageMainLong p {font-size: 12px; color: #333333; line-height: 1.6em;}
	.contentPageMainLong ul {padding: 0; margin: 10px 0 0 0; list-style: none; position: relative;}
	.contentPageMainLong li {padding: 0 0 5px 18px; background-image: url(images/bullet_main.gif); background-repeat: no-repeat; background-position: 4px 6px;}

/*-- CONTACT FORM ----------------*/
.contactMain {width: 530px; margin: 20px 0 20px 0; position: relative; float: left; display: inline; font-size: 12px; color: #333333; line-height: 1.6em;}
	.contactMain h1 {font-size: 18px; color: #990000; font-weight: normal;}
	.contactMain h2 {font-size: 14px; color: #333333; font-weight: normal; line-height: 1.6em;}
	.contactMain label {display: block; font-size: 13px; color: #000000;}
	
	
/*-- JOB SEARCH ---------------*/
.jobSearchMain {width: 530px; margin: 20px 0 20px 0; position: relative; float: left; display: inline; font-size: 12px; color: #333333; line-height: 1.6em;}
	.jobSearchMain h1 {font-size: 18px; color: #990000; font-weight: normal;}
	.jobSearchMain h2 {font-size: 16px; color: #000000; font-weight: bold;}
	.jobSearchMain h3 {font-size: 14px; color: #333333; font-weight: normal; line-height: 1.6em; margin: 0 0 -10px 0;}
	.jobSearchMain p {font-size: 12px; color: #333333; line-height: 1.6em;}
	.jobSearchMain label {display: block; font-size: 13px; color: #000000; margin: 0 0 5px 0;}
	.jobSearchMain ul {padding: 0; margin: 10px 0 0 0; list-style: none; position: relative;}
	.jobSearchMain li {padding: 0 0 5px 18px; background-image: url(images/bullet_main.gif); background-repeat: no-repeat; background-position: 4px 6px;}
	
.jobResult {width: 530px; margin: 20px 0 20px 0; position: relative; float: left; display: inline; padding: 0 0 10px 0; border-bottom: solid 1px #999999; margin: 0 0 20px 0;}
	.jobResult h4 {font-size: 13px; color: #990000; font-weight: bold; margin: 0 0 -10px 0;}



.formEmailSignup{ border: 1px solid #999999; background-color: #E9E9E9; width: 160px; vertical-align: middle; height: 20px; font-size: 11px; color: #333333; margin: 0 0 10px 0;}
.formButtonSignup { border: 1px solid #57002A; background-color: #530229; padding: 2px 4px 2px 4px; font-size: 11px; color: #FFFFFF;}

.formInput { border: 1px solid #999999; background-color: #E9E9E9; width: 520px; height: 20px; font-size: 14px; color: #333333;}
.formTextarea { border: 1px solid #999999; background-color: #E9E9E9; width: 520px; height: 100px; FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; margin: 0;}
.formButton { border: 1px solid #57002A; background-color: #530229; padding: 5px 10px 5px 10px; font-size: 12px; color: #FFFFFF;}



/*-- FOOTER ---------------------*/
#footerContainer {
	float:left;
	background: url(images/footer_bg.gif) top left repeat-x;
	height: 68px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

#footerContent {
	width: 760px;
	height: 68px;
	text-align: left;
	margin: 0 auto;
}

#footerContent p {
	color: #FFFFFF;
	padding: 0;
	font-size: 10px;
	margin: 30px 0 0 0;
}

.handcursor{
cursor:hand;
cursor:pointer;
}

/*-- NEWSLETTER LANDING PAGE CONTACT FORM ----------------*/
.contactLanding {width: 750px; margin: 20px 0 20px 0; position: relative; float: left; display: inline; font-size: 12px; color: #333333; line-height: 1.6em;}
.contactLanding h1 {font-size: 18px; color: #990000; font-weight: normal;}
.contactLanding h2 {font-size: 14px; color: #333333; font-weight: normal; line-height: 1.6em;}
.contactLanding label {display: block; font-size: 13px; color: #000000;}      

/*-- CANDIDATE ---------------*/
.candidate {width: 760px; margin: 20px 0 20px 0; position: relative; float: left; display: inline; font-size: 12px; color: #333333; line-height: 1.6em;}
	.candidate h1 {font-size: 18px; color: #990000; font-weight: normal; text-align: justify;}
	.candidate h2 {font-size: 16px; color: #000000; font-weight: bold; text-align: justify;}
	.candidate h3 {font-size: 14px; color: #333333; font-weight: normal; line-height: 1.6em; margin: 0 0 -10px 0; text-align: justify;}
	.candidate p {font-size: 12px; color: #333333; line-height: 1.6em; text-align: justify;}
	.candidate label {display: block; font-size: 13px; color: #000000; margin: 0 0 5px 0; text-align: justify;}
	.candidate ul {padding: 0; margin: 10px 0 0 0; list-style: none; position: relative; text-align: justify;}
	.candidate li {background-image: url(images/bullet_main.gif); background-repeat: no-repeat; background-position: 4px 6px; text-align: justify; list-style: none; margin-left: 50px; padding-left: 15px; text-indent: 0em;}
