/* CoopersRealEstate.co.nz Display Style Sheet
(c) Ross Cooper Real Estate Ltd MREINZ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/coopersTopBanner1.jpg) top center no-repeat #FFFFFF;
	font-size: 90%;
	behavior:url("csshover.htc")}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%}

p { 	line-height: 1.5em; padding: 0.5em 0 0 0}
ul { margin: 0; padding: 0}
table { font-size: 1.2em}
tr, td {
border-bottom: solid 1px #999999;
padding: 1em 0 1em 0}
tr:hover { background-color:#CCCCCC}
.clear {
	clear:both;
	height: 10px;
	width: 1px}
/* Links */
a {
	text-decoration: underline;
	color: #007FCC}

a:hover {
	text-decoration:none;
	color:#FA6C16}
img { border: 0}
h1 {
	color: #000000;
	font-size: 3em;
	padding: 0;
	font-style:normal;
	font-weight:lighter}

h2 {
	font-size: 1.7em;
	color: #000000;
	font-style:normal;
	font-weight:lighter}

h3 {
	font-size: 1.4em;
	color: #000000;
	padding: 0;
	margin: 0;
	font-style:normal;
	font-weight:lighter}

h3 a {
	text-decoration:none}

h4 {
	font-size: 1.3em;
	color: #007FCC;
	padding: 0 0 0.2em 0;
	margin: 0;
	font-style:normal}

h4 a {
	text-decoration:none}

h4 a:hover {
	text-decoration:underline}
form, form h2 {
	margin: 0; padding: 0}
/* HOME BANNER DIVs */
#home1 {
	width: 210px;
	float: right;
	text-align:center;
	padding: 18px 1em 0 560px}
#home1 form {
	padding: 0;
	margin: 0}
#home1 a {
	color: #000000;
	text-decoration: underline}
#home1 a:hover {
	color: #FFFFFF;
	text-decoration:none}
#home1 p {
	margin: 0em 1em 0em 1em;
	font-size: 0.9em}
#home1 div {
	padding: 0;
	margin: 0}
#home1 h2 {
padding-top: 0;
margin-top: 0}


#homeLeft {
	width: 250px;
	padding: 170px 0 0 0;
	color: #FFFFFF}
#homeLeft p {
	 margin: 5px 15px 12px 7px}
#homeCentre {
	width: 250px; 
	padding: 170px 0 0 10px;
	color: #FFFFFF}
#homeCentre p {
	 margin: 5px 15px 12px 10px}
#homeCentre a {
	color: #FA6C16}
#homeCentre a:hover {
	color: #007FCC}
#homeRight {
	width: 250px; 
	padding: 170px 0 0 0;
	color: #FFFFFF}
#homeRight p {
	 margin: 5px 4px 12px 18px}
#homeRight a {
	color: #FA6C16}
#homeRight a:hover {
	color: #007FCC}

.printQuestion {
	border-bottom: 1px dotted #007FCC;
	cursor:help;
	text-decoration:none}

.printQuestion a {
	text-decoration:none}


#contentLeftLarge blockquote {
	background: url(images/quotes.jpg) top left no-repeat;
	padding: 1em 1em 1em 3em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	width: 400px;
	margin: 0}

.orange {
	color: #FA6C15;
	font-weight: bold}

.arrowRight {
	border: none;
	vertical-align:middle}

/* INPUT FORMS */
select {
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC}

