/*

colour definitions:

orange #1 (new adds): #fdbb30
orange #2 (dark highlight, links, etc.): #f6861f
orange #3 (background highlight): #fff5e2
red orange: #f15d22
dark brown: #534741
moss green: #b0ba25
light brown: #c7b299



*/


.bodyStyle
{
	background-color: #534741;
	margin: 0px;
}

.bodyWhite
{
	background-color: #FFFFF;
	margin: 0px;
}

.navColumn
{
	width: 140px;
	height: 100%;
	position: absolute;
	min-height: 100%;
}

#topNav
{
	left: 0px;
	top: 212px;
	margin: 0px 0 0 0;
	position: absolute;
}


#subNav
{
	width: 140px;
	left: 0px;
	top: 412px;
	margin: 0px 0 0 25px;
	position: absolute;

}

#userNav
{
	width: 100%;
	height: 26px;
	background-color: #FFCC33;
}

#userFooter
{
	width: 100%;
	height: 10px;
	background-color: #FFCC33;
	margin: 2px 0 0 0;
}

#bottomNav
{
	bottom: 40px;
	z-index: 2;
	width: 140px;
	overflow: default;
	left: -140px;
	position: absolute;
	clear: left;
}

.bodyColumn
{
	position: relative;
	left: 150px;
	top: 0px;
	width: 800px;
	height: 100%;
}


#displayAD
{
	width: 728px;
	height: 90px;
	margin: 0px auto 10px auto;
	clear: both;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	max-width: 728px;
}

