@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	background: #fbfbfb 0px 150px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:10px;
}
p {
	line-height:1.4;
	padding: 0 15px 8px 30px;
	text-align:justify;
}
h1 {
	font-size:22px;
	color:#006;
	margin:5px 0 12px 20px;
}
h2 {
	font-size:20px;
	color:#006;
	margin:15px 0 10px 25px;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
	padding: 0 15px 10px 70px;
	line-height:1.5;
}
a {
	text-decoration:none;	
}
a:visited {
	color:#00f;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#header {
	position:relative;
	height: 180px;
	width: 100%;
	background:#fefefe;
}
#logo {
	position:absolute;
	right:205px;
	top:20px;
	z-index:1;
}
#pics {
	position: relative;
	float:right;
	width:253px;
	height:230px;
	margin: 10px 25px 10px 20px;
	text-align:center;
}
#nav{
	position:relative;
	width: 100%;
	height:33px;
	background: #0000b3 url(cssimages/nav-bg.gif) repeat-x;
	border-bottom: 1px solid #94e4f0;
}
#navl {
	position:absolute;
	left:0;
	top:0;
	width:13px;
	height:33px;
	background:#0000b3 url(cssimages/nav-l.gif);
}
#navr {
	position:absolute;
	right:0;
	top:0;
	width:13px;
	height:33px;
	background:#0000b3 url(cssimages/nav-r.gif);
}
#content {
	position:relative;
	width:898px;
	border-left: #f8f8f8 1px solid;
	border-right: #f8f8f8 1px solid;
	background:#fff;
	padding: 20px 0 20px 0;
}
#footer {
	position:relative;
	width:auto;
	min-height:12px;
	font-size:11px;
	color:#006;
	padding: 4px 15px 4px 0;
	text-align:right;
	border-top: 1px solid #f8f8f8;
	background: #fff url(cssimages/pgbot.gif) no-repeat center bottom;
}
/******** NAV  ********/
#tab {
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul {
	list-style:none;
	float:left;
	margin:0 0 0 24px;
	padding:0;
}
#tab li {
	display:inline;
	float:left;
	margin:0;
	padding:0 2px 0 0;
}
#tab a span { /*left tab bg*/
	display:block;
	background:none no-repeat left top;

	font-size:17px;
	color:#ddd;
	font-weight:700;
	line-height:33px;
	margin:0;
	padding: 0 16px;
}
#tab a { /*right tab bg*/
	background: url(cssimages/nav-bg.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a:hover, #tab li.item_active a {
	background-position:right bottom;
	border-color:#FF9300;
}
#tab a:hover span, #tab li.item_active a span {
	background-position:left bottom;
/*	font-weight:700;*/
	font-style:normal;
	text-decoration:none;
}
#tab a:hover span {
	color:#000080;
}
#tab li.item_active a { /*Disable menu switch for active*/
	background-position:right top;
}
#tab li.item_active a span { /*Active colour*/
	color:#94E4F0;

}
/******** END NAV ********/
.clrfix {
	clear:both;
	font-size:0px;
}
.imgleft {
	position:relative;
	float:left;
	padding:0 10px 0 0;
}
.imgright {
	position:relative;
	float:right;
	padding:6px 12px 20px 20px;
}
/* MAP */
#map {
	position:relative;
	float: right;
	width:600px;
	height:440px;
	margin: 0 25px 20px 0;
}
#imap {
	position:absolute;
	top:0;
	left:0;
	width:592px;
	height:432px;
	border:4px solid #ccc;
}
#mtl, #mtr, #mbl, #mbr {
	position:absolute;
	width:24px;
	height:24px;
	z-index: 10;
}
#mtl {
	left:0;
	top:0;
	background:url(cssimages/mtl.gif);
}
#mtr {
	right:0;
	top:0;
	background:url(cssimages/mtr.gif);
}
#mbl {
	left:0;
	bottom:0;
	background:url(cssimages/mbl.gif);
}
#mbr {
	right:0;
	bottom:0;
	background:url(cssimages/mbr.gif);
}
/* FORM */
#formdiv {
	width: 550px;
	margin: 0 0 15px 175px;
	padding:10px 0;
	font-size:13px;
}
textarea, input, .submit input {
	background:#eff9fc;
	border:1px solid #c6c6c6;
}
legend {
	color:#00b;
	background:#fff;
	border:1px solid #ccc;
	padding:2px 10px;
	margin-left:10px;
	font-size:11px;
}
fieldset {
	border:1px solid #4a71d1;
	width:100%;
	padding: 0 0 0 0;
}
fieldset p {
	font-size: 12px;
}
label {
	width:125px;
	float:left;
	text-align:right;
	margin: 3px 5px 3px 0;
	display:block;
	padding:2px 0 0 0;
	clear: left;
}
.submit input {
	margin:10px 0 15px 230px;
	color:#000;
/*	border:2px outset #00f;*/
	font-family:Arial, Helvetica, sans-serif;
	width: 60px;
	padding: 1px 5px;
	line-height: 20px;
}
.submit input:hover {
	border:1px outset #94e4f0;
}
input {
	color:#000;
	padding:0 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	width: 280px;
	margin: 3px 0 3px 0;
}
textarea {
	color:#000;
	padding:0 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	width: 280px;
	margin: 3px 0 3px 0;
	height: 68px;
	font-size:13px;
}
p.formtext {
	font-size:13px;
	padding:15px;
}
