/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,form,fieldset,input,select,textarea,div,p,img,table,th,td,object,pre,blockquote,address { 
	margin:0;
	padding:0;
}

a, object, embed {
   outline: none;
}

:link,:visited,:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img, table, fieldset, img {
	border: none;
}

address, abbr {
	font-style: normal;
}

body {
	color: #999;
	background-color: #414141;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

dt	{ 
	font-weight: bold; 
}

blockquote {
	margin-left: 1em;
}

img {
	display: block;
}

/***********************************************************************
	TOOLS
************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessibility {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#content p {
	margin: 1em 0;
}

h1 {
	color: #FFF;
	font-weight: normal;
	font-size: 1.6em;
}

h1#map-header {
	font-weight: normal;
	font-size: 1.6em;
	color: #7BB59F;
}

a.page-link {
	color: #98ebcc;
}
a.page-link:hover {
	color: #7bb59f;
	text-decoration: underline;
}

span#map-text {
	color: #414141;
}

input#directions {
	background: url(../i/layout/table-head-bg.jpg) repeat-x;
	padding: 5px;
	border: solid 1px #333;
	font-weight: normal;
	color: #98EBCC;
	margin-left: 15px;
	margin-top: -3px;
}
form input.text {
	float: left; 
	display: block;
	width: 240px;
	margin-bottom: 15px;  
	padding: 3px;
	width: 120px;
}
/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 986px;
}
div#flash {
	width: 959px;
	height: 315px;
	display: block;
	margin-left: 14px;
/*	background: url(../i/layout/flash-header.jpg) bottom no-repeat;*/
}
div#content {
	width: 986px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../i/layout/content-bg.jpg) bottom left no-repeat;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#header {
	width: 986px;
	display: block;
	padding-top: 20px;
	background: url(../i/layout/header.jpg) top no-repeat;
}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#content-left-column {
	float: left;
	width: 280px;
	margin-left: 35px;
	padding-top: 10px;
}
	*html div#content-left-column {
		margin-left: 18px;
	}
div#content-left-column img {
	float: left;
	border: solid 1px #282828;
	margin-bottom: 15px;
	clear: left;
}

div#content-left-column img.small {
	float: left;
	border: solid 1px #282828;
	margin-bottom: 15px;
	margin-right: 6px;
	clear: none;
}

div#content-left-column div.small {
	float: left;
	

	margin-right: 6px;
	clear: none;
	display: block;
	width: 137px;
}


span.title {
display: block;
color: #ccc;
padding:2px;
background: #323232;
border: 1px solid #323232;
}

div#content-left-column img.small-right {
	float: left;
	margin-bottom: 15px;
	clear: none;
}

div#content-left-column div.small-right {
	float: left;
	
	
	clear: none;
	display: block;
	width: 137px;
}


div#content-left-column img.small-mid {
	float: none;
	border: solid 1px #282828;
	margin-bottom: 15px;
	clear: both;
	margin-left: auto;
	margin-right: auto; 
}
div#main-content {
	float: left;
	width: 600px;
	padding-left: 20px;
	color: #fff;
	margin-left: 10px;
	padding-top: 10px;
}
div#main-content p {
	font-size: 1.3em;
	text-align: justify;
}
div#content-left-column p {
	font-size: 1.3em;
	text-align: justify;
	color: #FFF;
}
table {
	width: 600px;
	font-size: 1.3em;
	border-right: solid 1px #7b7b7b;
	margin-bottom: 10px;
}
th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	text-align: left;
	font-weight: normal;
	background: url(../i/layout/table-head-bg.jpg) left center repeat-x;
	border: solid 1px #7b7b7b;
	border-right: none;
	color: #98ebcc;
}
td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border: solid 1px #7b7b7b;
	border-right: none;
	border-top: none;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}
td.textleft {
	text-align: left;
}
tr.light {
	background: #595959;
}
div#map-holder {
	width: 598px;
	height: 310px;
	display: block;
	border: solid 1px #333;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #00CC00 url(../i/layout/form-bg.jpg) bottom repeat-x;
}
div#map {
	width: 560px;
	height: 310px;
	display: block;
	border: solid 2px #4B655C;
	margin-left: 20px;
}
div#map-options p {
	text-align: right;
}
div#contact-directions {
	width: 600px;
	display: block;
	margin-top: -30px;
}
div#main-content ul {
	font-size: 1.3em;
	list-style: outside;
	list-style-type: disc;
	margin: 10px 0px 0px 15px;
}

div#main-content ul li {
	margin-bottom: 3px;
}

div#container div.menu p {
	text-align: center;
}

div#container div.menu h1 {
	text-align: center;
}

div#container div.menu-left p {
	text-align: left;
}

div.menu-left,
div.menu {
	width: 558px;
	display: block;
	border: solid 1px #333;
	padding: 20px;
	background: #525252 url(../i/layout/form-bg.jpg) bottom repeat-x;
}

