/* CSS Document */

/*-- UNIVERSAL STYLES -------------*/

body
{
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right:0px;
  background-color: #004A85;
  color: #333333;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
  min-width: 760px;
  text-align: center;
}

a:link {text-decoration: underline; color: #003399; background-color: transparent;}
a:visited {text-decoration: underline; color: #003399; background-color: transparent;}
a:hover{text-decoration: none; background-color: transparent; color: #003399;}

a.linkFooter:link {text-decoration: underline; color: #CBD8E3; background-color: transparent;}
a.linkFooter:visited {text-decoration: underline; color: #CBD8E3; background-color: transparent;}
a.linkFooter:hover {text-decoration: none; color: #CBD8E3; background-color: transparent;}

hr {width: 100%; height: 1px; border: none; background-color: #999999}

/*-- GENERAL BITS --------------*/
#container {margin: 0 auto; width: 100%; padding: 0; border: 0; position: relative; text-align: center;}

/*-- HEADER---------------------*/
#headerContainer {
	background: url(images/header_bg.gif) top left repeat-x;
	height: 145px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

#headerContent {
	width: 760px;
	height: 145px;
	text-align: left;
	margin: 0 auto;
}

#headerLogo {
	position: relative;
	top: 16px;
	left: 0px;
	width: 200px;
	height: 100px;
	background: url(images/header_logo_tab.gif) top left no-repeat;
}

#navbar {position: relative; float: right; display: inline; width: 560px; height: 16px; margin: -43px 0 0 30px; padding: 0;}
	#navbar ul {position: relative; display: block; float: right; list-style: none; margin: 0; padding: 0;}
	#navbar li {float: left; margin: 0 0 0 20px;}
	#navbar li a {display: block; height: 16px;}
	#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_services_off.gif) top left no-repeat; width: 59px; height: 16px;}
#nav02 a:hover {background: url(images/nav_services_hov.gif) top left no-repeat;}
#nav03 a {background: url(images/nav_case_studies_off.gif) top left no-repeat; width: 92px; height: 16px;}
#nav03 a:hover {background: url(images/nav_case_studies_hov.gif) top left no-repeat;}
#nav04 a {background: url(images/nav_vacancies_off.gif) top left no-repeat; width: 71px; height: 16px;}
#nav04 a:hover {background: url(images/nav_vacancies_hov.gif) top left no-repeat;}
#nav05 a {background: url(images/nav_contact_off.gif) top left no-repeat; width: 56px; height: 16px}
#nav05 a:hover {background: url(images/nav_contact_hov.gif) top left no-repeat;}
#nav06 a {background: url(images/nav_ads_off.gif) top left no-repeat; width: 33px; height: 16px;}
#nav06 a:hover {background: url(images/nav_ads_hov.gif) top left no-repeat;}



/*-- MAIN AREA---------------------*/
#mainContainer {
	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: #004A85;
	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: 12px;
	float: left;
	display: inline;
	line-height: 1.4em;
}
	

.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: #003399;
	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: #003399;
	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: #004A85; font-weight: normal;}
	.homePageMain h2 {font-size: 16px; color: #004A85; font-weight: bold;}
	.homePageMain h3 {font-size: 14px; color: #333333; font-weight: normal; line-height: 1.6em;}
	.homePageMain h4 {font-size: 13px; color: #004A85; font-weight: bold;}
	.homePageMain p {font-size: 12px; color: #333333; line-height: 1.6em;}
	.homePageMain ul {padding: 0; margin: 10px 0 0 0; list-style: none; position: relative;}
	.homePageMain li {padding: 0 0 5px 18px; background-image: url(images/bullet_main.gif); background-repeat: no-repeat; background-position: 4px 6px;}




/*-- 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: #004A85; font-weight: normal;}
	.contentPageMain h2 {font-size: 16px; color: #004A85; font-weight: bold;}
	.contentPageMain h3 {font-size: 14px; color: #333333; font-weight: normal; line-height: 1.6em;}
	.contentPageMain h4 {font-size: 13px; color: #004A85; 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;}
	
/*-- 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: #004A85; 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: #004A85; 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 0 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; margin: 0 0 20px 0;}
	.jobResult h4 {font-size: 13px; color: #004A85; font-weight: bold; margin: 0 0 0 0;}
	.jobResult p {font-size: 12px; color: #333333; line-height: 1.6em; font-weight:normal;}



.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 #002D60; background-color: #004A85; 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 #002D60; background-color: #004A85; padding: 5px 10px 5px 10px; font-size: 12px; color: #FFFFFF;}



/*-- FOOTER ---------------------*/
#footerContainer {
	background: url(images/footer_bg.gif) top left repeat-x;
	height: 78px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

#footerContent {
	width: 760px;
	height: 78px;
	text-align: left;
	margin: 0 auto;
}

#footerContent p {
	color: #FFFFFF;
	padding: 0;
	font-size: 10px;
	margin: 30px 0 0 0;
}






