html { 
	font-size: 100%;
	}
	
* { 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	border: none;

	 }


a:link,
a:visited,
a:hover,
a:active,
a img {
	border: none;
	color: #A8C298;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #A8C298;
}

#header a:hover {
	border: none;
}

ul {
	list-style-type: none;
}

body {
	background: #24677a url(images/slice.jpg) top left;
	background-repeat: repeat-x;
	margin: 0px 40px;
}

#container {
	width: 960px;
	margin: 0 auto 0 auto;
	height: 840px;
	background: none;
	border: none;
}

#container p {
	color: white;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
}

#header {
	position: relative;
	background: white url(images/why.png) 80% 10%;
	background-repeat: no-repeat;
	padding-top: 20px;
	height: 112px;
	width: 100%;
	}
	
	#why {
	position: absolute;
	top: -8px;
	right: 20px;
	color: #005467;
	color: #A8C298;
	letter-spacing: -.5px;
	}
	
	#why h1 {
	text-indent: -9000px;
	}
	
	
	
#top-nav {
	width: 940px;
	padding: 0px 0 24px 0;
	margin: 0px 0px 0 0;
	color: #A8C298;

	}
	
	#top-nav ul {
	position: relative;
	margin-top: 26px;
	margin-left: -38px;
	}


#top-nav ul li a:link,
#top-nav ul li a:visited,
#top-nav ul li a:hover,
#top-nav ul li a:active,
#top-nav ul li span {
	display: block;
	color: #A8C298;
	width: 94px;
	height: 24px;
	text-decoration: none;
	}
	
	#top-nav li a:hover {
	color: white;
	border: none;
	text-decoration: none;
	}
	
	#top-nav ul li {
	display: block;
	float: left;
	width: 94px;
	text-indent: -9000px;
	}


#top-nav h1 {
	position: absolute;
	text-indent: -9000px;
}

li#home {
	background: transparent url(images/home.gif) no-repeat bottom left;	
} 


li#home:hover,
li#home span  {
	background: transparent url(images/home-hover.gif) no-repeat bottom left;	
} 

li#about {
	background: transparent url(images/about.gif) no-repeat bottom left;	
} 

li#about span,
li#about:hover {
	background: transparent url(images/about-hover.gif) no-repeat bottom left;	
} 

li#contact {
	background: transparent url(images/contact.gif) no-repeat bottom left;	
} 

li#contact span,
li#contact:hover {
	background: transparent url(images/contact-hover.gif) no-repeat bottom left;	
}  

#focal {
	float: right;
	padding-right: 8px;
	padding-top: 54px;
}

#main {
	min-height:660px;
}
#main p {
	padding: 8px 420px 2px 36px;
	margin: 0;
	line-height: 1.6em;
	letter-spacing: .5px;
	font-size: 22px;
/*	text-indent: -90000px;*/
	}
	
	#main ul li {
	color: white;
	font-size: 20px;
	padding-bottom: 6px;
	}
	
#content #main #offset {
	padding: 8px 420px 0 36px;
	font-size: 20px;
	line-height: 1.5em;
	/*text-indent: -9000px;*/
	}
	
	#content #main .offset-two {
	padding: 12px 420px 0px 120px;
	font-size: 18px;
	line-height: 1.6em;
	}
	
	#content #main #offset-three {
	padding: 12px 20px 0px 36px;
	font-size: 18px;
	line-height: 1.7em;
	}
	/*
	#main .shift-one {
	padding: 74px 0 0 40px;
	}
	#main .shift-two {
	margin-top: -40px;
	padding: 0px 0 0 120px;
	}*/
	
	#main h1,
	#main h2 {
	padding: 20px 0 0 0;
	margin: 0;
	text-indent: -90000px;
	}
	
	
	#main h2 {
	padding: 0;
	}
	
	#main .specText {
	font-size: 12px;
	}
	
	
	#footer {
	clear: both;
	
	font-size: 11px;
	color: #4B89A0;
	}
	
	#container #footer p  {
	text-align: right;
	color: #4B89A0;
	}
	
	#container #footer .spec  {
	margin-top: -18px;
	padding: 18px 58px 9px 0;
	text-align: left;
	color: #4B89A0;
	float: left;
	background: transparent url(images/sig-dark.gif) no-repeat bottom right;
	}
	
	#container #footer .spec:hover  {
	text-align: left;
	color: #68C1E0;
	color: #5DAFC6;
	float: left;
	background: transparent url(images/sig.gif) no-repeat bottom right;
	}
	
	#tag {
	position: absolute;
	top: 154px;
	right: 34px;
	}
	


/* removes Firefox dotted border
---------------------------------------- */
a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

