/*  
Originally created by Juxtaprose, (c) copyright 2008
http://juxtaprose.com/
*/

body {
	background: #c2c2c2; 
	color: #000;
	margin: 0;
	padding: 0;
	font-family: geneva, verdana, lucida console, arial, helvetica, sans-serif;
	font-size: 80%;
	text-align: left;	
}

html {
	overflow-y: scroll;
}

/* centering and framing */
#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;	
	width: 980px;
	background: #fff; 	
}

/* Accessiblity Skip Menu */
#skip a, #skip a:hover, #skip a:visited {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip a:focus {
    position: static;
    width: auto;
    height: auto;
}

/* masthead */
#masthead {
	position: relative;
	width: 980px;
	height: 210px;
}

#masthead h1 span {
	display: none;
}

#masthead h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}

/* primary navigation (nav 1) */
#nav1 {
	position: absolute;
	top: 180px;
	left: 250px;
	margin: 0;
	padding: 0;
	width: 730px;
	height: 30px;
	background: #3C9487;
	list-style: none;	
}

#nav1 li {
	float: left;	
	display: inline; /* IE6 */
	width: 60px; /* IE6 */
	margin: 0;
}

html>body #nav1 li {
	width: auto; /* override ie6-only rule above */
}

#nav1 a {
	display: block;
	height: 17px;	
	padding: 5px 4px 0 4px !important;
	margin: 3px 33px 0 26px;	
	color: #fff;
	border: 1px solid #3C9487;	
	font-weight: bold;
	font-size: 0.85em;	
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

#nav1 a:hover {
	background: #E2E1C3;
	color: #09483F;
	border: 1px solid #fff;
}

.about #about, .methods #methods, .client #client,
.studies #studies, .resources #resources, .contact #contact {
	position: relative;
	padding: 4px;
	background: #E2E1C3;
	color: #09483F;
	border: 1px solid #fff;
}

/* nav2 */
.nav2 {
	color: #5D3C13 !important;
}

.nav2 a {
	color: #5D3C13 !important;
	text-decoration: none;
}

.nav2 a:hover {
	background: none !important;
	color: #09483F !important;
	text-decoration: underline
}

.company #company, .gabriel #gabriel, .tracy #tracy {
	color: #09483F !important;
	text-decoration: underline
}

/* page structural elements */
#main {
	padding: 35px 0 40px 30px;
	border-right: 250px solid #E2E1C3;
	height: 450px;
	min-height: 450px;
}

html>body #main {
	height: auto;
}

/* main text and inline elements */
h2 {
	margin: 0;
	padding: 0 0 10px 30px;
	font-size: 1.7em;
	font-weight: normal;
	color: #09483F;
}

#main p {
	margin: 0;
	padding: 10px 30px 10px 30px;
	line-height: 1.9em;
	font-size: 1.0em;
}

#main a {
	color: #09483f;
}

#main a:hover {
	color: #fff;
	background: #3C9487
}

#main ul {
	margin: 0;
	padding: 0;
}

#main li {
	margin: 0 0 0 60px;
	padding: 6px 0 6px 0;
}

#main img {
	padding: 5px 10px 10px 0;
	float: left;
	display: inline;
}

.resources h3 {
	margin: 30px 0 0 30px;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	color: #482605;
} 

.indent { 
	padding-left: 50px;
}

.separator {
	margin: 30px 0 30px 0;
	background-image: url("images/separator.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 396px;
	height: 9px;
}

/* home page whats new */
#news {
	margin: 0 0 0 30px;
	color: #482605;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
}

#news ul {
	margin: 0;
	padding: 0;
	width: 600px;
}

#news li {
	margin: 15px 0 10px 15px !important;
	padding: 0;
	line-height: 1.7em;
}

#news a {
	color: #482605;
}

#news a:hover {
	color: #fff;
	background: #482605;
}

/* sidebar text and inline elements */
#sidebar {
	position: absolute;
	top: 300px;
	left: 768px;
	width: 180px;
	color: #765939;
}

#sidebar p {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-family: georgia;
}

#sidebar blockquote {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: right;
}
	
.double {
	padding-top: 100px !important;
}

/* footer */
#footer {
	margin-top: 1px;
	width: 980px;
	height: 28px;
	background: #3C9487;
	color: #fff;
	font-size: 0.85em;
}

.copy { 
	float: left;
	padding: 7px 0 0 50px;
}

.copy p {
	margin: 0;
}

.footernav {
	float: right;
	padding: 7px 30px 0 0;
}

.footernav p {
	margin: 0;
}

.footernav a {
	text-decoration: none;
	color: #fff;
}

.footernav a:hover {
	text-decoration: underline;
}

.home #foothome, .about #footabout, .methods #footmethod, .client #footclient, 
.studies #footstudies, .resources #footresources, .contact #footcontact {
	text-decoration: underline;
}

/* Footer: Juxtaprose link */
#juxta {
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
	padding-bottom: 10px;
	width: 878px;
	text-align: right;
	font-size: 0.85em;
}

#juxta a {
	color: #696969;
	text-decoration: none;
}

#juxta a:hover {
	color: #fff;
	text-decoration: underline;
}

#juxta span {
	font-style: italic;
}
