body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #006;
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 0px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #5c72ac;
	border-right-color: #5c72ac;
	border-left-color: #5c72ac;
	color: #006;
	font-size: 80%;
	line-height: 200%;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #5C72AC;
}
#container #entry #locality .AccordionPanel.AccordionPanelOpen .AccordionPanelTab {
	padding-left: 20px;
	font-weight: bold;
	font-size: 100%;
}

#logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	color: #FFF;
	margin-left: 30px;
	float: left;
	margin-top: 120px;
	width: 500px;
	line-height: 120%;
}


h2 {
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 30px;
	line-height: -5%;
	font-weight: normal;
	color: #999;
}

#banner {
	width: 800px;
	height: 240px;
	background-image: url(../images/mulberryHouse.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#links {
	font-size: 80%;
	text-decoration: none;
	line-height: 120%;
}
#links ul li a {
	text-decoration: none;
	list-style-type: circle;
	color: #006;
}
#links ul li a:hover {
	text-decoration: none;
	list-style-type: circle;
	color: #C60;
}
#contactFm {
	padding-left: 30px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #0489C2;
	border-right-color: #0489C2;
	border-bottom-color: #0489C2;
	border-left-color: #0489C2;
	width: 350px;
	margin-top: 10px;
	font-size: 80%;
	padding-top: 20px;
	padding-bottom: 10px;
}
#contactFm a {
	color: #06C;
}

.formbox {
	background-color: #C8EDFD;
	width: 250px;
	font-size: 100%;
	color: #06C;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.warning    {
	font-size: 80%;
	color: #F30;
	display: block;
}


#entry {
	margin-right: 30px;
	margin-left: 30px;
}
#contactDetail .tab1 {
	padding-left: 30px;
}
#contactText {
	font-size: 90%;
	line-height: 140%;
}

#map   {
	float: right;
	padding-right: 20px;
}


img {
	border: none;
}
#cImg {
	float: right;
	margin-right: 20px;
	clear: both;
}


img.left {
	float: left;
	margin-right: 15px;
}
#imgR {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: 40px;
	background: url(../images/img01.gif) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 40px;
	background-image: url(../images/navBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#menu a:hover {
	color: #FFFFFF;
	background-image: url(../images/navBGhov.jpg);
	background-repeat: repeat-x;
}

#menu .current_page_item a {
	color: #006;
	background-image: url(../images/navBGhov.jpg);
	background-repeat: repeat-x;
}

#footer {
	width: 800px;
	background-image: url(../images/navBG.jpg);
	background-repeat: no-repeat;
	height: 40px;
	color: #C8EDFD;
	font-size: 70%;
	text-align: center;
	padding-top: 5px;
	margin-bottom: -5px;
	clear: both;
}
#footer a {
	color: #C8EDFD;
}
#cImg p {
	text-align: right;
	margin-top: -5px;
	font-size: 90%;
	color: #7195FF;
}
#ctPaypal {
	float: right;
	width: 300px;
	clear: both;
}

