/* Start of CMSMS style sheet 'Web Pages' */
body {
	font-family: Arial;
	color: #666666;
	font-size: 75%;
	background-color: #847F51;
	margin: auto;
	padding: 0px;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #6F6738;
}

.testcal {
	color: #6F6738;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.green {
	color: #0F6665;
}

.floatright {
	float: right;
}

.textright {
	text-align: right;
}

.images {
	padding: 10px;
}

#center .leftimage {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
}

#center .rightimage {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #0F6665;
}

a:hover {
	text-decoration: none;
	color: #6F6738;
}

#container {
	width: 777px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 1%;
	border-left: 1px solid #6F6738;
	border-right: 1px solid #6F6738;
}

#header {
	height: 189px;
	width: 777px;
}

#buttons {
	height: 2em;
	width: 777px;
	margin: 0px;
	background-color: #D3D5B0;
}

#contact {
	float: right;
	width: 11.5em;
	background-image: url(images/site/envelope.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 5px 0px 0px 20px;
	color: #37331C;
}

#contact a {
	color: #37331C;
	text-decoration: none;
}

#contentwrapper {
	width:760px;
	float: right;
	margin: 10px 9px 20px 10px
}

#pagetitle {
	width:720px;
	height: 3em;
	clear: left;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px;
	border-bottom: 1px solid #CDCFA6;
}

.breadcrumbs {
	font-size: 0.8em;
	width: 50em;
	float: left;
	margin: 0px 0px 0px 20px;

}

.search {
	float: right;
	width: 20em;
	margin: 0px 10px 0px 00px;
	text-align: right;
}

#center {
	width:720px;
	float:left;
	margin: 0px 0px 0px 20px;
	padding: 10px 10px 10px 0px;
}

#footer {
	clear: both;
	font-size: 80%;
	width: 767px;
	height: 40px;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border-top: 2px solid #CDCFA6;
	color: #6F6738;
}

#footer a {
	color: #6F6738;
}

.footerright a img {
	border: none;
}

.footerleft {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 400px;
}

.footerright {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 260px;
	text-align: right;
}

/* NAVIGATION STARTS */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
}

#nav a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #37331C;
	font-size: 0.9em;
	text-align: center;
}

#nav li li a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	color: #37331C;
	font-size: 1em;
	text-align: left;
	padding: 0px 10px;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li a {
	border: 1px solid #D3D5B0;	
	padding: 0px 6px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #D3D5B0;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 1.5em;
}

#nav li li{ /* all list items */
	float: left;
	width: 14em; /* width needed or else Opera goes nuts */
	padding: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.7em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li a:hover {
	background-color : #6F6738;
	color : #FFFFFF;
}

/* NAVIGATION ENDS */

/* FORM STARTS */

#dbyd {
	clear: left;
	width: 340px;
}

#dbyd fieldset {
	margin-bottom: 10px;
	border: none;
	padding-bottom: 10px;
	width: 340px;
	line-height:1.5em;
	padding-top: 20px;
}

#dbyd label {
	clear:left; 
	display:block; 
	float:left; 
	width:100px; 
	text-align:left; 
	padding-right:10px; 
	margin-bottom:0.5em; 
	font-size:1em; 
	line-height:1.5em; 
	font-style:normal;
}

#dbyd input {
	padding:0;
	margin-bottom:0.8em;
	border: 0.05em solid #6F6738;
	width:210px; 
}

#dbyd textarea {
	width:200px; 
	height:12em; 
	padding:5px; 
	margin:0; 
	overflow:auto;
	border: 0.05em solid #6F6738;
}

#dbyd .fbsubmit {
	width: 60px;
}

/* FORM ENDS */

/* LISTINGS BEGIN */

.listingWrapper {
	padding: 5px 0px 10px 0px;
	margin-top: 10px;
	border-bottom: 1px solid #CDCFA6;
}

.listingWrapper img {
	padding: 0px 5px 0px 0px;
	width: 250px;
	height: auto;
}

.listingDetails {
	text-align: justify;
}

.listingBottom {
	clear: both;
	padding: 0px;
	color: #333333;
	margin-top: 10px;
}

.listingBottom a {
	color: #333333;
	text-decoration: none;
}

.listingBottom a:hover {
	color: #423E22;
	text-decoration: none;
}

.listingName {
	padding: 0px 0px 5px 0px;
	color: #6F6738;
	font-size: 120%;
}

.listingAddress {
	font-size: 90%;
	padding: 0px 10px 0px 18px;
	background-image: url(images/site/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.listingTelephone {
	font-size: 90%;
	padding: 0px 10px 0px 18px;
	background-image: url(images/site/telephone.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.listingEmail {
	font-size: 90%;
	padding: 0px 10px 0px 18px;
	background-image: url(images/site/email.png);
	background-repeat: no-repeat;
	background-position: left center;
}


.listingWeb {
	font-size: 90%;
	padding: 0px 10px 0px 18px;
	background-image: url(images/site/web.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.listingMore {
	font-size: 90%;
	padding: 0px 10px 0px 18px;
	background-image: url(images/site/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.listingPhotos {
	margin: 10px 0px 0px 0px;
}

.listingPhotos a img {
	padding: 5px 10px 5px 0px;
	height: 110px;
	width: auto;
	float: left;
	border: none;
}

/* CALENDAR STARTS */

#center .calendar td li {
	border-bottom: 1px solid #999999;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
/* End of 'Web Pages' */

/* Start of CMSMS style sheet 'Guestbook (default/example stylesheet)' */
/*
 Default/example stylesheet for the CMSMS Guestbook module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #6F6738;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #847F51;
	color: white;
	border: 1px solid #6F6738;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #D3D5B0;
	padding: .5em;

}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

/* End of 'Guestbook (default/example stylesheet)' */

/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */

.calendar tr td {
             text-align: left;
}

.calendar tr td a:link, .calendar tr td a:visited, .calendar tr td a:active {
             color: #0F6665;
	text-decoration: none;
}

.calendar tr td a:hover {
	text-decoration: none;
	color: #990000;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: #0F6665;
}
#cal-list h2, cal-upcominglist h2
{
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
	margin: 0px;
	border-collapse:    collapse;
	border: 1px solid #999999;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid #999999;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid #999999;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 90px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: #E6E6E6;
}

#big .calendar-day
{
  background-color: #CAFFCA;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #CCCCCC;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example' */

