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

div#mainbody {
	background-color: #8CC63F; 
	overflow: hidden;
}

div#mainbody div#navigation {
	float: left;
	width: 184px;
	padding-left: 23px;
	padding-top: 29px;
	font-size: 11px;
	position:relative;
}

div#mainbody > div#navigation {
	width: 187px !important;
}
	div#navigation ul {
		list-style: none;
		line-height: 1.5em;
	}
	
		div#navigation ul li.homelink {
			display: none;
		}
		
		div#navigation ul li {
			padding-bottom: 1px;
		}
		
			div#navigation ul li ul {
				display: none;
			}
			
			div#navigation ul li a {
				color: #FFF;
				text-decoration: none;
			}
			
			div#navigation ul li a:hover {
				color: #6A737B;
				text-decoration: none;
			}
	div#cta_wrapper {
		margin:60px 0 0 0;
		float:left;
		background-color: #fff;
	}	div#cta_wrapper a {
			outline:1px dotted #eee;
		}
		div#cta1,
		div#cta2 {
			position:relative;
		}
		div#cta1 {
			width:186px;
			height:75px;
			margin:0 0 23px 0;
		}
			div#cta1 a {
				display:block;
				width:100%;
				height:100%;
				background:url(../images/back/cta_subscribe.jpg) transparent 0 0 no-repeat;
			}
		div#cta2 {
			width:186px;
			height:84px;
		}
			div#cta2 a {
				display:block;
				width:100%;
				height:100%;
				background:url(../images/back/cta_enquire.jpg) transparent 0 0 no-repeat;
			}

#flash { 
	width: 770px; 
	height: 313px; 
	float:right; 
	position:relative;
}
	.google_preview{
		width: 770px;
		height:313px;
		position:absolute;
		top: 0;
		left: 0;
		background:url(../images/homepage_backup.jpg) no-repeat 0 0;
		z-index:1;
	}
	.featured{ position: relative; z-index:100;}

div#mainbody div#flash p {
	height: 313px;
}

.home_text{
	padding-left: 210px;
	padding-top: 23px;
	padding-right: 10px;
	font-size: 12px;
}

.home_text h1{
	padding: 0 0 15px 0;	
	font-size: 24px;
}

div#buckets {
	padding-left: 210px;
	padding-top: 23px;
	font-size: 11px;
}

div#buckets div.bucket {
	float: left;
	width: 151px;
	height: 121px;
	border: 1px solid #b4b9bd;
	margin-right: 16px;
	padding: 11px;
}

div#buckets div#bucket4 {
	margin-right: 0;
}

div#buckets h3 {
	font-size: 13px;
	line-height: 1em;
}

div#buckets h3 a {
	color: #6A737B;
	text-decoration: none;
}

div#buckets p.arrow {
	margin-top: 3px;
	margin-bottom: 6px;
}

div#buckets p.green_links a{ color: #8cc63f !important;}

div#closebutton a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

div#link {
	margin: 163px 24px 80px 210px;
	padding-bottom: 12px;
	padding-top: 12px;
	border-bottom: 1px solid #b4b9bd;
	border-top: 1px solid #b4b9bd;
}
div#link p.title {
	line-height: 30px;
}
div#link p.arrowlink {
	margin: 0;
}
div#link p.arrowlink a {
	float: right;
	font-size: 10px;
	color: #6A737B;
	text-decoration: none;
	padding: 6px;
	width: 159px;
	border: 1px solid #b4b9bd;
	background-image: url(../images/green-arrow.gif);
	background-position: 98% 50%;
	background-repeat: no-repeat;
	padding-right: 6px;
}

