/* Layout for all pages */
body {
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align: center;
margin: auto;
width: 935px;
padding-top: 5px;
}



a:link {color: #292923 ; text-decoration: underline; font-size:14px; 
}   /* mouse over link */
a:visited {color: #292923; text-decoration:underline; font-size:14px; }   /* selected link */

a:hover {color: #4d4c48; text-decoration: none; font-size:14px; 
}     /* unvisited link */

a:active {color: #4d4c48; text-decoration: none; font-size:14px; }  /* visited link */

#navi {
	left: 450px;
	top: 0;
   position:absolute;
	width: 500px;
}

#logo {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	width: 150px;
}

#headtext {
	float: right;
	font-size: 14px;
	color: #ffffff;
	padding-right: 10px;
	padding-top: 10px;
}

#headtext a:link {color: #FFE37D  ; text-decoration: underline; font-size:14px; 
}   /* mouse over link */
#headtext a:visited {color: #FFE37D ; text-decoration:underline; font-size:14px; }   /* selected link */

#headtext a:hover {color: #ffffff ; text-decoration: none; font-size:14px; 
}     /* unvisited link */

#headtext a:active {color: #FFE37D ; text-decoration: none; font-size:14px; }  /* visited link */

#wrapper {
	text-align: left;
	float: center;
	margin-left: 0 auto;
	margin-right: 0 auto;
/*	margin-top: 20px;*/
/*	position: relative;  */
	padding: 0px;
/*	border:0;*/
	width: 933px;
	background-color:#ffffff;
/*	border: 2px solid #cccccc;*/
/* 	border: 1px solid #000000; */
	color: #333333;

}

#header {
	margin: 0 0 0px 0;
	width: 100%;
	height: 67px;
	background: url('images/htop.png') transparent no-repeat top left; 
}

#ydiv {
	margin: 0 auto;
	width: 100%
	height: 10px;
	background: url('images/ybg.png') repeat;
}

#leftcol {
	float: left;
	/* was 200 */
	width: 200px;
	background-color: #ffffff;
}

img {
padding: 2px;
margin: 5px;
text-align:center;
border: 0;
}

/* used in view_listings */
#noimgb {
border: 0;
background-color: transparent;
}

h1 {
	text-align:center;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;	
	border-bottom: 4px solid #ffe37d;	 
}

h2 {
	color: #292923;
/*	background-color: #ffffff;*/
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	line-height: 20px;*/
	font-size: 16px;
	text-transform:uppercase;
}

h3 {
	color: #292923;
/*	background-color: #ffffff;*/
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	line-height: 39px;*/
	font-size: 14px;
	border-bottom: 4px dotted #ffe37d;	 
/*	background-image: url('images/h2left.png');*/
	background-repeat:no-repeat;
	background-position:center top;
}

h4 {
	padding-left: 15px;
	background-color: #fff;
	border-left: 1px dotted #4D4C48;
	border-right: 1px solid #D4D3BE;
	border-top: 1px solid #D4D3BE;
	border-bottom: 1px solid #D4D3BE;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px; 
}

#lftrghthead {
	color: #292923;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
}

h4 {
	font-size: 13px;
	font-variant:small-caps;
}


#lform {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 145px;
/*	border: 1px solid #A6A598;*/
	color: #292923;
	margin-right: 5px;
	border: 1px solid #D4D3BE;

}


#rightcol { 
	margin: 0;
	padding-left: 25px;
	float: left;
	width: 600px;
	background-color: #ffffff;
	font-size: 14px;
}

#rightcol img {
padding: 2px;
margin: 5px;
text-align:center;
background-color: #D4D3BE;
border: 1px solid #A6A598 ;
}


#rightcol li
{
list-style-image: url('images/bullet.png');
}

/* ads layout */
#ads {
	clear: both;
	border-top: 1px solid #D4D3BE;
	color: #ffffff;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

#adleft {
	margin: 0;
	float: left;
	width: 280px;
	padding-left: 10px;
	font-size: 8px;
	background-color: #ffffff;
	color: #292923;
}

#adcenter{
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	width: 300px;
	background-color: #ffffff;
	border-left: 1px solid #D4D3BE;
	border-right: 1px solid #D4D3BE;
	font-size: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #292923;
}

#adright { 
	margin: 0;
	float: left;
	width: 280px;
	padding-left: 10px;
	background-color: #ffffff;
	font-size: 8px;
	color: #292923;

}
/* end ads layout */




