@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
	color: #FFF;
	background-position: -200px 0px;
	background-attachment: fixed;
	background-color:#000;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
}

#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:135px;
	width: 726px;
}

#logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:726px;
	height:117px;
	margin-top:-90px;
	position:fixed;
	z-index:1;
	text-align: left;
}

#navigation {
	background-image:url(../images/nav_bg.png);
	background-repeat:no-repeat;
	width:726px;
	height:115px;
	position:fixed;
	z-index:1;
	margin-top:25px;
}

#footer {
	background-image:url(../images/content_bg_btm.png);
	background-repeat:no-repeat;
	height:48px;
	width:726px;
	position: relative;
	margin-top: 0px;
}

/* ---------- Page frame styles ---------- */

#justus-content-frame {
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	width:726px;
	margin-top:-45px;
	z-index:-1;
	text-align:center;
	height:660px;
}

#ourthoughts-content-frame {
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	width:726px;
	height:630px;
	margin-top:-45px;
	z-index:-1;
	text-align:center;
}

#ourpeople-content-frame {
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	width:726px;
	margin-top:-45px;
	z-index:-1;
	text-align:center;
	height:auto;
}

#experience-content-frame {
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	width:726px;
	margin-top:-45px;
	z-index:-1;
	text-align:center;
	height:1220px;
}

#contact-content-frame {
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	width:726px;
	height:500px;
	margin-top:-45px;
	z-index:-1;
	text-align:center;
}


/* ---------- Page content masthead styles ---------- */

#ourthoughts_content_bg {
	width:679px;
	height:307px;
	margin-left:24px;
}

#ourpeople_content_bg {
	width:679px;
	height:307px;
	margin-left:24px;
	padding-top:50px;
}

.ink_video {
	margin-left:1px;
	padding-top:80px;
}

/* ---------- Page content styles ---------- */

#content-justus-txt {
	margin-left:45px;
	margin-right:45px;
	text-align:justify;
	z-index:0;
	position:relative;
	top:-160px;
}

#content-ourthoughts-txt {
	margin-left:45px;
	margin-right:45px;
	text-align:justify;
	z-index:0;
	position:relative;
	top:12px;
}

#content-ourpeople-txt {
	margin-left:45px;
	margin-right:45px;
	text-align:justify;
	z-index:0;
	position:relative;
	top:-20px;
}

#content-experience-txt {
	margin-left:45px;
	margin-right:45px;
	text-align:justify;
	z-index:0;
	position:relative;
	top:120px;
}

#content-contact-txt {
	margin-left:45px;
	margin-right:45px;
	text-align:justify;
	z-index:0;
	text-align:right;
	position:relative;
	top:160px;
}

.txt-ourpeople-hdr {
	font-size:20px;
	font-weight:bold;
}

.txt-experience-hdr {
	font-size:20px;
	font-weight:bold;
}


.txt-contact-hdr {
	font-size:25px;
	font-weight:bold;
}

.bullet {
	margin-top:5px;
	margin-right:5px;
	width:15px;
	height:15px;
	float:left;
}

#content-contact-txt a {
	text-decoration: none;
	color:#F5931F;
}

#content-contact-txt a:hover {
	text-decoration:none;
	color:#06F;
}

#content-contact-txt a:visited {
	text-decoration: none;
	color:#F00;
}

#map {
	background-image:url(../images/map.png);
	background-repeat:no-repeat;
	width:427px;
	height:426px;
	margin-left: 25px;
	margin-top: 65px;
	position:absolute;
	z-index:0;
	float: none;
}
