body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
body {
	background-color: #81C89C;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}


.container {
	background: #FFFFFF;
}
.container-foot {
	background: #FFFFFF;
	height: 14px;
	width: 762px;
}
.content {
	padding: 4px 30px 20px 40px;
	background: #FFFFFF;
}
hr {
	height: 1px;
	width: 690px;
	color:#a8a2a2
}
#bullets li {
	list-style: url(images/bullet.gif);
}








/* these are the main links */

a:link {
	color: #6C9692;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6C9692;
}
a:hover {
	text-decoration: none;
	color: #C16127;
}
a:active {
	text-decoration: underline;
	color: #6C9692;
}

/* Headings */
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #A57632;
	margin-bottom: 0px;
}

h2 {
	color: #5B4751;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #69A3C8;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Footer */
.footer {
	color:#a8a2a2;
	font-size:12px;
	vertical-align: middle;
}


#footer a:link, #footer a:visited {
	color: #a8a2a2;
	text-decoration: none;
}
#footer a:hover {
	color: #a8a2a2;
	text-decoration: underline;
}

.lolalu {
	color:#FFFFFF;
	font-size:12px;
	vertical-align: middle;
}


#lolalu a:link, #lolalu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#lolalu a:hover {
	color: #CDEAD7;
	text-decoration: underline;
}


/* IMAGES ---------- */
.float-left {/* Left Floated Images */
	float: left;
	margin: 0 12px 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;
}


/* ---------------Navigation ------------------ */
ul#nav {
	height: 136px;
	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: 136px; 
overflow: hidden; 
text-indent: -1999em; /* Indents the rich-text so it does not show */
}

/* Set the image for each nav item */

#campaign-gallery {background: url(images/nav-campaign-gallery.jpg); width:193px;}
#about-us {background: url(images/nav-about-us.jpg); width:185px;}
#contact-us {background: url(images/nav-contact-us.jpg); width:193px;}
#blog {background:url(images/nav-blog.jpg); width:191px;}


/* Shift the image position up to show the active state */
#nav a:hover, #nav a.active, #top-nav .active {background-position: 0 -136px;}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}
