@charset "utf-8";

/* PNG Fix */
img, div, a { behavior: url(iepngfix.htc) }



body {
	background: #ffffff url(images/bg.jpg);
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 775px;
	margin: 0 auto;
}
.section {}
#subpage_section {
	background-color: #daf0fe;
	padding-left: 40px;
	padding-top: 25px;
	margin-top: 5px;
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 132px;
}
#navigation {
	background: url(images/navigation.jpg) no-repeat;
	float: left;
	width: 263px;
	height: 188px;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 14px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
a.lime, a.blue, a.light_blue, a.lighter_blue {
	background: url(images/lime.png) no-repeat;
	width: 110px;
	float: left;
	padding-left: 20px;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 10px;
}
a.blue {
	background: url(images/blue.png) no-repeat;
}
a.light_blue {
	background: url(images/light_blue.png) no-repeat;
}
a.lighter_blue {
	background: url(images/lighter_blue.png) no-repeat;
}
#navigation_right {
	background: url(images/navigation_right.gif) no-repeat;
	float: right;
	width: 502px;
	height: 208px;
}
#welcome {
	width: 387px;
	height: 306px;
	background-color: #daf0fe;
	float: left;
}
#welcome p, #services p, #subpage_section p {
	padding: 0 20px 0 30px;
	line-height: 1.9;
	color: #4f4e4e;
	margin: 0 0 20px 0;
	font-size: 10px;
}
#subpage_section p {
	padding: 0 60px 0 30px;
}
#services {
	width: 387px;
	height: 306px;
	background-color: #cfffb8;
	float: right;
}
.middle_blue, .middle_green, .subpage_heading {
	border-bottom: 1px dashed #b6c7d3;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: normal;
	font-size: 17px;
	font-family: Trebuchet MS, sans-serif;
	color: #565656;
	width: 300px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.middle_green {
	border-bottom: 1px dashed #add39b;
	color: #3e6199;
}
.subpage_heading {
	margin: 0 0 20px 0;
}
#art {
	width: 273px;
	height: 279px;
	float: left;
	background: url(images/bottom_left.gif) no-repeat;
}
#faq {
	width: 492px;
	height: 267px;
	float: right;
	background: url(images/bottom_right.gif) no-repeat;
	padding: 12px 0 0 8px;
	color: #4f4e4e;
	position: relative;
}
#faq ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 10px;
}
#faq ul li {
	background: url(images/arrow.gif) no-repeat 0 6px;
	padding-left: 15px;
	line-height: 1.8em;
}
#faq ul li a {
	color: #ff0000;
	text-decoration: none;
	margin-right: 5px;
}
#members {
	position: absolute;
	width: 192px;
	height: 70px;
	bottom: 8px;
	right: 8px;
}
#members a {
	display: block;
	width: 50%;
	height: 70px;
	float: left;
}
#footer {
	background-color: #4da9f7;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 0;
}
#footer p {
	margin-top: 0;
	margin-bottom: 3px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
.clear {
	clear: both;
}