body {
	background-color: #2d2d2d;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

#container {
	margin: 20px auto;
	width: 878px;
	border: 1px solid #666;
	position: relative;
}

a {
	color: #48f54c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #48c2f5;
	/* color: #fff568; */
}

h1#head {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 878px;
	height: 227px;
	background-image: url("../images/head-sm.jpg");
	border-bottom: 1px solid #666;
	text-indent: -3000px;
}

.clear {
	clear: both;
}

#thorax {
	margin: 0em;
	padding: 0em 0em .6em 0em;
	min-height: 625px;
	height: auto !important;	/* IE min-height hack */
	height: 625px;				/* IE min-height hack */
	background-color: #000000;
	background-image: url("../images/thorax-bg.jpg");
	background-repeat: no-repeat;
}

#leftcol {
	position: absolute;
	left: 0px;	
	width: 165px;
	margin: 0px;
	padding: 0px;
}

#leftcol img {
	border-bottom: 1px solid #666;
}

#leftcol p {
	margin: 0;
	padding: .3em .3em .3em .6em;
	font-size: .8em;
	line-height: 1.6em;
	font-family: Georgia, serif;
	color: #aeaeae;
}

#signup {
	border-bottom: 1px solid #666;
}

#signup div {
	margin: .3em 0;
}

#leftcol #logos a img {
	padding: 0 0 5px 7px;
	border: none;
	float: left;
}

#leftcol form {
	margin: 0 .6em;
	color:#fff;
	font-family: Georgia, serif;
	font-size: .8em;
}

input[type="submit"],
input.button {
	background: #333;
	color: #fff;
	border: 1px solid #777;
}

input[type="text"],
input.field {
	background: #222;
	color: #fff;
	border: 1px solid #777;
	}

#rightcol {
	float: right;
	width: 165px;
}

#nav {
	margin: 0px;
	padding: 0px 0px 0px 183px;
	border-bottom: 1px solid #666;
	background-image: url("../images/nav-bg.jpg");
	background-repeat: no-repeat;
	color: white;

}

#body {
	margin: 0px;
	color: #aeaeae;
	font-size: 1em;
	line-height: 1.6em;
	font-family: Georgia, serif;
	padding: 0px 195px 0px 185px;
}

#body p {
	margin: .6em 0em 0em 0em;
	font-size: 1em;
	line-height: 1.6em;
	font-family: Georgia, serif;
}

#body h2 {
	margin: .8em 0 .6em 0;
	font-family: Georgia, serif;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	/* width: 90%; */
}

#body blockquote {
	font-size: .9em;
	padding: 0;
	margin: .8em .6em .6em 1em;
	padding: 0 0 0 .5em;
	}

#body h3 {
	margin: .8em 0 .6em 0;
	font-size: 1.25em;
	line-height: 1.2em;
	font-family: Georgia, serif;
	color: #fff;
}

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

#body li {
	margin: .6em 0em 0em 1.1em;
}

#footer {
	width: 100%;
	height: 42px;
	background-image: url("../images/footer-bg.jpg");
	border-top: 1px solid #666;
	clear: both;
}

#footer p {
	margin: 0;
	padding: .8em .3em .3em .6em;
	font-size: .8em;
	line-height: 1.6em;
	font-family: Georgia, serif;
	color: #aeaeae;
}

.quotebox {
	margin: 2em 0 0 0;
	width: 165px;
	background: url("../images/quote-top-or.png") no-repeat left top;
}

.quotebox p {
	background: url("../images/quote-bottom-or.gif") no-repeat left bottom;
	margin: .6em 0 0 0;
	padding: 2em 1.5em 2em 0em;
	font-size: .8em;
	line-height: 1.6em;
	font-family: Georgia, serif;
	color: #bf8330;
	}

.quotemark {
	margin-left:-.4em;
}

.attrib {
	margin-left: 1em;
	font-size: 1.3em;
}

.bookname {
	font-weight: bold;
	color: white;
	padding-top: 1em;
}

.bookauthor {
	font-style: italic;
	text-indent: 1em;
}

.quotebox .attrib {
	margin-left: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 5px 8px 0 0;
	background: url("../images/tab-right-off.gif") no-repeat top right;
	float: left;
	position: relative;
}

#nav ul a {
	display: block;
	padding: 0 .5em;
	line-height: 1.8em;
	background: url("../images/tab-left-off.gif") no-repeat top left;
	float: left;
	color: #aeaeae;
	text-decoration: none;
	/* font-family: Verdana, sans-serif; */
	font-size:1em;
}

#nav a:hover {
	color: #48f54c;
}

/* drop down stuff */

li ul {
	position: absolute;
	display: none;
	top: 1.6em;
	left: 0px;
	right: 0px;
	border: 1px solid #888 !important;
	border-top: 0 !important;
	}
	
#navlist ul li.dropdown {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #000 !important;
	color: #aeaeae !important;
	clear: both;
}

#navlist ul li.dropdown a {
	background: #000 !important;
	color: #aeaeae !important;
	line-height: 1.2em;
	padding: .2em 0em .2em .5em;
	font-size: .9em;
}

#navlist ul li.dropdown a:hover {
	color: #48f54c !important;
}

li:hover ul {
	display: block;
	}
	
/* end drop down stuff */

/* target current page */
#home #navlist .home,
#intro #navlist .intro,
#bio #navlist .bio,
#blog #navlist .blog,
#services #navlist .services,
#tools #navlist .tools,
#testimonials #navlist .testimonials,
#contact #navlist .contact{
	background: url("../images/tab-right.gif") no-repeat top right;
}

#home #navlist .home a,
#intro #navlist .intro a,
#bio #navlist .bio a,
#blog #navlist .blog a,
#services #navlist .services a,
#tools #navlist .tools a,
#testimonials #navlist .testimonials a,
#contact #navlist .contact a{
	color: #48f54c;
	background: url("../images/tab-left.gif") no-repeat top left;
}

#home #navlist .home ul,
#intro #navlist .intro ul,
#bio #navlist .bio ul,
#blog #navlist .blog ul,
#services #navlist .services ul,
#tools #navlist .tools ul,
#testimonials #navlist .testimonials ul,
#contact #navlist .contact ul{
	border-color: #48f54c !important;
}
/* end target current page stuff */

/* make the services tab wider so the drop-down isn't so squished */
#navlist .services a {
	padding:0em .8em;
}
