/***************************************************************************************************/
/* Harbour Home Inspections Cascading Stylesheet                                                   */
/* Site Redesigned 06/24/2009                                                                      */
/* All Images and Content Copyright Harbour Home Inspections, use by permission only               */
/* Website Design by Internet DesignWork - Website Design Specialists, Website Development Experts */
/* http://www.internetdesignworks.com                                                              */
/* (317) 669-0439                                                                                  */
/***************************************************************************************************/

body{
	background-color:#ffffff;
	font-family:"century gothic", arial, sans-serif;
	margin:0%;
	text-align:center;
	width:100%;
}

#copy{
	background-image:url("../images/navback.png");
	background-repeat:repeat-x;
	height:30px;
	border-top:#000000 1px solid;
	clear:both;
	color:#333333;
	text-shadow: 1px 1px 1px #000000;
	font-size:70%;
}

#copy a{
	text-decoration:underline;
	color:#0000ff;
	text-shadow: 1px 1px 1px #000000;
}

#copy a:hover{
	text-decoration:none;
	color:#ffffff;
	text-shadow: 1px 1px 1px #990000;
}

#copy h1{
	font-size:110%;
	color:#d5b157;
}

.form{
	border:#d5b157 inset 3px;
}

.form:hover{
	border:#ff0000 inset 3px;
	background-color:#cccccc;
}

#head{
	width:100%;
	text-align:center;
	vertical-align:top;
	height:160px;
	background-image:url("../images/headback.png");
	background-repeat:repeat-x;
}

#indexcontent{
	width:80%;
	text-align:left;
	vertical-align:top;
	color:#000000;
	font-weight:500;
	margin-top:0%;
	margin-left:5%;
}

#indexcontent b.gold{
	color:rgb(184,158,9);
	font-weight:600;
}

#indexcontent h1{
	font-size:120%;
	color:#333333;
	text-align:center;
	text-shadow:2px 2px 2px #999999;
}

#indexcontent li{
	list-style-image:url("../images/bullet.png");
	margin-left: 2px;
	margin-top: 3px;

}

#nav{
	width:100%;
	text-align:center;
	vertical-align:middle;
	background-image:url("../images/navback.png");
	background-repeat:repeat-x;
	height:30px;
	border-top:#000000 1px solid;
	border-bottom:#000000 1px solid;
}

#nav ul{
	list-style-type:none;
	margin-top:1px;
}

#nav li{
	display:inline;	
}

#nav li a{
	color:#000000;
	text-shadow:2px 2px 2px #ffffff;
	font-size:78%;
	font-weight:600;
	display:inline;
	text-decoration:none;	
	height:30px;
	padding-top:-10px;
	border:none;
	width:16%;
	padding-left:24px;
}

#nav li a:hover{
	color:#000000;
	text-shadow:2px 2px 2px #ffff00;
	font-size:78%;
	font-weight:600;
	display:inline;
	text-decoration:none;	
	height:30px;
	padding-top:-10px;
	border:none;
	width:16%;
	padding-left:24px;
	background-image:url("../images/bullet.png");
	background-repeat:no-repeat;
	background-position:0% 50%;
}

#popcontent{
	width:550px;
	font-family:"century gothic", verdana, sans-serif;
	font-size:75%;
	color:#000000;
}

table.table{
	background-color:#000000;
	text-align:center;
	vertical-align:top;
	border:#d5b157 3px outset;
	color:#d5b157;
	font-weight:600;
	width:680px;
}

.table td{
	border:#d5b157 solid 1px;
}

td.nb{
	border:none;
}