/*------------start reset styles to reduce browser inconsistency------------*/
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;
}
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;
}
/*------------end reset styles to reduce browser inconsistency------------*/
body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #555544;
	background-image: url(layout-images/topnav-bg.jpg);
	background-repeat: repeat-x;
	line-height: 17px;
}

img
{ border: 0px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
}

a:link, a:visited
{
	color: #40915E;
	font-weight: bold;
}

a:hover, a:active
{
	color: #437091;
}

p

{
	text-align: left;
	padding: 10px 0;
	line-height: 135%;
}
ul {
	list-style-type: square;
	list-style-position: inside;
}
li {
	line-height: 135%;
}
h1 {
	text-transform: uppercase;
	color: #527C74;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #527C74;
	font-size: 120%;
	padding-bottom: 8px;
	margin: 0 0 5px 60px;
	line-height: 135%;
}
h2 {
	letter-spacing: 0.1em;
	border-bottom: 1px solid #555544;
	font-size: 110%;
	padding-bottom: 8px;
	margin: 30px 0 0 60px;
}

.wrapper 
{
	margin: 0px auto;
	width: 1000px;
}
.header {
}
.nav {
	margin: 0px auto;
	width: 1000px;
	height: 72px;
}

.nav a {
	display: block;
	height: 72px;
	text-indent: -9999px;
}
.nav li { list-style: none; float: left; }
.nav ul, li {
	margin: 0px;
	padding: 0px;
}

.nav li.nav-home a {
	background: url(layout-images/nav-home.jpg) no-repeat;
	width: 151px;
}
.nav li.nav-aboutus  a {
	background: url(layout-images/nav-aboutus.jpg) no-repeat;
	width: 151px;
}
.nav li.nav-products  a {
	background: url(layout-images/nav-products.jpg) no-repeat;
	width: 151px;
}
.nav li.nav-services a {
	background: url(layout-images/nav-services.jpg) no-repeat;
	width: 145px;
}
.nav li.nav-pricing a {
	background: url(layout-images/nav-pricing.jpg) no-repeat;
	width: 137px;
}
.nav li.nav-location a {
	background: url(layout-images/nav-location.jpg) no-repeat;
	width: 265px;
}

.nav li.nav-home a:hover {
	background: url(layout-images/nav-home.jpg) no-repeat 0 -72px;
}
.nav li.nav-aboutus a:hover {
	background: url(layout-images/nav-aboutus.jpg) no-repeat 0 -72px;
}
.nav li.nav-products a:hover {
	background: url(layout-images/nav-products.jpg) no-repeat 0 -72px;
}
.nav li.nav-services a:hover {
	background: url(layout-images/nav-services.jpg) no-repeat 0 -72px;
}
.nav li.nav-pricing a:hover {
	background: url(layout-images/nav-pricing.jpg) no-repeat 0 -72px;
}
.nav li.nav-location a:hover {
	background: url(layout-images/nav-location.jpg) no-repeat 0 -72px;
}
.picstrip {
	text-align: right;
	margin-right: 50px;
}
.content {
	width: 900px;
	margin: -40px auto 16px auto;
}
.logo-sm {
	text-align: right;
}
.footerbg  {
	background-image: url(layout-images/btmnav-bg.jpg);
	background-repeat: repeat-x;
	height: 93px;
}
.footer {
	width: 1000px;
	margin: 0px auto;
}
.footer a {
	color: #FFFFFF;
}
.footer p {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 32px 0 0 0;
}
.footer .floatleft {
	margin: 0;
	float: left;
	width: 330px;
	height: 93px;
	background-image: url(layout-images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right 30px;
}
.floatleft {
	margin: 0 5px 5px 0;
	float: left;
}
.floatright {
	margin: 0 0 5px 5px;
	float: right;
}
.small {
	font-size: 80%;
}
