/* HTML */
body {
	margin: 0;
	background: #fff url(images/bkgd_red.gif) repeat-x 0 top;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body#index #nav a.index, body#about #nav a.about, body#inspections #nav a.inspections, body#rates #nav a.rates, body#contact #nav .contact {	
	background: url(images/nav_button2_hover.gif) no-repeat 0 top;
}

a {
	color: #c4161c;
	text-decoration: none;
	background-color: #e3e3e3;
	padding-right: 3px;
	padding-left: 3px;
}

a:hover {
	color: #333;
	text-decoration: none;
}

img.topmargin {
	padding-top: 10px;
}

/* Structure */

#wrapper {
	width: 100%;
	margin-top: 0;
	margin-left: -40px;
}

#content {
	margin: 0px auto 0;
	width: 800px;
}

/* Nav */

#nav {
	width: 170px;
	float: left;
	margin: 80px 0 0;
}

#nav div {
}

#nav div ul {
	list-style-type: none;
	height: 420px;
	margin-top: 20px;
}

#nav div ul li {
	margin: 0;
}

#nav a {
	display: block;
	width: 170px;
	height: 44px;
	color: #fff;
	text-decoration: none;
	font: 120% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(images/nav_button2.gif) no-repeat 0 top;
	direction: rtl;
	text-indent: 25px;
	padding: 14px 0 0;
	margin: 0;
}

#nav a:hover {
	display: block;
	width: 170px;
	height: 44px;
	color: #fff;
	text-decoration: none;
	font: 120% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(images/nav_button2_hover.gif) no-repeat 0 top;
	padding-top: 14px;
	direction: rtl;
	text-indent: 25px;
}

/* Main Content */

#main {
	width: 590px;
	min-height: 521px;
    height: auto !important;
    height: 521px;	
    margin: 0;
	padding: 0;
	float: right;
	background: url(images/bkgd_main3.gif) no-repeat;
}

#main ul {
	color: #333;
	line-height: 1.5em;
	padding: 0;
	list-style-position: inside;
	margin-top: 10px;
}

#table {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	margin-top: 20px;
	padding-top: 5px;
}

#table li {
	color: #333;
	font-size: 120%;
	padding: 0 0 5px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 5px;
}

#table li.gray {
	font-size: 120%;
	padding: 0 0 5px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 5px;
	background-color: #e3e3e3;
}

#main div {
	margin: 0;
	padding-top: 175px;
	padding-right: 50px;
	padding-left: 80px;
}

#main h1 {
	margin: 0;
	color: #c4161c;
	border-bottom: 2px dotted #c4161c;
	font: bold 200% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main h2 {
	margin: 0 0 -5px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	padding-top: 20px;
}

#main h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

#main p {
	color: #333;
	font-size: 100%;
	line-height: 1.7em;
}

#main p.emphasize {
	color: #333;
	font-size: 130%;
	line-height: 1.7em;
}

#main p.follow {
	color: #333;
	font-size: 120%;
	line-height: 1.7em;
}

#main p.footnote {
	color: #666;
	font-size: 85%;
	margin-top: -15px;
}

/* Footer */

#footer {
	width: 590px;
	color: #666;
	font-size: 85%;
	margin: 0;
	padding-left: 289px;

	clear: both;
	padding-top: 25px;
}

#footer div {
}

#main .pic {
	padding: 5px;
	background-color: #e6e6e6;
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}