﻿body {
	color:#333333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}

.cleared {
  clear:both;
  line-height:0;
}

	
h1 {
	font:900 28px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 15px 0px;
	padding:0px;
	color:#0077AA;
	}


h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
p {
	margin:0px 0px 16px;
	padding:0px;
	font-variant: normal;
	line-height: 20px;
}
	
a {
	color:#0099CC;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}

a:link {color:#0099CC;}

a:visited {color:#0077AA;}

a:hover {background-color:#eee; 
	text-decoration: underline}

.centered {
	text-align: center;
	}

h1.headertext {
	color:#0077AA;
	text-align: center;
	}

h2.headertext {
	color:#0077AA;
	text-align: center;
	}
	
.copyright {
	color:#0077AA;
	text-align: right;
	font-size: 10px;
	font-family:verdana, arial, helvetica, sans-serif;
	}

/* All the content boxes belong to the content class */
.content {
	position: relative;
	min-width: 440px;
	margin: 0px 260px 20px 200px;
	border: 1px solid black;
	background-color: white;
	padding: 10px;
	z-index: 3;
	overflow: hidden;
}

.content>p {margin:0px 0px 16px;}
/* .content>p+p {text-indent:30px;} */

.headerfooter {
	position:relative;
	width:auto;
	min-width:440px;
	margin:0px 260px 20px 200px;
	border:1px dashed black;
    background-color:#eee;
	padding:5px 10px;
	z-index:3;
}

#crumbs {
	font-family:verdana, arial, helvetica, sans-serif;position:relative;
	color:#0077AA;
	text-align: left;
	font-size: 10px;
	width:auto;
	min-width:440px;
	margin:0px 260px 20px 200px;
	border:1px dashed black;
    background-color:#eee;
	padding:3px 10px 3px 10px;
	z-index:3;
}
/*
#crumbs a, a:link, a:visited, a:hover {
	font-family:verdana, arial, helvetica, sans-serif;
	position:relative;
	color:#07a;
	font-size: 10px;
	font-weight:300;
}
*/

/* All the left bar stuff belong to the LeftBar ID */
#LeftBar {
	position:absolute;
	width:180px;
	top:215px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:158px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#LeftBar {width:158px;}
		
/* All the right bar stuff belong to the RightBar ID */		
#RightBar1 {
	position:absolute;
	width:240px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:218px;
	}
body>#RightBar1 {width:218px;}

#RightBar2 {
	position:absolute;
	width:240px;
	top:235px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:218px;
	}
body>#RightBar2 {width:218px;}


/* All the left navigation menu stuff belongs to the navMenu ID */
#navMenu {
	position:absolute;
	width:190px;
	top:20px;
	left:20px;
	padding:5px;
	z-index:2;
	border:1px dashed black;
	background-color:#fff;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:178px;
	}
body>#navMenu {width:168px;}	

#navMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navMenu li a {
	height: 32px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#navMenu li a:link {
	color: #0077AA;
	display: block;
	background: url(images/navMenu.gif);
	padding: 8px 0 0 30px;
	list-style-type: none;
	}
	
#navMenu li a:visited {
	color: #0077AA;
	display: block;
	background: url(images/navMenu.gif);
	padding: 8px 0 0 30px;
	list-style-type: none;
	}
	
#navMenu li a:hover {
	color: #0077AA;
	background: 0 url(images/navMenu.gif) -32px;
	padding: 8px 0 0 32px;
	list-style-type: none;
	}
	
h3 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.contentimage {
	margin: 5px 5px 15px;
	border: 0px none;
	height: auto;
	float: left;
	padding: 3px;
	width: auto;
	vertical-align: text-top;
	text-align: left;
	display: inline-block;
	overflow: hidden;
	background-color: #0066CC;
	position: relative;
}
.contentimagenoborder {
	margin: 5px 5px 15px;
	border: 0px none;
	height: auto;
	float: none;
	padding: 3px;
	width: auto;
	vertical-align: text-top;
	text-align: left;
	display: inline;
	overflow: hidden;
	position: relative;
}

/* .contentimage img{
	display: block;
	margin: 5px;
	border: 0px;
	} */
	
.contentimage a:hover img {
	border: 0px none;
	background-color: #00CCFF;
	padding: 1px;
}

.disclaimer {
	font-size: 9px;
	font-family:verdana, arial, helvetica, sans-serif;
	line-height: 11px;
}

.statusavailable {
	color: #FFFFFF;
	background-color: #006600;
}

.statussold {
	color: #FFFFFF;
	background-color: #CC0033;
	font-style: italic;
}
.statuspending {

	color: #000000;
	background-color: #FF9900;
}
.statusremoved {
	color: #000000;
	background-color: #FF9900;
}
.logtext {
	font-family: "Courier New", Courier, monospace;
	color: #0000FF;
}
