@charset "utf-8";

/* ----------------------------------------- general styles --------------------------------- */

body {
	background: url(../images/backg2.gif);
}

#containerOuter {
	width: 100%;
	background: url(../images/backg1.gif) repeat-x left top;
}

#containerInner {
	width: 904px;
	margin: 0 auto;
	position: relative;
}

a {
	color: #a52b03;
	text-decoration: none;
}

a:hover {
	color: #ff4001;
	text-decoration: underline;
}
.clear {
	clear: both;
}
img.left {
	float: left;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-left: 20px;
}
img.center {
	display: block;
	margin: auto;
}
/* h1 reserved for SEO reasons - positioned at bottom of page */
h1 {
	position: absolute;
	width: 904px;
	text-align: center;
	color:#CCC;
	font-size: 12px;
	bottom: -50px;
}

h2 {
	font-weight: normal;
	font-size: 24px;
	padding-left: 12px;
	background: url(../images/backg_h2.gif) repeat-x left 75%;
}

h2 em {
	font-size: 22px;
	font-weight: normal;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 8px 0 2px 14px;
}

p {
	margin-bottom: 20px;
}

.addressList dt {
	font-weight: bold;
}

#homePage .addressList {
	margin-left: 18px;
}




/* ----------------------------------------- /general styles --------------------------------- */




/* ----------------------------------------- logo and nav --------------------------------- */


#logo {
	width: 362px;
	height: 105px;
	background: url(../images/logo.png) no-repeat center top;
	text-indent: -9999px;
	z-index: 300;
	position: absolute;
	top: 0;
	left: 36px;
}

#logo a {
	width: 362px;
	height: 105px;
	display: block;
}

#nav {
	width: 904px;
	height: 74px;
}

#nav ul {
	list-style: none;
	margin-left: 420px;
}

#nav li {
	height: 74px;
	float: left;
	background: url(../images/backg_nav.png)repeat-x left bottom;
	padding: 0 18px;
	margin: 0 2px;
}

#nav li:hover {
	background: url(../images/backg_nav_hover.png) repeat-x left bottom;
}

#nav li:hover a {
	text-decoration: none;
}

#nav li em {
	display: block;
	margin-top: 22px;
	padding-left: 18px;
	height: 15px;
}

#nav a {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 14px;
}

/* page indicators */
.forCompaniesSection #forCompaniesTab a {
	background: url(../images/backg_page_indicator.png) no-repeat center bottom;
}
.forCandidatesSection #forCandidatesTab a {
	background: url(../images/backg_page_indicator.png) no-repeat center bottom;
}
.ourCompanySection #ourCompanyTab a {
	background: url(../images/backg_page_indicator.png) no-repeat center bottom;
}
.ourServicesSection #ourServicesTab a {
	background: url(../images/backg_page_indicator.png) no-repeat center bottom;
}
/* /page indicators */
#subNav {
	width: 904px;
	height: 41px;
	background-color: #5f6e7b;
}

#subNav ul {
	list-style: none;
	margin-left: 440px;
}

#subNav li {
	float: left;
	display: block;
	padding: 8px 10px;
}

#subNav a {
	font-size: 14px;
	color: #FFF;
	padding: 4px 8px 14px 8px;
	text-decoration: none;
}

#subNav a:hover {
	background-color: #576570;
	color: #FFF;
	border-top: 5px solid #3b5165;
}

/* ----------------------------------------- /logo and nav --------------------------------- */




/* ----------------------------------------- flash and branding --------------------------------- */

#homePage #branding {
	width: 904px;
	height: 337px;
	background: #FFF;
}	

#branding {
	width: 904px;
	height: 164px;
}

#branding h2 {
	background-image: none;
	text-indent: -9999px;
}

.forCompaniesSection #branding {
	background: url(../images/header_for_companies.jpg) no-repeat left top;
}
.forCandidatesSection #branding {
	background: url(../images/header_for_candidates.jpg) no-repeat left top;
}
.ourCompanySection #branding {
	background: url(../images/header_our_company.jpg) no-repeat left top;
}
.ourServicesSection #branding {
	background: url(../images/header_our_services.jpg) no-repeat left top;
}

/* ----------------------------------------- /flash and branding --------------------------------- */




/* ----------------------------------------- content --------------------------------- */

#content {
	background: #FFF url(../images/backg_content.gif) repeat-x left top;
	border-top: 1px solid #bbc1c5;
	padding: 20px 0 40px 0;
	float: left;
}

#homeWelcome {
	width:230px;
	margin: 0 10px 0 36px;
	float: left;
}

#homePage #content p {
	padding-left: 18px;
	text-align: justify;
}

#homeForCompanies {
	width: 280px;
	float: left;
	margin-left: 20px;
}

