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

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

body{
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
	height:100%; 
	max-height:100%; 
}

.frame{
	position:absolute;
	top:0;
	bottom:0; 
	left: 0;
	width:14em; /*Width of frame div*/
	height:100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background:#FFFFCC;
	color:white;
}

.content{
	position:fixed;
	top:0; 
	left:14em; /*Set left value to WidthOfFrameDiv*/
	right:0;
	bottom:0;
	overflow:auto; 
	background:#fff;
	padding-left:2em;
}

* html body{ /*IE6 hack*/
	padding: 0 0 0 14em; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html .content{ /*IE6 hack*/
	height:100%; 
	width:100%; 
}

/*************************************************************** Extra layout ************************************************/

.overview{
	width:44em;
	text-align:justify;
}

.contact{
	clear:both;
	padding-top:0.5em;
	margin-left:2em;
	color:#696969;
	text-align:center;
	width:8em;
	font-size:1.2em;
}

.footer{
	width:44em;
	padding-top:1em;
	border-top:2px solid #96ADC8;
}

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

.bbname{
	clear:both;
}

.bbname h1{
	text-align:center;
	font-size:1em;
	padding:0;
	margin:0;
	color:#000000;
}

.pagetitle{
	clear:both;
	margin-bottom:1em;
	padding-bottom:1em;
}

h2{
	font-size:1em;
	text-align:center;
	padding:0;
	margin:0;
	color:#000000;
}

.titlebar{
	width:44em;
}

.logo{

}

.logo img{
	width:12em;
	position:absolute;
	left:2em;
	top:1em;
	border:2px solid #368036;
}

.masthead{
	text-align:center;
}

.masthead img{
	padding:1em 1em 0 0;
}

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

.nlinks li a:visited, .nlinks li a:link{}


.nlinks{
	width:10em;
	margin-left:2em;
	margin-top:0.5em;
	font-family:Arial, Helvetica, sans-serif;
}

.nlinks li, .flinks li{
	list-style-type:none;
	display: inline;
}

.nlinks ul, .flinks ul{
	padding:0;
	margin:0;
}

.nlinks span.nav{
	float:left;
	display:block; 
	width:9em;
	padding:0.2em 0.5em 0.2em 0.5em;
	margin:0 0 0.5em 0;
	font-size:1em;
	color:#FFF;
	background-color:#0033CC;
	font-weight:bold;
}

* html .nlinks span.nav{
	width:10em;
}

.nlinks li a:visited, .nlinks li a:link{
	float:left;
	display:block;
	width:9em;
	padding:0.2em 0.5em 0.2em 0.5em;
	margin:0 0 0.5em 0;
	text-decoration:none;
	font-size:1em;
	font-weight:500;
	color:#FFF;
	background-color:#0033CC;
}

* html .nlinks li a:visited, * html .nlinks li a:link{
	width:10em;
}

.nlinks li a:hover{
	color:#FFF;
	background-color:#696969;
}

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

.photo{

}

.rightpic{
	float:right;
	margin:0 0 20px 30px;
	font-size:14px;
	color:#126479;
	text-align:center;
}

.leftpic{
	float:left;
	margin:0 30px 0 0;
	font-size:14px;
	color:#126479;
	text-align:center;
}

/******************************************************* Home page layout *****************************************************/

.bbaddress{
	float:left;
	margin:10px 20px 0 0;
	text-align:left;
	width:250px;
}


/****************************************************** Contact Page **************************************************/

.bbform{
	margin-left:auto;
	margin-right:auto;
	width:385px;
	padding:20px;
	border:1px solid #000;
	background-color:#FFFCD5;
}

.bbform td{
	text-align:left;
	font-size:16px;
}


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

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

.overview h3{	
	text-align:left;
	font-size:1em;
	padding:0;
	margin:0 0 1em 0;
}

h4{	
	font-size:1em;
}

ul{
	text-align:left;
}

.contacttable{
	text-align:justify;
	display:inline;
}

.info{
	position:absolute;
	right:20px;
	width:35%;
	padding:0px;
	margin:0px;
}

img{
	border-style:none;
}

.design{
	position:absolute;
	right:10px;
}

.mindiv{
	clear:both;
}

/***************************************************************** vertical centering *********************************************/

#outer {height: 240px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

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