/*******************     CSS design by   :   ben@site-designers.co.uk   :   http://www.site-designers.co.uk     *******************/


/*************************************************************** Main Layout ************************************************/

html {
	height: 100%;
}

body {
	background-image:url(images/top-blue.png);
	background-repeat:no-repeat;
	background-position:top left;
	font-family:Tahoma, Arial;
	text-align:justify;
	padding:0px;
	margin:0px;
}

.container{
	padding:30px 110px 50px 110px;
	background-image:url(images/bottomdaisy.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.content{
	padding:35px 20px 20px 20px;
	min-width:600px;
	font-size:14px;
	color:#444;
}

/***************************************************************** Masthead ******************************************************/

.bbname{
	margin-top:10px;
	margin-left:20px; 
	text-align:left;
}

h1{
	font-size:19px;
	color:#399629;
}

.pagetitle, .fpagetitle{
	margin-left:20px;
	margin-top:10px

}

h2{
	font-size:17px;
	margin:0px;
	color:#399629;
}

.titlebar{

}

.logo{
	
}

.masthead{
	width:500px;
	margin-top:80px;
	margin-left:10px;
}

.asset{
	position:absolute;
	margin: 210px 0 0 440px;
	z-index:2;
}

/**************************************************************** Navigation bar *************************************/

.nlinks{
	position:absolute;
	top:130px;
	right:125px;
}

.nlinks li{
	list-style:none;
}

.nlinks li a:visited, .nlinks li a:link{
	width:135px;
	display:block;
	padding:0.1em 0.4em 0.1em 0.1em;
	font-size:15px;
	background-color:#F2FBF0;
	margin-bottom:2px;
	color:#2F7720;
	text-decoration:none;
	border-top:1px solid #2F7720;
	border-bottom:1px solid #2F7720;
	text-align:center;
}

.nlinks li a:hover{
	background-color:#2F7720;
	color:#FFFFFF;
}

.nlinks li span{
	width:135px;
	display: block;
	padding:0.1em 0.4em 0.1em 0.1em;
	font-size:15px;
	background-color:#48BF35;
	margin-bottom:2px;
	color:#2F7720;
	text-decoration:none;
	border-top:1px solid #2F7720;
	border-bottom:1px solid #2F7720;
	text-align:center;
}

.ullinks{
	margin:0px;
	padding:0px;
}


/************************************************************** Photos ******************************************************/

.rightpic{
	float:right;
	margin:0 0 10px 30px;
	font-family:Tahoma, Arial;
	text-align:center;
	border:1px solid #2F7720;
	padding:3px;
}

.leftpic{
	float:left;
	margin:0 30px 10px 0;
	font-family:Tahoma, Arial;
	text-align:center;
	border:1px solid #2F7720;
	padding:3px;
}


/******************************************************* Text formating *********************************************/

a:link {
	color:#399629;
}
	
a:visited {
	color:#399629;
}
	
a:hover, a:active {
	color:#2F7720;
}	

img{
	border-style:none;
}

h3{	
	
}

ul{
	text-align:left;
}

.mindiv{
	clear:both;
}

/*******************     CSS design by   :   ben@site-designers.co.uk   :   http://www.site-designers.co.uk     *******************/
