/*  generic styles --------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0;
	padding: 0;
	text-align: center
}

/* all dark green items */

body, a, h2 {
	color: #003C34
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline
}

em {
	color: #3D9FAC;
	font-style: normal
}
b {
	font-style: bold
}

p {
	margin-top: 0;
	margin-bottom: 1.4em;
	line-height: 1.4em
}

form {
	margin: 0;
	padding: 0
}

form .input {
	border: 1px solid #A1CEC7;
	vertical-align: middle;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#skip {
	text-indent: -1000em;
	line-height: 0
}

/*  page layout styles-------------------------------*/

#container {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(images/background_home.jpg) no-repeat;
	background-position: 0 320px;
}

#feature1 {
	width: 215px;
	float: left;
	margin-left: 36px;
	display: inline;
	margin-top:400px
}

#feature2 {
	width: 210px;
	float: left;
	margin-left: 20px;
	margin-top:400px;
	color: #FFFFFF;
}
#feature2 a{
	color: #FFFFFF;
}

#feature3 {
	width: 210px;
	float: left;
	margin-left: 20px;	
	margin-top:400px;
	color: #B9DFC8;
}

#feature3 a{
	color: #B9DFC8;
}



/* search box */

#subNav .input {
	width: 135px
}

#subNav label {
	background: url(images/search.gif) no-repeat;
	text-indent: -1000em;
	display: block;
	margin-top: 4px
}

/*  navigation styes ----------------------------- */

#navigation {
	position: absolute;
	top: 0;
	left: 0;
}

#navigation ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	color: #fff
}

/*  footer  styles ---------------------------- */

#footer {
	clear: both;
	color: #3D9FAC;
	font-size: .95em;
	padding: 30px 0px 30px 0px;
	margin-left: 28px
}	

#footer a {
	color: #3D9FAC;
	font-weight: bold;
}