@charset "UTF-8";
/* CSS Document */

html, * {
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
}
 
#container {
	min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -4em;
}
 
/* IE6 Hack */
* html #container {
    height: 91%;
}


body.home {
	text-align: center;
	font-family: "Chapparal Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #f9f1da;
	background-image: url(../images/background.jpg); 
	background-repeat: repeat-x;
}

body.internal {
	text-align: center;
	font-family: "Chapparal Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-image: url(../images/background_internal.jpg);
	background-repeat: repeat-x;
	background-color: #f9f1da;
}

#container {
	width: 950px;
	margin: 20px auto 20px auto; /* T,L,B,R */
	text-align: left;
	padding-bottom: 10px;
}

#header {
	margin-top: 60px;
	margin-bottom: 68px;
	background-color: transparent;
	height: 77px;
}

span.left {
	clear: right;
	float: left;
}

span.right {
	float: right;
	font-size: small;
	color: #333;
}

span.textright {
	text-align: right;
	color: #333;
}

#intro {
	border: 1px solid #d7c9a0;
	height: 200px;
	margin: 0px 50px 20px 50px; /* T,L,B,R */
	text-align: left;
	padding: 30px;
	background-color: #fff;
	background-image: url(../images/greensmoothie.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#navigation {
	border: 1px solid #d7c9a0;
	margin: 0px 50px 20px 50px; /* T,L,B,R */
	text-align: center;
	padding: 10px 0px 10px 0px;
	background-color: #fffde9;
}

#content {
	margin: 0px 70px 0px 70px; /* T,L,B,R */
}

#gallery {
	background-image: url(../images/gallery_bg.jpg);
	background-repeat:repeat-x;
	padding: 20px 0px 20px 0px;
	text-align: left;
	height: 180px;
}

#gallery h3 {
	padding: 0px 20px 0px 20px;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
}
	

#footer {
	background-color: #9c5b43;
	padding: 5px 0px 5px 0px;
	text-align: center;
	position: relative;
    height: 30px;
	bottom: 0;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}




/* Font Styles */

h1 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
	color: #924a31;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	color: #93A444;
}
	
h3 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}
	
#navigation a {
	color: #73803a;
	font-size: 1.1em;
	padding: 0px 14px 0px 14px;
	text-decoration: none;
}

#navigation a:hover {
	color: #685040;
}

a {
	color: #1b868c;
}

a:hover {
	color: #685040;
}

a .active {
	color: #685040;
}

a:hover .active {
	color: #1b868c;
}	
	
#gallery p {
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

#footer p, #footer a {
	font-size: 10px;
	color: #f9f1da;
	font-family:Verdana, Geneva, sans-serif;
}
#content p {
	font-size: 0.9em;
	letter-spacing:normal;
	color: #505050;
}

.feature {
	float: right;
	padding: 3px;
	border: 1px solid #666;
	background-color: #fff;
	clear: left;
	margin-left: 5px;
}

.enrol {
	color: #900;
	text-decoration: none;
}

.form {
	border: 4px solid #fff;
}

form {
	padding: 10px;
}

.promo {
	background-color: #fff;
	border: 1px solid #d7c9a0;
	padding: 25px;
}

.promo h1 {
	text-align: center;
}

.promo h2 {
	text-align: center;
}

.promo h3 {
	text-align: center;
	color: teal;
}

.promo table {
	text-align: center;
}

div.promo p {
	line-height: 1.3em;
	margin-bottom: 15px;
	color: black;
}

table td {
	padding: 10px;
}

.promo li {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-image: url(../images/tick-glow.png);
}

.highlight {
	background-color: #fff;
}

.quote {
	padding: 10px 30px;
	color: #ccc;
	font-size: small;
	font-style: italic;
	border: 1px solid #ccc;
	margin: 30px;
	background-color: #f9f1da;
}

.promo img.centre
{text-align: centre;}