/* CSS Document */
/* ------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b5147;
	background: #fff;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b5147;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6b5147;
	background: #fff;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b5147;
	background: #fff;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6b5147;
	background: #fff;
}

strong {
	font-weight: bold;
}

li {
	list-style: none;
}

/* IDS */
/* ------------------------------------- */

#primary #container {
	position: absolute;
	left: 50%;
	margin: 20px 0 0 -375px;
	padding: 0;
	width: 750px;
	height: auto;
	border-bottom: 20px solid #9e9157;
}

#secondary #container {
	position: absolute;
	left: 50%;
	margin: 20px 0 0 -375px;
	padding: 0;
	width: 750px;
	height: auto;
	background: none;
}

#primary #navigation {
	width: 400px;
	height: 530px;	
	float: left;
	border-right: 20px solid #1b3221;
	background: url(../images/nav-home.jpg) no-repeat;
}

#secondary #navigation {
	width: 125px;
	height: 450px;
	float: left;
	border-right: 20px solid #1b3221;
}

#subnav {
	padding: 0;
	width: 172px;
	height: 530px;
	float: left;
}

#secondary #header {
	height: 95px;
	clear: both;
	border-bottom: 20px solid #9e9157;
}

#primary #content {
	width: 330px;
	float: right;
}

#secondary #content {
	padding: 30px 30px 0 200px;
	width: 375px;
	min-height: 450px;
	float: right;
}

#subcontent {
	padding: 30px 30px 0 30px;
	width: 372px;
	float: right;
}

#slideshow {
	width: 220px;
	float: left;
}

#slideshowtext {
	width: 140px;
	float: right;
}

/* NAVIGATION */
/* ------------------------------------- */

#navigation a {
	font-family: "Bank Gothic", sans-serif;
	font-size: 12px;
	letter-spacing: -.5px;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation a:hover {
}

#primary #navigation ul {
	margin: 6px 0 0 274px;
	padding: 0;
	height: 144px;
}

#secondary #navigation ul {
	margin: 13px 0 0 0;
	padding: 0;
	height: 137px;
}

#navigation li {
	margin: 6px 0 0 0;
	padding: 0 0 0 8px;
	color: #cec9ab;
	list-style: none;
}

#navigation li:hover {
	list-style: none;
	background: #1c3221;
}

#subnav ul {
	margin: 12px 0 0 30px;
	padding: 0;
}

#subnav a {
	font-size: 12px;
	text-decoration: none;
	line-height: 21px;
}

#subnav li {
	list-style: square;
}

/* LINK STYLES */
/* ------------------------------------- */

a {
	color: #1b3221;
	text-decoration: none;
}

a:hover {
	color: #756310;
}

/* MISC STYLES */
/* ------------------------------------- */

#secondary #navigation.about {
	background: url(../images/nav-about.jpg) no-repeat;
}

#secondary #navigation.clients {
	background: url(../images/nav-clients.jpg) no-repeat;
}

#secondary #navigation.portfolio {
	background: url(../images/nav-portfolio.jpg) no-repeat;
}

#secondary #navigation.testimonials {
	background: url(../images/nav-testimonials.jpg) no-repeat;
}

#secondary #navigation.contact {
	background: url(../images/nav-contact.jpg) no-repeat;
}

#secondary #content.about {
	padding: 0;
	width: 605px;
	background: url(../images/bg-about.jpg) no-repeat;
}

#secondary #content.clients {
	background: url(../images/bg-clients.jpg) no-repeat;	
}

#secondary #content.portfolio {
	padding: 0;
	width: 605px;
	background: url(../images/bg-portfolio.jpg) no-repeat;	
}

#secondary #content.testimonials {
	background: url(../images/bg-testimonials.jpg) no-repeat;	
}

#secondary #content.contact {
	background: url(../images/bg-contact.jpg) no-repeat;	
}

#primary #navigation a {
	color: #cec9ab;
}

#secondary #navigation a {
	color: #ffe;
}

#content a {
	font-weight: bold;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

#slideshowtext ul, #slideshowtext li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
}

/* ATTRIBUTION */
/* ------------------------------------- */

#jlb {
	position: absolute;
	top: 580px;
	width: 65px;
	height: 22px;
	background: url(../images/jlb-over.gif) ;
}

#jlb a, #jlb img {
	border: 0;
}

#jlb a {
	display: block;
	width: 65px;
	height: 22px;
	background: url(../images/jlb.gif);
}

#jlb a:hover {
	background: none;
}