@charset "utf-8";
/* CSS Document */


table {
	border-collapse:separate;
	border-spacing:0pt;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}


body {
	/*background: #f6f4e7 url(nimages/footerlogo.gif) fixed no-repeat  760px bottom;*/
	background: #f6f4e7;
	font-size:.9em;
	font-family:Arial;
	color:#434242;
	min-width:933px;/*--Fixes Background Bug--*/
	margin: 0px;
	line-height: 1.3em;
}

a {
	color:#006666;
	text-decoration:none;
}

a:hover {
	color:#000;
}

a:active {
  outline:none;
}
img {
	border:0pt none;
}

.wrapper {
	width:933px;
	margin:0px auto;
}

#bbody {
	width:100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	position:relative;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 42px;
	height: 40px;
	width: 900px;
	margin-right: auto;
}
#header img.logo {
	position:absolute;
	left:72px;
	top:30px;
}
#header img.locations {
	float: right;
	padding-top: 2px;
}
.line {
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	height: 20px;
	width: 900px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 1.3em;
	color: #007b8c;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
}

.line2 {
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	height: 2px;
	width: 900px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
.nav1 {
	height: 25px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.nav2 {
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
.content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
}

