
/* Stylesheet created by: */
/* Timothy Marsolais of   */
/* Technology-Works       */
/* Copyright 2006-2007	  */
/* All rights reserved	  */

/* general styles */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background: #fff;
	}
#wrap {
	position: relative;
	width: 990px;
	margin: 5px auto;
	padding: 0;
	text-align: left;
	background: #fff;
	border: 1px solid white;
	}
/* general styles */
.error { margin: 10px; padding: 10px; background: #fcc; border: 1px solid #f33; color: #f33; }
.errorText { padding: 3px 3px 3px 3px; color: #f33; }	
.success { margin: 10px; padding: 10px; background: #ffc; border: 1px solid #363; color: #363; }
.successText { padding: 3px 3px 3px 3px; color: #363; }
.bold { font-weight: bold; }
.note { font-size: 11px; color: #888; }
.return { margin: 0 0 0 650px; text-align: left; }
.clear, .break { clear: both; }
.numResults { margin: 10px; padding: 5px; text-align: right; font-style: italic; font-size: 11px; }
/* header styles */
#logo {
	float: left;
	width: 680px;
	height: 200px;
	margin: 0;
	padding: 0;
	}
/*navigation*/
#nav {
	position: absolute;
    width:350px;
    top: 165px;
	right: 170px;
    margin:25px 0 0 0;
    padding:0;
    }
#nav ul {
    margin:0;
	padding:10px 0 0 0;
	list-style:none;
	font-family: verdana, arial, sans-serif;
    }
#nav li {
    float:right;
    margin:0;
    padding:0 0 0 2px;
    }
#navL {
	position: absolute;
    width:440px;
    top: 10px;
	right: 70px;
    margin:25px 0 0 0;
    padding:0;
    }
#navL ul {
    margin:0;
	padding:10px 0 0 0;
    list-style:none;
	font-family: verdana, arial, sans-serif;
    }
#navL li {
	width: 97px;
    float:left;
    margin:0;
    padding:0 2px 0 0;
    }
   #navL img {
   	border: none;
   	}
/* search bar styles */
#search {
	width: 811px;
	height: 35px;
	margin: 10px 0 0 0;
	padding: 15px 0 0 20px;
	background: #fff url('images/bg_curve_orange.jpg') top left no-repeat;
	font-family: verdana, arial, sans-serif;
	color: #039;
	font-size: 12px;
	}
#search h4 {
	margin:0 0 3px 0;
	padding:0;
	font-weight: bold;
	font-size: 14px;
	}
#search .sTerms, #search .sElement {
	display: inline;
	}
#search form {
	margin: 0;
	padding: 0 0 0 8px;
	}
/* search page style */
#searchInstructions {
	margin: 20px 25px;
	padding: 15px 50px;
	background-color: #fff;
	line-height: 1.3em;
	font-size: 14px;
	}
.searchReturn, .articleReturn {
	margin: 0;
	padding: 10px;
	text-align: right;
	}
#totalArticles {
	width: 200px;
	float: right;
	margin: 0 25px 0 10px;
	text-align: left;
	}
#totalArticles .bold {
	display:block;
	width: 100px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: right;
	}
#search form input {
	padding: 2px;
	border: 1px solid #039;
	}
#search #submit {
	margin-top: 4px;
	padding: 2px;
	border: none;
	font-weight: bold;
	color: #fff;
	background-color: #039;
	}
#searchArticlesButton {
	width: 133px; 
	float:left; 
	margin-right: 20px;
	}
/* ad space styles */

#ad728x90 { 
	position: absolute;
	width: 728px;
	height: 90px;
	top: 100px;
	right: 78px;
	margin: 0;
	padding: 0;
	}
#ad160x600 { 
	position: absolute;
	width: 160px;
	height: 600px;
	top: 230px;
	left: 0;
	margin: 0;
	padding: 0;
	}

/* content styles */
#content {
	width: 815px;
	margin: 0 auto 5px auto;
	padding: 5px 0 0 170px;	
	}
h3 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 18px;
	color: #c00;
	}
p {  }

.fullArticle {
	padding: 0 200px 10px 5px;
	line-height: 1.4em;
	}
	
/* home page styles */
#catHdr, #searchHdr {
	width: 811px;
	margin: 0;
	padding: 8px 0;
	background: #fff url('images/bg_blue.jpg') top left no-repeat;
	border-bottom: 1px solid #ccc;
	}
#catHdr h1, #searchHdr h1 {
	margin: 0;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #039;
	}
.catContainer {
	clear:left;
	margin:0 0 25px 0;
	padding: 3px 0 0 50px;
	}
.catBox {
	float: left;
	width: 125px;
	margin: 0 45px 0 0;
	padding: 5px;
	}
