@import url(style.reset.css);
@import url(style.nav.css);

body {
	/* background: #023a4c; */
	background: #023C4E;
}

#footer {
	color: #8bd5e8;
	font: 10px Verdana;
	padding: 0 0 0 0;	
}

#footer p {
	margin: 10px 0 0 0;
	padding: 0px;
}

/** LINKS **/

a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover, a:active {
	color: #D7AC3C;
	text-decoration: none;
}

a.addfield {
	background: url(../../images/interface/add.png) no-repeat 0 50%;
	padding-left: 22px;
}
/*
#footer a {
	color: #fff;
	text-decoration: none;
}
*/

/** Staff Listing **/
#stafflist {
	margin: 0 auto;
	width: 100%;
	border: 1px solid #6BAFBF;
	border-top-width: 4px;
	border-bottom-width: 4px;
}
#stafflist td, #stafflist th {
	padding: 4px 6px;
	vertical-align: middle;
	background: #0D7D97 url(../../images/interface/dottedline.png) repeat-x 0 100%;
}
#stafflist .last td, #stafflist .last th {
	background-image: none;
}
#stafflist th {
	padding-right: 8px;
}

/** Testimonials **/
.t-quote {
	margin-bottom: 6px;
}
.t-name {
	font-style: italic;
	border-bottom: 1px dotted #d9f2fa;
	padding-bottom: 10px;
	font-size: 90%;
	margin-bottom: 10px;
}

