@charset "utf-8";

* html img,
* html .png{
    azimuth: expression(
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "/images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);
}
body {
	margin-top:20px;
	margin-bottom:20px;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#7d7d7d;
}
a {
outline: none;
}
table.main {
	border-bottom:1px solid #cacaca;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
}
#main_copy {
	width:450px;
	margin-top:8px;
	margin-left:18px;
	font-size:13px;
	line-height:17px;
}
#call_agent {
	margin:30px;
	margin-top:14px;
	font-size:26px;
	color:#959595;
	letter-spacing:0px;
}
.foot_nav {
	font-size:10px;
	color:#7d7d7d;
	text-decoration:none;
}
.foot_nav a:link,  .foot_nav a:active, .foot_nav a:visited {
	font-size:10px;
	color:#7d7d7d;
	text-decoration:none;
}
.foot_nav a:hover {
	font-size:10px;
	color:#dc7c17;
	text-decoration:underline;
}
#amendrop {
	position:absolute;
	width:140px;
	z-index:99;
	left: 0px;
	top: 0px;
	border: 1px solid #dc7c17;
	z-index:99;
}

#amendrop ul {
	padding: 0px;
	margin:0px;
	width:140px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color: #ffffff;
	z-index:99;
}
#amendrop ul li {
	width:140px;
	margin:0px;
	padding:0px;
	z-index:99;
	
}

#amendrop a {
	display: block;
	margin: 0px;
	padding:4px;
	padding-left: 12px;
	text-decoration:none;
	color:#7d7d7d;
	/*
	background-color: #ffffff;
	*/
}

#amendrop a:link, #amendrop a:active, #amendrop a:visited {
	display: block;
	margin: 0px;
	padding:4px;
	padding-left: 12px;
	text-decoration:none;
	color:#7d7d7d;
	/*
	background-color: #ffffff;
	*/
}
#amendrop a:hover {
	color: #731113;
	text-decoration:none;
	background-color: #e7e7e8;

}
#amendrop li.current a:link, #amendrop li.current a:hover, #amendrop li.current a:active, #amendrop li.current a:visited {
	color: #7d7d7d;
	background-color: #e7e7e8;
}
#amendrop li ul li.subnav a:link, #amendrop li ul li.subnav a:active, #amendrop li ul li.subnav a:visited {
	padding-left:20px;
	/*
	color: #731113;
	background-color: #e7e7e8;
	*/
}
#amendrop li.subnav a:hover {
	color: #731113;
	background-color: #e7e7e8;

}
#amendrop li a.topnav:hover {
	color: #7d7d7d;
	background-color: #ffffff;
}

.greybb {
	border-bottom: 1px solid #cacaca;
}
.formlink a:link, .formlink a:active, .formlink a:visited {
	text-decoration:underline;
	color:#ffffff;
}
.formlink a:hover {
	color: #6e1022;
	text-decoration:none;
}

/* Listing Styles End Here */

