body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
body {
	background: #ACC8C1 url(images/bg.png) no-repeat fixed center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #60604B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #60604B;
}
a:hover {
	text-decoration: underline;
	color: #60604B;
}
a:active {
	text-decoration: none;
	color: #60604B;
}


.copyright {
	color: #FFFFFF;
	padding: 4px;
}
#copyright a:link, #copyright a:visited {
	color: #FFFFFF;
}
#copyright a:hover {
	color: #E2DEBD;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #84A99D;
	text-transform: uppercase;
}
.quote {
	font-size: 14px;
	font-style: italic;
	color: #82CECA;
	margin: 20px;
	font-weight: bold;
}

.content {
	padding: 14px;
}
.sidebar {
	padding: 10px;
	color: #FFFFFF;
}



/* IMAGES ---------- */
.float-left {/* Left Floated Images */
	float: left;
	margin: 0 9px 18px 0;
	border: 0px; text-align: left;
}

.float-right {/* Right Floated Images */
	float: right;
	margin: 0 0 18px 9px;
	clear: right;
	border: 0px;
}

img {
	border-width: 0px;
}

.highlight {
	color: #6D8C7D;
	font-size: 12px;
	font-weight: bold;
}



/* ---------------Navigation ------------------ */
ul#nav {
	height: 54px;
	list-style: none;
	margin: 0;
	padding: 0;
}


/*  Makes the list items sit next to each other */
#nav li {float: left;}


/*  Sets styles for all links that are inside the ul id="top-nav" */
#nav a {
display: block;
height: 54px; 
overflow: hidden; 
text-indent: -1999em; /* Indents the rich-text so it does not show */
}

/* Set the image for each nav item */

#home {background: url(images/nav-home.jpg); width:76px;}
#services {background: url(images/nav-services.jpg); width:76px;}
#products {background: url(images/nav-products.jpg); width:77px;}
#results {background: url(images/nav-results.jpg); width:77px;}
#questions {background: url(images/nav-questions.jpg); width:76px;}
#resources {background: url(images/nav-resources.jpg); width:78px;}
#about-me {background: url(images/nav-about-me.jpg); width:76px;}
#contact {background: url(images/nav-contact.jpg); width:77px;}
#blog {background: url(images/nav-blog.jpg); width:74px;}

/* Shift the image position up to show the active state */
#nav a:hover, #nav a.active, #top-nav .active {background-position: 0 -54px;}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}
