@charset "UTF-8";
@import url("css_reset.css");

/* ------------- Body & Fonts ------------ */


body {
	color:#fbcb8c;
	background-image:url(../images/background.gif);
	background-attachment: scroll;
	background-position:top;
	background-repeat: no-repeat;
	background-color:#fff;
	margin:0;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	margin-bottom:1em;
}



/* ------------- Links ------------ */

a:link, a:visited, a:active { 
	color: #daae00; 
	text-decoration: none; 
	font-weight:bold;
} 
a:hover { 
	color: #daae00;
	text-decoration: none;  
	font-weight:bold;
	border-bottom: 1px dotted #e1c019;
	padding-bottom:1px;
}



/* ------------- Structure ------------ */

/* Level 1 Home Page */
#container {
	position:relative;
	width: 900px;
	margin:0 auto;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:400px;
	z-index:10;
}
#description {
	position:absolute;
	left:705px;
	top:335px;
	width:160px;
	z-index:20;
}
	#description p {
		font-size:.9em;
		line-height:1.4em;
		color: #6F7a12;
		font-weight:normal;
		text-align:right;
	}
#services {
	position:absolute;
	left:90px;
	top:530px;
	width:550px;
	z-index:30;
	color:#fff;
}
	#services h1 {
		text-transform: uppercase;
		letter-spacing:.1em;
		font-size:.9em;
		line-height:1.3em;
		color: #fff;
		font-weight:normal;
		text-align:center;
		display:inline;
		margin:0;
		padding:0;
	}
#contact {
	position:absolute;
	left:90px;
	top:568px;
	width:550px;
	z-index:30;
}
	#contact p {
		letter-spacing:.1em;
		font-size:.9em;
		color: #fff;
		font-weight:normal;
		text-align:center;
	}
	#contact a:link {
		letter-spacing:.1em;
		font-size:1em;
		color: #fff;
		font-weight:normal;
		text-align:center;
	}
	#contact a:hover {
		font-size:1em;
		color: #fbcb8c;
		font-weight:normal;
		text-align:center;
	}
	#contact span {
		color:#43c39d;
	}
