@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
a{
	color:inherit;
}
a:visited{
	color:inherit;
}
a:hover{
	color:inherit;
	
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.greenOuterHeaderContainer{
	width:100%;
	height:auto;
	background-color:#324d30;
	padding-top:0.9%;
	padding-bottom:1.75%;
}

.greenOuterContainer{
	width:100%;
	height:auto;
	background-color:#324d30;
}


.whiteContainer{
	width:100%;
	height:auto;
	border-bottom-color:#837900;
	border-bottom-style:solid;
	border-bottom-width:2px;
	float:left;
	clear:both;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}


.gridMidContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutFooterDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color:#FFF;
	padding-top:0.5%;
	padding-bottom:2%;
}

.headermakepaymentbtn{
	width:180px;
	padding-left:0.2%;
	padding-right:0.2%;
	padding-top:3%;
	padding-bottom:3%;
	text-align:center;
	background-color:#FFF;
	color:#324d30;
	float:left;
	clear:right;
	text-decoration:none;
	font-weight:bold;
}
.registerbtn{
	width:180px;
	padding-left:0.2%;
	padding-right:0.2%;
	padding-top:3%;
	padding-bottom:3%;
	text-align:center;
	background-color:#324d30;
	color:#FFF;
	float:left;
	clear:right;
	text-decoration:none;
	font-weight:bold;
}
.headersearchbar{
	width:40%;
	padding-left:0.5%;
	padding-top:0.9%;
	padding-bottom:0.9%;
	color:#223421;
	font-style:italic;
	text-decoration:none;
	float:right;
	font-size:16px;
}
.contactContainer{
	width:100%;
	color:#FFF;
	float:left;
	clear:both;
	margin-top:0.3%;
	margin-bottom:0.3%;
}
.logo{
	float:left;
	height:15%;
	width:40%;
	
}
.menuContainer{
	width:60%;
	float:right;
}
.picContainer{
	width:100%;
	height:18%;
	margin-top:1%;
	margin-left:auto;
	margin-right:auto;
}
#headerTextContainer{
	width:100%;
	height:auto;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	
}
.picHeaderText{
	color:#324d30;
	font-size:23px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;	
}

.subHeaderText{
	color: #324d30;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 22px;
	margin-top:3%;
}
.subLeftHeaderText{
	color: #324d30;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 30px;
	margin-top:1%;
}
.btndesgin{
	background-color:#837900;
	color:#FFF;
	text-align:center;
	
}
.mainbtn{	
	width:40%;
	padding:1%;
	float:left;
	font-size:18px;
	margin-left:31%;
	margin-top:3%;
	color:#FFF;
}

.middleContainer{
	width:100%;
	height:auto;
	border-top-color:#837900;
	border-top-style:solid;
	border-top-width:2px;
	clear:both;
	margin-top:2%;
	margin-bottom:2%;
	padding-top:1.5%;
	padding-bottom:5%;
}


