/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

body {
	font: 62.5%/1.5 Georgia, Arial, sans-serif;
	color: #265575;
	background: #7A7E70;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 867px;
	background-color: #fff;
	background-image: url('../images/blue-fade.jpg');
	background-repeat: repeat-y;	
}

#NaviBackground {
	background-image: url('../images/menu-floral.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

a {
color: #6699cc;
text-decoration: none;
}

p {
margin-bottom: 1em;
font-size: 1.3em;
}

p.small {
margin-bottom: 2em;
font-size: 1.1em;
}

p.small a {
 color: blue;
}

.list li {
font-size: 1.3em;
margin-bottom: 1em;
list-style-type: disc;
list-style-position: outside;
margin-left: 1.6em;
}


.sitemaplist {
	margin-top: 0;
	margin-bottom: 1em;
}

.sitemaplist li {
	font-size: 1.3em;
	list-style-type: none;
	margin-left: 1.6em;
}

.sitemaplist li a {
	color: #265575;
}


.listplain {
	margin-top: -1em;
}

.listplain li {
font-size: 1.3em;
margin-bottom: 0.5em;
list-style-type: none;
margin-left: 1.6em;
}

.lispanname {
	display: block;
	color: #5C6D41;

}

em {
 font-weight: bold;
}

.embox {
padding: 8px;
background-color: #abd0e8;
	margin-bottom: 10px;
}

em.off {
	font-size: 1.2em;
	color: #457AA5;
	font-weight: normal;
	margin-bottom: 1.2em;
	}

h1 {
	font-size: 2em;
	color: #5C6D41;
	font-weight: normal;
margin-bottom: 0.5em;
}

h2 {
	font-size: 1.6em;
	color: #457AA5;
	font-weight: normal;
	margin-bottom: 1.2em;
}

h3 {
	font-size: 1.2em;
	color: #457AA5;
	font-weight: bold;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.5em;
	color: #457AA5;
	font-weight: normal;
}

.red {
color: red;
font-weight: bold;
}

#map {
margin-bottom: 1em;
}

#navigation {
	float: left;
	width: 215px;
	padding-top: 6.5em;
	padding-bottom: 1.2em;
	color: #457AA5;
	min-height:1000px;
	height: auto !important;
	height: 1000px;	
	background-image: url('../images/topnavifloral.gif');
	background-repeat: no-repeat;
}

#navigation li a {
	color: #457AA5;
	display: block;
	font-size: 1.5em;
	padding-bottom: 0.7em;
	padding-top: 0.7em;	
	text-align: center;
}

#navigation li a.moreemp {
	color: #cc3300;
}

#navigation li a:hover {
	background-image: url('../images/butterfly-trans.gif');
	background-repeat: no-repeat;
}

.floralnavigation {
	float: left;
	padding-top: 10em;
}

.navidescription {
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: -0.6em;
	margin-bottom: 0.6em;
	color: #000;
	font-size: 1em;
	font-style: italic;
	
}

#main_content {
float: right;
width: 620px;
margin-right: 1.2em;
margin-bottom: 2.4em;
}

#main_content_col1 {
float: left;
width: 300px;
}

#main_content_col2 {
float: right;
width: 300px;
padding-left: 1.2em;
}


.clear_both {
clear: both;

}

.floatleft {
float: left;
}

.floatleftimg {
float: left;
padding-right: 10px;
margin-bottom: 15px;
}

.floatrightimg {
float: right;
padding-left: 5px;
margin-bottom: 5px;
}

.centreimg {
display: block;
margin-left: auto;
margin-right: auto;

}

#branding_sub {
width: 867px;
margin-left: auto;
margin-right: auto;
text-align: left;
padding-top: 1.2em;
}

#branding_sub p {
color: #fff;
font-size: 1.1em;
}

#branding_sub a {

	color: #99ccff;

}

#branding_sub_col1 {
	float: left;
	width: 680px;
}

#branding_sub_col2 {
	float: right;
	width: 175px;
}

/* Form */

fieldset {
	margin-left: 0px;
	margin-bottom: 1em;
	margin-right: 0px;
	margin-top: 1em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

legend {
	font-size: 1.2em;
	margin-bottom: 1em;
}

input:focus, textarea:focus {
	background: #ffc;
}

label {
	float: left;
	width: 10em;
}

input { 
	width: 20em;
}

input.radio {
	width: auto;
}

textarea {
	width: 20em;

}

.cottagetable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #fff; 
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.cottagetable th, td {
	padding: 0.1em 1em;
}

.cottagetable caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5em 0;
}

.cottagetable col {
	border-right: 1px solid #fff;
}

.cottagetable col#wildflowerCol {
	border: none;
}

.cottagetable thead {
	background:  #9bd1e9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.cottagetable th {
	font-weight: normal;
	text-align: left;
}

.cottagetable .odd {
	background-color: #edf5ff;
}

.cottagetable tr:hover {
	background-color: #3d80df;
	color: #fff;
}

.cottagetable thead tr:hover {
	background-color: transparent;
	color: inherit;
}

.btn {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}



.featuredproperty {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-top: 0px;
	display: block;
	float: left;
	width:270px;
	min-height:350px;
    height:auto !important;
    height:350px;


}

.featuredproperty img {
	border: 1px solid #ccc;
	padding: 0.6em;	
	margin-bottom: 0.5em;
	float: left;
	width: 260px;
}

.featuredproperty h2 {
	color: #993366;
	text-align: left;
	margin-bottom: 0.5em;
}

.featuredproperty h3 {
	font-weight: bold;
	color: #a42d4d;
	margin-bottom: 0.3em;	
}

.featuredproperty p {
margin-bottom: 0.3em;
font-size: 1.2em;
}

/* 2010-01-12: Facebook link positioning */
.facebookLink {
  margin-left: -9px;
}