select:hover {
	background-color:#DFDFDF;
	border: 1px solid #AAAAAAA}
select option {
	background-color:#FFFFFF}
select option:hover {
	color: #FFFFFF;
	background-color:#FA6C16}
.textBox
{
	color: #000000;
	background:url(images/magnifyingGlass.gif) 3px 0 no-repeat #FFFFFF;
	padding-left: 28px;
	border: 1px solid #FA6C16}

.textBox:hover
{
	color: #000000;
	background:url(images/magnifyingGlass.gif) 3px 0 no-repeat #DFDFDF;
	border: 1px solid #FA6C16}

.textBox:focus, .textBox.sffocus
{
	color: #000000;
	background:url(images/magnifyingGlass.gif) 3px 0 no-repeat #DFDFDF;
	border: 1px solid #FA6C16}
.send {
padding: 10px 15px 10px 15px;
background: #FA6C16; 
border:none}
.send:hover{ cursor:pointer; background:#007FCC; border: none}
.submit {
	color: #FFFFFF;
	background: url(images/buttonBG.jpg) top center repeat-x #FA6C16;
	border: 1px solid #FA6C16}

.submit:hover , .submit.sffocus, .submit:focus {
	color: #000000;
	background: url(images/buttonBGover.jpg) top center repeat-x #FFFFFF;
	border: 1px solid #52AEE1;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.reset
{
	color: #FFFFFF;
	background: url(images/buttonBGreset.jpg) top center repeat-x#FF0000;
	border: 1px solid #FF0000}

.reset:hover {
	color: #000000;
	background: url(images/buttonBGover.jpg) top center repeat-x #FFFFFF;
	border: 1px solid #FF0000;
	cursor: pointer; /* cursor: hand; for IE5 */
}

/* Other Buttons */
.searchHome {
	background: url(images/toolsMenu/searchImage.jpg) top center repeat-x;
	height: 40px;
	width: 118px;
	display: block;
	border: 0;
	cursor:pointer; /* cursor: hand; for IE5 */
	margin-left: 0;
	/* margin-left: 2.5em;   new home page */
}
html:lang(en)>body  .searchHome {margin-top: -5px}

.searchHome:hover, ..searchHome.sffocus, .searchHome:focus {
	background-position: -1px -40px;
	cursor: pointer; /* cursor: hand; for IE5 */
}

.applynow {
	width: 114px;
	height: 34px;
	background:url(images/toolsMenu/applynow.jpg) 0px -34px no-repeat;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0;
	cursor: pointer; /* cursor: hand; for IE5 */
	text-indent:-9999px
}
.applynow:hover {
	background-position: 0px 0px;
}
.viewRentals {
	width: 120px;
	height: 20px;
	background:url(images/toolsMenu/viewRentals.jpg) 0px -24px no-repeat;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0}
.viewRentals:hover {
	background-position: 0px 0px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.readMore {
	width: 95px;
	height: 20px;
	background:url(images/toolsMenu/readMore.jpg) 0px -22px no-repeat;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0}
.readMore:hover {
	background-position: 0px 0px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.readMoreBlack {
	width: 95px;
	height: 20px;
	background:url(images/toolsMenu/readMoreBlack.jpg) 0px -22px no-repeat;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0}
.readMoreBlack:hover {
	background-position: 0px 0px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.viewProperty {
	width: 140px;
	height: 20px;
	background:url(images/toolsMenu/viewProperty.jpg) 0px -24px no-repeat;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0}
.viewProperty:hover {
	background-position: 0px 0px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.viewProperty2{
	width: 140px;
	height: 20px;
	background:url(images/toolsMenu/viewProperty2.jpg) 0px -24px no-repeat;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0}
.viewProperty2:hover {
	background-position: 0px 0px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.viewMoreProperties {
	width: 175px;
	height: 35px;
	background:url(images/toolsMenu/viewMoreProperties.jpg) no-repeat;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0}
.viewMoreProperties:hover {
	background-position: 0px -37px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.testimonialsBtn {
	width: 170px;
	height: 30px; 
	background:url(images/toolsMenu/testimonialsBtn.jpg) 0px -34px no-repeat; 
	border: 0; 
	display:block; 
	margin: 0.5em 0 0 0}
.testimonialsBtn:hover {
	background-position: 0px 0px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.goBackTeam {
	width: 170px;
	height: 30px; 
	background:url(images/toolsMenu/goBackTeam.jpg) 0px -34px no-repeat; 
	border: 0; 
	display:block; 
	margin: 0.5em 0 0 0}
.goBackTeam:hover {
	background-position: 0px 0px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.backToTop {
	width: 140px;
	height: 20px;
	background:url(images/toolsMenu/backToTop.jpg) 0px -22px no-repeat;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0}
.backToTop:hover {
	background-position: 0px -0px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.backToTopWhite {
	width: 140px;
	height: 20px;
	background:url(images/toolsMenu/backToTop2.jpg) 0px -22px no-repeat;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0}
.backToTopWhite:hover {
	background-position: 0px -0px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.printThisPage {
	width: 180px;
	height: 33px;
	background:url(images/toolsMenu/printThisPage.jpg) 0px -33px no-repeat;
	border: 0;
	display:block;
	margin: 0}
.printThisPage:hover {
	background-position: 0px -1px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.photGallerySmall {
	width: 180px;
	height: 31px;
	background:url(images/toolsMenu/photoGallerySmall.jpg) 0px -33px no-repeat;
	border: 0;
	display:block;
	margin: 0}
.photGallerySmall:hover {
	background-position: 0px -1px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.eshow {
	width: 180px;
	height: 31px;
	background:url(images/toolsMenu/eshow.jpg) 0px -33px no-repeat;
	border: 0;
	display:block;
	margin: 0}
.eshow:hover {
	background-position: 0px -1px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
/* Property PAGE MORE TOOLS BUTTONS */
.printThisPageLarge {
	width: 270px;
	height: 33px;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0;
	background:url(images/toolsMenu/printThisPageLarge.jpg) 0 -33px no-repeat}
.printThisPageLarge:hover {
	background-position: 0px 1px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.photoGalleryLarge {
	width: 270px;
	height: 33px;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0;
	background:url(images/toolsMenu/photoGalleryLarge.jpg) 0 -33px no-repeat}
.photoGalleryLarge:hover {
	background-position: 0px 1px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.emailProperty {
	width: 270px;
	height: 33px;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0;
	background:url(images/toolsMenu/emailProperty.jpg) 0 -33px no-repeat}
.emailProperty:hover {
	background-position: 0px 1px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.mortgageCalculator {
	width: 270px;
	height: 33px;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0;
	background:url(images/toolsMenu/mortgageCalculator.jpg) 0 -33px no-repeat}
.mortgageCalculator:hover {
	background-position: 0px 1px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.goBackBtn {
	width: 270px;
	height: 33px;
	border: 0;
	display:block;
	margin: 0.5em 0 0 0;
	background:url(images/toolsMenu/goBackLarge.jpg) 0 -33px no-repeat}
.goBackBtn:hover {
	background-position: 0px 1px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.open2viewBtn {
	width: 270px;
	height: 33px;
	border: 0;
	display:block;
	text-align:right;
	margin: 0.5em 0 0 0;
	background:url(images/toolsMenu/o2v.jpg) 0 -33px no-repeat}
.open2viewBtn:hover {
	background-position: 0px 1px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
/*  END OF TOOL BUTTONS */

.searchBoxesHome {
	width: 210px;
	font-size: 85%;
	margin: 0 0 1.5em 0;
	/* margin: 0 0 1.5em 3em;   new home page */
}
html:lang(en)>body  .searchBoxesHome {margin: 0 0 100px 0}
.searchBoxesHome2 {
	width: 175px;
	font-size: 85%;
	margin: 0 0 10px 0.5em;
	/* margin: 0 0 1.5em 3em;   new home page */
}

.searchBoxes {
	width: 200px;
	font-size: 85%;
	margin: 0 0 1.5em 0.2em}

.searchBoxes2 {
	width: 250px;
	font-size: 85%;
	margin: 0 0 1.5em 0.2em}

.contactTextBox {
	width: 250px;
	background-color: #DFDFDF;
	border: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	padding: 5px}

.contactComments {
	background-color: #DFDFDF;
	border: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	padding: 0 0 0 5px;
	width: 450px}

.contactTextBox:hover, .contactTextBox.sffocus, .contactTextBox:focus, .contactComments:hover, .contactComments.sffocus2, .contactComments:focus  {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	border-bottom: 3px solid #AAAAAA}

.contactRadio {
	margin: 10px 0 0 1em}

/* END OF INPUT FORMS */
	
.printOnly {
	display:none}

#printBanner {
	display: none}

#banner {
	height: 72px;
	width: 100%}

.bodyPhoto {
	padding: 10px;
	background-color:#CCCCCC;
	border: 0}

/* Navigation "You Are Here" box */

#navigationPointer {
	margin: -1em auto 0;
	padding: 0em 1em 1em 0em !important;
	padding: 0em 1em 2em 0em;
	background-color:#FFFFFF;
	color: #999999;
	font-size: 0.9em;
	width: 730px;
	text-align:left}

#navigationPointer a {
	color:#777777;
	text-decoration:underline}

#navigationPointer a:hover {
	color:#FA6C16;
	text-decoration:none}

/* END OF NAVIGATION */

/* BODY CONTAINERS */
#bodyContainer {
	background:url(images/coopersTopBanner2.jpg) top center no-repeat #FFFFFF;
	width: 100%}

#contentWhite {
	margin: 0 auto;
	padding: 1em 0em 1em 0em;
	background-color:#FFFFFF;
	color:#000000}
#contentWhite h3 {
	padding-top: 20px}
#contentWhiteSub {
	margin: 0 auto;
	padding: 1em 0em 1em 0em;
	width: 770px;
	clear:both;
	color:#000000;
	overflow:hidden}

#contentWhiteSub div {
	float: left}

#contentGrey {
	margin: 0 auto;
	padding: 1em 0em 1em 0em;
	background: url(images/bg_contentGrey.jpg) top repeat-x #DFDFDF;
	color:#000000}
#contentStandard {
	margin: 0 auto;
	padding: 1em 0em 1em 0em;
	width: 760px;
	clear:both;
	color:#000000}

#contentLeft {
	width: 45%;
	padding: 0 1em 0 1em;
	margin: 0;
	float: left}

#contentRight {
	width: 45%;
	padding: 0 0em 0 2em;
	margin: 0;
	float: right}

/* Container for Company info, etc */
#contentLeftLarge {
	width: 440px;
	float: left}

/* Container for links to other info pages */
#contentRightSub {
	width: 250px;
	float: right;
	padding: 0 1em 0 2em}

#contentRightSubContent {
	margin: 0 0 0 10px !important;
	margin: 0}

#paddingLeftRight {
	padding: 0 1em 0 1em;
	width: 99%}

#topSearchBox {
	margin: 0 auto;
	padding: 1em 0em 1em 0em;
	width: 770px}

#topSearch {
	text-align: right;
	padding: 0 2em 0 0}

#topSearch p {
	padding:  -1em}

/* END OF BODY CONTAINERS */

/* Property PAGE STYLES */
#photoMainBox {
	width: 330px;
	float: right;
	margin: 0 1em 0 2em}

#photoMain {
	padding: 12px 12px 5px 12px;
	background-color:#CCCCCC;
	text-align:center;
	border: 1px solid #FFFFFF}
#photoMain p {
	font-size: 1em;
	text-align: center;
	color: #333333;
	padding: 0;
	margin: 0}
#photoMain a {
	text-decoration: none}
#photoMain a:hover {
	text-decoration: none}

#photoMain:hover {
	background-color:#FA6C16;
	cursor: pointer; /* cursor: hand; for IE5 */
}

#photoShadow {
	background:url(images/photoShadow.jpg) top center no-repeat #FFFFFF;
	margin: 5px 0 0;
	height: 35px
}

#propertyBox {
	padding: 0 1em 0 1em;
	margin: 0 0 0 0}

#propertyText {
	font-size: 1em;
	color:#000000;
	margin: 1em 0 1em 0;
	padding: 0.5em 0 0 0}

#propertyRef {
	font-size: 1.4em;
	padding: 0;
	color: #777777}
#propertyLocation {
	font-size: 1.4em;
	padding: 0 0 1em 0;
	color: #000000}

#propertyPrice {
	font-size: 1.6em;
	font-weight: bold;
	padding: 0 0 1em 0;
	color: #FA6C15}
#propertyPrice span{color:#BE4B04;font-weight:normal}

#propertyIcons {
	vertical-align:middle;
	text-align:center;
	font-size: 1.8em;
	margin: 40px 0 0.5em 0}

#propertyIconsSmall {
	vertical-align:middle;
	margin: 0.4em 0 0.5em 0;
	padding: 0}

#propertyGrey {
	margin: 0 auto;
	padding: 1em 0em 1em 0em;
	width: 770px;
	clear:both;
	color:#000000;
	overflow:hidden}

#propertyGrey div {
	float: left}

