body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #333;
	line-height: 190%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

/* Menu */
#wrapper-menu-top {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 30px;
	margin-left:30px;
	padding: 1.4em 0 0 0;
	list-style: none;
	font-size: 100%;
	float: left;
	width:700px; 
	display:block;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#030;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span {background-position:100% -42px; }

#contact-top {float:right;clear:left;padding:5px 30px 0 0;}

#contact-top a{text-decoration:none;background:none;padding:0;}


/* Header Images  */
.stray {
	background: #eee url('images/themes/fields/stray.jpg') no-repeat top right;
}
.stray-l {
	background: transparent url('images/themes/bg02-blue-left.png') top left no-repeat;
}
.stray-r {
	background: transparent url('images/themes/bg02-blue-right.png') top right no-repeat;
}
.stray-bg{
	background: transparent url('images/themes/bg.png') top center repeat-x;
	height: 192px;
}

.sunset {
	background: #eee url('images/themes/sunset/sunset.jpg') no-repeat top right;
}
.sunset-l {
	background: transparent url('images/themes/sunset/bg02-blue-left.png') top left no-repeat;
}
.sunset-r {
	background: transparent url('images/themes/sunset/bg02-blue-right.png') top right no-repeat;
}
.sunset-bg{
	background: transparent url('images/themes/sunset/bg.png') top center repeat-x;
	height: 192px;
}

.flowers {
	background: #eee url('images/themes/flowers/flowers.jpg') no-repeat top right;
}
.flowers-l {
	background: transparent url('images/themes/flowers/bg02-blue-left.png') top left no-repeat;
}
.flowers-r {
	background: transparent url('images/themes/flowers/bg02-blue-right.png') top right no-repeat;
}
.flowers-bg{
	background: transparent url('images/themes/flowers/bg.png') top center repeat-x;
	height: 192px;
}

.sunrise {
	background: #eee url('images/themes/sunrise/sunrise.jpg') no-repeat top right;
}
.sunrise-l {
	background: transparent url('images/themes/sunrise/bg02-blue-left.png') top left no-repeat;
}
.sunrise-r {
	background: transparent url('images/themes/sunrise/bg02-blue-right.png') top right no-repeat;
}
.sunrise-bg{
	background: transparent url('images/themes/sunrise/bg.png') top center repeat-x;
	height: 192px;
}

.valley {
	background: #eee url('images/themes/valley/valley.jpg') no-repeat top right;
}
.valley-l {
	background: transparent url('images/themes/valley/bg02-blue-left.png') top left no-repeat;
}
.valley-r {
	background: transparent url('images/themes/valley/bg02-blue-right.png') top right no-repeat;
}
.valley-bg{
	background: transparent url('images/themes/valley/bg.png') top center repeat-x;
	height: 192px;
}

.garden {
	background: #eee url('images/themes/garden/gardens.jpg') no-repeat top right;
}
.garden-l {
	background: transparent url('images/themes/garden/bg02-blue-left.png') top left no-repeat;
}
.garden-r {
	background: transparent url('images/themes/garden/bg02-blue-right.png') top right no-repeat;
}
.garden-bg{
	background: transparent url('images/themes/garden/bg.png') top center repeat-x;
	height: 192px;
}

.rocks {
	background: #eee url('images/themes/rocks/rocks.jpg') no-repeat top right;
}
.rocks-l {
	background: transparent url('images/themes/rocks/bg02-blue-left.png') top left no-repeat;
}
.rocks-r {
	background: transparent url('images/themes/rocks/bg02-blue-right.png') top right no-repeat;
}
.rocks-bg{
	background: transparent url('images/themes/rocks/bg.png') top center repeat-x;
	height: 192px;
}

.shopping {
	background: #eee url('images/themes/rocks/shopping.jpg') no-repeat top right;
}
.shopping-l {
	background: transparent url('images/themes/rocks/bg02-blue-left.png') top left no-repeat;
}
.shopping-r {
	background: transparent url('images/themes/rocks/bg02-blue-right.png') top right no-repeat;
}
.shopping-bg{
	background: transparent url('images/themes/rocks/bg.png') top center repeat-x;
	height: 192px;
	
}
.flower-buildings {
	background: #eee url('images/themes/flowers-building/flowers-building.jpg') no-repeat top right;
}
.flower-buildings-l {
	background: transparent url('images/themes/flowers-building/bg02-blue-left.png') top left no-repeat;
}
.flower-buildings-r {
	background: transparent url('images/themes/flowers-building/bg02-blue-right.png') top right no-repeat;
}
.flower-buildings-bg{
	background: transparent url('images/themes/flowers-building/bg.png') top center repeat-x;
	height: 192px;
}


