body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	font-size: 82%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	letter-spacing: 0.05em;
	line-height:140%;	
}

a:link { color: #EF4224; }
a:visited { color: #EF4224; }
a:hover { color: #990000; }
a:active { color: #990000; }

img {
	border: 0;
}
sup {
	color: #EF4224;
	font-weight: 600;
	font-size:large;
}
/*
###############################
the following is template css
###############################
*/

#Header #leftbit {
	float:left;
	height:70px;
}

#Header #leftbit img {
	margin: 5px 20px;
}

#Header .rightbit {
	float:right;
	height:70px;
	margin:0 5px;
	text-align:center;
}

#Header .rightbitselected {
	float:right;
	height:70px;
	margin:0 5px;
	text-align:center;
	background: #ffffff url(img/adminselected.png) no-repeat bottom center;
}

#Header .rightbit a, #Header .rightbitselected a {
	font-size: xx-small;
	color: #333333;
	text-decoration: none;
}

#Header .rightbit a img, #Header .rightbitselected a img {
	margin-top: 2px;
}
#box {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 740px;
}
#banner {
	clear: both;
	width:740px;
	height:93px;
	padding:0;
	margin:0;
	background:url(img/lusban.jpg) top left no-repeat;
}
#banner h1 {
	display: none;
}
#bottombanner {
	clear: both;
	width:740px;
	height:31px;
	padding:0;
	margin:0;
	background:url(img/blusban.jpg) top left no-repeat;
	cursor:pointer;
}
#bottombanner h2 {
	display: none;
}
#bottomlinks {
	margin: 2px auto 0 auto;
	padding: 0 0 5px 0;
	width: 740px;
	text-align:center;
}
#bottomlinks a:link { color: #000033;font-style: oblique;font-size: x-small; }
#bottomlinks a:visited { color: #000033;font-style: oblique;font-size: x-small;}
#bottomlinks a:hover { color: #EF4224;font-style: oblique;font-size: x-small; }
#bottomlinks a:active { color: #EF4224;font-style: oblique;font-size: x-small; }
#menubar {
	height: 18px;
	width: 738px;
	margin: 2px 0;
	padding: 0;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
#menubar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menubar ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#contents {
	margin: 2px 0;
	padding: 0;
	text-align: left;
}
/*
###########################
generic headers / paragraphs
###########################
*/
.clearer {
	clear: both;
}
#contents h1 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: large;
	font-weight: normal;
}
#contents h2 {
	margin: 15px;
	padding: 0;
	font-size: large;
	font-weight: normal;
}
#contents h3 {
	margin: 15px;
	padding: 0;
	font-size: medium;
	font-weight: bold;
}
#contents h4 {
	margin: 15px;
	padding: 0;
	font-size: small;
	font-weight: bold;
}
#contents p {
	margin: 15px;
}
/*
#####################
generic forms
#####################
*/
.admintextinput {
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-size: x-small;	
}
input.submitbutton {
	border: 1px solid #000033;
	background-color: #EF4224;
	margin: 2px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 8px;
	cursor: pointer;
}
#basicform {
	text-align:center;
}
#basicform fieldset {
	margin: 15px;
	padding: 6px;
	border: 0;
}
#basicform fieldset form table tr td {
	text-align:left;
	font-size: x-small;	
}
#basicform fieldset form table tr td label {
	padding-right:8px;
	font-weight: bold;
	font-size: x-small;
}
#basicform fieldset form table tr td input, #basicform fieldset form table tr td textarea {
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-size: x-small;	
}
#basicform fieldset form p {
	text-align: right;
}
#basicform #basicformerror {
	text-align:left;
	font-size: x-small;
	border: 1px solid #EF4224;
	padding: 4px;
}
#basicform #basicformerror b {
	color: #EF4224;	
}
#basicform #basicformerror p {
	margin: 0;
}
#basicform #basicformsuccess {
	text-align:left;
	font-size: x-small;	
}
#basicform #basicformsuccess b {
	color: #EF4224;	
}