#propertyGrey img {
	vertical-align:middle}

#photoGallery {
	width: 400px;
	margin: 0 0 0 1em;
	padding: 0 0em 0 2em;
	text-align:right;
	float: right}

#photoGallery .photos {
	padding: 0.3em;
	margin: 0.3em;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC}

#photoGallery .photos:hover {
	background-color:#FA6C16;
	cursor: pointer; /* cursor: hand; for IE5 */
}

#propertyStats {
	width: 300px;
	padding: 0 0 2em 1em;
	margin: 0 0 0 0;
	float: left}

#propertyStats p {
	color: #000000;
	padding: 0 0 0.1em 0;
	border-bottom: 1px solid #CCCCCC}

#propertySearch {
	padding: 0.5em 0 1em 0}

.floatLeft {
	float: left;
	margin: 1em 1em 0.6em 0em}

.floatRightText {
	float: left;
	margin: 1em 0em 1em 0em;
	width:205px
}

.floatLeftPic {
	padding: 6px;
	margin-top: 2px;
	background-color:#FFFFFF;
	border: 1px solid #999}

.floatLeftPic:hover {
	background-color: #FA6C16;
	cursor: pointer; /* cursor: hand; for IE5 */
	border: 1px solid #FA6C16}

.floatLeftNoTop {
	float: left;
	padding: 6px;
	margin: 0em 1em 0.6em 0em;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC}

.floatLeftNoTop:hover {
	background-color: #FA6C16;
	cursor: pointer; /* cursor: hand; for IE5 */
}

#propertyLatest {
	margin: 0 auto;
	padding: 1em 0 1em 1.3em !important;
	padding: 1em 0 1em 0em;
	width: 760px;
	clear:both;
	color:#000000;
	overflow:hidden}

#propertyLatest img {
	vertical-align:middle}

