/* general styles */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title {
	color: #903;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

p {
	text-align: left;
	line-height: 1.5;
}

.return {
	margin: 0 20px 0 0;
	padding: 10px;
	text-align: right;
	color: #903;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

li {
	margin: 0;
	padding-bottom: 4px;
}

table td {
	vertical-align: top;
}

td.submit {
	text-align: center;
}

/* navigation styles */

table#mainNav {
	border-bottom: 1px solid #333;
}

table#mainNav td {
	margin: 0;
	padding: 4px 5px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #903;
	border-left: 1px solid #903;
	vertical-align: middle;
}

td.mainNavCel a:link, td.mainNavCel a:visited {
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
	color: #333; //#C03;
	letter-spacing: .2em;
} 

td.mainNavCel a:hover {
	text-decoration: underline;
}

#sectionNav {
	margin: 0;
	padding: 0 5px 0 5px;
	width: 150px;
	background-color: #fff;
}

#sectionNav a {
	display: block;
}

table#section {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
}

table#section td {
	padding: 5px 0 5px 10px;
	background-color: #903;
	color: #fff;
}

td.sectionLabel {
	margin: 0;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

/* header styles */

#header {
	background-color: #903; //#fff; 
	height: 100px;
	border-bottom: 1px solid #333;
}

#header img {
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

#search { 
	position: absolute;
	z-index: 10;
	top: 8px;
	right: 5px;
}

#shopLink {
	position: absolute;
	z-index: 20;
	top: 40px;
	right: 70px;
	border: 1px solid #ccc;
}

/* content styles */

#content {
	margin: 0;
	padding: 25px 10% 25px 10%;
	background-color: #fff;
}

.contentLeft {
	top: 81px;
	left: 0;
	width: 33%;
	text-align: center;
	vertical-align: top;
	padding: 10px 40px;
	border-right: 1px dotted #ccc;
}

.contentCenter {
	top: 81px;
	width: 34%;
	text-align: center;
	vertical-align: top;
	padding: 10px 40px;
	border-right: 1px dotted #ccc;
}

.contentRight {
	top: 81px;
	left: 67%;
	width: 33%;
	text-align: center;
	vertical-align: top;
	padding: 10px 40px;
}

#areaServed ul {
	list-style-type: none;
}

#rightCleaning {
	width: 300px;
	float: right;
	margin-top: 0;
}

#rightCleaning h3 {
	margin-top: 0;
}

#article {
	margin: 0;
	padding: 0;
	background color: #fff;
}

.artTitle {
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #666;
	text-align: left;
	letter-spacing: .3em;
	font-size: 12px;
	font-weight: bold;
	color: #903;
}

table.relevant {
	margin-top: 5px;
	padding: 0;
	border-bottom: 1px solid #666;
}

td.relTitle {
	width: 250px;
	padding: 2px 2px 2px 10px;
	text-align: left;
	letter-spacing: .3em;
	font-size: 12px;
	font-weight: bold;
	color: #903;
}

.published {
	margin: 0;
	padding: 10px 0 0 15px;
	font-size: 12px;
	color: #333;
}

.pub {
	margin: 0;
	padding: 0 0 0 2px;
	font-size: 12px;
	color: #333;
}

#oppLink {
	width: 250px;
	float: right;
	font-size: 12px;
	color: #fff;
	margin-top: 3px;
	padding-right: 20px;
	text-align: right;
}

#oppLink a:link, #oppLink a:visited {
	text-decoration: none;
	color: #ff3;
}

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

/* image styles */

img.leftIMG {
	margin: 1px 20px 1px 1px;
	padding: 2px;
	border: 1px solid #ccc;
	text-align: left;
	float: left;
}

img.rightIMG {
	margin: 1px 1px 1px 20px;
	padding: 2px;
	border: 1px solid #ccc;
	text-align: right;
	float: right;
}

/* contact styles */

table#contactForm {
	margin: 0 0 25px 0;
}

table#contactForm td {
	padding: 5px;
}

table#contactForm tr {
	margin-bottom: 5px;
}

td.question {
	width: 200px;
}

.contactTitle {
	border-right: 3px solid #903;
	border-bottom: 1px solid #903;
	font-weight: bold;
	color: #903;
}

#contactInfo {
	width: 280px;
	float: right;
}

#contactInfo ul {
	list-style-type: none;
}

#contactInfo li {
	margin: 5px 0 5px 0;
}

#contactInfo .bold {
	font-weight: bold;
	margin-left: -8px;
}

/* quiz styles */

table#quiz td {
	padding: 15px 5px 20px 2px;
	border-top: 1px solid #ccc;
	vertical-align: top;
}

table#quiz td.quizQ {
	width: 200px;
	font-weight: bold;
	color: #903;
}

table#quiz td.buttons {
	text-align: center;
}

table#score {
	
}

table#score td {
	width: 100px;
	padding: 5px;
	border: 1px solid #903;
	background-color: #ccc;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

table#score td.score {
	border: none;
	background-color: #fff;
	color: green;
	text-align: left;
	padding-left: 8px;
}

/* search styes */

table#searchTable {
	margin: 0;
}

table#searchTable td {
	margin: 0;
	padding: 4px;
}

#searchDir {
	line-height: 1.1em;
	padding-bottom: 5px;
}

/* general footer styles */

#jingle {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	letter-spacing: .5px;
	color: #999;
}

#footer {
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #903;
	border-top: 1px solid #063;
	border-bottom: 15px solid #300;
	text-align: center;
	color: #fff;
	
}

/* tworks footer styles */

#tworks {
	margin: 8px 10% 5px 22%;
	padding: 4px 0 0 30px;
	height: 25px;
	background: url(images/tw_cog_trans.gif) top left no-repeat;
	text-align: left;
	vertical-align: center;
	letter-spacing: .4em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

#tworks a {
	font-weight: bold;
}
