/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }


body {
	font-family: Arial, Helvetica;
	font-size: 72%;
	color: #333;
	background: url(sitegraphics/bg.jpg) 0 0 repeat-x #999;
}

a:link, a:visited {
	color: #CC0000;
}
a:hover, a:active {
	color: #333;	
}

p {	
	margin-bottom: 1.2em;
	line-height: 1.5em;
}

h1 {
	margin-bottom: 0.4em;
	font-size: 175%;
}

h2 {
	font-size: 120%;
	margin-bottom: 0.6em;
}

h3 {
	margin-bottom: 0.7em;
	color: #929465;
}

/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 910px;
	margin: 0 auto 20px auto;
}

#contentWrapper {
	clear: both;
	width: 900px;
	border: 5px solid #FFF;
	background: url(sitegraphics/bg_contentwrapper.jpg) repeat-x #FFF;
}

/*--------------------BRANDING-------------------*/

#branding {
	width: 910px;
}

#banner {
	clear: both;
	border-top: 1px solid #FFF;
}


/*---------------------NAV-----------------------*/

#nav {
	width: 900px;
	height: 30px;
	background: url(sitegraphics/bg_nav.jpg);
}
#nav ul {
	width: 900px;
}

#nav li,
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height: 30px;
	background-image: url(sitegraphics/nav.jpg);
	background-repeat: no-repeat;
	text-indent: -1976px;
	overflow: hidden;
}

#nav ul li a:hover { background-image: none;}

#nav-home a { width: 68px; background-position: 0px 0px;}
#nav-about a { width: 89px; background-position: -68px 0px;}
#nav-services a { width: 85px; background-position: -157px 0px;}
#nav-vacancies a { width: 93px; background-position: -242px 0px;}
#nav-candidatezone a { width: 132px; background-position: -335px 0px;}
#nav-jointheteam a { width: 122px; background-position: -467px 0px;}
#nav-contact a { width: 98px; background-position: -589px 0px;}

#nav-home { width: 68px; background-position: 0px -30px;}
#nav-about { width: 89px; background-position: -68px -30px;}
#nav-services { width: 85px; background-position: -157px -30px;}
#nav-vacancies { width: 93px; background-position: -242px -30px;}
#nav-candidatezone { width: 132px; background-position: -335px -30px;}
#nav-jointheteam { width: 122px; background-position: -467px -30px;}
#nav-contact { width: 98px; background-position: -589px -30px;}

#nav-homeSelected { width: 68px; background-position: 0px -30px;}
#nav-aboutSelected { width: 89px; background-position: -68px -30px;}
#nav-servicesSelected { width: 85px; background-position: -157px -30px;}
#nav-vacanciesSelected { width: 93px; background-position: -242px -30px;}
#nav-candidatezoneSelected { width: 132px; background-position: -335px -30px;}
#nav-jointheteamSelected { width: 122px; background-position: -467px -30px;}
#nav-contactSelected { width: 98px; background-position: -589px -30px;}

#nav-homeSelected a { width: 68px; background-position: 0px -30px;}
#nav-aboutSelected a { width: 89px; background-position: -68px -30px;}
#nav-servicesSelected a { width: 85px; background-position: -157px -30px;}
#nav-vacanciesSelected a { width: 93px; background-position: -242px -30px;}
#nav-candidatezoneSelected a { width: 132px; background-position: -335px -30px;}
#nav-jointheteamSelected a { width: 122px; background-position: -467px -30px;}
#nav-contactSelected a { width: 98px; background-position: -589px -30px;}



#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #1F334B;
}
#nav a:hover, #nav a:active {
	color: #333;	
}


/*-------------------CONTENT----------------------*/

#contentMain {
	margin: 15px;
}

#contentSub {
	float: right;
	width: 280px;
	margin: 0 25px 0 0;
}



