body {
	text-align: center;
	margin: 0px;
}

#content {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}

#topNav {
	display: block;
	height: 65px;
	width: 860px;
	text-align: left;
}

#topNav #Logo {
	display: block;
	height: 60px;
	width: 200px;
	float: left;
}
#topNav #headsubmit {
	display: block;
	height: 27px;
	width: 99px;
	float: left;
	clear:right;
	position:relative;
	left:10px;
	top:18px;
}
#topNav #ZipFinder {
	display: block;
	height: 60px;
	width: 340px;
	background-image: url(../images/header_zipFinderBgd.gif);
	background-repeat: no-repeat;
	margin-left: 200px;
	float: left;
}
#topNav #enterBox {
	display: block;
	height: 20px;
	width: 80px;
	
}
#Logo a {
	display: block;
	width: 200px;
	height: 60px;
	background-image: url(/images/header_logo.gif)
}

#Logo a span {
	display: none;
}

.zipbox{
	display: block;
	height: 20px;
	width: 80px;
	margin-top: 18px;
	margin-left: 250px;
	border: thin dashed #000000;
}

#topNav #divider {
	background-image: url(../images/header_divider.gif);
	display: block;
	height: 5px;
	width: 860px;
	top:60px;
	background-repeat: no-repeat;
	float: left;
}

#leftNav {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 250px;
	text-transform: uppercase;
	height: 600px;
	float: left;
}

#leftNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#leftNav li a {
	height: 2em;
	line-height: 2em;
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

#leftNav li a:hover {
	height: 2em;
	line-height: 2em;
	display: block;
	color: #F4811F;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	background-color: #E1E1E1;
}

#mainFlash {
	//background-image: url(../images/bgd_tile.gif);
	display: block;
	height: 380px;
	width: 860px;
}

#detailPhoto {
	float: left;
	width: 300px;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	display:block;
}


#detailPhoto img {
	float: left;
	position: relative;
	display:block;
	border:1px solid #F4811F;
}

#toolDetail {
	width: 610px;
	display: block;
	height: 600px;
	background-image: url(../images/detail_bdg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding-top: 8px;
	float: left;
}

#toolDetail li {
	list-style-type: square;
	font-weight: normal;
	

}

h1, .detailTitle {

	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 30px;
	font-weight: normal;
	padding-left: 10px;
	margin: 0;
}

h2, .detailSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
	padding-left: 10px;
	margin: 0;
	display: inline;
}

#detailText {
	padding-top: 7px;
	margin-left: 317px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	width: 280px;
	clear:right;
}

.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

#footer {
	display: block;
	height: 40px;
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
}

#legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	display: block;
	height: 30px;
	width: 860px;
	margin-top: 15px;
	float: left;
}

#fragment {
	margin-top: 10px;
}

.fragmentHeader {
	background-color: f2f2e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 5a5a50;
	text-align: left;
	padding-left: 10px;
}
#rightNavHome {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #E3E6C8;
	background-color: #71705B;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	height: 50px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 17px 0px 0px;
}
	#footer a:link 		{color: #E3E6C8; text-decoration:underline;}
	#footer a:visited 	{color: #E3E6C8; text-decoration:underline;}
	#footer a:hover		{color: #E3E6C8; text-decoration:none;}
	#footer a:active	{color: #E3E6C8; text-decoration:underline;}