#homeForCompanies .openingPara {
	padding-bottom: 130px;
	margin-bottom: 12px;
	background: url(../images/pic_for_companies_teaser.png) no-repeat left bottom;
}	

#homeForCandidates {
	width: 280px;
	float: left;
	margin: 0 28px 0 20px;
}

#homeForCandidates .openingPara {
	padding-bottom: 130px;
	margin-bottom: 12px;
	background: url(../images/pic_for_candidates_teaser.png) no-repeat left bottom;
}

	

/* ----------------------------------------- /content --------------------------------- */




/* ----------------------------------------- footer --------------------------------- */

#footer {
	width: 904px;
	height: 111px;
	clear: both;
	background-color: #102943;
	position: relative;
	margin-bottom: 63px;
}

#footer p {
	color: #FFF;
	padding: 8px 0 0 16px;
}	

#footerNav {
	list-style: none;
	position: absolute;
	top: 8px;
	right: 16px;
}

#footerNav li {
	display: inline;
	padding: 0 12px;
	border-right: 1px solid #FFF;
}

#footerNav li.last {
	border-right: none;
}

#footerNav a {
	color: #FFF;
}

#footerNav a:hover {
	color: #ff4001;
}

#socialLinks {
	list-style: none;
	position: absolute;
	bottom: 12px;
	right: 16px;
}

#socialLinks li {
	float: left;
}	

#socialLinks li a {
	height: 42px;
	text-indent: -9999px;
	display: block;
}

#facebook a {
	width: 163px;
	background: url(../images/button_facebook.gif) no-repeat left top;
}

#linkedin a {
	width: 126px;
	background: url(../images/button_linkedin.gif) no-repeat left top;
}

#blog a {
	width: 131px;
	background: url(../images/button_from_blog.gif) no-repeat left top;
}

#leadingEdge {
	width: 89px;
	height: 73px;
	background: url(../images/logo_leading_edge.png) no-repeat left top;
	text-indent: -9999px;
	position: absolute;
	left: 12px;
	bottom: -50px;
}

/* ----------------------------------------- /footer --------------------------------- */




/* ----------------------------------------- listings --------------------------------- */

.listingsTableShort {
	width: 260px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../images/backg_under_listings.gif) no-repeat center bottom;
}

.listingsTableLong {
	width: 560px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.listingsTableLong th {
	color: #3c639c;
}

.listingsTableShort a,
.listingsTableLong a {
	color: #545559;
}

.listingsTableShort a:hover,
.listingsTableLong a:hover {
	color: #ff4001;
}

.listingsTableShort td,
.listingsTableLong td,
th {
	padding: 10px 8px 10px 8px;
}

.listingsTitle {
	width: 80%;
}

.listingsState {
	width: 20%;
	text-align: center;
}

.listingsTableShort a,
.listingsTableLong a,
.listingsTableLong td,
.listingsTableLong td span {
	font-size: 18px;
}


#sidebar tr,
.odd {
	background-color: #e7e5e6;
}

#sidebar .even {
	background-color: #FFF;
}

#homeForCompanies .even {
	background-color: #e7e5e6;
}

#homeForCompanies .odd {
	background-color: #FFF;
}

#homeForCandidates tr {
	background-color: #e7e5e6;
}

#homeForCandidates tr.even {
	background-color: #FFF;
}

.listingsTableLong td {
	text-align: left;
}

#candidatesAvailablePositionsPage h2 span {
	font-size: 24px;
}

#candidatesAvailablePositionsPage .entryTitle {
	font-weight: bold;
}

#candidatesAvailablePositionsPage #mainContent p span {
	font-size: 18px;
}

/* ----------------------------------------- /listings --------------------------------- */




/* ----------------------------------------- subpages --------------------------------- */

#mainContent {
	width: 540px;
	float: left;
	margin: 0 60px 0 36px;
}

#mainContent p {
	text-align: justify;
	padding-left: 14px;
}

#mainContent .leadPara {
	font-size: 22px;
	line-height: 1.4;
}

#sidebar {
	width: 240px;
	padding-right: 28px;
	float: right;
}

#sidebar p,
#sidebar .addressList {
	padding-left: 12px;
}

blockquote cite {
	text-align: right;
	display: block;
}

/* for the testimonialspage */
#mainContent blockquote cite {
	text-align: left;
	margin: -8px 0 40px 20px;
}

blockquote cite span {
	display: block;
	font-weight: bold;
	font-style: italic;
}

/* apply hanging punctuation */
blockquote p {
	text-indent: -0.5em;
}

#mainContent li {
	margin-left: 40px;
}

#mainContent ul {
	margin-bottom: 20px;
}

#mainContent li li {
	margin-left: 80px;
}

#mainContent ol li {
	font-size: 18px;
}

#contactPage #mainContent .addressList {
	margin-left: 20px;
}
