/* CSS Document */
  body {
	margin:0px;
	padding:0;
}
/* REMOVE PADDING AND MARGIN VALUES */
  form, table, h1, h2, h3, h4, h5, h6, ul, ol, dl {
	margin-top: 0;
	margin-bottom: 0;
}
p {
	margin: 0px 0px .125em;
}

  #level0 {
	background:#F0F0F0;
	width:100%;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #A60000;
}
  #level1 {
	margin-left:240px;
	background:#FFF;
}
  #level2 {
	background:#F0F0F0;
	position:relative;
	width:inherit;
	border-top-width: 4.5px;
	border-top-style: solid;
	border-top-color: #A60000;
}
  #main {
	margin-right:210px;
	padding-right:9px;
	background:#FFF;
	padding-left: 9px;
	height: 1%;
}
#mainFullWidth {
	padding-right:9px;
	background:#FFF;
	padding-left: 9px;
}

  #topBar{
	padding: 4.5px;
}
  #pageMenu{
	background:#FFF3AC;
	position:relative;
	width: 210px;
	padding: 4.5px;
	left: 0px;
	top: 5px;
	font-size: .85em;
	margin-bottom: 9px;
	margin-left: 4.5px;
}
  #leftBar {
	position:absolute;
	width:230px;
	top:0px;
	left:0px;
	padding: 4.5px;
	background-color: #F0F0F0;
	font-size: .85em;
	font-family: Arial, Tahoma, sans-serif;
	height: 100%;
}
  #rightBar {
	position:absolute;
	width:200px;
	top:0;
	right:0;
	padding: 4.5px;
	background-color: #F0F0F0;
	font-family: Arial, Tahoma, sans-serif;
	font-size: .85em;
}
  #bottomBar{
	background:#FFF;
	border-top-width: 4.5px;
	border-top-style: solid;
	border-top-color: #A60000;
	color: #0;
	text-align: center;
	padding: 4.5px;
	width: 100%;
	font-size: .85em;
}
#logo {
}

  #main h1 {
    margin:0;
    padding-left:.3em;
    font:1.25em Verdana,Helvetica,Arial;
    color:#609;
    background:#F0F0F0;}
  #main dt {
    font-weight:bold;
    font-size:120%;
    margin-top:.8em}
  #rightBar h3 {
	margin:0;
	padding:3px;
	background:#A60000;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	color: #F0F0F0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - -Navigation <<<- - - - - - - - -*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* LINKS, KILL BORDER ON IMG LINKS */
a {
	text-decoration: none;
	color: #00f;
}
a:visited {
	color: #800080;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #e00;
}
a img, :link img, :visited img {border: none}
/* >>> -  -  - - SET HEADER NAVS -  -  - - <<<*/
/* >>> -  -  - - NAV -  -  - - <<<*/
    #navMenu {
	margin-top: 4.5px;
	margin-bottom: 4.5px;

      }
	#navMenu ul {
	padding: 0px;
      }
    #navMenu li {
	display:inline;
      }
	#navMenu a {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000;
	padding-right: 4.5px;
	padding-left: 4.5px;
      }
	#navMenu a:visited {
	}
    #navMenu a:hover {
	text-decoration: underline;
      }
	#navMenu a:active {
	}
	body#index #navMenu #indexlink a,
	body#home #navMenu #homelink a,
	body#listings #navMenu #listingslink a,
	body#index3 #navMenu #indexlink3 a,
	body#index4 #navMenu #indexlink4 a,
	body#index5 #navMenu #indexlink5 a,
	body#index6 #navMenu #indexlink6 a,
	body#index7 #navMenu #indexlink7 a {
	color: #e00;
	text-decoration: underline;
      }	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - ->>> CLASSES <<<- - - - - - - - -*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.easyread {
	width: 360px;
}
.clear {
	clear: both;
}
.highlighter {
	position: relative;
	background-color: #FFFF00;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 22B422;
	width: 100%;
	height: 1px;
	clear: both;
}
.lineOver {
	text-decoration: overline;
}
.lineThrough {
	text-decoration: line-through;
}
.imgLeft {
	float: left;
	margin-right: 10px;
	position: relative;
}
.imgRight {
	float: right;
	margin-left: 10px;
	position: relative;
}
