/* CSS Document */
/*<![CDATA[*/

body{
	background: #F1F7C6;
	}
	
/*---------------PAGE STRUCTURE------------------*/
	/*WHOLE IMG AT PAGE HEAD*/
.header {
	width: 850px;
	margin: 0 auto;
	background: #fff url(../Images/fullHead.jpg);
	background-repeat: no-repeat;
	height: 199px;
	border-bottom: 1px solid #fff;
	}

	/*BACKGROUND FOR PAGE */
.outerWrapper {
	background: url(../Images/bg_whole2.gif) repeat-y;
	width: 850px;
	margin: 0 auto;
	}

	/*This wraps the 2 main content columns*/
.main {
	width: 698px;
	float: left;
	border-left: 2px solid #fff;
	}
	
	/*centre column*/
.left{
	text-align: center;
	float: left;
	width: 345px;
	}
	
.left img.textGraphic{
	padding-top: 15px;
	}

.left img.mainImg{
	margin-top: 20px;
	border: 10px solid #fff;
	margin-bottom: 20px;
	}
	
	/*Right column */
.sidebar {
	width: 338px;
	float: right;
	padding-top: 15px;
	padding-bottom: 20px;
	background: #fff;
	}
	
.footer {
	position: relative;
	margin: 0 auto;
	background-image: url(../Images/footer.gif);
	background-repeat: repeat-y;
	width: 850px;
	padding: 0;
	border-top: 2px solid #fff;
	}
	
	/*---------NAVIGATION-----------------*/
.navRays{
	position: absolute;
	top: 0;
	left: 50px;
	}
	
.navigation {
	padding : 0;
	margin : 0;
	width: 150px;
	float: left;
	}
	
.navigation ul{
	list-style: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	
.navigation li{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -20px;
	}
	
.navigation li a{
	list-style: none;
	color: #2BB4F9;
	text-decoration: none;
	height: 1.4em;
	}
	
.navigation li.current{
	color: #7B9FB5;
	}
	
.navigation li a:hover{
	color: #EF1000;
	text-decoration: underline;
	}
	/*-------------TEXT STYLING----------------*/
.header h1{
	float: left;
	text-indent: -9999px;
	}
	
.main h1{
	position: absolute;
	top: -9999px;
	left: -9999px;
	}

h1 {
	margin-top: 0;
	}

p a{
	color: #2bb4f9;
	text-decoration: none;
	}
	
p a:hover{
	color: #EF1000;
	text-decoration: underline;
	}
	
.sidebar p{
	font: 12px Verdana, Arial, helvetica, sans-serif;
	color: #383F44;
	line-height: 1.4em;
	padding-left: 10px;
	padding-right: 5px;
	}
	
	/*Sky*/
.sidebar p span{
	font-weight: bold;
	color: #29B6FF;
	}
	
	/*Garden*/
.sidebar p span span{
	font-weight: bold;
	color: #F55B05;
	}
	
.footer p{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 343px 3px 165px;
	padding-top: 0;
	color: #fff;
	margin-top: 3px;
	margin-bottom: 2px;
	}
	
	/*Sky*/
.footer p span{
	font-weight: bold;
	color: #20B2FB;
	}
	
	/*Garden*/
.footer p span span{
	font-weight: bold;
	color: #fff;
	}
	
.footer a{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	}

.footer a:hover{
	color: #20B2FB;
	text-decoration: underline;
	}

p.footTel{
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 10px;
	position: absolute;
	right: -320px;
	top: 0;
	}
	/*---------MISC---------------*/
/*
.last {
	margin-bottom: 0;
	}
	*/
	
	
	/*used to clear footer on Nav when content is short*/
.clearing {
	height: 0;
	clear: both;
	}


/*]]>*/