.catBox h2 {
	margin:0;
	padding: 5px;
	background: #fff url('images/bg_blue.jpg') top left no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #039;
	}
.catBox ul, .catBox a {
	margin:8px 0 0 0;
	padding:0;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #56ba58;
	}
.catBox a {
	margin:0;
	padding:0;
	border: none;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #039;
	}
.catBox a:hover, .catBox a:hover.post {
	margin:0;
	padding:0;
	border: none;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	}
.catBox a.post {
	margin:0;
	padding:0;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ef4433;
	}
.catBox li {
	list-style-type: none;
	padding-left: 5px;
	}
.catBox img {
	border: none;
	}
img .catImage {
	width:75px;
	border: none;
	}
	
/* classified ad styles OLD */
#classifieds {
	position: absolute;
	width: 160px;
	top: 310px;
	right: 15px;
	padding: 3px;
	}
#classifieds h2 {
	margin:0;
	padding:0;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #039;
	text-align: center;
	}
#classifieds ul {
	margin:15px 0 0 0;
	padding:3px;
	background: #fff;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #039;
	}
#classifieds li {
	list-style-type: none;
	}
#classifieds a {
	margin:0;
	padding:0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c00;
	}
#classifieds a:hover, #classifieds a:hover.post {
	margin:0;
	padding:0;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	color: #039;
	}
	
/* classified ad styles NEW */
#listContainer {  }
#clMenu {
	margin: 0 0 15px 0;
	padding: 5px 0;
	font-size: 10px;
	}
.clCatMenu { 
	width: 135px;
	height: 190px;
	float:left; 
	margin: 0 45px 5px 10px;
	}
.clCatMenu h3 {
	margin:0;
	padding: 5px;
	background: #fff url('images/bg_blue.jpg') top left no-repeat;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 12px;
	color: #039;
	}
.clCatTotal {
	margin: 0;
	padding: 2px 0;
	font-size: 9px;
	color: #333;
	}
ul.clSubMenu {
	margin: 0;
	padding: 0;
	}
ul.clSubMenu li {
	list-style-type: none;
	margin: 0;
	padding: 3px;
	}
#clList {
	
	}
#clList h3 {
	padding: 5px;
	background: #fff url('images/bg_blue.jpg') top left no-repeat;
	border-bottom: 1px solid #ccc;
	}
.clListWrap {
	position: relative;
	}
ul.clListing { 
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;
	}
ul.clListing li { 
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 5px 0;
	}
li.itemLocation .bold, li.itemPrice .bold, li.item .bold {
	display:block;
	width: 90px;
	float: left;
	margin: 0 5px 0 0;
	padding: 3px;
	background: #fff url('images/bg_blue.jpg') top left no-repeat;
	border-bottom: 1px solid #ccc;
	text-align: center;
	}
li.classThumb { 
	float:right;
	width: 130px;
	margin: 0 0 5px 10px;
	padding: 0 0 0 10px;
	}
li.classImage { 
	float: right;
	width: 320px;
	margin: 0 0 5px 5px;
	padding: 0;
	}
li.itemTitle { 
	margin: 0;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #039;
	}
li.itemTitle a:link, li.itemTitle a:visited, li.itemTitle a:hover {
	margin: 0;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #039;
	text-decoration: none;
	}
li.itemLocation {  }
li.itemPrice {  }
li.itemDescription {  }
li.itemLink a:link, li.itemLink a:hover, li.itemLink a:visited {
	padding-left: 65px;
	}
.itemInner {  }
li.itemTitle .itemInner {
	margin: 0 0 0 0;
	padding: 5px;
	background: #fff url('images/bg_blue.jpg') top left no-repeat;
	border-bottom: 1px solid #ccc;
	}
.clCatMenu ul, .clCatMenu a {
	margin:8px 0 0 0;
	padding:0;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #56ba58;
	}
.clCatMenu a:link, .clCatMenu a:hover, .clCatMenu a:visited {
	margin:0;
	padding:0;
	border: none;
	text-decoration: none;
	font-size: 12px;
	color: #039;
	}
.clCatMenu a:hover { color: #000; }
.clCatMenu li {
	list-style-type: none;
	padding-left: 5px;
	}
#clTrailMenu {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	}
#clTrailMenu a:link, #clTrailMenu a:visited, #clTrailMenu a:hover {
	font-size: 12px;
	color: #039;
	text-decoration: none;
	}
#clTrailSubMenu a:link, #clTrailSubMenu a:hover, #clTrailSubMenu a:visited {
	font-size: 10px;
	color: #039;
	text-decoration: none;
	}
#clTrailMenu a:hover, #clTrailSubMenu a:hover {
	color: #000;
	}