#contentWrapperCandidateZone {
	padding: 15px;
	background: url(sitegraphics/bg_contentcolumn.gif) right 0 repeat-y #FFF;
}
#contentMainCandidateZone {
	width: 555px;
}
#contentSubCandidateZone {
	float: right;
	width: 255px;
	padding: 15px 15px 0 0;
}
#contentSubCandidateZone .quote {
	font-size: 100%;
}
#contentSubCandidateZone .cite {
	font-size: 100%;
}



#contentWrapperAboutUs {
	padding: 15px;
	background: url(sitegraphics/bg_contentcolumn.gif) right 0 repeat-y #FFF;
}
#contentSubAboutUs {
	float: right;
	width: 255px;
	padding: 15px 15px 0 0;
	font-size: 120%;
}
#contentSubAboutUs li {
	margin: 0 0 0.55em 0;
}
#contentMainAboutUs {
	width: 555px;
}



#contentWrapperServices {
	padding: 15px;
	background: url(Xsitegraphics/bg_contentcolumn.gif) right 0 repeat-y #FFF;
}
#contentMainServices {
	width: 555px;
}
#contentSubServices {
	float: right;
	width: 255px;
	padding: 15px 15px 20px 15px;
	background: url(sitegraphics/bg_contentcolumn.gif) right 0 repeat-y #E0E0E0;
}
#contentSubServices li {
	margin: 0 0 0.55em 0;
}
#contentSubServices .casestudies p.intro {
	margin: 0 0 1.2em 0;
}
#contentSubServices .casestudies p {
	margin: 0 0 0.6em 0;
}
#contentSubServices .casestudies div {
	display: none;
}
#contentSubServices .casestudies img {
	margin: 0 0 5px 45px;
}



#contentWrapperContactUs {
	padding: 15px;
	background: url(sitegraphics/bg_contentcolumn.gif) right 0 repeat-y #FFF;
}
#contentMainContactUs {
	width: 555px;
}
#contentSubContactUs {
	float: right;
	width: 255px;
	padding: 15px 15px 0 0;
}
#contentSubContactUs h1 {
	margin: 0 0 0.6em 0;
	padding-bottom: 0.35em;
	font-size: 130%;
	font-family: Arial;
	color: #CC0000;
	border-bottom: 1px solid #C1C1C1;
}
#contentSubContactUs h2 {
	margin: 0 0 0.35em 0;
	font-size: 115%;
}
#contentSubContactUs ul {
	margin-bottom: 20px;
}
#contentSubContactUs li {
	margin-bottom: 0.5em;
	padding-left: 7px;
	background: url(sitegraphics/bullet_directions.gif) 0 0.4em no-repeat;
}


#address {
	margin: 0 0 20px 0;
}
#address h1 {
	margin: 15px 0 0.3em 0;
	font-size: 140%;
	color: #CC0000;
}
#address p {
	padding: 0 0 0.3em 0;
	font-size: 120%;
}
#address .caption {
	font-weight: bold;
}


#contentHome {
	width: 900px;
	background: url(sitegraphics/bg_contenthome.jpg) 0 0 no-repeat #FFF;
}
#contentHome .contentHomeColumn {
	width: 270px;
	float: left;
	padding: 15px;
}


#joinTheTeamQuotes {
	margin: 25px 0 0 0;
	padding: 0 50px;
}
#joinTheTeamQuotes li {
	margin: 0 0 1.4em 0;
	padding: 0 0 1.4em 0;
	border-bottom: 1px solid #CCC;
}
#joinTheTeamQuotes .quote {
	margin-bottom: 0.1em;
	font-size: 120%;
	font-style: italic;
}
#joinTheTeamQuotes .quoteParaFlow{
	margin-bottom: 0.65em;
	font-size: 120%;
	font-style: italic;
}
#joinTheTeamQuotes .cite {
	margin-bottom: 0.2em;
	text-align: right;
	font-weight: bold;
	font-style: normal;
	color: #CC0000;
}
#joinTheTeamQuotes .citeOccupation {
	padding: 0 0 0 2px;
	font-weight: normal;
	font-style: normal;
	color: #333;
}