.fields-brown {
	background: #eee url('images/themes/fields-brown/fields-brown.jpg') no-repeat top right;
}
.flowers-l {
	background: transparent url('images/themes/fields-brown/bg02-blue-left.png') top left no-repeat;
}
.flowers-r {
	background: transparent url('images/themes/fields-brown/bg02-blue-right.png') top right no-repeat;
}
.flowers-bg{
	background: transparent url('images/themes/fields-brown/bg.png') top center repeat-x;
	height: 192px;
}

.fields-green {
	background: #eee url('images/themes/fields-green/fields-green.jpg') no-repeat top right;
}
.fields-green-l {
	background: transparent url('images/themes/fields-green/bg02-blue-left.png') top left no-repeat;
}
.fields-green-r {
	background: transparent url('images/themes/fields-green/bg02-blue-right.png') top right no-repeat;
}
.fields-green-bg{
	background: transparent url('images/themes/fields-green/bg.png') top center repeat-x;
	height: 192px;
}

.cows {
	background: #eee url('images/themes/cows/cows.jpg') no-repeat top right;
}
.cows-l {
	background: transparent url('images/themes/cows/bg02-blue-left.png') top left no-repeat;
}
.cows-r {
	background: transparent url('images/themes/cows/bg02-blue-right.png') top right no-repeat;
}
.cows-bg{
	background: transparent url('images/themes/cows/bg.png') top center repeat-x;
	height: 192px;
}

.town{
	background: #eee url('images/themes/town/town.jpg') no-repeat top right;
}
.town-l {
	background: transparent url('images/themes/town/bg02-blue-left.png') top left no-repeat;
}
.town-r {
	background: transparent url('images/themes/town/bg02-blue-right.png') top right no-repeat;
}
.town-bg{
	background: transparent url('images/themes/town/bg.png') top center repeat-x;
	height: 192px;
}

.header2{
	background: #eee url('images/themes/header2/header2.jpg') no-repeat top right;
}
.header2-l {
	background: transparent url('images/themes/header2/bg02-blue-left.png') top left no-repeat;
}
.header2-r {
	background: transparent url('images/themes/header2/bg02-blue-right.png') top right no-repeat;
}
.header2-bg{
	background: transparent url('images/themes/header2/bg.png') top center repeat-x;
	height: 192px;
}

.header3{
	background: #eee url('images/themes/header3/header3.jpg') no-repeat top right;
}
.header3-l {
	background: transparent url('images/themes/header3/bg02-blue-left.png') top left no-repeat;
}
.header3-r {
	background: transparent url('images/themes/header3/bg02-blue-right.png') top right no-repeat;
}
.header3-bg{
	background: transparent url('images/themes/header3/bg.png') top center repeat-x;
	height: 192px;
}
.toffee{
	background: #eee url('images/headers/toffee.jpg') no-repeat top right;
}
.fields-sky {
	background: #eee url('images/headers/fields-sky.jpg') no-repeat top right;
}


#header h1 {
	margin: 0 20px;
	padding-top: 120px;
	height: 72px;
	line-height: 3em;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
}

#wrapper-content {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

* html #wrapper-content {height: 1%;}

#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 245px 5px 30px;
	font-family: "Verdana" Geneva, sans-serif;
	color: #333;
}
#content p{
	margin-bottom: 20px;
	font-size: 110%;
}

#content ul{
	list-style:none;
}
#number-list{
	background: none;
}
#content li{
	margin-bottom: 5px;
	padding-left: 19px;
	font-size: 110%;
	background: url(images/bullet.gif) no-repeat 0 50%;
}
steps li{background:none;}

/* Table */
#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 110% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	text-align: left;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
#mytable li{
	margin-left: 20px;
	background: url(images/tick_icon.gif) no-repeat 0 0;
}

