
/* layout */

body {
	background:#000;
	margin:0px;
	padding:120px 0px 0px 0px;
	font-family:"Helvetica", Arial, Verdana, sans-serif;
}

*
{
	z-index: 0;
}

#headerDiv {
	width:100%;
	height:181px;
	background:url(images/hdrBg.png) repeat-x;
	position:fixed;
	top:0px;
	z-index:1;
}

#header, .content {
	width:960px;
	margin:0 auto 0 auto;
}

.section {
	width:100%;
	margin-top:120px;
}

#header h1 a {
	float:left;
	height:48px; voice-family: "\"}\""; voice-family:inherit; height: 0;
	padding-top:48px;
	background:url(images/jny.png) no-repeat;
	width:326px;
	margin-top:86px;
	display:block;
}

#header ul {
	float:right;
	list-style:none;
	margin:125px 0px 0px 0px;
	padding:0px;
	text-align:right;
}

#header ul li {
	float:left;
	list-style:none;
	margin:0px 0px 0px 1px;
	padding:0px;
}

#header ul li a {
	overflow:hidden;
	padding:10px 20px;
	font-size:0.75em;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background-color:#1a1a1a;
}


#header ul li a:hover, #tabMission:hover, #tabVision:hover {
	background-color:#262626;
}

#header ul li a:active {
	background-color:#9c0000
}


.navOn {
	background-color:#9c0000 !important;
}





/* content layout */


#whoWeAreDiv {
	background:url(images/contentBg.gif) repeat-x bottom;
}

.twoCol {
	width:620px;
	float:left;
}

.oneCol {
	width:300px;
	float:left;
}

.left {
	margin-right:20px;
}

.drkGreyBg {
	background-color:#1a1a1a;
}

.redRule {
	display:block;
	background-color:#9c0000;
	width:100%;
	height:3px;
}

#whatWeDoDiv .oneCol {
	position:relative;
	padding-right:10px;
	width:290px;
}

#whatWeDoDiv .panel {
	background:url(images/threeColBorder.gif) repeat-y;
	width:960px;
	background-position:290px;
	padding:8px 0px 10px 0px;
	float:left;
}

.greyBorderBtm {
	border-bottom:#333333 1px solid;
}

.paddingTop30 {
	padding-top:30px !important;
}


#contactDiv {
	background:url(images/bgRepeat.gif);
	padding:40px 0px 80px 0px;
	overflow:auto;
}

#contactDiv p span {
	font-weight: bold;
	font-size:1.15em;
	margin-right:24px;
}

#contactDiv .hdr, #contactDetails p {
	padding-bottom:3px;
}

#contactDiv p {
	margin:0px;
}

#address {
	float:left;
	margin:40px 70px 0px 0px;
}

#contactDetails {
	margin:40px 0px 0px 0px;
	float:left;
}

#contactDetails a {
	text-decoration:none;
	border-bottom:#fff 1px solid;
}

#contactDetails a:hover {
	border-bottom:none;
}

/* team */

#team {
	width:260px;
	padding:20px;
}

#team p {
	padding:10px 0px 16px 0px;
}

#team img {
	margin:0px 4px 4px 0px;
	float:left;
	display:block;
}

/* custom spacing */

#latestWorkDiv h2 {
	margin-left:-8px;
}

#whoWeAreDiv h2, #whatWeDoDiv h2 {
	margin-left:-16px;
}


#tabMission, #tabVision {
	padding:6px 0px 5px 0px;
	margin:30px 1px 0px 0px;
	text-transform: uppercase;
	float:left;
	text-align:center;
	font-size:0.75em;
	width:80px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background-color:#1a1a1a;
	display:block;
}

#workImages {
	margin:40px 0px 0px 0px;
}

#workImages img {
	display:block;
	float:left;
	margin:0px 19px 19px 0px !important;
	padding:0px !important;
}

/* misc */

.hideText {
	display:block;
	overflow:hidden;
	text-indent: -9999em;
	font: 1px/1px sans-serif;
}

#mission, #vision {
	height:213px;
	width:550px;
	padding:20px 0px 0px 0px;
}

#mission p, #vision p {
	height:100px;
	margin:10px 0px 10px 0px;
}

/* mission / vison stuff */

#vision {
	display:none;
}









.prevStep, .nextStep {
	width:23px;
	height:23px;
	background-repeat:no-repeat;
	float:left;
	margin:0px 12px 0px 0px;
}

.prevStep {
	background-image:url(images/arrowSprite.png);
}

.nextStep {
	background-image:url(images/arrowSprite.png);
}

.nextStepDisable {
	background-position:0px -23px;
}
.nextStepEnable {
	background-position:-23px -23px;
}
.prevStepDisable {
	background-position:0px 0px;
}
.prevStepEnable {
	background-position:-23px 0px;
}




/* typography */

.intro {
	width:90%;
}

.sixTwenty {
	width:620px;
}

h1 {
	padding:0px;
	margin:0px;
}

h2 {
	color:#e6e5e5;
	font-size:5em;
	margin:0px 0px 20px 0px;
	padding:0px;
}

h3 {
	color:#cccccc;
	font-size:1.75em;
	margin:0px;
	padding:0px;
}

.makeRed {
	color:#9c0000;
}

p.verlag {
	font-size:1.35em;
}

p {
	color:#fff; /*  e6e5e5 */
	font-size:0.85em;
	line-height:1.75em;
}

a {
	color:#fff;
}

#team p {
	line-height:1.25em;
	font-size:0.8em;
}

#mission p, #vision p {
	font-size:1.45em;
}

.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}