/* ========================================================================== */
/* You are now reading some awesomely beautiful code written by Thomas Valeri */
/* ========================================================================== */


/* ========= */
/* = reset = */
/* ========= */

* { margin: 0; padding: 0; border: 0; }
a img { border: none; }
p { margin-bottom: 20px; }

/* ============ */
/* = elements = */
/* ============ */

body {
	font-size: 14px;
	font-family: "Calisto MT", Garamond, serif;
	line-height: 20px;
	
	background-image: url("../images/top-bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	
	color: #000000;
}

a 		{ text-decoration:none; color: #999999; }
a:hover { text-decoration: underline; color: #333333; }

.navLi a		{ color: #ffffff; }
.navLi a:hover	{ color: #001f32; text-decoration: none; }

h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	color:#777;
}

/* ======= */
/* = top = */
/* ======= */

#search {
	position: absolute;
	top: 0;
	height: 20px;
	width: 100%;
	
	color: #ffffff;
}

	#search span {
		float: right;
	}

#top {
	position: relative;
	height: 520px;
	margin-bottom: 30px;
}

	#top #logo {
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left:-400px;
	}
	
	#top #nav {
		position:absolute;
		top: 30px; 
		left: 50%;
		margin-left: -100px;
		width: 500px;
		
	}
	/* NAV SECTION */
	.navLi { float: right; display: block;}
	.navLi li {
		list-style:none outside none;
		float: left;
		padding: 5px;
		display: inline;
		margin-left: 30px; 
	}
	.navLi li.active {
		border-bottom: 1px solid #ffffff;
	}
	
	.navLi li:hover {
		background-color: #d4e9ff;
		cursor: pointer;
		
		text-decoration: none;
	}
	/* END NAV SECTION */
	
	#search {
		display: inline;	
	}

	#flashbox {
		position:absolute;
		width: 900px;
		top: 150px;
		left: 50%;
		margin-left: -450px;
		height: 360px;
		border: 1px solid #e6e6e6;
		padding: 0px;
		
		/* ONLY TEMP CODE UNTIL FLASH IS DONE!!! 
		background: url('../images/banner.gif') #ffffff no-repeat top left;
		*/
	}
	
#middle {
	padding-bottom: 50px;
	border-bottom: 1px solid #e6e6e6;
}
	#middle h2 {
		width: 910px;
		margin: 0px auto;
	}

#bottom {
	background-color: #f5f5f5;
	height: 350px;
	padding: 0px 10px 0px 10px;
}
	#location {
		width: 45%;
		float: left;
		margin-left: 15%;
	}
		#location img {
			float: left;
		}
	
	#services {
		width: 35%;
		margin-right: 3%;
		float: right;
	}

#footer {	

	border-top:1px solid #e6e6e6;
	font-size:10pt;
	
	text-align:center;
	
	padding-top: 5px;
	padding-bottom: 30px;
}
	
	#copy { float: right; width: 50%; text-align:right; }