#propertiesLeft {
	width: 44%;
	padding: 0;
	margin: 0 1em 0 1em !important;
	margin: 0 1em 0 1em;
	float: left}

#propertiesRight {
	width: 44%;
	padding: 0;
	margin: 0 0em 0 2em !important;
	margin: 0 0 0 1.5em;
	float: left}

.floatRightPropertyText {
	float: left;
	width: 220px;
	padding: 0.1em;
	margin: 1em 0em 1em 0.5em}

.floatRightPropertyText p {
	padding: 1em 0 0 0;
	margin: 0;
	border-top: 1px solid #999999}

.ebu_textbox {
	padding: 1em 0 0;
	margin: 0;
	border-top: 1px solid #999999;
	float: none;
	clear: both;
	width: 100%;
}
/* ADVANCED SEARCH */
#searchWrapper {
	margin: 0 auto;
	width: 600px}
.searchResults {
	font-size: 1.3em;
	text-transform: capitalize}
.searchResults2 {
	font-size: 1.3em;
	padding-right: 1.5em;
	text-transform: capitalize}

.searchResultsText {
	color: #FA6C15;
	font-weight:bold}

.searchPrice {
	color: #000000;
	font-weight: bold;
	margin: 0 0 1em 0;
	font-size: 1.3em;
	text-align: right}
