/* CSS Document */

#mainBG {
	background-color: #D4D4D4;
	background-image: url(images/bgShim.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#logo{
	background-image: url(images/logo.gif);
	height: 73px;
	background-repeat: no-repeat;
}
#leftEdge{
	background-image: url(images/leftEdge.gif);
	background-repeat: repeat-y;
}
#rightEdge{
	background-image: url(images/rightEdge.gif);
	background-repeat: repeat-y;
}
#headerImage {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 174px;
	width: 785px;
}
#navcon{}

#navcon a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-left: 10px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right: 10px;
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:13px;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #AAAAAA;
}
#navcon a.sub1_on{
	color:#DB3C38;
	background-image: url(images/nav2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#navcon a:hover{
	color:#DB3C38;
	background-image: url(images/nav2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#navShadow {
	background-image: url(images/navShadow.gif);
	background-repeat: repeat-x;
	height: 5px;
}
#contentarea {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#contentarea a {
	color: #333333;
	text-decoration: underline;
}
#contentarea a:hover {
	color: #333333;
	text-decoration: underline;
}
#contentarea a.subon {
	color: #333333;
	text-decoration: underline;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	padding-top: 9px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.footerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B9B8B8;
	text-decoration: none;
}
.footerTxt a {
	color: #B9B8B8;
	text-decoration: underline;
}
.footerTxt a:hover {
	color: #B9B8B8;
	text-decoration: underline;
}
.footerTxt a.subon {
	color: #B9B8B8;
	text-decoration: underline;
}
#dottedDevide{
	background-image: url(images/dottedDevide_h.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.priceCellHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #D6D6D6;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FBFAFA;
	border-right-color: #9B9892;
	border-bottom-color: #2C2D7F;
	border-left-color: #FBFAFA;
}
.priceCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #FBFAFA;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FBFAFA;
	border-right-color: #E8E7E5;
	border-bottom-color: #E8E7E5;
	border-left-color: #FBFAFA;
}
#form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.formels1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 95%;
	padding-left: 4px;
}
.formbutts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	width: 100%;
	border-bottom:1px solid #9A909D;
	border-top:1px solid #FAD1D0;
	border-right:1px solid #9A909D;
	border-left:1px solid #FAD1D0;
	background-image: url(images/mort_button.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-bottom: 3px;
}