@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images-home-inspection/chipped_obsidian-back.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
div.container {
	width:98%;
	margin:1%;
}
table {
	background-color:#FFF;
	text-align:center;
	margin-top:0em;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	border-left-style:double;
	border-left-color:#800000;
	border-left-width:medium;
	border-right-style:double;
	border-right-color:#800000;
	border-right-width:medium;
}
tr, td {
	text-align:left;
	margin-top:0em;
	padding-left: 10px;
	padding-right: 10px;
}
#TDmain {

}
#TDleft {
	width: 170px;
	background-image:url(../images-home-inspection/button-bg2.gif);
	vertical-align:top;
	padding-left: 0px;
	padding-right: 0px;
}
#TableHeader {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	border-left-style:double;
	border-left-color:#800000;
	border-left-width:medium;
	border-right-style:double;
	border-right-color:#800000;
	border-right-width:medium;
	border-top-style:double;
	border-top-color:#800000;
	border-top-width:medium;
	border-bottom-style:double;
	border-bottom-color:#800000;
	border-bottom-width:medium;
}
#TDleftHeader {
	width: 150px;
	background-color: #800000;
}
#TDmainHeader {
	text-align:center;
}
#TableFooter {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	border-left-style:double;
	border-left-color:#800000;
	border-left-width:medium;
	border-right-style:double;
	border-right-color:#800000;
	border-right-width:medium;
	border-bottom-style:double;
	border-bottom-color:#800000;
	border-bottom-width:medium;
}
#TDleftFooter {
	width: 150px;
}
h2 {
	font-size:2em;
	color:#800000;
}
.bold {
	font-weight:bold;
}
.boldRed {
	font-weight:bold;
	color:#800000;
}
.ital {
	font-style:italic;
}
li {
	margin: .8em 0
}
/* Links */

a:link {
	text-decoration: underline;
	color:#800000;
}
a:visited {
	text-decoration:underline;
	color:#800000;
}
a:hover {
	text-decoration: none;
	background-color:#FF704D;
}
a:active {
	background-color:#FF704D;
}