.searchPrice span{font-weight:normal}
.searchScript {
	clear:both;
	text-align: left;
	color: #000000;
	padding: 0.6em 0 0 0;
	margin: 0;
	border-top: 1px solid #999999}

#searchBoxesText {
	float: left;
	margin: 0 2em 0 2em;
	width: 18em;
	text-align:right}

.smallGreyText {
	font-size: 0.9em;
	color: #666666;
	clear:both;
	margin: 0 0 0.5em 0}

.floatRightPropertyText2 {
	float: left;
	width: 600px;
	padding: 0.1em;
	margin: 1em 0em 2em 0.5em}
.floatRightPropertyTextHot {
	float: left;
	width: 480px;
	padding: 0.1em;
	margin: 1em 0em 2em 0.5em}

.floatRightPropertyTextHot p {
	padding: 0.6em 0 0 0;
	margin: 0}

.hotPropertyPhotoBox {
	padding: 1em 0 0 1.5em;
	width: 150px}

.hotPropertyPhoto {
	padding: 6px;
	margin: 0em 1em 0.6em 0em;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	clear:left}
.hotPropertyPhoto:hover {
	background-color: #FA6C16}

.hotText {
	font-size: 0.85em;
	text-align:center;
	padding: 1em 0 0 0;
	margin: 0 3em 0 0}

.pageNumber {
	margin: 0 0 2em 0;
	color: #666666}

.pageNumber a {
	text-decoration:none}
.pageNumbers {
	padding: 0.1em 0.5em;
	border: 1px solid;
	color: #666}
.pageNumbers a:hover {
	background-color: #FA6C16;
	color: #FFFFFF;
	text-decoration:none;
	border: 1px solid #000000}
	
.currentPage { padding: 0.1em 0.5em; color: #fff; border: 1px solid #FA6C16; background-color:#FA6C16}
.pageNumbers:hover {
	border: 1px solid #2793D4;
	background-color:#2793D4;
	color: #FFFFFF}
/* ADDED VALUE BUTTONS */
.addedValueTruck {
	background: url(images/addedValueIcons/addedvaluetruckicon.jpg) no-repeat 0px 0px;
	width: 238px;
	height: 155px;
	display:block;
	border: 0;
	float:left}
.addedValueTruck:hover {
	background-position: 0px -156px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.addedValueBoxes {
	background: url(images/addedValueIcons/addedvalueboxesicon.jpg) no-repeat 0px 0px;
	width: 238px;
	height: 155px;
	display:block;
	border: 0;
	float:left}
.addedValueBoxes:hover {
	background-position: 0px -156px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
	
.addedValueAppraisal {
	background: url(images/addedValueIcons/addedvalueappraisalicon.jpg) no-repeat 0px 0px;
	width: 238px;
	height: 155px;
	display:block;
	border: 0;
	float:left;
	padding: 0}
.addedValueAppraisal:hover {
	background-position: 0px -156px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
.addedValueMeal {
	background: url(images/addedValueIcons/addedvaluemealicon.jpg) no-repeat 0px 0px;
	width: 238px;
	height: 205px;
	display:block;
	border: 0;
	float:left}
.addedValueMeal:hover {
	background-position: 0px -206px;
	cursor: pointer; /* cursor: hand; for IE5 */
}
/* CONTACT PAGE STUFF */
#contactLeft {
	width: 44%;
	float: left;
	padding-right: 1em}

#contactRight {
	width: 44%;
	float: left}

.requiredText {
	color:#FF0000;
	padding: 0 3px 0 3px}

/* FOOTER */
#footer {
	background: url(images/coopersFooter.jpg) top center no-repeat #007FCC;
	padding: 2em 0 2em 0;
	text-align:center;
	text-transform:uppercase;
	color: #FFFFFF;
	font-size: 80%}

#footer a {
	color: #FFFFFF;
	text-decoration: none}

#footer a:hover {
	text-decoration: underline}

/* LISTS */

/* Property Category lists*/
#categoryListWrapper {
	float: left;
	padding: 0 8em 0 0;
	margin: 0}

#categoryList ul {
	color: #000099;
	margin: 1em 0 0 0;
	padding: 0}

#categoryList li {
	list-style-type:none;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0}

#categoryList li a {
	text-decoration:none}

