html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background-color: #ac7b62;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*remember to define focus styles! */

:focus {
	outline: 0;
}

/*remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/*tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	clear: both;
}

#container {
	margin: 0 auto;
	width: 1000px;
}

#header {
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 147px;
}

#nav {
	height: 40px;
}

#home {
	display: block;
	float: left;
	width: 204px;
	height: 40px;
	background: url(images/home.gif) no-repeat 0 0;
}

#home:hover {
	background-position: 0 -40px;
}

#home span {
	position: absolute;
	top: -999em;
}

#home-on #nav #home {
	background: url(images/home.gif) no-repeat 0 -40px;
}

#home-on #nav #home:hover {
	background: url(images/home.gif) no-repeat 0 0;
}

#expertise {
	display: block;
	float: left;
	width: 197px;
	height: 40px;
	background: url("images/expertise.gif") no-repeat 0 0;
}

#expertise:hover {
	background-position: 0 -40px;
}

#expertise span {
	position: absolute;
	top: -999em;
}

#expertise-on #nav #expertise {
	background: url(images/expertise.gif) no-repeat 0 -40px;
}

#expertise-on #nav #expertise:hover {
	background: url(images/expertise.gif) no-repeat 0 0;
}

#flair {
	display: block;
	float: left;
	width: 199px;
	height: 40px;
	background: url("images/flair.gif") no-repeat 0 0;
}

#flair:hover {
	background-position: 0 -40px;
}

#flair span {
	position: absolute;
	top: -999em;
}

#flair-on #nav #flair {
	background: url(images/flair.gif) no-repeat 0 -40px;
}

#flair-on #nav #flair:hover {
	background: url(images/flair.gif) no-repeat 0 0;
}

#results {
	display: block;
	float: left;
	width: 200px;
	height: 40px;
	background: url("images/results.gif") no-repeat 0 0;
}

#results:hover {
	background-position: 0 -40px;
}

#results span {
	position: absolute;
	top: -999em;
}

#results-on #nav #results {
	background: url(images/results.gif) no-repeat 0 -40px;
}

#results-on #nav #results:hover {
	background: url(images/results.gif) no-repeat 0 0;
}

#contact {
	display: block;
	float: left;
	width: 200px;
	height: 40px;
	background: url("images/contact.gif") no-repeat 0 0;
}

#contact:hover {
	background-position: 0 -40px;
}

#contact span {
	position: absolute;
	top: -999em;
}

#contact-on #nav #contact {
	background: url(images/contact.gif) no-repeat 0 -40px;
}

#contact-on #nav #contact:hover {
	background: url(images/contact.gif) no-repeat 0 0;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #88421e;
	line-height: 26px;
	background-color: #cdeff7;
}

#content a {
	color: #6A8483;
	text-decoration: underline;
}

#content span {
	font-size: 22px;
}

#content li {
	margin-left: 30px;
	padding-left: 10px;
	list-style-type: disc;
}

.home-img {
	background-image: url(images/img-home.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 603px;
}

.expertise-img {
	background-image: url(images/img-expertise.jpg);
	background-repeat: no-repeat;
	background-position: 482px 75px;
	height: 565px;
}

.flair-img {
	background-image: url(images/img-flair.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 565px;
}

.results-img {
	background-image: url(images/img-results.jpg);
	background-repeat: no-repeat;
	background-position: 600px  50px;
}

.contact-img {
	background-image: url(images/img-contact.jpg);
	background-repeat: no-repeat;
	background-position: 600px  20px;
}
#left-col {
	float: left;
	width: 454px;
	padding: 25px 20px 25px 25px;
}

#footer {
	border-top: 4px solid #2BC8E0;
	background-color: #cdeff7;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #88421e;
}

#footer .links {
	text-align: center;
	font-size: 12px;
}

#footer .links a {
	color: #6A8483;
	text-decoration: underline;
}

#footer .copyright {
	width: 500px;
	float: left;
	padding-top: 12px;
}