html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#banner img {display: block}

#nav img {display: block}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F1E6D1;
	color: #666666;
	text-align: left;
	line-height: 16px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/bk_tile.png);
}
#wrapper {
	width: 850px;
	background-color:#FFFFFF;
	margin:0px auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#banner {
	
}

#nav ul {
	padding: 0;
	margin: 0;
	background-color: #00FF99;
}

#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#nav ul li a {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #3333CC;
	text-decoration: none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	width: 9em;
	}
	
#nav ul li a:hover, #nav ul li a:focus {
	background-color: #990000
	}
	
#content {
	margin-left: 218px;
	margin-top: 28px;
	}
	
#content p {
	margin-bottom: 16px;
	font-size: 100%;
	margin-top: 0px;
	}
	
#content ul {
	font-size: 100%;
	list-style-type: square;
	margin-left: 24px;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-top: 10px;
}
	
#wrapper h1 {
	font-size: 165%;
	color: #192D66;
	margin-bottom: 16px;
	padding-top: 22px;
	line-height: 24px;
}

#content h2 {
	font-size: 115%;
	color: #333333;
	padding: 0px;
	margin-bottom: 3px;
	margin-top: 18px;
}
#centercol h2 a {
	color: #333333;
}

#content h3 {
	font-size: 105%;
	color: #333333;
	padding: 0px;
	margin-bottom: 3px;
	margin-top: 0px;
}
#wrapper a {
	color: #192d66;
	text-decoration: none;
}
#wrapper a:hover {
	text-decoration: underline;
}
.leftimage{
	float: left;
	margin: 0 10px 20px 0;
	border: 1px solid #000000;
}

.rightimage{
	float: right;
	margin: 0 0 20px 15px;
	border: 1px solid #000000;
	width: 150px;
}

.clearit {
	display: block;
	clear: both;
}

#footer {
	clear: both;
	color: #999999;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 60px;
	margin-left: 60px;
	background-color: #FFFFFF;
}

#footer p {
	font-size: 90%;
	padding: 10px;
	margin: 0px;
}
#tools a {
	text-decoration: none;
	color: #333333;
}

#breadcrumbs {
	margin-bottom: 0px;
	margin-right: 210px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}
	
#breadcrumbs p {
	font-size: 95%;
	margin-bottom: 0px;
	color: #999999;
	}	

#leftcol{
	width: 159px;
	float: left;
	margin-top: 38px;
	margin-bottom: 38px;
	padding-left: 24px;
  }
#propsearch {
	background-color: #FDFCEF;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#tools {
	background-color: #EAEBEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 0px;
	border-bottom-color: #999999;
	margin-top: 24px;
	padding-bottom: 7px;
}
#rightcol #tools a {
	margin-left: 10px;
}
#leftcol p {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
 
.container {
 	width: 99%;
	float: right;
	background-color: #FFFFFF;
	}

#rightcol {
	width: 158px;
	float: right;
	margin-bottom: 28px;
	margin-top: 10px;
	padding-right: 24px;
	}
#rightcol p {
	margin-left: 5px;
}

.bluebox {
	background-color: #EAEBEE;
	padding: 5px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 24px;
}

#centercol {
	width: 318px;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 28px;
	}
	
#singlecol {
	width: 385px;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 24px;
	}
	
#centercol h1 {
	margin-top: 0;
	}
	
#singlecol h1 {
	margin-top: 0;
	}
#content h4 {
	font-size: 100%;
	color: #820024;
	padding: 0px 0px 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.yellowbox {
	background-color: #FDFCEF;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px 0px 24px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#wrapper h5 {
	font-size: 100%;
	color: #192d66;
	padding: 3px 0px;
	margin-bottom: 1px;
	margin-left: 5px;
	font-weight: normal;
	margin-top: 1px;
}
#content h6 {
	font-size: 95%;
	color: #192d66;
	padding: 0px;
	margin-bottom: 3px;
}
#rightcol h4 a {
	color: #820024;
}
#indexcentercol {
	width: 326px;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 38px;
}
#indexcentercol p {
	margin-bottom: 8px;
	padding-right: 0px;
	margin-left: 2px;
	line-height: 16px;
}
#indexcentercol ul li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 0px;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	line-height: 14px;
}
#indexcentercol a {
	margin-left: 0px;
	color: #820024;
}
.rulebelow {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: top;
}
#contentfull {
	margin-left: 28px;
	margin-top: 28px;
}
#breadcrumbs_full {
	margin-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#contentfull a {
	color: #192d66;
	text-decoration: none;
}
.quicksearch {
	background-color: #FDFCEF;
	margin: 8px 0px;
	font-size: 10px;
}
input,select,textarea {
	font-size: 10px;
	margin-left: 8px;
	margin-right: 8px;
}
.allsides { border-left : 1px #000000 solid; border-top : 1px #000000 solid; border-bottom : 1px #000000 solid; border-right : 1px #000000 solid; }
.smallesttext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #000000;
	}
#breadcrumbs_full p {
	font-size: 95%;
}
#listings {
	background-color: #EAEBEE;
	text-align: center;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#listings #feature {
	background-position: center;
	margin: 10px;
	border: 1px solid #333333;
}
#listings p {
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
}
#listings #featured a {
	font-size: 95%;
	text-decoration: underline;
	margin: 2px;
}
#listings #featured a:hover {
	font-size: 95%;
	margin: 2px;
	color: #999999;
	text-decoration: none;
}
#listings #featured a:visited {
	font-size: 95%;
	margin: 2px;
	color: #999999;
	text-decoration: underline;
}
#listings #textarea {
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #EAEBEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
.testimonials {
	vertical-align: top;
	padding-top: 16px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.padbelow {
	margin-bottom: 0px;
	padding-bottom: 16px;
}
.yellowbox2 {
	background-color: #FFFACF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 16px 0px 24px;
	padding: 18px 18px 18px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