#categoryList li a:hover {
	text-decoration:underline}

#categoryList li ul {
	margin: 1em 0 1em 15px;
	padding: 0}

#categoryList li ul li {
	list-style:disc;
	padding: 0.2em 0 0.5em 0;
	font-weight:normal;
	margin: 0}

/* More Info lists */

#moreInfo ul {
	margin-top: -3em}

#moreInfo li {
	border-bottom: 1px solid #D1D1D1;
	font-size: 12px;
	margin: 5px 0 0 0;
	color: #007FCC;
	background: url(images/arrowRightList.jpg) no-repeat 0px -10px;
	padding: 0.5em 0 0.5em 2em;
	list-style:none}

#moreInfo li a {
	text-decoration: none;
	display:block}

#moreInfo li:hover {
	border-bottom: 1px solid #FA6C16}

/* Bodytext lists */
.bodylist li {
	padding: 5px 0;
	list-style-type: square}
ul#bodyList{margin-left:15px}
#bodyList li {
	border-bottom: 1px solid #D1D1D1;
	font-size: 12px;
	margin: 0 0 0.3em 0;
	padding: 0.5em 0 0.5em 0}

#bodyList li a {
	text-decoration: none;
	display:block}

#bodyList li:hover {
	border-bottom: 1px solid #FA6C16}