div#temp {
	width: 317px;
	display: block;
	padding: 150px 0px 0px 0px;
	text-align: center;
}

div#container div#temp p {
	font-size: 2.2em;
	color: #fff;
}

div#container div#temp a {
	font-size: 17px;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
div#top-nav {
	display: block;
	float: left;
	width: 986px;
	height: 87px;
	margin-top: 2px;
}
ul#nav {
	float: left;
	margin-left: 14px;
	width: 959px;
	font-size: 1.2em;
}
	*html ul#nav {
		margin-left: 7px;
	}
ul#nav li {
	float: left;
}
ul#nav li a {
	float: left;
	color: #FFF;
	width: 120px;
	height: 77px;
	display: block;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
ul#nav li#home a { background: url(../i/layout/nav-home.jpg) no-repeat; width: 119px; }
ul#nav li#home a:hover, ul#nav li#home a.selected { background: url(../i/layout/nav-home-over.jpg) no-repeat; }

ul#nav li#about a { background: url(../i/layout/nav-about.jpg) no-repeat; }
ul#nav li#about a:hover, ul#nav li#about a.selected { background: url(../i/layout/nav-about-over.jpg) no-repeat; }

ul#nav li#conferences a { background: url(../i/layout/nav-conferences.jpg) no-repeat; }
ul#nav li#conferences a:hover, ul#nav li#conferences a.selected { background: url(../i/layout/nav-conferences-over.jpg) no-repeat; }

ul#nav li#weddings a { background: url(../i/layout/nav-weddings.jpg) no-repeat; }
ul#nav li#weddings a:hover, ul#nav li#weddings a.selected { background: url(../i/layout/nav-weddings-over.jpg) no-repeat; }

ul#nav li#accomodation a { background: url(../i/layout/nav-accomodation.jpg) no-repeat; }
ul#nav li#accomodation a:hover, ul#nav li#accomodation a.selected { background: url(../i/layout/nav-accomodation-over.jpg) no-repeat; }

ul#nav li#gardens a { background: url(../i/layout/nav-gardens.jpg) no-repeat; }
ul#nav li#gardens a:hover, ul#nav li#gardens a.selected { background: url(../i/layout/nav-gardens-over.jpg) no-repeat; }

ul#nav li#functions a { background: url(../i/layout/nav-functions.jpg) no-repeat; }
ul#nav li#functions a:hover, ul#nav li#functions a.selected { background: url(../i/layout/nav-functions-over.jpg) no-repeat; }

ul#nav li#contact a { background: url(../i/layout/nav-contact.jpg) no-repeat; }
ul#nav li#contact a:hover, ul#nav li#contact a.selected { background: url(../i/layout/nav-contact-over.jpg) no-repeat; }

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer {
	width: 906px;
	height: 62px;
	display: block;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	background: url(../i/layout/footer.jpg) top no-repeat;
	margin-bottom: 20px;
}
	*html div#footer {
		padding-left: 32px;
	}
div#footer-info-left {
	float: left;
	width: 580px;
}
ul.footer {
	float: left;
	width: 610px;
	margin-bottom: 10px;
}
ul.footer li {
	float: left;
	margin-right: 15px;
}
ul.footer li a {
	color: #b1b1b1;
}
div#footer-info-right {
	float: right;
	width: 300px;
	padding-top: 22px;
	text-align: center;
}
div#footer-info-right a {
	color: #91aea3;
}

div#footer a#gipsy {
	color: #CCC;
}
/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/* FORMMAILER */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #FFF;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}

form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}

/* STRUCTURE CSS */

.ddfmwrap {
	width: 280px;
	border: solid 1px #333;
	background: url(../i/layout/form-bg.jpg) bottom repeat-x;
}

div#content .ddfmwrap p.fieldwrap {
	padding: 0px;
	margin: 0px;
	width: 250px;
	float: left;
	margin-left: 10px;
}
	*html div#content .ddfmwrap p.fieldwrap {
		margin-left: 5px;
	}
form.ddfm {
	text-align: left;
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
}

form.ddfm fieldset {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 260px;
}

form.ddfm legend {
	padding: 0px;
	margin: 0px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 230px; 
	text-align: left;
	margin: 0px; 
	padding-bottom: 0px;
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0px; 
	padding: 0px;
	width: 270px;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 240px;
	margin-bottom: 15px;
	padding: 3px;
	font-size: 1em;
}

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
	margin-left: 2px;
}

form.ddfm img {
	clear: none;
	margin-left: 90px;
	margin-top: -40px;
}
	*html form.ddfm img {
		margin-top: -42px;
		margin-left: 50px;
	}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 240px;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
}

form.ddfm .submit input {
	background: url(../i/layout/table-head-bg.jpg) repeat-x;
	padding: 5px;
	border: solid 1px #333;
	font-weight: normal;
	color: #98EBCC;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	padding: 3px;
}
