@charset "utf-8";
/* CSS Document */

* { margin:0;padding:0;}
body {
	background-image: url(../images/main-background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #548B80;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
}

body, html { padding:0px; margin:0px;}



div#site {	
	width:960px;
	text-align:left;	
	margin : 0px auto; 
	padding-left:5px;
	
}

div#header {
	height:160px;
	background-image:url(../images/header-background.png);
	background-repeat:no-repeat;	
}

div#header-info {
	width:530px;
	height:55px;
	margin-top:67px;
	margin-left:25px;
	position:absolute;
}

h1 {
	color:#FFF;
	font-size:14px;	
	font-weight:normal;
	line-height:20px;
	margin-bottom:10px;
	}
	
p { margin-bottom:10px;}

div#banner {
	height:320px;
	background-image:url(../images/banner-background.png);
	background-repeat:repeat-y;
	padding-left:5px;
}

div#content-top {
	height:10px;
	overflow:hidden;
	background-image:url(../images/content-top-background.png);
	background-repeat:repeat-x;
	margin-left:5px;
	width:950px;
}
div#content-main {
	padding:20px;
	overflow:hidden;
	background-image:url(../images/content-background.png);
	background-repeat:repeat;
	margin-left:5px;
	width:910px;	
}

div.flowbox-3 {
 float:left;
 width:280px; 
}
div.box-divider {
	overflow:hidden;
	width:1px;
	background-color:#8DA6A1;
	margin-left:15px;
	margin-right:15px;
	float:left;
	height:150px;
}

div#footer { margin-top:20px; text-align:center; }

a img { border:none; }
a, a:visited, a:link, a:active { color:#000; text-decoration:underline; }
.float-right { float:right; }
.white { color:#FFF; }