/*
##########################
admin specific
##########################
*/
.adminp1 {
	margin: 8px;
	border: 1px dotted #cdcdcd;
	padding: 5px;
	font-weight: bold;
}
.adminp2 {
	margin: 8px 8px 22px 24px;
	padding: 5px;
}
.a2 {
	background-color: #999999;
	font-weight: bold;
	color: #333333;
	padding: 3px;
}
.a3 {
	padding: 10px;
	margin: 0 0 30px 0;
	border: 1px solid #999999;
}
.admintable {
	margin: 15px 15px 85px 15px;
}
.admintable tr td {
	padding: 15px;
}
.adminul {
	list-style-type: none;
	margin: 0 0 85px 0;
}
.adminul li {
	margin: 20px;
}
.adminul li form {
	margin: 0;
	font-weight: bold;
}
#admintable {
	width:100%;
	text-align:left;
	border: 0;
}
#admintable td, #admintable th {
	padding: 4px;
	margin: 0;
	border: 1px solid #999999;
}
#admintable th {
	font-weight:bold;	
}
.admintableheader {
	background-color:#999999;
	font-weight: bold;
}
/*
##########################
admin menu
##########################
*/
ul#nav { /* all lists */
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
	text-align: center;
	height: 25px;
	float:left;
}

ul#nav li { /* all list items */
	float: left;
	margin: 0;
	position: relative;
	width: 183px;
	padding: 3px 0;
	border: 1px solid #cdcdcd;
	background-color: #FFFFFF;
	color: #000033;
	cursor: pointer;	
}

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #cdcdcd;
	list-style: none;
	z-index: 99;
}

ul#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li ul li {
	border: none;
	list-style: none;
	padding: 0;
	margin: 0 0 0 -1px;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
ul#nav a {
	text-decoration: none;
	margin: 0;
	padding: 4px 0;
	display: block;
	width: 178px;
	color: #000033;
}

ul#nav a:hover {
	color: #3399CC;
}
/*
#####################
about.php
#####################
*/
#aboutRight {
	float: right;
	text-align: left;
	margin-left:15px;
	width: 340px;	
}
#aboutRight ul {
	margin: 0;
	list-style: none;
	border: 1px solid #cdcdcd;
	background-color: #eeeeee;
}
#aboutRight ul li {
	margin: 8px;
	padding-left: 12px;
	background: url(img/arrow.gif) 0px 8px no-repeat;	
}
#aboutRight ul li ul {
	margin: 0;
	list-style: none;
	text-align: left;
}
#aboutRight ul li ul li {
	background: none;
}
#photosdiv {
	text-align:center;
}
#photosdiv div {
	text-align:center;
	margin: 5px 0;
	width: 230px;
	float: left;
}
#photosdiv div img {
	margin: 5px;
}
/*
####################
selling.php
####################
*/
.displaypagelinks {
	clear: both;
	margin: 0;
	padding: 6px 0;
	font-weight: bold;
}
#galleryList {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#galleryList li	{
	float: left;
	width: 720px;
	height: 120px;
	border-bottom: 1px solid #999999;
	padding: 8px;
}
#galleryList li div {
	float:left;
	width:165px;
	margin: 0 10px 0 0;
}
#galleryList li div img {
	border: 1px solid #999999;
}
#galleryList li h2 {
	margin: 3px;
	padding: 0;
	font-weight: bold;
	color:#000033;
	font-size: small;
}
#galleryList li p {
	margin: 3px;
	padding: 0;
	font-size:small;	
}
#galleryList li p img {
	margin: 0;
}
#galleryList a:link { color: #000033;}
#galleryList a:visited { color: #000033;}
#galleryList a:hover { color: #EF4224;}
#galleryList a:active { color: #EF4224;}
/*
#################
*/
#adminlinksmen {
	margin: 5px 0 20px 0;
}
#adminlinksmen ul {
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#adminlinksmen ul li {
	display: inline;
	margin: 2px;
	padding: 0;
	border: 0;
}
#adminlinksmen ul li a {
	font-weight: bold;
	font-size: x-small;
	padding: 2px;
	border: 1px solid #EF4224;
	text-decoration: none;
}
#adminlinksmen ul li a:hover {
	background-color: #EF4224;
	color: #FFFFFF;
}


