@charset "utf-8";
/*
	Velvet Design 08456 434 101 
	Copyright 2012
	www.velvet.co.uk
*/

/* General */
* {padding: 0; margin: 0;}

body {
	color: #474747;
	background: #FFF;
	font-size: 1em;  
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	line-height: 120%;
	text-align: center;
}

p {padding-bottom: 20px;}
img {border: 0;}
ul {list-style: none;}
ul li {}
.clear {padding: 0; margin: 0; clear: both;}

.right {text-align: right; }


/* Links */
a:link {color: #587f7e; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: none;}
a:visited {color: #587f7e; text-decoration: none;}



/* Headings */
h1, h2, h3, h4 {c}
h1 {color: #121212; line-height: 120%; padding:10px 0  10px 0; font-weight: 400;}
h2 {color: #444; font-size: 1.2em; line-height: 100%; font-weight: 400;}
h3 {color: #555; font-size: 1.2em; line-height: 120%; font-weight: 400;}
h4 {color: #999; font-size: 1em; line-height: 140%; font-weight: 200;}


/* Main Divs */
#container {width: 900px; margin: 0 auto;}

#header {
	font-size: 0.9em;
	text-align: left;
}
	.title {
		width: 800px; float: left; padding:10px 0  10px 0;
		font-family: Georgia, Times, ‘Times New Roman’, serif;
	}
		.hh1 {
			font-size: 1.9em; color: #587f7e; 
			line-height: 120%; font-weight: 400;
		}
		.sub {color: #94beb1; font-size: 1.2em !important;}
	.menu {
		width: 888px;
		background: #b1d8cc;
		border: 1px solid #b1d8cc;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;	
		padding: 5px 0 5px 10px;
		clear: both;
	}
	
	ul.nav {list-style: none;}
	ul.nav li {display: inline; padding-right: 30px;}

#content {
	width: 880px;
	font-size: 0.8em;	
	background: #b1d8cc;
	border: 1px solid #b1d8cc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 20px;
	float: left;
	text-align: left;
}
	.cleft {width: 260px; float: left;}
	.cleft2 {width: 560px; float: left;}
	.cleft2 p {padding-bottom: 20px;}
	.cmid {width: 260px; float: left;border-left: 1px #b2d6e1 dashed; padding-left: 30px; margin-left: 20px;}
	.cright {width: 260px; float: right;border-left: 1px #b2d6e1 dashed; padding-left: 30px;}
	.cright p {padding-bottom: 20px;}
	
	ul.what {margin-top: -10px; margin-bottom: 10px;}


#footer {width: 900px; text-align: right; font-size: 0.5em;}

/* Slider */
#slideshow-holder	{ width:900px; height:300px; background:url(spinner.gif) center center no-repeat #fff; position:relative; clear: left;}
#progress			{ position:absolute; width:100%; text-align:center; color:#999; top:225px; }