/* this is the system CSS used in the PHP code. Edit the styles, but DO NOT CHANGE THE NAMES! */
.menu_wrapper {
	text-align: left;
	display: block;
	width: 200px;
}
h6 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	margin-bottom: 2px;
}
h5 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-bottom: 2px;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #19BBFF;
	margin-bottom: 2px;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: x-large;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
h2 {
	background-image: url(/RES/images/h3.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 30px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4D461C;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	margin: 0px;
}
.menu_item a {
	font-size: 11px;

	text-decoration: none;
	text-align: left;
	text-indent: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d7eaf6;
	display: block;
	text-transform: uppercase;
	background-image: url(images/lilarrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 230px;
}
.menu_item a:hover {
	background-image: url(images/lilarrow2.png);
	background-repeat: no-repeat;
	background-position: left;
}

.sub_menu_item a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: left;
	text-indent: 35px;
	padding: 5px;
	width: 199px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #efefef;
	display: block;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: uppercase;
}
.sub_menu_item a:hover {
	background-color: #939393;
	color: #ffffff;	
}
.photos {
	background-color: #D4D0C8;
	padding: 2px;
	border: 1px solid #999999;
	margin: 5px;
	text-align: left;
}
/* End system CSS*/

body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.greyBoxes {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ffffff;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebeef1;
}
.cell10 {
	padding: 10px;
	display: block;
}

.listings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-decoration: none;
	background-color: #f8fdf4;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #ebf9df;
}

.listings a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	text-decoration: underline;
}
hr {
	color: #99CCFF;
}

.searchbox_wrapper {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #f8f8f8;
	padding: 3px;
	border: 1px solid #efefef;
	text-align: left;
	background-position: left;
	display: block;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	text-align: left;
	margin: 0px;
	border: 1px solid #D4D0C8;
}

textarea {
	background-color: #f9f9f9;
	padding: 10px;
	border: 1px solid #D4D0C8;
}
input {
	border: 1px solid #D4D0C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	text-decoration: none;
}

.content11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	display: block;
}

.leftColumn {
}

.leftColHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.headerBar {
	background-image: url(images/headerBar.png);
	background-repeat: repeat-x;
	height: 39px;
}
.headerBG {
	background-image: url(images/headerBG.png);
	background-repeat: repeat-x;
	height: 99px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #92CD5E;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bolder;
}
.bluBoxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F8F2EF;
	padding: 5px;
	border: 1px solid #cee7f5;
	font-weight: bold;
	text-transform: capitalize;
	color: #654330;
}
.featuredBox {
	padding: 3px;
	width: 170px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ebebeb;
	text-align: center;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	display: block;
	height: 200px;
	margin: 3px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8F2EF;
	padding: 10px;
	border: 1px solid #cee7f5;
	text-transform: capitalize;
	color: #654330;
}
.required{
	color:#9C0000;
}
.validationError{
	border: 1px solid #9C0000;
}