#headerRowTop
{
	left: 0px;
	top: 25px;
	background-image: url(/images/header_top_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 800px;
	height: 39px;
	padding: 0;
	margin: 0;
	clear: both;
}

#headerRow
{
	width: 790px;
	height: 60px;
	padding: 0 10px 0 0;
	margin: 0;
	background-color: #b0ba23;
	clear: both;
}

#headerRow2
{
	width: 800px;
	height: 30px;
	padding: 0;
	margin: 0;
	background-color: #b5c351;
	vertical-align: middle;
}

#logo
{
	width: 150px;
	padding: 10px 10px 10px 15px;
}

#slogan
{
	width: 350px;
	padding: 25px 0px 0px 0px;
	float: right;
}

#main
{
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	width: 100%;
}

.clearing
{
	height: 0;
	clear: both;
}

.footerRow
{
	width: 800px;
	height: 30px;
	background-image: url(/images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.content
{
	background-color: #FFFFFF;
}

a.links
{
	color: #534741;
	text-decoration: none;
}
a.links:hover
{
	color: #f6861f! important;
	text-decoration: underline;
} 

a.wlinks
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.wlinks:hover
{
	color: #fff5e2! important;
	text-decoration: none;
} 

a.credits
{
	color: #c7b299! important;
	text-decoration: none;
} 


a.credits:hover
{
	color: #f5851f! important;
	text-decoration: underline;
}

a.footerlinks
{
	color: #fff468! important;
	text-decoration: none;
} 


a.footerlinks:hover
{
	color: #f6861f! important;
	text-decoration: underline;
}


a.hlink
{
	color: #f15d22;
	text-decoration: none;
}

a.hlink:hover
{
	color: #fdbb30! important;
} 


a.secondaryNav
{
	color: #c7b299;
	font-size: 10pt;
	line-height: 14pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	text-transform: uppercase;
	margin: 0 10px 0 10px;
	text-decoration: none;
}

a.secondaryNav:hover
{
	color: #f5851f! important;
}

a.adLinks
{
	color: #f5851f;
	font-weight: bold;
	text-decoration: none;

}

a.adLinks: hover	
{
	text-decoration: underline;
}


a.smallLinks
{
	color: #f15d22;
	font-size: 8pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	text-decoration: none;
}

a.smallLinks:hover	
{
	text-decoration: underline;
}


h1
{
	color: #b5c351;
	font-size: 16pt;
	line-height: 21pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	margin: 10px 0 10px 15px;
	font-style: normal;
	font-weight: lighter;
}

h2
{
	color: #f15d22;
	font-size: 16pt;
	line-height: 21pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	margin: 10px 0 10px 15px;
	font-style: normal;
	font-weight: lighter;
}

h3
{
	color: #f5851f;
	font-size: 14pt;
	line-height: 21pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	margin: 10px 0 0 15px;
	font-style: normal;
	font-weight: lighter;
}

h4
{
	color: #534741;
	font-size: 12pt;
	line-height: 14pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	margin: 10px 10px 5px 15px;
	font-style: normal;
	font-weight: lighter;
}

h5
{
	color: #f15d22;
	font-size: 12pt;
	line-height: 14pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	margin: 0px 10px 0px 15px;
	font-style: normal;
	font-weight: lighter;
}

h6
{
	color: #b5c351;
	font-size: 12pt;
	line-height: 14pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	margin: 10px 10px 5px 15px;
	font-style: normal;
	font-weight: lighter;
}

.emailFriend
{
	border-color: #f5851f;
	border-width: 1px;
	border-style: solid;
	background-color: #fff5e2;
	width: 390px;
	margin: 10px 0 0 15px;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	font-size: 10pt;
	font-style: normal;
	color:  #534741;
}

.featureAd
{
	background-color: #fff5e2;
	padding: 5px;
}

.regularAd
{
	background-color: #ffffff;
	padding: 5px;
}

.divRow
{
	background-color: #FFF;
	height: 1px;
	background-image: url(images/row_tile_h.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.adTitle
{
	color: #F6861F;
	font-size: 11pt;
	line-height: 12pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	font-style: normal;
}


.priceList
{
	color: #544741;
	font-size: 11pt;
	line-height: 12pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	font-style: normal;
	font-weight: normal;
}

.note
{
	color: #b0ba25;
	font-size: 8pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	font-style: normal;
	font-weight: normal;
}

.descList
{
	color: #544741;
	font-size: 10pt;
	line-height: 11pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

.dateList
{
	color: #544741;
	font-size: 11pt;
	line-height: 12pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	font-style: normal;
	font-weight: normal;
}

.smallNote
{
	color: #544741;
	font-size: 8pt;
	line-height: 10pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

.smallText
{
	color: #544741;
	font-size: 8pt;
	line-height: 10pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	font-style: normal;
	font-weight: normal;
}

.messageNotice
{
	border-color: #F6861F;
	border-width: 1px;
	border-style: solid;
	width: 60%;
	margin: 10px auto 10px auto;
	background-color: #FFFFFF;
}

.messageText
{
	color: #F6861F;
	font-family: Helvetica, Verdana, san-serif;
	font-size: 8pt;
	line-height: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

p
{
	color: #544741;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	margin: 4px 15px 10px 15px;
}

.formText
{
	color: #544741;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	text-align: right;
	padding: 4px 2px 0 10px;
}

.formRightCol
{
	color: #544741;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	text-align: left;
}

.breadcrumbs
{
	color: #b0ba25;
}

.creditBlock
{
	width: 800px;
	margin: 0px auto 2px auto;
}

.creditText
{
	color: #c7b299;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	font-size: 9px;
	line-height: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	float: right;
	width: 50%;
	padding: 5px 0 2px 0px;
	margin: 0 20px 0 0;
}

.copyText
{
	color: #c7b299;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	font-size: 9px;
	line-height: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	width: 50%;
	padding: 5px 0 2px 0px;
	margin: 0 0px 0 20px;
}

.error
{
	font-family: Helvetica, Geneva, Verdana, san-serif;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #5e0000;
}

.oddRow
{
	background-color: #f6861f;
	height: 1px;
}

.evenRow
{
	background-color: #FFFFFF;
}

.resultsHeaderRow
{
	background-color: #f6861f;
	width: 100%;
	height: 20px;
	margin: 10px 0px 0px 0px;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	color: #FFF;
	padding: 4px 0px 4px 0px;
	text-indent: 10px;
	line-height: 11pt;
	clear: right;
}

.resultsFooterRow
{
	background-color: #f6861f;
	width: 100%;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}

.resultsFooter
{
	font-size: 9pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	color: #FFF;
	line-height: 11pt;
	text-align: right;
	padding: 0 20px 0 0;
}

INPUT.headerSearchInput
{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	width: 63px;
	height: 12px;
	font-size: 8pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
}

.headerSearch
{
	width: 500px;
	color: #544741;
	font-size: 6pt;
	line-height: 30px;
	font-family: Geneva, Verdana, Helvetica, san-serif;
	text-transform: uppercase;
	text-align: left;
	padding: 0px 0px 0px 15px;
	top: 0;
	left: 0;
}

.headerUser
{
	color: #544741;
	font-size: 9px;
	line-height: 30px;
	font-family: Geneva, Verdana, Helvetica, san-serif;
	text-transform: uppercase;
	text-align: right;
	float: right;
	padding: 0px 10px 0px 0px;
}

INPUT.headerUserInput
{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	width: 45px;
	height: 12px;
	font-size: 8pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
}

SELECT
{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	font-size: 8pt;
	line-height: 12pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
}

INPUT.adPost
{
	border-width: 1px;
	border-style: solid;
	border-color:  #999;
	background-color: #FFFFFF;
	height: 15px;
	font-size: 10pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
}

INPUT.adPostTitle
{
	border-width: 1px;
	border-style: solid;
	border-color:  #999;
	background-color: #FFFFFF;
	width: 500px;
	height: 15px;
	font-size: 10pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
}

TEXTAREA.adPost
{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	background-color: #FFFFFF;
	height: 200px;
	width: 500px;
	font-size: 10pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
}

.indexImgBtnRow
{
	z-index: 10;
	position: relative;
	width: 450px;
}

.indexImgBtn
{
	behavior: url(/inc/iepngfix.htc);
}

#indexImg
{
	top: 10px;
	left: 15px;
	width: 450px;
	height: 290px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
}


#sidebar
{
	float: right;
	width: 335px;
	margin: 0 0 0 10px;
	height: 100%;
	min-width: 335px;
	min-height: 100%;
}

#leftColumn
{
	width: 450px;
	margin: 0 10px 0 0px;
}

#wideColumn
{
	width: 600px;
	margin: 0 10px 0 0px;
}

#event_panel
{
	font-size: 10pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	position: relative;
	left: 15px;
	color: #544741;
}

#bgImage { position: inherit; }

#indexSearchBox
{
	background-image: url(images/index_search_bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 250px;
	height: 131px;
	padding: 0px;
	float: right;
	background-position: 0 0;
	margin: 12px 0 20px 0;
}

INPUT.indexSearchInput
{
	border-width: 1px;
	border-style: solid;
	border-color: #544741;
	width: 120px;
	height: 15px;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
}


.indexSearchContents { padding: 20px 5px 0 15px; }

#sidebarAdsHeader
{
	background-image: url(images/newads_top_corner.gif);
	background-repeat: no-repeat;
	background-color: #FDBB30;
	float: right;
	width: 250px;
	height: 23px;
	padding: 0px;
	background-position: 0 0;
}

#sidebarAds
{
	width: 250px;
	background-color: #fdbb30;
	float: right;
	padding: 10px 0px 10px 0px;
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
}

#sidebarAdsFooter
{
	background-image: url(images/newads_bottom_corner.gif);
	background-repeat: no-repeat;
	background-color: #fdbb30;
	float: right;
	width: 250px;
	height: 23px;
	padding: 0;
	background-position: 0 0;
	margin: 0 0 10px 0;
}

.sidebarCats
{
	color: #FFF;
	font-size: 24pt;
	line-height: 24pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	text-align: right;
	font-weight: lighter;
}

#sidebarContactHeader
{
	background-image: url(images/adcontact_top_corner.gif);
	background-repeat: no-repeat;
	background-color: #f5851f;
	padding: 0px 0px 0px 0px;
	width: 335px;
	height: 18px;
	padding: 0px;
	background-position: 0 0;
}

#sidebarContact
{
	width: 335px;
	background-color: #f5851f;
	padding: 10px 0px 10px 0px;
}

#sidebarContactFooter
{
	background-image: url(images/adcontact_bottom_corner.gif);
	background-repeat: no-repeat;
	background-color: #f5851f;
	padding: 0px 0px 0px 0px;
	width: 335px;
	height: 18px;
	padding: 0;
	background-position: 0 0;
}

.sidebarTxt
{
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	text-align: left;
	padding: 0 10px 0 10px;
}


.legalTxt
{
	color: #FFFFFF;
	font-size: 8pt;
	line-height: 10pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	text-align: left;
	padding: 0 10px 0 10px;
}

.imageTable { margin: 10px 0 0 5px; }

UL
{
	list-style-type: square;
	list-style-position: default;
	color: #544741;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	margin: 4px 15px 0 15px;
}

OL
{
	list-style-position: default;
	color: #544741;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	margin: 4px 15px 0 15px;
}

.highlightRow
{
	background-color: #f6861f;
	width: 100%;
	height: 24px;
	margin: 0px 0px 0px 0px;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Verdana, san-serif;
	color: #000000;
	padding: 4px 0px 2px 0px;
	line-height: 24px;
	vertical-align: middle;
	text-indent: 5px;
}