/* Links */
#content a:link{color: #060; }
#content a:visited {color: #900;}
#content a:hover{color: #f00;}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
}

* html #wrapper-menu-page #wrapper-footer{ margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-page h4 {
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #030;
	font-weight: normal;
	letter-spacing: 0.15em;
	font-family:"Georgia", Times New Roman, Times, serif;}

#menu-page a:link, #menu-page a:visited {color: #333; font-size:90%; text-decoration: none;}
#menu-page a:hover{text-decoration:#333; border-bottom: 1px dotted #333;}

#wrapper-footer {
	background: white url('images/bg02-bottom-left.png') no-repeat left bottom;
	padding: 0px 0px 0px 0px;
	height: 225px;
}

#footer {
	background: transparent url('images/bg02-bottom-right.png') no-repeat right bottom;
	margin: 0px 0px 0px 20px;
	padding: 0;
	height: 225px;
	font-size: 85%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #FFF;
	border-left-color: #ccc;
}
#footer p{color:#999; margin:2px;}
#footer a{color:#999; margin:2px;}

#footer-link-wrapper{
height:120px;font-size:1em;margin:0;padding:0;clear:both;
}

#footer-box{
	float:left;
	overflow:hidden;
	width:210px; 
	padding: 0 5px 0 5px;
	margin:0px;
	border:1px #ccc solid;
}

#footer-box-container{float:left;overflow:hidden;width:220px; padding: 0 5px 0 5px!important; margin:0!important}
#footer-box h3{background:#999; color:#fff; font-size:130%; height:20px; margin:0; padding:0.2em 0 0 0.7em}
#footer-box:hover {border:1px solid #030;}
#footer-box:hover h3{background:#030; color:#fff !important;}
#footer-box ul{list-style:none;margin:0; padding:0.2em;}
#footer-box li{float:left;width:187px;}
#footer-box a{color:#999;!important;float:left;padding:0.2em 5px 0.4em 6px; width:187px;background-image: url(images/footer-arrow.gif);background-position:right;background-repeat:no-repeat;}
#footer-box a:hover {color:#030;float:left;padding:0.2em 5px 0.4em 6px; width:187px;background-image: url(images/footer-arrow-hover.gif);background-position:right;background-repeat:no-repeat;}


#footer-bottom{margin:0;padding-left:10px; width:940px; color:#ccc; height:30px;}
#footer-bottom a:hover{color: #060;}
#footer-logo{float:right; padding: 10px 5px 0 0;}

/* Header tags*/
h1 {font-size: 175%;color: #030;font-family:"Georgia", Times New Roman, Times, serif;margin-bottom: 20px;}
h2 {font-size: 120%;color: #030;font-family:"Georgia", Times New Roman, Times, serif; }
h3 {font-size: 110%;color: #030;font-family:"Georgia", Times New Roman, Times, serif;}
h4 {font-size: 100%;color: #030;font-family:"Georgia", Times New Roman, Times, serif;}
.h2-border-class {background-image:url(images/h2bg.png); background-repeat:no-repeat; height:50px; padding-top: 25px; padding-left: 20px;}

.green {color:#030;}
abbr {border-bottom: 1px dotted green;cursor:help;}

img{border-style: none;}

#highlight { padding: 15px; font-size:100%; background-image:url(images/highlight.png); background-repeat:no-repeat;}

blockquote {font-family:"Times New Roman", Times, serif; font-style:italic; color: #777; font-size:150%; line-height:1.5em; width:600px; background:url(images/quote.png) no-repeat top left; margin:20px 0 0 20px;}	

#quote {border-left:5px solid #CCC; padding-left:15px; margin-left:65px;}

#author {font-size: 75%; padding-left:15px; margin-left:65px; font-family: Verdana, Geneva, sans-serif; font-style:normal; font-weight:bold; color:#999;}

.grey_quote {font-size:120%; font-family:"Times New Roman", Times, serif; color: #666; line-height:1.5em;}


#page-wrap {
	width: 660px;
	background: white;
	height: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#contact-area {
	width: 600px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background:#F00;
	font-size: 110%; 
	font-weight:bold; 
	border: 1px solid #CCC; 
	color:#fff; 
	-moz-border-radius: 4px; 
	-webkit-border-radius:4px; 
	clear:both;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.2em;
}

