body {
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	background: #e8e8e8 url(/images/body_bg.gif) repeat-y 50% 0;
}

#nav {
	background: #282120;
	overflow: auto;
}

#nav ul {
	margin: 0 0 0 20px;
	list-style-type: none;
	overflow: auto;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li img {
	display: block;
}

#content {
	border-top: 1px solid #fff;
	color: #bac5ca;
	padding-top: 55px;
}

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

#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style-type: none;
	margin: 0;
}

#content ul li {
	background: url(/images/arrow.gif) no-repeat 0 5px;
	padding: 0 0 5px 20px;
}

#content label {
	font-weight: normal;
	display: block;
	padding-top: 5px;
}

#left a img { display: block; }

h2 {
	font-size: 18px;
	color: #bac5ca;
	margin-bottom: 30px;
}

strong {
	color: #fff;
	font-weight: normal;
}

blockquote {
	background: #3e2d28;
	border-top: 3px double #4f7486;
	border-bottom: 3px double #4f7486;
	padding: 23px 25px;
	color: #b4a7a4;
	font-style: normal;
	margin: 0;
}

dl {
	border-bottom: 1px solid #688998;
}

dl dt {
	border-top: 1px solid #688998;
	font-weight: normal;
	font-size: 15px;
	padding: 2px 0 0 35px;
	margin: 0;
	background: url(/images/plus.gif) no-repeat 10px 5px;
	cursor: pointer;
}

dt.active {
	color: #fff;
	background: none;
}

dd {
	font-size: 13px;
	margin: 0;
	padding: 0 0 5px 35px;
}

.bordered {
	border-top: 1px solid #688998;
	border-bottom: 1px solid #688998;
	padding: 5px 0;
}

#banner {
	height: 193px;
	border-top: 1px solid #fff;
	overflow: hidden;
}

#logo { margin-top: 138px; }
body#home #logo { margin-top: 315px; }

#banner h1 { display: none; }

body#contact #banner { background: url(/images/banners/contact.jpg) no-repeat 0 0; }
body#about #banner { background: url(/images/banners/about.jpg) no-repeat 0 0; }
body#services #banner { background: url(/images/banners/services.jpg) no-repeat 0 0; }
body#process #banner { background: url(/images/banners/process.jpg) no-repeat 0 0; }
body#home #banner { background: url(/images/banners/home.jpg) no-repeat 0 0; height: 370px; }


p.footer {
	font-size: 11px;
}