/*
#####################
property.php
#####################
*/
#propertytitle {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: large;
	font-weight: normal;
	border-bottom: 1px solid #999999;
}
#leftcolumn {
	float: left;
	padding:0;
	width:400px;
	margin: 0 5px 0 0;
}
#leftcolumn table {
	margin-top: 10px;
	width:400px;
	border:0;
	padding:0;
	margin:0;
}
#leftcolumn table tr td {
	width:200px;
}
#leftcolumn table tr td img {
	border: 0;
	margin-bottom: 3px;
	border: 1px solid #999999;	
}
#rightcolumn {
	float: right;
	padding:0;
	margin: 0 0 0 5px;
	width:317px;
}
.headdescdiv {
	text-align:left;
	font-style: oblique;
	font-weight:bold;
	padding: 10px 0 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #999999;
}
.rightcont {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #999999;
	text-align: justify;
}
#rightcontul {
	margin: 20px 0;
	padding:0;
	list-style: none;
}
#rightcontul li {
	margin: 0 0 12px 0;
	padding: 0 0 0 13px;
	text-align: left;
	background: url(img/singlearrow.png) 0px 4px no-repeat;
}
.blurbbit {
	padding: 0 0 10px 0;
	margin: 10px 0;
}
.linksdiv {
	border:1px solid #999999;
	padding:3px;
	margin: 1px 0;
}
.linksdiv a:link { color: #000033; text-decoration:none;border:1px solid #ffffff;}
.linksdiv a:visited { color: #000033; text-decoration:none;border:1px solid #ffffff;}
.linksdiv a:hover { color: #EF4224; border:1px solid #999999;background-color:#eeeeee; text-decoration:none;}
.linksdiv a:active { color: #EF4224; text-decoration:none;border:1px solid #999999;background-color:#eeeeee;}

/*
#####################
contact div
#####################
*/
#rightcolumn div div, #twocolumnright div div, #admincont div, #aboutRight ul li div {

	height: 80px;
	border: 0;
	margin: 0 0 0 20px;
	padding: 3px 0 0 60px;

}
/*
######################
two column layout with big left side
######################
*/
#twocolumnleft {
	float: left;
	width:420px;
}
#twocolumnleft p {
	margin: 15px 15px 40px 15px;
}
#twocolumnright {
	float: right;
	width: 300px;
	border-left: 3px solid #999999;
}
#twocolumnright div {
	margin: 20px 0 40px 0;
}
#twocolumnright div p {
	margin: 15px;
	font-weight: bold;
}
/*
######################
index
######################
*/
#indexleft {
	margin: 10px 0;
	float: left;
	width: 320px;
}
#indexleft p {
	margin: 15px 0;
	text-align: left;
}
#indexright {
	margin: 10px 0;
	float: right;
	width: 400px;
	text-align: right;
}
#indexright img {
	margin: 0 0 3px 0;
}
#feat {
	text-align: left;
	color: #333333;
	padding: 4px 0;
	cursor:pointer;
}
#feat b {
	font-size: large;
	font-weight: normal;
}
#newslettersignup {
	margin: 20px 0;
	width: 400px;
	text-align: center;
}
#newslettersignup p {
	text-align:left;
	margin: 15px;
}
#newslettersignup a:link { color: #000033;font-style: oblique;font-size: x-small; }
#newslettersignup a:visited { color: #000033;font-style: oblique;font-size: x-small;}
#newslettersignup a:hover { color: #EF4224;font-style: oblique;font-size: x-small; }
#newslettersignup a:active { color: #EF4224;font-style: oblique;font-size: x-small; }

#newslettersignup fieldset {
	margin: 0;
	padding: 4px;
	border: 0;
	width: 380px;
	text-align:center;
}
#newslettersignup fieldset form div div label {
	padding-right:8px;
	text-align: right;
	font-size: x-small;	
}
#newslettersignup fieldset form div div input {
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-size: x-small;	
}
#newslet {
	border:1px solid #cdcdcd;
	padding: 15px;
	font-size: x-small;
	margin-bottom: 10px;
}
#newslet input, #newslet select {
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-size: x-small;	
}
b.newserror {
	font-weight:bold;
	font-size:x-small;
	color:red;
}
b.newsgood {
	font-weight:bold;
	font-size:x-small;
	color:#3399CC;
}
/*
######################
edit copy
######################
*/
#copycat ul {
	list-style: none;
	margin: 0;
}
#copycat ul li {
	border: 1px solid #999999;
	background-color: #eeeeee;
	padding: 5px;
	margin: 10px 0;
}
/*
######################
those pesky little page
######################
*/
#eheader {
	background-color: #000033;
	color: #ffffff;
	font-weight:bold;
	text-align: center;
	padding: 6px;
}
#eheader2 {
	background-color: #ffffff;
	color: #333333;
	font-weight:bold;	
	text-align: center;
	border: 1px solid #999999;	
	padding: 6px;
}
#eimage {
	background-color:#ffffff;
	border: 1px solid #999999;
	text-align:center;
}

#elinks {
	background-color: #ffffff;
	border: 1px solid #999999;	
	color: #000000;
	padding: 6px;
}


.fil_table
{
	width: 100%;
}
.fil_table th
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 6px;
	font-weight:bold;
	color: #333;
}
.fil_table td
{
	border: 1px solid #eee;
	padding: 6px;
	color: #333;
}
.fil_table td a
{
	text-decoration: none;
}
.fil_table td .tab2 td
{
	border: none;
	padding-right: 25px;
}