/************************************************/
/* Kilby Park Tree Farm							*/
/* Default stylesheet							*/
/* Author Emma Clark 05.03.08					*/
/************************************************/
/* Reset ****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px;
	-moz-outline: 1px dotted #666 !important;
	-moz-outline-offset: 1px !important;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/********************************************************/
/* Elements												*/
/********************************************************/
body {
	text-align:center;
	background:#2D4E0F url(../images/bg.jpg) no-repeat center top;
	font-family:verdana, arial, helvetica, sans-serif;
}

h1 {
	font-size:1.15em;
	font-weight:bold;
	color:#FFF;
}

h2 {
	font-size:0.9em;
	font-weight:bold;
	color:#FFF;
}

p {
	padding:0 0 1.3em 0;
	font-size:0.7em;
	line-height:1.3em;
}

a:link, a:active, a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

form {
	margin:30px 0;
	float:left;
}

form.contactus {
	margin:10px 0;
}

label {
	display:block;
	padding:0 0 5px 0;
	color:#FFF;
}

input, textarea {
	background:#6A9F25;
	border:0;
	padding:7px 5px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#FFF;
	font-size:1em;
	width:430px;
}

textarea {
	height:100px;
}

select {
	background:#2D4D0F;
	border:1px solid #6A9F25;
	font-size:1em;
	color:#FFF;
	padding:3px;
	width:200px;
}

option {
	border:0;
	font-family:verdana, arial, helvetica, sans-serif;
	background:#FFF;
	color:#333;
	padding:0 5px;
}

/********************************************************/
/* Shared												*/
/********************************************************/
.no-display {
	display:block;
	height:0;
	text-indent:-1000em;
}

a.button:link, a.button:active, a.button:visited {
	display:block;
	width:89px;
	height:20px;
	background: url(../images/find-out-more.gif);
	float:left;
}

input.button {
	width:auto;
	padding:0 0 0 0;
	background:none;
}

.strong {
	font-weight: strong;
}

/********************************************************/
/* Structure											*/
/********************************************************/
#site-container {
	width:930px;
	text-align:left;
	margin:0 auto;
}

#site {
	float:left;
	width:930px;
}

#header {
	width:930px;
	height:200px;
	float:left;
}

#footer {
	width:930px;
	float:left;
	font-size:0.7em;
	padding:30px 0 20px 0;
}

/********************************************************/
/* Content												*/
/********************************************************/
/* Header ***********************************************/
#header .logo {
	display:block;
	float:left;
	margin:80px 0 0 0;
	width:341px;
	height:61px;
	background:url(../images/logo.gif) no-repeat top left;
}

/* Homepage *********************************************/
.text {
	background:url(../images/home/trans-bg.png) no-repeat top left;
	behavior: url(../images/iepngfix.htc);
	width:275px;
	margin:10px 10px 0 10px;
	float:left;
	clear:both;
	color:#FFF;
	padding:10px;
	display:inline;
}

.small .text {
	width:175px;
}

.text-base {
	background:url(../images/home/trans-bg-base.png) no-repeat bottom right;
	behavior: url(../images/iepngfix.htc);
	width:275px;
	margin:0 10px 20px 10px;
	float:left;
	clear:both;
	padding:0 10px 10px 10px;
	display:inline;
}

.small .text-base {
	width:175px;
}

.text p {
	padding:0 0 0 0;
}

.small .text p {
	width:125px;
}

.home-main {
	background:url(../images/home/home-main.jpg) no-repeat bottom right;
	float:left;
	width:930px;
	height:16.75em;
}

.home-main .home-main-inner {
	background:url(../images/home/home-main-top.gif) no-repeat top left;
	float:left;
	padding-top:7.5em;
}

.small {
	background:url(../images/home/home-main.jpg) no-repeat bottom right;
	float:left;
	width:300px;
	height:10em;
	margin:15px 15px 0 0;
}

.small .small-inner {
	background:url(../images/home/small-top.gif) no-repeat top left;
	float:left;
}

.newsletter {
	background:url(../images/home/newsletter-bg.jpg) no-repeat bottom right;
}

.register {
	background:url(../images/home/register-bg.jpg) no-repeat bottom right;
}

.contact {
	margin:15px 0 0 0;
	background:url(../images/home/contact-bg.jpg) no-repeat bottom right;
}

/* Internal *********************************************/
.column {
	width:226px;
	float:left;
}

.column .column-inner {
	width:190px;
	float:left;
	background:url(../images/menu-bg.png) no-repeat top left;
	padding:18px 18px 0 18px;
	behavior: url(../images/iepngfix.htc);
	color:#D7FFA4;
}

.column .column-inner h1 {
	font-size:1.7em;
}

.column .column-inner h2 {
	font-size:1.7em;
	color:#D7FFA4;
	margin:0 0 5px 0;
}

.column .column-inner ul {
	margin:0.4em 0 0 0;
}

.column .column-inner li a:link, .column .column-inner li a:active, .column .column-inner li a:visited {
	font-size:0.7em;
	display:block;
	padding:0 0 0.8em 0;
	color:#D7FFA4;
}

.column .column-inner li.selected a:link, .column .column-inner li.selected a:active, .column .column-inner li.selected a:visited {
	color:#FFF;
}

.column .column-base {
	background:url(../images/menu-base-bg.png) no-repeat bottom right;
	behavior: url(../images/iepngfix.htc);
	width:226px;
	height:20px;
	float:left;
}

.content {
	padding:0 20px;
	width:438px;
	float:left;
	color:#D7FFA4;
}

.content img {
	margin:0 0 1.3em 0;
}

.content .map {
	background:#D7FFA4;
	margin:0 0 1.3em 0;
	color:#333;
	font-size:0.7em;
	overflow:hidden !important;
	float:left;
	line-height:1.4em;
}

.content form p span {
	display:block;
	float:left;
	padding:0 9px 1.3em 0;
}

.content form p span.last {	
	padding:0 0 1.3em 0;
}

.content form p span input {
	width:130px;
}

.content form p span.bold {
	float:none;
	font-weight:bold;
	padding:1em 0 0.6em 0;
	border-top:1px solid #6A9F25;
	color:#FFF;
}


p.fail {
background: #FFCCCC;
border-top: 4px solid #DB2929;
margin: 6px 0;
padding: 6px 6px 6px 6px;
color: red;
}

p.success {

background: #E7F4D4;
border-top: 4px solid #00D100;
margin: 6px 0;
padding: 6px 6px 6px 6px;
line-height: 22px;
font-weight: bold;
color: #000;
}

/* Footer ***********************************************/
#footer li {
	display:block;
	float:left;
	color:#FFF;
}

#footer li.copy {
	padding:0 10px 0 10px;
	border-left:1px solid #FFF;
	float:right;	
}

#footer li a:link, #footer li a:active, #footer li a:visited {
	display:block;
	float:left;
	padding:0 10px 0 10px;
	border-left:1px solid #FFF;
}

#footer li.first a:link, #footer li.first a:active, #footer li.first a:visited,
#footer li.copy, #footer li.copy, #footer li.copy {
	padding:0 10px 0 0;
	border-left:0;
}