#footer {

	float: left;
/*	background-color: #4D4C48;*/
	color: #ffffff;
	background: url('images/bottom2.png') transparent no-repeat top left;
	width: 100%;
	height: 42px;
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
}

#footer a:link {color: #ffffff; text-decoration: underline; font-size:14px; 
}   /* mouse over link */
#footer a:visited {color: #ffffff; text-decoration:underline; font-size:14px; }   /* selected link */

#footer a:hover {color: #ffe37d; text-decoration: none; font-size:14px; 
}     /* unvisited link */

#footer a:active {color: #ffe37d; text-decoration: none; font-size:14px; }  /* visited link */



/* alt homepage layout 3columns */
#ltcol {
	margin-right: 5px;;
	float: left;
	/* was 200 */
	width: 145px;
/*	padding-left: 5px;*/
	background-color: #ffffff;
/*	border: 1px solid #4D4C48;  */

	

}

#crcol{
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	width: 575px;
	background-color: #ffffff;
	border-left: 1px solid #D4D3BE; 
	border-right: 1px solid #D4D3BE;
/*	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	*/
/*	margin-left: 10px;
	margin-right: 10px;
*/	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#crcol a:link {color: #292923; text-decoration: underline; font-size:16px; 
}   /* mouse over link */
#crcol a:visited {color: #292923; text-decoration:underline; font-size:16px; }   /* selected link */

#crcol a:hover {color: #4d4c48; text-decoration: none; font-size:16px; 
}     /* unvisited link */

#crcol a:active {color: #4d4c48; text-decoration: none; font-size:16px; }  /* visited link */

#crcol li
{
list-style-image: url('images/bullet.png');
}

#rtcol { 
	margin-left: 3px;
/*  padding-left: 5px;  */
/*	padding-right: 5px;*/
/*	padding-top: 15px;*/
	float: left;
	width: 160px;
	padding-left: 10px;
/*	height: 1% Holly hack for Peekaboo Bug */
	background-color: #ffffff;
/*	border: 1px solid #cccccc; */
	font-size: 12px;
	

}
/* end alt layout */


#textleft {
text-align:left;
font-size: 10px;
}

#textleft a:link {color: #292923 ; text-decoration: underline; font-size:10px; 
}   /* mouse over link */
#textleft a:visited {color: #292923; text-decoration:underline; font-size:10px; }   /* selected link */

#textleft a:hover {color: #4d4c48; text-decoration: none; font-size:10px; 
}     /* unvisited link */

#textleft a:active {color: #4d4c48; text-decoration: none; font-size:10px; }  /* visited link */

#textleft img {
	border: 0;
	display:inline; 
	align: bottom;
	background: #fff;
}

#textcenter {
text-align:center;
font-size: 10px;
}

#textcenter a:link {color: #292923 ; text-decoration: underline; font-size:10px; 
}   /* mouse over link */
#textcenter a:visited {color: #292923; text-decoration:underline; font-size:10px; }   /* selected link */

#textcenter a:hover {color: #4d4c48; text-decoration: none; font-size:10px; 
}     /* unvisited link */

#textcenter a:active {color: #4d4c48; text-decoration: none; font-size:10px; }  /* visited link */

#textcenter img {
	border: 0;
	display:inline; 
	align: bottom;
	background: #fff;
}


#textright {
text-align:right;

}

#fontsm, fontsm a{
font-size: 9px;
}

/* Listings Div -- SEE view_listings */
/* method for keeping the listings table uniform */
/* color for each listing's table header -- address */
.tblhead, .tblhead a, .tblhead a:link, .tblhead a:visited
{
	
	color: #FFE37D;
	border-bottom: 1px solid #292923;
	color:#FFFF00;
	font-size: 18px;
}

/* styles the featured and full listings */
#listnv
{ 
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size:10px;
width: 100%;
/* font-size: 11px; */
/* line-height: 12px; */
color:#000000;
/*margin-left: 4px;*/
margin-right: 10px;
/*margin-top: 5px;*/
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #D4D3BE;

} /* end table uniformity */

#listnv a:link {color: #292923 ; text-decoration: underline; font-size:13px; 
}   /* mouse over link */
#listnv a:visited {color: #292923; text-decoration:underline; font-size:13px; }   /* selected link */

#listnv a:hover {color: #4d4c48; text-decoration: none; font-size:13px; 
}     /* unvisited link */

#listnv a:active {color: #4d4c48; text-decoration: none; font-size:13px; }  /* visited link */

