html, body,
fieldset, form,
dd, dt, li,
td, th  {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

blockquote {
	margin-left: 1em;
}

abbr,
acronym {
	border: none;
}

form label {
	cursor: pointer;
}

fieldset,
img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, cite, code,
dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

caption,
th {
	text-align: left;
}

ul, ol {
	list-style: none;
}

.clear { 
	overflow: auto;
}


.replace {
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	display:block;
}

	.replace * {
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;

		display:block;
		text-indent: -10000px;
	}

		.replace a {
			text-indent:0;
		}

		.replace a span {
			text-indent:-10000px;
		}


span.accesskey {
	text-decoration:none;
}

.accessibility {
	position: absolute;
	top: -9999px;
	left: -9999px;
}


html {
	height: 100%;
}

body {
	color: #fff;
	height: 100%;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}

	body.home { background-image: url("../images/bg1.png"); }
	
a, a:link,
a:visited,
a:hover,
a:active {
	color: #fff;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	
	#main a {
		color: #ffffe5;
	}
	
	#nav-main a {
		text-decoration: none;
	}
	
	.home #local a {
		color: #ffffe5;
		text-decoration: underline;
	}
		.home #local a:hover {
			text-decoration: none;
		}
	
	#footer a {
		color: #706d5f;
		text-decoration: none;
	}

#page {
	color: #FFF; /* Text Color*/
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 955px;
}



	#header {
		font-size: 14px;
		line-height: 14px;
		height: 122px;
		position: relative;
	}

		#logo {
	background-image: url("../images/logo.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	bottom: -3px;
	height: 67px;
	position: absolute;
	right: 687px;
	text-indent: -10000px;
	width: 267px;
		}
		#branding a { display: block; height: 100%; width: 100%; overflow: hidden; }

	#content {
		border-top: 1px solid #fff;
		padding-bottom: 120px;
		padding-top: 40px;
		width: 100%;
	}
	
		#main {
			float: left;
			padding-right: 37px;
			width: 629px;
		}
		
			.clients #main {
				float: none;
				width: 918px;
			}
			
		#local {
			float: right;
			width: 261px;
		}
		
			#local div.vcard {}


#footer {
	border-top: 1px solid #979486;
	color: #C5C5C5;
	margin: -89px auto 0 auto;
	padding-bottom: 17px;
	position: relative;
	text-align: left;
	width: 955px;
}



/*
Nav
------------------------------------ */
#nav-main {
	bottom: 0;
	font-size: 14px;
	height: 30px;
	line-height: 14px;
	position: absolute;
	left: 476px;
}

	#nav-main ul {
		margin: 0;
	}
	
		#nav-main li {
	float: left;
	padding: 0 10px 0 11px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 10px;
		}
			#nav-main li:first-child {
				background: transparent;
				padding-left: 0;
			}
			
			#nav-main em {
				border-bottom: 5px solid #fff;
				display: block;
				padding-bottom: 11px;
			}
			
			#nav-main a { display: block; padding-bottom: 11px; }
			#nav-main a:hover { border-bottom: 5px solid #fff; }

				#nav-main em a { padding-bottom: 0; }
				#nav-main em a:hover { border-bottom: none; }



h1 { }

	#main h1 {
		font-size: 36px;
		font-weight: normal;
		line-height: 36px;
		margin-bottom: 0.5em;
		margin-top: 0;
	}
	
	.jobs #main h1 {
		text-transform: lowercase;
	}
	
h2 { }

	.home #main h2 {
	display: inline;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	}
		.home #main h2 a {
	color: #ffffe5;
	text-decoration: underline;
		}
		
		.home #main h2 a:hover {
	text-decoration: none;
		}
	
		.jobs #main h2 {
			color: #726e5c;
			display: block;
			font-size: 18px;
			line-height: 24px;
			margin: 1em 0 0.5em;
		}

h3 { }

	#local h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 0.3em;
	padding-bottom: 0.1em;
	}

h4 { }

	#local h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 1em 0 0;
	}


p { }

	#main p {
		font-size: 40px;
		line-height: 38px;
		margin: 0 0 0.5em;
	}
	
		.home #main p {
			display: inline;
			font-size: 40px;
			line-height: 38px;
		}
		
		.clients #main p {
			font-size: 24px;
			line-height: 28px;
			margin-right: 298px;
		}
		
		.jobs #main p {
			font-size: 14px;
			font-weight: bold;
			line-height: 24px;
			margin-bottom: 1.5em;
		}
		
		.jobs #main p.intro {
			font-size: 40px;
			font-weight: normal;
			line-height: 38px;
			margin: 0 0 0.5em;
		}
		
		.errors #main p {
			font-size: 24px;
			line-height: 28px;
		}
		
		#main p .reg {
			font-size: 20px;
			vertical-align: top;
		}
		
	
	#local p {
		margin: 0;
	}
	
		#local .vcard p {
			font-size: 14px;
			line-height: 20px;
			margin: 5px 0 21px;
		}
		
			#local .vcard p span.org,
			#local .vcard p span.street-address,
			#local .vcard p span.extended-address {
				display: block;
			}
		
			#local .vcard p span.tel,
			#local .vcard p span.title {
				display: block;
			}
	
	#footer p {
		font-size: 12px;
		line-height: 18px;
		margin: 0;
	}
		
		#footer p.tagline {
			font-size: 18px;
			line-height: 18px;
			margin-bottom: 5px;
			margin-top: 12px;
		}

ul {}
ol {}
dl {}


#local ul,
#local ol {
	margin: 0.5em 0 2em;
}

	#local li {
		padding: 0;
	}
	
	#local ul li {
	font-size: 14px;
	line-height: 24px;
	}
	
		#local ul li a {
			color: #fff;
		}
		
		#local ul.positions { margin-top: 8px; }
		
		#local ul.positions li {
			background: url("../i/global/arrow-off.png") no-repeat;
			color: #fff;
			line-height: 18px;
			padding: 4px 0 4px 10px;
		}
		
			#local ul.positions li.on {
				background: url("../i/global/arrow-on.png") no-repeat;
				color: #726e5c;
			}


#main div.all-clients ul.col {
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin: 14px 52px 14px 18px;
	width: 242px;
}

	#main div.all-clients ul.last {
		margin-right: 0;
	}

	#main div.all-clients li {
		padding: 6px 0 6px 15px;
	}
	










	
