p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #000000;
	line-height: 16px;
}
.footer {
}

.home-copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #330033;

}
a:link {
	color: #006666;
}
a:hover, a:visited {
	color: #666666;
}
P.pulltrans {
color:black;
width:150px;
background:white;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
float:right;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
font-size: 28px;
line-height:26px;  
text-align: right;
}
.bkgdnorepeat {
	background-image: url(images/interior_r9_c3.gif);
	background-repeat: no-repeat;
}
.norepeat {
	background-repeat: no-repeat;
}



.beforeafter {
	margin-left: 33px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #006666;
	padding-bottom:6px;
	margin-top:28px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #336666;
}
.bodylinks {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #336666;
	text-decoration: underline;
	font-size: 12px;
	line-height: 15px;
}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #330033;
	font-size: 10px;
	line-height: 12px;
	bottom: 4px;
	padding-bottom: 3px;
}
.footerlinks a:link, a:visited{
    color: #330033;
	text-decoration:underline;
}
.footerlinks a:hover{
	color: #666;
}
.bodylinksBold {


	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336666;
	text-decoration: underline;
	font-size: 12px;
	line-height: 15px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 16px;
	padding-top: 6px;
	margin-bottom: 8px;
	vertical-align:middle;
}
/*Mouse over image-junction box*/
.thumbnailj{
position: relative;
z-index: 5;
}

.thumbnailj:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailj span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 5px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailj span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailj:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -220px;
	#top: -300px;
	border:#9FB1C1 1px solid;
	left:-60px; /*position where enlarged image should offset horizontally */
	#left:-50px; /*position where enlarged image should offset horizontally */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
color:#333;
	z-index: 100;
}
html>body.thumbnailj:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top:100px;
	left:-60px; /*position where enlarged image should offset horizontally */
	z-index: 60;
}