#contentList li {
	font-size: 12px;
	margin: 0 0 0.3em -2em;
	padding: 0.5em 0 0.5em 0}

#contentList li a {
	text-decoration: none;
	display:block}

#contentList li:hover {
	background-color: #FFFFFF}
/* Contact Office Details List */
#contactOfficeList ul {
	margin: 0 0 0 -4em}

#contactOfficeList li {
	line-height: 16px;
	border-bottom: 1px solid #D1D1D1;
	font-size: 12px;
	margin: 5px 0 5px 0;
	list-style-type:none}

#contactOfficeList li a {text-decoration: none}

.home_orange {
	background: url(images/orangebg.jpg) top left repeat-x #fa6c16;
	width: 215px;
	float: left;
	padding: 8px;
	margin: 5px 21px 25px 0 !important;
	border: 1px solid #fa6c16
}
.home_orange2 {
	background: url(images/orangebg.jpg) top left repeat-x #fa6c16;
	width: 215px;
	float: left;
	padding: 8px;
	margin: 5px 0px 25px 0 !important;
	border: 1px solid #fa6c16
}
.home_blue {
	background: url(images/bluebg.jpg) top left repeat-x #2793D4;
	width: 213px;
	padding: 10px;
	margin: 5px 0 0;
	float: left;
	border: 1px solid #2793D4
}
.home_orange p, .home_blue p, .home_orange2 p {
	margin: 10px 0;
	padding: 0}
.home_orange h2, .home_blue h2, .home_orange2 h2 {
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 1.5em}
.home_blue form {
	padding-top: 5px}
.clear {
	clear: both;
}
.heading {
	font-size: 1.7em;
	color: #000000;
	font-style:normal;
	font-weight:lighter}
.subhead_italic {
	font-size: 1.4em;
	font-style: italic;
	color: #000;
}
#picthumbs {
	height: 80px;
	width: 330px;
	visibility: hidden;
	margin-top: 10px;
}
.galthumb {
	padding: 4px;
	margin: 4px 5px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC
}
.galthumb2 {
	padding: 4px;
	margin: 4px 5px;
	background-color:#FFFFFF;
}
.galthumb:hover {
	background-color:#fa6c16;
}
.thumbs_tr:hover {
	background-color:none;
	border:none;
}
.thumbs_tr td {
	background-color:none;
	border:none;
}#prev_div {
	float: left;
}
#next_div {
	float: right;
}
.adbanner {
	float: left;
}
.ohbanner_div {
	position: absolute;
	z-index: 20;
	left: -36px;
	top: 0px;
	width: 164px;
}