#clTrailSubMenu {
	margin: 5px 0;
	}
#clTrailSubMenu li {
	display: block;
	width: 100px;
	float: left;
	margin: 2px 4px;
	padding: 3px;
	text-align: center;
	background: #fff url('images/bg_blue.jpg') top left no-repeat;
	border-bottom: 1px solid #ccc;
	}
/* article styles */
.browse_cat_ads {
	float: right;
	width: 168px; 
	margin: -3px 0 0 0 ; 
	padding: 0;
	}
ul.noB li {
	list-style-type:none;
	}
#articles, #searchArticles, #cls {
	margin: 0;
	padding: 10px 20px 0 20px;
	background-color: #fff;
	}
#articles h2, #searchArticles h2 {
	margin: 0;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	font-size: 16px;
	color: #039;
	}
#articles ul, #searchArticles ul {
	margin: 0 10px 15px 0;
	padding: 0;
	text-decoration: none;
	font-size: 12px;
	background-color: #fff;
	color: #039;
	}
#searchArticles ul {
	margin: 0 15px 15px 25px;
	}
#articles li, #searchArticles li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#articles a, #searchArticles a {
	margin:0;
	padding:0;
	font-weight: bold;
	color: #c00;
	}
#articles a:hover, #searchArticles a:hover {
	margin:0;
	padding:0;
	text-decoration: none;
	color: #039;
	}
#articles ul .pubDate, #searchArticles ul .pubDate {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: right;
	}
#articles li.articleTitle, #searchArticles li.articleTitle {
	margin: 0;
	padding: 5px 5px 5px 15px;
	background: #fff url('images/bg_blue.jpg') top left no-repeat;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	}
#articles li.articleLead, #searchArticles li.articleLead {
	margin: 8px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 1.3em;
	color: #111;
	}
#articles li.readMore, #searchArticles li.readMore {
	padding: 8px 10px 8px 0;
	text-align: right;
	font-size: 12px;
	}
.pagedArticles {
	margin: 10px 8px;
	text-align: right;
	}
	
/* form styles */
form.large { }
form.zip {
	width: 500px;
	margin-left: 150px;
	}
form.large .formQuestion {
	margin: 0;
	padding: 10px;
	}
form.large .formQuestion span.bold {
	display: block;
	width: 150px;
	float:left;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	}
form.large .errorText {
	padding: 3px 3px 3px 160px;
	color: #f33;
	}
form.large .formSubmit {
	margin: 0;
	padding: 6px;
	text-align: center;
	}
li form.large {
	border: none;
	}	
input, text, textarea, checkbox, select {
	font-size: 12px;
	font-family: Arial, helvetica, san-serif;
	}
form a {
	margin: 0 0 0 3px;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	color: #56ba58;
	}

/*profile*/
.profile {
	width: 250px;
	margin: 10px 0 10px 0;
	border-top: 2px solid #03c;
	border-bottom: 2px solid #03c;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}
.profile h1 {
	margin: 2px 0 3px 0;
	padding: 0;
	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 18px;
	color: #F60;
	}
.profile h2 {
	margin: 2px 0 3px 0;
	padding: 0;
	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	}
.profile b {
	font-weight: bold;
	color: #063;
	}
.profile img {
	float: left;
	width: 96px;
	height: 96px;
	margin: 5px 5px 0 0;
	padding: 0;
	border: 1px solid #000;
	}

/* footer styles */
#footer {
	clear:both;
    width:811px;
    height: 25px;
	margin: 25px 0 5px 0;
	padding:5px 0;
	background: #fff url('images/bg_curve_orange.jpg') bottom right no-repeat;
	border-top: 1px solid #039;
	text-align: center;
	font-size: 10px;
	color: #039;
    }
#footer ul {
    margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, helvetica, sans-serif;
    }
#footer li {
	display:inline;
	margin:0;
    padding:0;
	list-style-type:none;
	color: #039; 
    }
#footer a:link, #footer a:visited, #footer a:hover {
	margin: 0 5px 0 5px;
	padding:0;
	text-decoration: none;
	color: #039;
	}
#footer a:hover {
	color:#039;
	}
#note {
	margin: 5px 0 0 0;
	padding:5px;
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
#validation {
	text-align: center;
	}
#validation img {
	border: none;
	}
/* tworks footer styles */
#tworks { 
	height: 25px;
	width: 800px;
	margin: 0 auto;
	padding: 4px 0 100px 30px;
	background: url('images/tw_cog_trans.gif') top left no-repeat;
	text-align: left;
	letter-spacing: .4em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
#tworks a {
	font-weight: bold;
	color: #f60;
	text-decoration: none;
}