/*CSS Document*/
BODY
{
	margin: 0;
/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #333;
	background-color: #000000;
	font-family: Arial;
	font-size: 90%;
	background-repeat: repeat;
	background-image: url(images/_bgTile.jpg);
	background-attachment: fixed;
}
#bgContainerRep
{
	background-image: url(images/_bG.jpg);
	background-position: center;
	width: 100%;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#bgContainer
{
	background-image: url(images/_bG.jpg);
	background-position: center top;
	width: 100%;
	background-repeat: no-repeat;
}
#preMenu
{
	text-align: right;
	font-size: 9px;
	clear: right;
	text-decoration: none;
	margin: 0px;
	clip: rect(auto, 0px, auto, auto);
}
#preMenu A
{
	text-decoration: none;
	color: #FFFFFF;
}
#preMenu A:hover
{
	color: #FFFF00;
}
#mainContentBG
{
	background-image: url(images/_repeater.jpg);
	background-repeat: repeat-y;
}
.ajaxConf
{
	font-size: 10px;
	margin-left: 150px;
	padding-left: 5px;
}
#formItem
{
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
}
#formArea
{
	border: thin solid #660072;
	width: 90%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #DFA9C3;
}
#formAreaTitle
{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	background-color: #660072;
	color: #FFFFCB;
	padding-left: 2px;
}
.thrColFixHdr #container
{
	width: 800px;
	margin: 0 auto;
/*the auto margins (in conjunction with a width) center the page*/
	text-align: left;
	background-image: url(images/_repeater.jpg);
	background-repeat: repeat-y;
	border: medium solid #333333;
}
.thrColFixHdr #leftRail
{
	background-image: url(images/_leftBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
}
.thrColFixHdr #rightRail
{
	background-image: url(images/_rightBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: auto;
}
.thrColFixHdr #header
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position: relative;
	line-height: 10px;
}
.thrColFixHd #header IMG
{
	margin: 0px;
	padding: 0px;
	display: block;
}
.thrColFixHdr #header A
{
	display: block;
}
.thrColFixHdr #header H1
{
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0px;
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -9000px;
	padding-bottom: 0px;
}
.thrColFixHdr #sidebar1
{
	width: 188px;
	padding-right: 0px;
	padding-bottom: 15px;
	float: left;
	position: relative;
	padding-top: 0px;
}
.thrColFixHdr #sidebar2
{
	float: right;
/*since this element is floated, a width must be given*/
	width: 175px;
	margin: 0px;
	padding: 0px;
	clear: right;
	background-image: url(images/_rightSide.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 999;
	display: block;
}
#quickLookHeader
{
	/*[empty]height:;*/
	background-image: url(images/_rightBox1Header.jpg);
	background-repeat: no-repeat;
	/*[empty]padding-left:;*/
	/*[empty]padding-right:;*/
	background-position-y: top;
	height: 30px;
	display: block;
}
#quickLookContent
{
	/*[empty]height:;*/
	background-image: url(images/_rightBox1Content.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	font-size: 75%;
}
#quickLookFooter
{
	background-image: url(images/_rightBox1Footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	display: block;
}
#vendorsHeader
{
	/*[empty]height:;*/
	background-image: url(images/_rightBox2Header.jpg);
	background-repeat: no-repeat;
	/*[empty]padding-left:;*/
	/*[empty]padding-right:;*/
	background-position-y: top;
	height: 34px;
	display: block;
}
#vendorsContent
{
	/*[empty]height:;*/
	background-image: url(images/_rightBox2Content.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	font-size: 75%;
}
#vendorsContent A
{
	color: #510202;
}
#vendorsContent A:hover
{
	color: #1730FF;
}
#vendorsContent UL
{
	margin-left: 30px;
}
#vendorsFooter
{
	background-image: url(images/_rightBox2Footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	display: block;
}
.thrColFixHdr #mainContent
{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/_mainCont.jpg);
	position: relative;
	background-position: 0px top;
	background-repeat: no-repeat;
	width: 415px;
	float: left;
}
.thrColFixHdr #mainContent P
{
	font-size: 90%;
	margin-top: 3px;
	margin-bottom: 2px;
	text-indent: 0px;
}
.thrColFixHdr #repeater
{
	width: 780px;
	margin: 0 auto;
/*the auto margins (in conjunction with a width) center the page*/
	border: 1px solid #000000;
	text-align: left;
/*this overrides the text-align: center on the body element.*/
	background-color: #FFFFFF;
	background-image: url(images/_repeater.jpg);
}
.thrColFixHdr #backDrop
{
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#siteFooter
{
	font-size: 10px;
	color: #CCCCCC;
	position: fixed;
	text-align: left;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #000000;
	font-size: 10px;
	margin: 0px;
}
#siteFooter A
{
	color: #FFFF00;
}
.fltrt
{
/*this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.*/
	float: right;
	margin-left: 8px;
}
.fltlft
{
/*this class can be used to float an element left in your page*/
	float: left;
	margin-right: 8px;
}
.clearfloat
{
/*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float*/
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
A.scrollover
{
/*Default Colour/Styles here*/
	color: #790044;
}
A.scrollover EM:first-line
{
/*Rollover Colour/Styles here*/
	color: #006113;
}
#logoHotspot
{
	height: 60px;
	width: 200px;
	position: absolute;
	z-index: 11;
	float: none;
}
#formItem
{
	padding-top: 3px;
	padding-bottom: 2px;
}
#formHolder
{
	background-color: #333333;
	border: thin double #CCCCCC;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
LI
{
}
#mainMenu
{
	width: 100%;
	margin-top: 0px;
}
#mainMenu UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#mainMenu LI
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#mainMenu LI A:link, #mainMenu LI A:visited
{
	font-size: 12px;
	display: block;
	color: #EDF2F3;
	text-decoration: none;
	padding-right: 0;
	background-image: url(images/_mainMenu.jpg);
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	margin: 0px;
}
#mainMenu LI A:hover
{
	color: #581C1C;
	background-image: url(images/_mainMenuOver.jpg);
}
#mainMenu UL UL
{
	margin-left: 0px;
}
#mainMenu UL UL LI
{
	margin: 0;
}
#mainMenu UL UL A:link, #mainMenu UL UL A:visited
{
	color: #333333;
	background-image: url(images/_subMenu.jpg);
	height: 18px;
	line-height: 18px;
	font-size: 9px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainMenu UL UL A:hover
{
	background-color: #1B1A04;
	color: #FFFFFF;
	background-image: url(images/_subMenuOver.jpg);
}
#protectedMenu
{
	width: 100%;
	margin-top: 0px;
}
#protectedMenu UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#protectedMenu LI
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#protectedMenu LI A:link, #protectedMenu LI A:visited
{
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 0;
	background-image: url(images/_butAdmin1.jpg);
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	margin: 0px;
}
#protectedMenu LI A:hover
{
	color: #E51C26;
	background-image: url(images/_butAdmin1Over.jpg);
}
#protectedMenu UL UL
{
	margin-left: 0px;
}
#protectedMenu UL UL LI
{
	margin: 0;
}
#protectedMenu UL UL A:link, #protectedMenu UL UL A:visited
{
	color: #333333;
	background-image: url(images/_butAdmin2.jpg);
	height: 18px;
	line-height: 18px;
	font-size: 9px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#protectedMenu UL UL A:hover
{
	background-color: #CFCDB4;
	color: #E51C26;
	background-image: url(images/_butAdmin2Over.jpg);
}
.actionMsg
{
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
#testimonialBlock
{
	position: relative;
	margin-top: 5px;
	text-align: left;
	margin-bottom: 10px;
	/*[empty]width:;*/
	margin: auto;
	clear: both;
	padding: 2px 5px 0 0px;
	border: 1px solid #1E193D;
	background-color: #E8E9D3;
}
#testimonialBlock DT
{
	font-size: 90%;
	color: #3B3A02;
	/*[empty]margin-top:;*/
}
.testimonial
{
	font-size: 80%;
	font-style: italic;
	color: #262341;
}
.testimonialByline
{
	font-size: 90%;
	font-weight: bold;
	color: #694C08;
	text-align: right;
}
#contactButton
{
	text-align: right;
	margin: auto;
	padding-right: 10px;
	/*[empty]background-color:;*/
	height: 18px;
	clear: both;
	bottom: 0px;
	padding-top: 3px;
	/*[empty]background-image:;*/
	background-repeat: no-repeat;
	width: 150px;
	float: right;
}
#contactButton A
{
	color: #008E28;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#contactButton A:hover
{
	color: #FF9900;
	font-size: 14px;
}
LABEL
{
	text-align: right;
	float: left;
	width: 33%;
	padding-right: 5px;
}
#rLogin LABEL
{
	display: block;
}
H1
{
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainContent H1
{
	font-size: 130%;
	font-weight: bold;
	color: #600C0A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#mainContent #contFooter
{
	clear: both;
	overflow: hidden;
	font-size: 80%;
}
#mainContent IMG
{
	border: 1px solid #666666;
	margin: 5px;
}
#mainContent UL
{
	margin-left: 20px;
}
#contFooter A
{
	font-weight: normal;
	color: #CCCCCC;
}
#mainContent H2
{
	font-size: 14px;
	font-weight: bold;
	color: #600C0A;
	margin-left: 5px;
	margin-bottom: 5px;
}
H3
{
	color: #600C0A;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
A
{
	color: #5F0A71;
	font-weight: bold;
	text-decoration: none;
}
A:hover
{
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
P
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-indent: 3px;
}
DL
{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
DT
{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
DD
{
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 12px;
}
.form_input
{
	color: #003333;
}
#mainContent DT
{
	color: #663300;
}
#submitButton
{
	color: #FFFF00;
	background-color: #663300;
	border: thin outset #CCCCCC;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin-right: 2px;
	margin-bottom: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#submitButton:hover
{
	background-color: #CCCCCC;
	color: #003300;
}
#footer
{
	color: #C0614B;
	font-size: 9px;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/_footerBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
}
.footerSite
{
	font-size: 12px;
	color: #6C8F71;
}
.finePrint
{
	font-size: 70%;
	color: #666666;
}
.finePrint A
{
	color: #999999;
}
UL
{
}
#siteTitle H1
{
	color: #FFFF99;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}
#rLogin
{
	float: right;
	width: 300px;
}
#clear
{
	clear: both;
	font-size: 1px;
	display: block;
	float: none;
}
.clientBox LABEL
{
	font-weight: bold;
}
.formList
{
	float: right;
	width: 60%;
}
.inputNote
{
	font-size: 80%;
	color: #0000FF;
	margin-left: 150px;
}
#galleryArea
{
	text-align: center;
	margin: auto;
	width: 370px;
	clear: both;
}
#galleryThumb
{
	float: left;
	width: 110px;
	/*[empty]border:;*/
	height: 120px;
	margin: 5px;
	padding: 0px;
}
#galleryThumbTitle
{
	height: 15px;
	width: 100%;
	/*[empty]background-color:;*/
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	vertical-align: middle;
	color: #7A602F;
	font-weight: bold;
	font-size: 75%;
}
#galleryThumb IMG
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#loginBox
{
	color: #000000;
	position: relative;
	margin-top: 0px;
	top: 0px;
	z-index: 99;
	background-color: #FFCC33;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: medium solid #FF0000;
	display: none;
}
#loginBox A
{
	color: #0000FF;
}
#inPageForm
{
	width: 90%;
	margin: auto;
	border: thin solid #000000;
	background-color: #FFFFCC;
}
#inPageFormTitle
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #659EE1;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#siteError
{
	font-size: 14px;
	color: #FF0000;
}
FIELDSET
{
	background-color: #FFFFCC;
	border: thin solid #000000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 1em;
	margin-bottom: 1em;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}
LEGEND
{
	position: absolute;
	top: -0.5em;
	left: 0.2em;
	font-size: 100%;
	font-weight: bold;
	color: #663333;
}
FIELDSET FIELDSET
{
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 5px;
	color: #663333;
	text-align: center;
	background-color: #FFFF99;
	clear: both;
	position: relative;
	display: block;
}
FIELDSET FIELDSET LEGEND
{
	color: #663333;
}
.capImage
{
	height: 30px;
	line-height: 30px;
}
#staffTable IMG
{
	margin-right: 25px;
}
#staffTable P
{
	padding: 0 0 10px 10px;
	margin: 0 0 10px;
}
#staffTable H3
{
	font-size: 110%;
	margin-bottom: 0px;
	padding-bottom: 0;
	text-decoration: underline;
}
#dsItem
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: left;
	clear: both;
	font-size: 80%;
	margin-bottom: 0px;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#dsItem IMG
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	float: left;
}
#dsItem A:hover
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FF9900;
}
.ds0
{
	background-color: #FFFF99;
}
.ds1
{
	background-color: #FFFFFF;
}
#dsHeading
{
	border-bottom-width: small;
	border-bottom-style: double;
	border-bottom-color: #333333;
	font-size: 80%;
	text-align: center;
}
#dsHeading IMG
{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 10px;
	width: 10px;
}
#dsAction
{
	float: left;
	text-align: right;
	width: 20px;
}
#dsAction IMG
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#dsTitle
{
	font-weight: bold;
	float: left;
	width: 200px;
}
#dsCity
{
	width: 250px;
	float: left;
}
#dsType
{
	width: 250px;
	float: left;
}
#dsPrice
{
	width: 75px;
	float: right;
	text-align: right;
}
#dsThumb IMG
{
	margin-right: 5px;
	border: 1px solid #999999;
}
#listingSpecs
{
	background-color: #FFFFFF;
	width: 120px;
	border: 1px solid #000066;
	float: right;
	margin-right: 3px;
	font-size: 75%;
	text-align: center;
	padding-right: 3px;
	margin-left: 6px;
	padding-left: 3px;
}
#listingSpecs LABEL
{
	font-weight: bold;
	/*[empty]width:;*/
	text-align: left;
	float: none;
	color: #767772;
}
#listingPrice
{
	font-size: 140%;
	font-weight: bold;
	color: #FF3300;
	text-align: center;
	border-bottom-color: #73756B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#openHouse
{
	text-align: center;
	width: 400px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #FF6600;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
}
#articleDate
{
	font-size: x-small;
	font-style: italic;
	color: #999;
	text-align: right;
}
