/* CSS Document */

#body {
	background-color: #262626;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}
h2 {font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}
p {font-size: 12px;
	color: #333333;
	text-align:left;
	padding-top:0px; 
}

#table1 {
	background-color: #FFFFFF;
	padding: 7px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 165px;
}
#navBg {
	background-color: #C31F41;
	width: 250px;
	padding-top: 20px;
}
#content1 {
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 5px solid #000000;
	height: 410px;
}
.contentAreaHome1 {
	padding-right: 10px;
	font-size: 13px;
	color: #333333;
	margin-top:0px;
	padding-top:0px;
}
.contentAreaHome2 {
	font-size: 13px;
	color: #333333;
	text-align:left;
	margin-top:0px;
	padding-top:10px;
}
.pageHeader {
	padding-bottom: 15px;
	border-bottom: 1px dotted #333333;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}
#dottedCentre {
	background-image: url(images/dotted_h.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#contentFooterLeft {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px dotted #333333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}
#contentFooterRight {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px dotted #333333;
	font-size: 30px;
	text-align: right;
	color: #333333;
}
.copyright {
	padding-top: 3px;
	font-size: 10px;
	color: #939393;
}
.copyright a {
	color: #939393;
	text-decoration: underline;
}
.copyright a:hover {
	color: #939393;
	text-decoration: underline;
}
.copyright a.subon {
	color: #939393;
	text-decoration: underline;
}
.Txtlink {
	font-size: 13px;
	text-decoration: underline;
}
.Txtlink a {
	color: #F00;
	text-decoration: underline;
}
.Txtlink a:hover {
	color: #F00;
	text-decoration: underline;
}
.Txtlink a.subon {
	color: #333333;
	text-decoration: underline;
}
#form {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.formels1 {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	width: 100%;
	padding-left: 4px;
}
.formbutts {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	width: 100%;
	border-bottom:1px solid #9A909D;
	border-top:1px solid #EADBEE;
	border-right:1px solid #9A909D;
	border-left:1px solid #EADBEE;
	background-image: url(images/mort_button.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-bottom: 3px;
}
.txtHeaders {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#floatright{
	clear: left;
	float: right;
	padding-bottom: 10px;
	padding-left: 30px;
}
.priceCellHeader {
	font-size: 13px;
	color: #333333;
	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: #C31E48;
	border-left-color: #FBFAFA;
}
.priceCell {
	font-size: 13px;
	color: #333333;
	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;
}

.fltrt { 
	float: right;
	width:185px;
	margin-left: 15px;
	padding-bottom:10px;
}

.fltlft { 
	float: left;
	margin-right: 40px;
	width:187px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* test nav */


#navlinks a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 5px;
	background-image: url(images/buttons/button.gif);
	background-repeat: no-repeat;
	height: 33px;
}
#navlinks a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(images/buttons/button.gif);
	background-repeat: no-repeat;
	height: 33px;
}
#navlinks a.subon{
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(images/buttons/button.gif);
	background-repeat: no-repeat;
	height: 33px;
}

td {padding:0;}