/* styles the featured and full listings */
#featlist
{ 
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size:10px;
width: 100%;
/* font-size: 11px; */
/* line-height: 12px; */
color:#000000;
/*margin-left: 4px;*/
margin-right: 10px;
/*margin-top: 5px;*/
margin-bottom: 5px;
padding-bottom: 5px;

} /* end table uniformity */

#featlist a:link {color: #292923 ; text-decoration: underline; font-size:13px; 
}   /* mouse over link */
#featlist a:visited {color: #292923; text-decoration:underline; font-size:13px; }   /* selected link */

#featlist a:hover {color: #4d4c48; text-decoration: none; font-size:13px; 
}     /* unvisited link */

#featlist a:active {color: #4d4c48; text-decoration: none; font-size:13px; }  /* visited link */


#listing img {
padding: 2px;
text-align:center;
background-color: #D4D3BE;
border: 1px solid #A6A598 ;
}

#printlist {
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size:15px;
width: 100%;
color:#000000;
margin: 20px;
padding-bottom: 5px;
}

#printlist a:link {color: #292923 ; text-decoration: underline; font-size:18px; 
}   /* mouse over link */
#printlist a:visited {color: #292923; text-decoration:underline; font-size:18px; }   /* selected link */

#printlist a:hover {color: #4d4c48; text-decoration: none; font-size:18px; 
}     /* unvisited link */

#printlist a:active {color: #4d4c48; text-decoration: none; font-size:18px; }  /* visited link */



/* padding between the listings */
.tbpadding
{
	padding-bottom: 5px;
	text-align:center;
/*	border-bottom: 2px solid #292923; */

}
/* end padding */

/* easy alignment */
.rtalign
{
	text-align:right;
}

.ctalign
{
	text-align:center;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 10px;

}
/* end easy alignment */


#form
{
	border-bottom: 1px solid #ffe37d;
	text-align: center;
/*	border-bottom: 1px solid #FFE37D;
	border-left: 1px solid #FFE37D;
	border-right: 1px solid #FFE37D;
*/
}

#searchbtn {
  width: 95px;
  height: 35px;
  padding: 55px 0 0;
  margin: 0; 
  border: 0;
  background: transparent url('images/search.png') no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#searchbtn { /* For non-IE browsers*/
  height: 0px;
}

#signupbtn {
  width: 95px;
  height: 35px;
  padding: 55px 0 0;
  margin: 0;
  border: 0px thin #ffffff;
  background: transparent url('images/signup.png') no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#signupbtn { /* For non-IE browsers*/
  height: 0px;
}



#navheader {
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	width: 100%;
	height: 33px;
	background-color: #4D4C48;
	color: #FFE37D;
}

/* FINAL NAVIGATION */
ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
 /* border-bottom: 1px solid #CCC;*/
 font-weight: bold;
  text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 3px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #4d4c48;color: #ffffff }
ul#minitabs a#current{border-color: #ffffff;color:#ffe37d  }
ul#minitabs a:hover{border-color: #4D4C48;color: #A6A598 }

/* Color Scheme for Pagination */
#pagetop{
font-size: 10px;
color: #292923;
text-align: center;
margin-top: -10px;
margin-bottom: 10px;
}
#pagebottom{
font-size: 10px;
color: #292923;
text-align: center;
margin-bottom: 10px;
}


#pagetop a:link {color: #292923 ; text-decoration: underline; font-size:10px; 
}   /* mouse over link */
#pagetop a:visited {color: #292923; text-decoration:underline; font-size:10px; }   /* selected link */

#pagetop a:hover {color: #4d4c48; text-decoration: none; font-size:10px; 
}     /* unvisited link */

#pagetop a:active {color: #4d4c48; text-decoration: none; font-size:10px; }  /* visited link */

#pagebottom a:link {color: #292923 ; text-decoration: underline; font-size:10px; 
}   /* mouse over link */
#pagebottom a:visited {color: #292923; text-decoration:underline; font-size:10px; }   /* selected link */

#pagebottom a:hover {color: #4d4c48; text-decoration: none; font-size:10px; 
}     /* unvisited link */

#pagebottom a:active {color: #4d4c48; text-decoration: none; font-size:10px; }  /* visited link */

/*featured listing */
#featcolor
{
	border: 1px solid #FFE37D;
	background-color: #ffe37d;
}

#regularlisting
{
	border-top: 1px solid #d4d3be;
	padding-top: 5px;
}

