/* 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: #aec2c0;
	margin-bottom: 2px;
}
h5 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d7dfe0;
	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: #aec2c0;
	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: #d7dfe0;
}
h2 {
	background-image: url(images/h2.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: #4F8A9E;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aec2c0;
	margin: 0px;
}
.menu_item a {
	font-size: 11px;
	color: #25176e;
	text-decoration: none;
	text-align: left;
	text-indent: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aec2c0;
	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-color: #4f8a9e;
	color: #d7dfe0;
	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: #25176e;
	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: #aec2c0;
	border-bottom-color: #556B81;
	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: #556B81;
	color: #aec2c0;	
}
.photos {
	background-color: #d7dfe0;
	padding: 2px;
	border: 1px solid #aec2c0;
	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: #d7dfe0;
	text-decoration: none;
	background-color: #ffffff;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7dfe0;
}
.cell10 {
	padding: 10px;
	display: block;
}

.listings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #25176e;
	text-decoration: none;
	background-color: #d7dfe0;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #aec2c0;
}

.listings a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #25176e;
	text-decoration: underline;
}
hr {
	color: #4f8a9e;
}

.searchbox_wrapper {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #25176e;
	text-decoration: none;
	background-color: #d7dfe0;
	padding: 3px;
	border: 1px solid #B4BDC6;
	text-align: left;
	background-position: left;
	display: block;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #25176e;
	text-decoration: none;
	padding: 0px;
	text-align: left;
	margin: 0px;
	border: 1px solid #aec2c0;
}

textarea {
	background-color: #F4F7F7;
	padding: 10px;
	border: 1px solid #aec2c0;
}
input {
	border: 1px solid #d7dfe0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #556B81;
	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: #aec2c0;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #4f8a9e;
}
.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: #F4F7F7;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bolder;
}
.bluBoxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #4f8a9e;
	padding: 5px;
	border: 1px solid #aec2c0;
	font-weight: bold;
	text-transform: capitalize;
	color: #d7dfe0;
}
a:link {
	color: #25176e;
}
a:visited {
	color: #4f8a9e;
}
.featuredBox {
	padding: 3px;
	width: 170px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aec2c0;
	text-align: center;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aec2c0;
	display: block;
	height: 200px;
	margin: 3px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D7DFE0;
	padding: 10px;
	border: 1px solid #d7dfe0;
	text-transform: capitalize;
	color: #3A3AB1;
}
.required{
	color:#25176e;
}
.validationError{
	border: 1px solid #aec2c0;
}
