/* CSS Document */

/* --( Global Styles )-- */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #928A66;
	color: #000000;
	height: 100%;
}
a {
	outline: none;
}
h1 {
	color: #37c0d6;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
h2 {
	color: #7F1414;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
h3 {
	color: #7F1414;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
/* --( Classes )-- */

.clear {
	clear: both;
}

/* --( Wraps )-- */

#headerWrap {
	height: 115px;
	background: url(../images/headBG.gif) repeat-x top; /* Header Background */
}
#bodyWrap {	
	background: url(../images/bodyBG.gif) repeat top;
}
#navWrap {
	height: 32px;
	background: url(../images/navBG.gif) repeat-x top; /* Nav Background */
}
#footerWrap {
	height: 80px;
	background: url(../images/footerWrapBG.gif) repeat-x top; /* Footer Background */
	border-top: 0px solid #808080; /* Footer Top Border */
}

/* --( Section Widths )-- */

#header, #body {
	width: 760px;
	margin: 0 auto;
}
#nav {
	width: 800px;
	margin: 0 auto;
}
#footer {
	width: 800px;
	margin: 0 auto;
	background: url(../images/footerBG.gif) repeat-x;
}


/* --( Header Styles )-- */

/* Logo */
	#header h1 {
		margin: 0;
		float: left;
		padding-top: 44px; /* Logo Distance From Top */
	}
	#header h1 a {
		display: block;
		
		width: 296px; /* Logo Width */
		
		height: 55px; /* Logo Height */
		
		text-indent: -3000px;
		background: url(../images/logo.gif) no-repeat; /* Logo Image */
		margin: 0px;
	}
#tools {
	float: right;
	font-size: 11px;
	width: 250px; /* Top Tools Bounding Box Size */
	margin-top: 20px;
}
#tools h3 {
	display: none;
}
#tools ul {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
}
#tools ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#nav1 li a {
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #666; /* Top Tool Navigation Text Color */
}
#nav1 li a:hover {
	text-decoration: underline;
}
#nav1 li.home a {
	background-image: url(../images/home.gif);
	background-position: 0 3px;
	padding-left: 16px;
	margin-right: 14px;
}
#nav1 li.contact a {
	background-image: url(../images/contact.gif);
	background-position: 0 2px;
	padding-left: 21px;
}
#tools .phone { /* Header Phone or Slogan */
	display: block;
	text-align: right;
	margin: 0;
	color: #7E1313;
	font-size: 24px;
	font-weight: normal;
	clear: both;
	padding-top: 30px;
}

#tools .phone span { /* Alternative Phone or Slogan  Styles */
	color: #7bbc48;
	font-size: 20px;
} 

/* --( Navigation Styles )-- */

#nav h3 {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 5px 14px; /* Primary Navigation Spacing */
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
/* Fisrt and Last Link Padding */
	#nav ul li.first a {
		padding-left: 16px;
	}
	#nav ul li.last a {
		padding-right: 15px;
	}

#nav ul li span.sep {
	display: block;
	width: 2px;
	height: 32px;
	background: url(../images/navSep.gif) no-repeat;
	float: left;
}
#nav ul li a:hover {
	background: url(../images/navBG2.gif) repeat-x;
}

/* --( Body Styles )-- */

#body {
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FAFAFA;
	padding: 25px 20px;
	border-left: 1px solid #A6A6A6;
	border-right: 1px solid #A6A6A6;
}
#contentContainer {
	width: 492px;
	float: left;
}
#contentContainer p {
	line-height: 1.5;
}
/* Page Graphic Headings */
	#contentContainer.home {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.contact {
		background: url(../images/pagePic_02.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.services {
		background: url(../images/pagePic_04.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.products {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.about {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
#contentContainer.services p {
	margin-top: 0;
}
#contentContainer .horRule {
	display: block;
	height: 40px;
	background: url(../images/sep.gif) no-repeat center;
	margin-top: 6px;
}

#archive {
	color: #333;
	font-style: italic;
	font-size: 11px;
}
#archive li {
	margin: .5em 0;
	list-style-type: none;
}
#archive a {
	color: #7F1414;
	text-decoration: none;
	padding-left: 1em;
	font-style: normal;
	font-size: 12px;
}
#archive a:hover {
	text-decoration: underline;
}
#secondaryContainer {
	float: right;
    margin: 0;
    width: 255px;
}
#secondaryContainer dl dt img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
#secondaryContainer dl dt span {
	font-size: 11px;
	text-align: left;
	color: #333;
}
#secondaryContainer dl dd {
	margin-left: 0;
	font-size: 11px;
	text-align: left;
	font-style: normal;
	color: #333;
}
#secondaryContainer dl dd p.caption {
	margin-top: 0;
	font-size: 11px;
	text-align: right;
	color: #000;
	font-style: normal;
}
#secondaryContainer p.coin {
	text-align: center;
}

/* --( Contact Form )-- */
#contentContainer table.formtab {
	background: #F2F0E7;
	padding: 5px;
	border: 2px solid #928A66;
	margin-top: 1em;
}

/* Dismal Optimist - Great Depression Table */
#greatdepression {
	width: 90%;
	margin: 1em auto;
	border-collapse: collapse;
}
#greatdepression caption {
	font-weight: bold;
	text-align: center;
	caption-side: top;
	padding: 0;
	margin: 1em 0 0;
	font-size: 1.165em;
}
#greatdepression th {
	padding: .3em 1em;
}
#greatdepression td {
	padding: .3em 1em;
}
#greatdepression thead th {
	text-align: center;
}
#greatdepression thead th span {
	font-size: .917em;
	font-weight: normal;
}
#greatdepression tfoot td span {
	text-decoration: underline;
}
#greatdepression tbody td {
	text-align: right;
}
#greatdepression tbody th {
	font-weight: normal;
	text-align: left;
}

/* --( Footer Styles )-- */

#footer {
	font-size: 11px;
	text-align: center;
	color: #790E0E; /* Footer Text Color */
	padding: 20px 0;
}
#footer a {
	color: #790E0E; /* Footer Link Color */
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
}
#footer .copyright {
	margin-top: 8px;
}
#footer .copyright a {
	font-weight: normal;
}