/**********************************************************************
	Lymington.biz
	CSS Layout Style Document
	Designed and Developed by Apollo Internet Media
	20/04/2007
	Version 1.0
***********************************************************************/
	body {
	background-color: #e0e8f0;
	background-image:  url("../images/bg_top_tile.jpg");
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: gray;
	}
	
	table {
	font-size: 12px;
}
	
	a {
		color: #D98200;
		text-decoration: none;
	}
	
	h1 {
		font-size: 1.3em;
		color: #6c88a6;
		/*font-family: arial;*/
		margin: 0px;
	}
	
	h2 {
		font-size: 1.1em;
		color: #6c88a6;
	}

	#parentframe {
		width: 778px;
		padding: 0px;
		margin: 0px;
	}
	
	#header {
		width: 778px;
		height: 219px;
		padding: 0px;
		background-image:  url("../images/header.jpg");
		background-repeat: no-repeat;
	}
	
			
	#middle {
		width: 778px;
		background-image:  url("../images/cotent-tile.jpg");
		background-repeat: repeat-y;
		margin: 0px;
		padding: 0px;
		
	}
	
	#middle-frame {
		width: 740px;
		text-align: left;
	}
	
	#hmenu {
		color: white;
		font-size: 1.1em;
		font-weight: bold;
		
		position: relative;
		top: 194px;
		height: 30px;
		
		width: 750px;
	}
	
	#hmenu a {
		color: white;
		font-size: 1.0em;
		font-weight: bold;
		margin: 15px;
		text-decoration: none;
	}
	
	#hmenu a:hover {
		color:#6C88A6;
	}
	
	#footer {
		color: #ffffff;
		font-size: 0.8em;
		text-align:center;
		margin-top: 20px 0px 10px 0px;
	}
	
	/******************************************************************
	  Class Declarations
	******************************************************************/
	.whitebox { width: 562px; background-color: white; margin: 0px; }
	.whitebox_top { height: 32px; width: 562px; background-image:  url("../images/whitebox_top.jpg"); margin: 0px; font-size: 0.7em;}
	.whitebox_bottom { height: 32px; width: 562px; background-image:  url("../images/whitebox_bottom.jpg"); margin: 0px; }
	
	#content {
		width: 542px;
		margin: 0px;
		padding: 0px;
		float: right;
		clear: none;
		margin-right: 4px;
	}
	
	.bluebox { width: 160px; background-color: #ffffff; margin: 0px; padding-top:5px;}
	.bluebox_top { height: 32px; width: 160px; background-image:  url("../images/bluebox_top.jpg"); margin: 0px; }
	.bluebox_bottom { height: 22px; width: 160px; background-image:  url("../images/bluebox_bottom.jpg"); margin: 0px; }
	
	#leftmenu {
		width: 160px;
		margin: 0px;
		padding: 0px;
		float: left;
		clear: none;
		margin-left: 4px;
		
		font-size: 1.0em;
		color: gray;
		border: 0px;
		background-color: #6b88a6;
	}
	
	.leftmenu-links a {
		text-decoration: none;
		color: #6c88a6;
		border: solid 1px #ffffff;
		border-left: solid 10px #6c88a6;
		clear: both;
		margin: 0px;
		display: block;
		margin-left: 5px;
		padding-left: 2px;
		font-size: 0.9em;
	}
	
	.leftmenu-links a:hover {
		text-decoration: none;
		color: orange;
		border: solid 1px #ffffff;
		border-left: solid 10px #ffd202;
		display: block;
		padding-left: 2px;
	}
	
	.boxtop_padding {
		padding: 10px 20px 0px 20px;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		font-size: 1.05em;
	}
	
	.boxtop_padding2 {
		padding: 8px 20px 0px 20px;
		font-size: 1.2em;
		color: gray; 
		text-align:left; 
		font-weight: normal
	}
	
	.boxtop_padding2 a {
		color: blue;
	}


.style3 {
	color: #2879B0;
	font-weight: bold;
}
.nfol, .nfol a:link, .nfol a:active, .nfol a:visited {
	color:#FFF;
	text-align: center;
	text-decoration:none;
	font-size: xx-small;
}

.nfol a:hover {
	color:#333;
	text-align: center;
	text-decoration:none;
	font-size: xx-small;
}