.quote {
	margin-bottom: 1.0em;
	font-size: 120%;
	font-style: italic;
}
.cite {
	text-align: right;
	font-style: italic;
	color: #CC0000;
}
.citeOccupation {
	text-align: right;
	font-style:normal;
	font-weight:bold;
	color: #333;
}


#address p {
	margin: 0;
}

.highlight {
	letter-spacing: 0.1em;
	font-weight: bold;
}


/*----------------------CV---------------------------*/

#cv {
	font-family: Verdana;
	font-size: 90%;
}
#cv h1 {
	font-size: 120%;
}
#cv ul {
	margin: 0 0 0.75em 20px;
	list-style-type: disc;
}
#cv li {
	margin: 0 0 0.25em 0;
}


/*-------------------DIRECTIONS----------------------*/

#directions {
	width: 208px;
	float: left;
	margin-right: 20px;
}
#directions h1 {
	margin: 0 0 0.35em 0;
	padding-bottom: 0.35em;
	font-size: 130%;
	font-family: Arial;
	color: #570D16;
	border-bottom: 1px solid #C1C1C1;
}
#directions ul {
	margin-bottom: 20px;
}
#directions li {
	font-size: 90%;
	margin-bottom: 0.5em;
	padding-left: 7px;
	background: url(sitegraphics/bullet_directions.gif) 0 0.4em no-repeat;
}


#googleMapMarker h1 {
	margin-bottom: 0.1em;
	font-size: 100%;
	color: #570D16;
}
#googleMapMarker .telephone {
	color: #570D16;
}

#map {
	width: 460px;
	height: 350px;
	margin-bottom: 20px;
}


/*---------------------FORMS-------------------------*/


fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {		
	font-weight: bold;
	font-size: 100%;
	color:#333;
}
input {	
	width: 100%;
	height: 18px;
	margin: 2px 0 10px 0px;	
	border: 1px solid #333;
	background-color: #e0e0e0;
}
.checkboxlabel {
	display:inline;
}
.checkbox {
	border:none;
	width: 15px;
}
textarea {
	width: 100%;
	margin: 2px 0 8px 0;
	padding: 1px;
	border: 1px solid #333;
	background-color: #e0e0e0;
}
select {
	display: block;
	width: 50%;
	margin: 2px 0 8px 0;
	border: 1px solid #333;
}
.sendform {
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}
.sendbutton {
	width: 80px;
	height:30px;

}

.inline {	
	padding: 0 0 15px 130px;
}

.inline ul {	
	margin: 0;
	padding: 0;
}
.inline li {		
	position: relative;
	margin: 0 0 0.25em 0;
	padding: 0;
}

.inline label {
	position:absolute;
	overflow:auto;
	top: 5px;
	left: -128px;
	width: 130px;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.fileupload {		
	width:auto;
	border:none;
	background:none;
}

.mandatoryAsterisk {
	font-weight:bold;
	color: #000;
}

#errorList {
	margin-left:20px;
}

/*------------------CAPTCHAS----------------------*/

#captchaError 				{ display:none; font-size:11px; } 

#captchaError p				{ color:#cc0000; } 

.captcha                    { display:block; margin-bottom: 8px; }

.captchaInput               { display:block; width: 177px; }



/*-------------------FOOTER-----------------------*/

#footer {
	clear: both;
}


.imageLeft {
	float: left;
	margin: 0 15px 15px 0;
}
.imageRight {
	float: right;
	margin: 0 0 15px 15px;
}


/*--------------------AMBRIT----------------------*/

#ambrit {
	width: 910px;
	margin: 10px auto;
	padding-bottom: 20px;
	text-align: right;
}

#ambrit a:link, #ambrit a:visited {
	color: #FFF;
	text-decoration: none;
}
#ambrit a:active, #ambrit a:hover {
	color: #333;
	text-decoration: underline;
}