.boxContainer{
	background-color: #837900;
	border: 1px solid #837900;
	border-radius:8px;
	width:30%;
	margin-right:9%;
	margin-left:9%;
	display:inline-block;
	margin-bottom:6%;
	margin-top:2%;	
}
.findoutmorebtn{	
	width:0px;
	height:0px;
	overflow:hidden;
	float:left;
	color::#FFF;
}
.picBoxTextContainer{	
	width:0px;
	height:0px;
	overflow:hidden;
	float:left;
	color:#FFF;
}
.cataloguepic{
	background-color: #837900;
	background-image: url(../images/catalogueicon.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center;
	width: 95%;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #837900;
}

.preauctionpic{
	background-color: #837900;
	background-image:url(../images/preauctionbids.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center;
	width: 95%;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
}
.upcomingpic{
	background-color: #837900;
	background-image:url(../images/calendaricon.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center;
	width: 95%;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	border: 8px solid #837900;
}
.searchpic{
	background-color: #837900;
	background-image:url(../images/searchicon.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center;
	width: 95%;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	border: 8px solid #837900;
}

.boxHeader{
	/*
	text-align:center;
	color:#FFF;
	*/	
	width:0px;
	height:0px;
	overflow:hidden;
	float:left;
	
}
.searchbarContainer{
	width: 100%;
	height: auto;
	background-color: #f0e8d8;
	border-top-color: #837900;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-color: #837900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear: both;
	margin-top: 1%;
	padding-top: 1%;
	padding-bottom: 1%; 
	color:#324d30;
}
.serachbarbtn{
	width:0px;
	height:0px;
	overflow:hidden;
	float:right;
}
.searchbar{
	width:80%;
	padding-left:1.25%;
	padding-right:1.25%;
	padding-top:0.9%;
	padding-bottom:0.9%;
	color:#223421;
	font-style:italic;
	text-decoration:none;
	float:left;
	font-size:16px;
}
.productContainer{
	width: 100%;
	height: auto;
	border-bottom-color: #d2cea2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
	margin-top: 1%;
	margin-bottom: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.productPicHolder{
	width: 30%;
	height: 20%;
	border: 1px solid #d2cea2;
	margin-left: 2%;
	float:left;
	clear:right;
	display:inline-block;
}
.productTextContainer{
	width:59%;
	height:auto;
	float:left;
	clear:right;
	padding-top:1%;
	margin-left:6%;
	margin-top:2%;
}
.productText{
	width:100%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:16px;
}
.newpriceText{
	width:100%;
	float:left;
	clear:both; 
	color:#837900;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:16px;
}
.productTextHeader{
	width:100%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:16px;
	margin-bottom:6%;
	text-transform:uppercase;
	text-decoration:none;
}
.productTextLink{
	width:65%;
	float:left;
	clear:both;
	background-color:#324d30; 
	color:#FFF;
	padding:3%;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:16px;
	margin-bottom:10%;
	text-decoration:none;	
    border-radius: 5px;
}
.eventHeaderText{
	width:80%;
	float:left;
	clear:both; 
	color:#837900;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;
	margin-bottom:5%;
}
.dateText{
	width:100%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	margin-bottom:3%;
	text-decoration:none;
	background-color:transparent;
	padding:0%;
}
.viewCataloguebtn{
	width:80%;
	padding:4%;
	margin-top:8%;
	margin-bottom:4%;
	margin-left:5%;
	text-align:center;
	color:#FFF;
	background-color:#324d30;
	float:left;
	clear:both;
	text-decoration:none;
	font-weight:bold;
	border-radius:5px;
}
.remindMebtn{
	width:80%;
	padding:4%;
	margin-top:8%;
	margin-bottom:4%;
	margin-left:5%;
	text-align:center;
	color:#FFF;
	background-color:#837900;
	float:left;
	clear:both;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
.productCentreHeaderText{
	color: #837900;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 20px;
	margin-top:1%;
}
.viewAllCatalogueCentreText{
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 20px;
	margin-top:1%;
	width:100%;
	font-weight:bold;
}
.catalogueEventContainer{
	width: 100%;
	height: auto;
	background-color: #FFF;
	clear: both;
	margin-top: 1%;
	margin-bottom: 2%;
	padding-bottom:1%;
	padding-top:1%;
	border-bottom: 2px solid #837900;
	
	
}
.linkEventContainer{
	width: 100%;
	height: auto;
	border-bottom-color: #837900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear: both;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-bottom:1%;
	padding-top:1%;
	background-color:#837900;
	
	
}
.searchcontainer{
	width:40%;
	background-color:#FFF;
	height:auto;
	float:right;
	clear:right;
    border-radius: 5px;
}
.headerSearchTitle{
	color:#837900;
	font-size:12px;
	font-weight:bold;
	border-bottom:solid;
	border-bottom-width:1px;
	border-color:#837900;
	border-top:solid;
	border-top-width:1px;
	border-color:#837900;
	padding:1%;
	
}
.headerSearchLinkText{ 
	color:#324d30;
	padding:1%;
	
}
.headerSearchLinkText:hover{ 
	color:#324d30;
	padding:2%;
	
}
.picSubHeaderText{ 
	color:#837900;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:10px;	
}

.headerSearchListContainer{
	font-weight:bold;
	border-bottom:solid;
	border-bottom-width:1px;
	border-color:#837900;
	border-top:solid;
	border-top-width:1px;
	border-color:#837900;
	padding:1%;
	
}
.searchproductContainer{
	width: 100%;
	height: auto;
	border-bottom-color: #837900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear: both;
	margin-top: 0%;
	margin-bottom: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
}
.headerSearchListTitle{
	color:#837900;
	font-size:18px;
	font-weight:bold;
	
}
.searchInfoText{ 
	color:#324d30;
	
}
.searchInfoText:hover{ 
	color:#324d30;
	
}
.subtitlestriptext{
	width:40%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	background-color:transparent;
	padding:0%;
}
.subtitlestriptext:hover{
	width:40%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	background-color:transparent;
	padding:0%;
}
.detailPicContainer{
	width:100%;
	height:auto;
	float:left;
	margin-left: 2%;
	
}
.productPicHolder{
	width: 15%;
	height: 15%;
	border: 1px solid #d2cea2;
	margin-left: 2%;
	float:left;
}
.productdetailPicHolder{
	width: 100%;
	height: 100%;
	border: 1px solid #d2cea2;
	float:left;
}
.miniPicContainer{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	margin-top:3%;
	
}
.miniPicHolder{
	width: 21%;
	height: 21%;
	border: 1px solid #d2cea2;
	margin: 2%;
	float:left;
	clear:right;
	border-radius:5px;
	
}
.miniPic{
	width:100%;
	border-radius:5px;
}
.detailHeaderText{
	width:100%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:24px;
	margin-top:5%;
}

.detailText{
	width:100%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	padding-top:3%;
	padding-bottom:3%;
}
.colLeft2BoxContainer{
	width:100%;
	padding:3%;
	float:left;
	clear:both;
	
}
.colRight2BoxContainer{
	width:100%;
	padding:1%;
	float:right;
	clear:both;
	
}
.text{
	padding:1%;
	color:#837900;
}
.mapContainer{
	border:solid;
	border-width:1px;
	border-color:#837900;
}
.formTextContainer{
	float:left;
	width:26%;
	color:#324d30;
	padding:1%;
}
.formInputContainer{
	float:left;
	clear:right;
	width:66%;
}
.formSelectBox{
	float:left;
	width:70%;
	padding:0.5%;
	border-bottom-color:#CCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-radius:5px;
}
.formSelectBoxError{
	float:left;
	width:70%;
	padding:0.5%;
	border-color:#F00;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
	color:#324d30;
}
.formInputHolder{
	float:left;
	clear:right;
	width:100%;
	padding:0.5%;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
}
.formInputHolderError{
	float:left;
	clear:right;
	width:100%;
	padding:0.5%;
	border-color:#F00;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
}
.formOuterContainer{
	margin-top:0.25%;
	margin-bottom:0.25%;
}
.TandCcheckbox{
	margin-left:2%;
	font-size:14px;
	padding:1%;
	width:20px;
}
.TandCcheckboxError{
	margin-left:2%;
	font-size:14px;
	padding:1%;
	width:20px;
	border-color:#F00;
	border-width:1px;
	border-style:solid;
}
.searchPageBoxContainer{
	width:100%;
	padding:0.5%;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
	float:left;
	clear:both;
	margin-bottom:2%;
}
.submitbtn{
	width:20%;
	padding-left:2%;
	padding-right:2%;
	padding-top:1.25%;
	padding-bottom:1.25%;
	text-align:center;
	background-color:#324d30;
	color:#FFF;
	float:right;
	clear:right;
	text-decoration:none;
	font-weight:bold;
}
.errorTextContainer{
	width:96%;
	padding:2%;
	color:#F00;
	font-size:14px;
	float:left;
	clear:both;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.greenOuterHeaderContainer{
	width:100%;
	height:auto;
	background-color:#324d30;
	padding-top:0.9%;
	padding-bottom:1.50%;
}	
.greenOuterContainer{
	width:100%;
	height:auto;
	background-color:#324d30;
}

.whiteContainer{
	width:100%;
	height:auto;
	border-bottom-color:#837900;
	border-bottom-style:solid;
	border-bottom-width:2px;
	float:left;
	clear:both;
	margin-bottom:1%;
	padding-bottom:1%;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
.gridMidContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutFooterDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color:#FFF;
	padding-top:0.4%;
	padding-bottom:2%;
}

.headermakepaymentbtn{
	width:200px;
	padding-left:2%;
	padding-right:2%;
	padding-top:3%;
	padding-bottom:3%;
	text-align:center;
	background-color:#FFF;
	color:#324d30;
	float:left;
	clear:right;
	text-decoration:none;
	font-weight:bold;
}
.registerbtn{
	width:200px;
	padding-left:2%;
	padding-right:2%;
	padding-top:3%;
	padding-bottom:3%;
	text-align:center;
	background-color:#324d30;
	color:#FFF;
	float:left;
	clear:right;
	text-decoration:none;
	font-weight:bold;
}
.headersearchbar{
	width:250px;
	padding-left:1%;
	padding-right:1%;
	padding-top:0.9%;
	padding-bottom:0.9%;
	color:#223421;
	font-style:italic;
	text-decoration:none;
	float:right;
	font-size:16px;
}
.contactContainer{
	width:100%;
	color:#FFF;
	float:left;
	clear:both;
	margin-top:0.3%;
	margin-bottom:0.3%;
}
.logo{
	height:25%;
	width:40%;
	float:left;
	
}
.menuContainer{
	width:40%;
	float:right;
}
.picContainer{
	width:100%;
	height:40%;
	margin-top:1%;
	margin-left:auto;
	margin-right:auto;
}
#headerTextContainer{
	width:100%;
	height:auto;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	
}
.picHeaderText{
	color:#324d30;
	font-size:32px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;	
}

.subHeaderText{
	color: #324d30;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 28px;
}
.subLeftHeaderText{
	color: #324d30;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 28px;
	margin-top:1%;
}
.btndesgin{
	background-color:#837900;
	color:#FFF;
	text-align:center;
	
}
.mainbtn{	
	width:50%;
	padding:2%;
	float:left;
	font-size:18px;
	margin-left:26%;
	margin-top:1%;
	color:#FFF;
}


.middleContainer{
	width:100%;
	height:auto;
	border-top-color:#837900;
	border-top-style:solid;
	border-top-width:2px;
	clear:both;
	margin-top:2%;
	margin-bottom:2%;
	padding-top:3%;
	padding-bottom:1%;
}

.boxContainer{
	background-color: #837900;
	border: 1px solid #837900;
	border-radius:8px;
	width:20%;
	margin-right:2%;
	margin-left:2%;
	display:inline-block;
	margin-bottom:6%;	
}
.findoutmorebtn{	
	width:0px;
	height:0px;
	overflow:hidden;
	float:left;
	color::#FFF;
}
.picBoxTextContainer{	
	width:0px;
	height:0px;
	overflow:hidden;
	float:left;
	color:#FFF;
}
.cataloguepic{
	background-color: #837900;
	background-image: url(../images/catalogueicon.png);
	background-size: contain;
	width: 90%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #837900;
}
.preauctionpic{
	background-color: #837900;
	background-image:url(../images/preauctionbids.png);
	background-size: contain;
	width: 90%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}
.upcomingpic{
	background-color: #837900;
	background-image:url(../images/calendaricon.png);
	background-size: contain;
	width: 90%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	border: 8px solid #837900;
}
.searchpic{
	background-color: #837900;
	background-image:url(../images/searchicon.png);
	background-size: contain;
	width: 90%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	border: 8px solid #837900;
}
.boxHeader{
	/*
	text-align:center;
	color:#FFF;
	*/	
	width:0px;
	height:0px;
	overflow:hidden;
	float:left;
	
}
.searchbarContainer{
	width: 100%;
	height: auto;
	background-color: #f0e8d8;
	border-top-color: #837900;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-color: #837900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear: both;
	margin-top: 1%;
	margin-bottom:2%;
	padding-top: 1%;
	padding-bottom: 1%; 
	color:#324d30;
}
.serachbarbtn{
	width:200px;
	height:5%;
	padding-left:2%;
	padding-right:2%;
	padding-top:1.25%;
	padding-bottom:1.25%;
	text-align:center;
	background-color:#324d30;
	color:#FFF;
	float:right;
	text-decoration:none;
	font-weight:bold;
}
.searchbar{
	width:60%;
	padding-left:1.25%;
	padding-right:1.25%;
	padding-top:0.9%;
	padding-bottom:0.9%;
	color:#223421;
	font-style:italic;
	text-decoration:none;
	float:left;
	font-size:16px;
}
.productContainer{
	width: 100%;
	height: auto;
	border-bottom-color: #d2cea2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
	margin-top: 1%;
	margin-bottom: 0%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.productPicHolder{
	width: 22%;
	height: 20%;
	border: 1px solid #d2cea2;
	margin-left: 2%;
	float:left;
	clear:right;
	display:inline-block;
}
.productTextContainer{
	width:59%;
	height:auto;
	float:left;
	clear:right;
	padding-top:1%;
	margin-left:6%;
}
.productText{
	width:100%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:16px;
}
.newpriceText{
	width:100%;
	float:left;
	clear:both; 
	color:#837900;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:16px;
}
.productTextHeader{
	width:100%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:14px;
	margin-bottom:3%;
	text-transform:uppercase;
	text-decoration:none;
}
.productTextLink{
	width:40%;
	float:left;
	clear:both;
	background-color:#324d30; 
	color:#FFF;
	padding:3%;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:14px;
	margin-bottom:3%;
	text-decoration:none;
}
.eventHeaderText{
	width:80%;
	float:left;
	clear:both; 
	color:#837900;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;
	margin-bottom:5%;
}
.dateText{
	width:100%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	margin-bottom:3%;
	text-decoration:none;
	background-color:transparent;
	padding:0%;
}
.viewCataloguebtn{
	width:40%;
	padding:2%;
	margin-top:2%;
	margin-left:5%;
	text-align:center;
	color:#FFF;
	background-color:#324d30;
	float:left;
	clear:both;
	text-decoration:none;
	font-weight:bold;
	border-radius:5px;
}
.remindMebtn{
	width:40%;
	padding-left:4%;
	padding-right:4%;
	padding-top:2%;
	padding-bottom:2%;
	margin-top:2%;
	margin-bottom:4%;
	margin-left:5%;
	text-align:center;
	color:#FFF;
	background-color:#837900;
	float:left;
	clear:right;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
.productCentreHeaderText{
	color: #837900;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 22px;
	margin-top:1%;
}
.viewAllCatalogueCentreText{
	color: #FFF;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 26px;
	margin-top:1%;
	width:100%;
	font-weight:normal;
}
.catalogueEventContainer{
	width: 100%;
	height: auto;
	background-color: #FFF;
	clear: both;
	margin-top: 1%;
	margin-bottom: 2%;
	padding-bottom:1%;
	padding-top:1%;
	border-bottom: 2px solid #837900;
	
	
}
.linkEventContainer{
	width: 100%;
	height: auto;
	border-bottom-color: #837900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear: both;
	margin-top: 1%;
	margin-bottom: 2%;
	padding-bottom:2%;
	background-color:#837900;
	padding-top:1%;
	
	
}
.searchcontainer{
	width:42%;
	background-color:#FFF;
	height:auto;
	float:right;
	clear:right;
    border-radius: 5px;
}
.headerSearchTitle{
	color:#837900;
	font-size:18px;
	font-weight:bold;
	border-bottom:solid;
	border-bottom-width:1px;
	border-color:#837900;
	border-top:solid;
	border-top-width:1px;
	border-color:#837900;
	padding:1%;
	
}
.headerSearchLinkText{ 
	color:#324d30;
	padding:1%;
	
}
.headerSearchLinkText:hover{ 
	color:#324d30;
	padding:2%;
	
}
.picSubHeaderText{ 
	color:#837900;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:20px;	
}
.subHeaderText{
	color: #324d30;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 24px;
	margin-top:1%;
}
.headerSearchListContainer{
	font-weight:bold;
	border-bottom:solid;
	border-bottom-width:1px;
	border-color:#837900;
	border-top:solid;
	border-top-width:1px;
	border-color:#837900;
	padding:1%;
	
}
.searchproductContainer{
	width: 100%;
	height: auto;
	border-bottom-color: #837900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear: both;
	margin-top: 0%;
	margin-bottom: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
}
.headerSearchListTitle{
	color:#837900;
	font-size:18px;
	font-weight:bold;
	
}
.searchInfoText{ 
	color:#324d30;
	
}
.searchInfoText:hover{ 
	color:#324d30;
	
}
.subtitlestriptext{
	width:20%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	background-color:transparent;
	padding:0%;
}
.subtitlestriptext:hover{
	width:20%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	background-color:transparent;
	padding:0%;
}
.productPicHolder{
	width: 15%;
	height: 15%;
	border: 1px solid #d2cea2;
	margin-left: 2%;
	float:left;
}
.productdetailPicHolder{
	width: 100%;
	height: 100%;
	border: 1px solid #d2cea2;
	float:left;
}
.miniPicContainer{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	margin-top:3%;
	
}
.miniPicHolder{
	width: 28%;
	height: 28%;
	border: 1px solid #d2cea2;
	margin: 2.5%;
	float:left;
	clear:right;
	border-radius:0px;
	
}
.miniPic{
	width:100%;
	border-radius:0px;
}
.detailPicContainer{
	width:40%;
	height:auto;
	float:left;
	margin-left: 2%;
	
}
.productTextContainer{
	width:60%;
	height:auto;
	float:left;
	clear:right;
	padding-top:0%;
	margin-left:6%; 
	color:#324d30;
}
.productDetailTextContainer{
	width:50%;
	height:auto;
	float:left;
	clear:right;
	margin-left:6%;
	padding-top:0%;
	
}
.newpriceText{
	width:80%;
	float:left;
	clear:both; 
	color:#837900;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;
}
.productText{
	width:80%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;
}
.productTextHeader{
	width:80%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;
	margin-bottom:3%;
	text-transform:uppercase;
	text-decoration:none;
}
.detailHeaderText{
	width:100%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;
}

.detailText{
	width:100%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:16px;
	padding-top:3%;
	padding-bottom:3%;
}
.terms li{
	padding:1%;
	color:#837900;
}
.colLeft2BoxContainer{
	width:35%;
	padding:3%;
	float:left;
	
}
.colRight2BoxContainer{
	width:60%;
	padding:1%;
	float:right;
	clear:right;
	
}
.text{
	padding:1%;
	color:#837900;
}
.mapContainer{
	border:solid;
	border-width:1px;
	border-color:#837900;
}
.formTextContainer{
	float:left;
	width:26%;
	color:#324d30;
	padding:1%;
}
.formInputContainer{
	float:left;
	clear:right;
	width:66%;
}
.formSelectBox{
	float:left;
	width:60%;
	padding:0.5%;
	border-bottom-color:#CCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-radius:5px;
}
.formSelectBoxError{
	float:left;
	width:60%;
	padding:0.5%;
	border-color:#F00;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
	color:#324d30;
}
.formInputHolder{
	float:left;
	clear:right;
	width:100%;
	padding:0.5%;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
}
.formInputHolderError{
	float:left;
	clear:right;
	width:100%;
	padding:0.5%;
	border-color:#F00;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
}
.formOuterContainer{
	margin-top:0.25%;
	margin-bottom:0.25%;
}
.TandCcheckbox{
	margin-left:2%;
	font-size:14px;
	padding:1%;
	width:20px;
}
.TandCcheckboxError{
	margin-left:2%;
	font-size:14px;
	padding:1%;
	width:20px;
	border-color:#F00;
	border-width:1px;
	border-style:solid;
}
.searchPageBoxContainer{
	width:100%;
	padding:0.5%;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
	float:left;
	clear:both;
	margin-bottom:2%;
}
.submitbtn{
	width:20%;
	padding-left:2%;
	padding-right:2%;
	padding-top:1.25%;
	padding-bottom:1.25%;
	text-align:center;
	background-color:#324d30;
	color:#FFF;
	float:right;
	clear:right;
	text-decoration:none;
	font-weight:bold;
}
.errorTextContainer{
	width:96%;
	padding:2%;
	color:#F00;
	font-size:14px;
	float:left;
	clear:both;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.greenOuterHeaderContainer{
	width:100%;
	height:auto;
	background-color:#324d30;
	padding-top:0.3%;
	padding-bottom:1.25%;
}

.greenOuterContainer{
	width:100%;
	height:auto;
	background-color:#324d30;
}

.whiteContainer{
	width:100%;
	height:auto;
	border-bottom-color:#837900;
	border-bottom-style:solid;
	border-bottom-width:2px;
	clear:both;
	margin-bottom:0%;
	padding-bottom:0%;
}

.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
.gridMidContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutFooterDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color:#FFF;
	padding-top:0.9%;
	padding-bottom:3%;
}
.headermakepaymentbtn{
	width:200px;
	padding-left:2%;
	padding-right:2%;
	padding-top:1.25%;
	padding-bottom:1.25%;
	text-align:center;
	background-color:#FFF;
	color:#324d30;
	float:left;
	clear:right;
	text-decoration:none;
	font-weight:bold;
}
.headermakepaymentbtn:hover{
	width:200px;
	padding-left:2%;
	padding-right:2%;
	padding-top:1.25%;
	padding-bottom:1.25%;
	text-align:center;
	background-color:#FFF;
	color:#324d30;
	float:left;
	clear:right;
	text-decoration:none;
	font-weight:bold;
}
.registerbtn{
	width:200px;
	margin-left:2%;
	padding-left:2%;
	padding-right:2%;
	padding-top:1.25%;
	padding-bottom:1.25%;
	text-align:center;
	background-color:#324d30;
	color:#FFF;
	float:left;
	clear:right;
	text-decoration:none;
	font-weight:bold;
}
.registerbtn:hover{
	width:200px;
	margin-left:2%;
	padding-left:2%;
	padding-right:2%;
	padding-top:1.25%;
	padding-bottom:1.25%;
	text-align:center;
	background-color:#324d30;
	color:#FFF;
	float:left;
	clear:right;
	text-decoration:none;
	font-weight:bold;
}
.viewCataloguebtn{
	width:40%;
	padding-left:4%;
	padding-right:4%;
	padding-top:2%;
	padding-bottom:2%;
	margin-left:0%;
	margin-bottom:0%;
	text-align:center;
	color:#FFF;
	background-color:#324d30;
	float:right;
	clear:left;
	text-decoration:none;
	font-weight:bold;
	border-radius:0px;
}
.remindMebtn{
	width:40%;
	padding-left:4%;
	padding-right:4%;
	padding-top:2%;
	padding-bottom:2%;
	margin-right:4%;
	margin-top:2%;
	margin-bottom:0%;
	text-align:center;
	color:#FFF;
	background-color:#837900;
	float:right;
	clear:left;
	text-decoration:none;
	font-weight:bold;
	border:none;
}
.serachbarbtn{
	width:200px;
	height:5%;
	padding-left:2%;
	padding-right:2%;
	padding-top:1.25%;
	padding-bottom:1.25%;
	text-align:center;
	background-color:#324d30;
	color:#FFF;
	float:right;
	text-decoration:none;
	font-weight:bold;
}
.headersearchbar{
	width:250px;
	padding-left:1.25%;
	padding-right:1.25%;
	padding-top:0.9%;
	padding-bottom:0.9%;
	color:#223421;
	font-style:italic;
	text-decoration:none;
	float:right;
	font-size:16px;
}
.searchbar{
	width:500px;
	padding-left:1.25%;
	padding-right:1.25%;
	padding-top:0.9%;
	padding-bottom:0.9%;
	color:#223421;
	font-style:italic;
	text-decoration:none;
	float:left;
	font-size:16px;
}
.contactContainer{
	width:100%;
	color:#FFF;
	float:left;
	clear:both;
	margin-top:0.3%;
	margin-bottom:0.3%;
}
.logo{
	margin-left:40.75%;
	height:20%;
	width:20%;
	
}
.menuContainer{
	width:100%;
	float:left;
	clear:both;
}
.picContainer{
	width:100%;
	height:33%;
	margin-top:1%;
	margin-left:auto;
	margin-right:auto;
}
#headerTextContainer{
	width:65%;
	height:auto;
	float:left;
	padding-left:4%;
	margin-top:2%;
	
}
.picHeaderText{
	color:#324d30;
	font-size:32px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:30px;	
}
.picSubHeaderText{ 
	color:#837900;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;	
}
.subHeaderText{
	color: #324d30;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 30px;
	margin-top:2%;
}
.productCentreHeaderText{
	color: #837900;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 26px;
	margin-top:1%;
}
.catalogueEventContainer{
	width: 100%;
	height: auto;
	border-bottom-color: #837900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear: both;
	margin-top: 1%;
	margin-bottom: 2%;
	padding-bottom:1%;
	background-color:#FFF;
	
	
}
.linkEventContainer{
	width: 100%;
	height: auto;
	border-bottom-color: #837900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear: both;
	margin-top: 1%;
	margin-bottom: 2%;
	padding-bottom:1%;
	background-color:#FFF;
	
	
}
.viewAllCatalogueCentreText{
	color: #837900;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 26px;
	margin-top:1%;
	width:100%;
	font-weight:normal;
}
.viewAllCatalogueCentreText:hover{
	color: #837900;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 26px;
	margin-top:1%;
	width:100%;
}
.btndesgin{
	background-color:#837900;
	color:#FFF;
	text-align:center;
	
}
.mainbtn{	
	width:20%;
	padding:1%;
	float:right;
	font-size:18px;
	margin-right:3%;
	margin-left:0%;
	color:#FFF;
}


.middleContainer{
	width: 100%;
	height: auto;
	border-top-color: #837900;
	border-top-style: solid;
	border-top-width: 2px;
	clear: both;
	margin-top: 1%;
	margin-bottom: 2%;
	padding-top: 3%;
	padding-bottom: 1%;
}

.productContainer{
	width: 100%;
	height: auto;
	border-bottom-color: #d2cea2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
	margin-top: 1%;
	margin-bottom: 0%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.searchproductContainer{
	width: 100%;
	height: auto;
	border-bottom-color: #837900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear: both;
	margin-top: 0%;
	margin-bottom: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
}
.searchbarContainer{
	width: 100%;
	height: auto;
	background-color: #f0e8d8;
	border-top-color: #837900;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-color: #837900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear: both;
	margin-top: 1%;
	padding-top: 1%;
	padding-bottom: 1%; 
	color:#324d30;
}

.sitemapContainer{
	float:right;
	clear:both;
	color:#FFF;
	padding-bottom:0.5%;
	padding-top:0.5%;
	
}

.boxContainer{
	border: 1px solid #837900;
	border-radius:8px;
	width:42%;
	margin-right:2%;
	margin-left:5%;
	display:inline-block;
	margin-bottom:6%;
	background-color:#FFF;	
}
.boxHeader{
	background-color: #f7f3eb;
	color: #324d30;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	width: 100%;
	height:10%;
	padding: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #837900;
	font-size:18px;	
}
.boxInnerContainer{
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding:2%;
}
.picBoxTextContainer{
	width:90%;
	height:25%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	margin-top:5%;
	color:#837900;
}
.cataloguepic{
	background-image:url(../images/cataloguepic.jpg);
	width:78%;
	height:89px;
	margin-top:12%;
	margin-left:auto;
	margin-right:auto;
	border:none;
	border: 1px solid #FFF;
    box-shadow: 1px 1px 2px #888888;
	background-color:#FFFFFF;
	
}
.preauctionpic{
	background-image:url(../images/preauctionpic.jpg);
	width:78%;
	height:89px;
	margin-top:12%;
	margin-left:auto;
	margin-right:auto;
	border:none;
	border: 1px solid #FFF;
    box-shadow: 1px 1px 2px #888888;
	
}
.upcomingpic{
	background-image:url(../images/upcomingauctionpic.jpg);
	width:78%;
	height:89px;
	margin-top:12%;
	margin-left:auto;
	margin-right:auto;
	border:none;
	border: 1px solid #FFF;
    box-shadow: 1px 1px 2px #888888;
	
}
.searchpic{
	background-image:url(../images/searchpic.jpg);
	width:78%;
	height:89px;
	margin-top:12%;
	margin-left:auto;
	margin-right:auto;
	border:none;
	border: 1px solid #FFF;
    box-shadow: 1px 1px 2px #888888;
	background-color:#FFFFFF;
	
}

.findoutmorebtn{	
	width:100%;
	height:10%;
	padding:2%;
	font-size:18px;
	clear:both;
	float:left;
	margin-top:8%;
	margin-bottom:3%;
	margin-right:auto;
	margin-left:auto;
	color:#FFF;
}
.productPicHolder{
	width: 15%;
	height: 15%;
	border: 1px solid #d2cea2;
	margin-left: 2%;
	float:left;
}
.productdetailPicHolder{
	width: 100%;
	height: 40%;
	border: 1px solid #d2cea2;
	float:left;
}
.productTextContainer{
	width:59%;
	height:auto;
	float:left;
	clear:right;
	padding-top:1%;
	margin-left:6%; 
	color:#324d30;
}
.productDetailTextContainer{
	width:50%;
	height:auto;
	float:left;
	clear:right;
	padding-top:1%;
	margin-left:6%;
}
.productText{
	width:80%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;
}
.newpriceText{
	width:80%;
	float:left;
	clear:both; 
	color:#837900;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;
}
.productTextHeader{
	width:80%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;
	margin-bottom:3%;
	text-transform:uppercase;
	text-decoration:none;
}
.productTextLink{
	width:26%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	margin-bottom:3%;
	text-decoration:none;
	background-color:transparent;
	padding:0%;
}
.productTextLink:hover{
	width:26%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	margin-bottom:3%;
	text-decoration:none;
	background-color:transparent;
	padding:0%;
}
.dateText{
	width:100%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	margin-bottom:3%;
	text-decoration:none;
	background-color:transparent;
	padding:0%;
}
.eventText{
	width:80%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;
	margin-bottom:5%;
}
.eventHeaderText{
	width:80%;
	float:left;
	clear:both; 
	color:#837900;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;
	margin-bottom:5%;
}

.detailHeaderText{
	width:80%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:26px;
}

.detailText{
	width:100%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:20px;
	padding-top:3%;
	padding-bottom:10%;
}
.detailPicContainer{
	width:40%;
	height:auto;
	float:left;
	margin-left: 2%;
	
}
.miniPicContainer{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	margin-top:3%;
	
}
.miniPicHolder{
	width: 28%;
	height: 28%;
	border: 1px solid #d2cea2;
	margin: 2.5%;
	float:left;
	clear:right;
	border-radius:0px;
	
}
.miniPic{
	width:100%;
	border-radius:0px;
}
.detailPicLinkText{
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	color:#324d30;
	margin-top:1%;
}
.subtitlestriptext{
	width:20%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	background-color:transparent;
	padding:0%;
}
.subtitlestriptext:hover{
	width:20%;
	float:left;
	clear:both; 
	color:#324d30;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	background-color:transparent;
	padding:0%;
}
.terms li{
	padding:1%;
	color:#837900;
}
.searchcontainer{
	width:20%;
	background-color:#FFF;
	height:auto;
	float:right;
	clear:right;
}
.headerSearchListTitle{
	color:#837900;
	font-size:18px;
	font-weight:bold;
	
}
.headerSearchLinkText{ 
	color:#324d30;
	padding:1%;
	
}
.headerSearchLinkText:hover{ 
	color:#324d30;
	padding:2%;
	
}
.headerSearchListContainer{
	font-weight:bold;
	border-bottom:solid;
	border-bottom-width:1px;
	border-color:#837900;
	border-top:solid;
	border-top-width:1px;
	border-color:#837900;
	padding:1%;
	
}
.searchInfoText{ 
	color:#324d30;
	
}
.searchInfoText:hover{ 
	color:#324d30;
	
}
.colLeft2BoxContainer{
	width:30%;
	padding:3%;
	float:left;
	
}
.colRight2BoxContainer{
	width:65%;
	padding:1%;
	float:right;
	clear:right;
	
}
.text{
	padding:1%;
	color:#837900;
}
.mapContainer{
	border:solid;
	border-width:1px;
	border-color:#837900;
}
.formTextContainer{
	float:left;
	width:26%;
	color:#324d30;
	padding:1%;
}
.formInputContainer{
	float:left;
	clear:right;
	width:66%;
}
.formSelectBox{
	float:left;
	width:25%;
	padding:0.5%;
	border-bottom-color:#CCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-radius:5px;
}
.formSelectBoxError{
	float:left;
	width:25%;
	padding:0.5%;
	border-color:#F00;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
	color:#324d30;
}
.formInputHolder{
	float:left;
	clear:right;
	width:100%;
	padding:0.5%;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
}
.formInputHolderError{
	float:left;
	clear:right;
	width:100%;
	padding:0.5%;
	border-color:#F00;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
}
.formOuterContainer{
	margin-top:0.25%;
	margin-bottom:0.25%;
}
.TandCcheckbox{
	margin-left:2%;
	font-size:14px;
	padding:1%;
	width:20px;
}
.TandCcheckboxError{
	margin-left:2%;
	font-size:14px;
	padding:1%;
	width:20px;
	border-color:#F00;
	border-width:1px;
	border-style:solid;
}
.submitbtn{
	width:20%;
	padding-left:2%;
	padding-right:2%;
	padding-top:1.25%;
	padding-bottom:1.25%;
	text-align:center;
	background-color:#324d30;
	color:#FFF;
	float:right;
	clear:right;
	text-decoration:none;
	font-weight:bold;
}
.errorTextContainer{
	width:96%;
	padding:2%;
	color:#F00;
	font-size:14px;
	float:left;
	clear:both;
}
.searchPageLabel{
	width:100%;
	color:#324d30;
	float:left;
	clear:both;
	
}
.searchPageBoxContainer{
	width:100%;
	padding:0.5%;
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
	float:left;
	clear:both;
	margin-bottom:2%;
}
.searchPageHolder{
	width:100%;
	float:left;
	clear:both;
	
}