body {
  background-color: #009CD9;
  background-image: url(img/bg.gif);
  background-repeat: repeat-y;
  background-position: top left;
  text-align: left;
  padding: 0px;
  margin: 0px;
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
  color: #333333;
}

table,td {
	color: #333333;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height:15px;
}

.top {
	background-color:#594D30;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
}

.white {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
}

h1 {
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
}

h2 {
	color: #594D30;
	background-color: #ffffff;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 10px;
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.business {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #009CD9;
}

.business_text {
	color: #ffffff;
	padding: 10px;
	background-color: #009CD9;
}

.advertising {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D91A00;
}

.advertising_text {
	color: #ffffff;
	background-color: #D91A00;
}

.advertising_text ul {
	list-style-image: url(img/advertising_check.gif);
}

.advertising_text li {
	padding-bottom: 4px;
}

.advertising_box {
	background-image: url(img/shadow.gif);
	background-repeat: repeat-x;
	background-color:#ffffff;
	color:#333333;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top: 20px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.advertising_box ul {
	list-style-image: url(img/advertising_check2.gif);
}

.advertising_box li {
	padding-bottom: 4px;
}

.office {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D9C700;
}

.office_text {
	background-color: #D9C700;
	padding: 10px;
}

.office_text ul {
	list-style-image: url(img/office_check.gif);
}

.office_text li {
	padding-bottom: 4px;
}

.credit {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5CD900;
}

.credit_text {
	background-color: #5CD900;
	padding: 10px;
	padding-top: 30px;
}

.automotive {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D98500;
}

.automotive_text {
	background-color: #D98500;
	padding: 10px;
	padding-top: 30px;
}

.automotive_text ul {
	list-style-image: url(img/automotive_check.gif);
}

.automotive_text li {
	padding-bottom: 5px;
}

.contact {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D90066;
}

.contact_text {
	background-color: #D90066;
	padding: 10px;
	color: #ffffff;
}

.call {
	background-image: url(img/call.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 32px;
	padding-left: 359px;
	height: 57px;
	margin: 0px;
	padding-bottom: 0px;
}

.store {
	background-image: url(img/store_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-top: 25px;
	width: 500px;
	height: 30px;
	background-color: #594D30;
	text-align: right;
	padding-right: 2px;
}

.home_text {
  background-image:url(img/text_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  text-align: left;
  padding-right: 10px;
  color: #333333;
  height: 123px;
}

.footer {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}

.nav {
	border-top-color:#594D30;
	border-top-width:3px;
	border-top-style:solid;
}

.inner_nav {
	border-top-color:#ffffff;
	border-top-width:1px;
	border-top-style:solid;
}

.sidebar {
	background-color: #D7A83D;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #DBD9D2;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #DBD9D2;
	padding-top:20px;
	text-align:right;
	height: 386px;
}

.sideborder {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
}

.inner_text {
	background-color: #DBD9D2;
	padding:10px;
	height: 386px;
}

/* home page */



/* about page */



/* staff page */



/* current ads page */



/* contact page */

.input {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-color: #333333;
}

.infobox {
  background-color: #ACACD3;
  padding: 10px;
}

/* miscellaneous */


.right {
  text-align: right;
  text-align: -moz-right;
}

ul {
  list-style-image: url('/img/small_checkmark.gif');
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited{
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.footer a:link {
	color: #ffffff;
	text-decoration: underline;
}

.footer a:visited{
	color: #ffffff;
	text-decoration: underline;
}

.footer a:active {
	color: #ffffff;
	text-decoration: underline;
}

.footer a:hover {
	color: #f1f1f1;
	text-decoration: none;
}