/* BODY and Root-Table */
body {
	background-image: url( /images/BG.jpg );
	background-repeat: repeat-y;
	background-color: #D69273;
	background-position: left;
	font-family: arial;
	margin: 0;
	padding: 0;
}
.bodyTable{ height: 825px; width: 100%; }

img{ padding: 0;margin:0;border:0; }
p{ padding: 0;margin:0;border:0; }

/*Navigation-points left*/
.nav{
	color: black;
	font-size: 14px;
	background-image: url( /images/navBG.gif );
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 8px;
	padding-bottom: 10px;
	vertical-align: bottom;
}
.nav a{ color: black; font-size: 12px; text-decoration: none; }
.nav a:link{ }
.nav a:hover{ color: white; }
.nav a:active{ }
.nav a:visited{ }
.nav .capitalLink{ font-size: 26px; }
.nav .smallLink{ font-size: 10px; }

/*Sub-Navigation-points left*/
.navSmall1{
	color: white;
	font-size: 11px;
	background-image: url( /images/navBGsmall.gif );
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 33px;
	padding-bottom: 4px;
	vertical-align: bottom;
}
.navSmall1 a{ color: #40271A; font-size: 11px; text-decoration: none; }
.navSmall1 a:link{ }
.navSmall1 a:hover{ color: white; }
.navSmall1 a:active{ }
.navSmall1 a:visited{ }
.navSmall1 .capitalLink{ font-size: 24px;}
.navSmall1 .smallLink{ font-size: 10px; }
.navSmall2{
	color: white;
	font-size: 11px;
	background-image: url( /images/navBGsmall.gif );
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 33px;
	padding-bottom: 4px;
	vertical-align: bottom;
}
.navSmall2 a{ color: #F8F1ED; font-size: 11px; text-decoration: none; }
.navSmall2 a:link{ }
.navSmall2 a:hover{ color: white; }
.navSmall2 a:active{ }
.navSmall2 a:visited{ }
.navSmall2 .capitalLink{ font-size: 24px;}
.navSmall2 .smallLink{ font-size: 10px; }

/*Navigation-points top*/
.topNav td{ padding: 2px 10px 0 10px; }
.topNav a{ color: black; text-decoration: none; }

/*Page-divs*/
#pageHead{
	width: 781px;
	height: 45px;
	color: white;
	font-size: 34px;
	background-image: url( /images/pageHeadBG.gif );
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
}
#page{
	width: 781px;
	text-align: justify;
	overflow: auto;
	overflow-x: hidden;
	height: 491px;
	padding: 0;
	margin: 0;
	scrollbar-base-color: #40241D;
}
#page p{ border:0; margin: 0; padding: 0; }
#page img{ border:0; margin: -1; padding: -1; }
.redttable { border: 0; margin: 0; padding: 0;} 
.redttable td { background-color: black; }

.pageTd{
	vertical-align: top;
	padding: 20px 20px 0 0;
	background-image: url( /images/Sym1.gif );
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Container divs for headings */
.container{
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	padding: 10px 20px 10px 20px;
}
.container .head3{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.container .head4{
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.navigation{
	vertical-align: top;
	background-repeat: no-repeat; 
	background-image: url( /images/navL.gif );
	background-position: left top;
	padding-top: 8px;
}

.pictures{
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

.button{
	background-color: transparent;
	background-image: url( /images/button.gif );
	background-position: left top;
	border: 0;
	padding-bottom: 6px;
	color: #40271A;
	width: 240px;
	height: 24px;
	margin: 5px 0 5px 0;
}

.shadow{ background-color: #40241D; }
.mainColor{ background-color: #C24521; }

.houseListRow{
	background-color: #C24521;
	color: white;
	padding: 5px;
	width: 100%;
	height:100%;
}
.configTable{ width: 768px; }
.configTable a{ color: #C24521; font-size: 15px; text-decoration: none; }
.configTable a:hover{ text-decoration: underline; }
.configTable td{ text-align: center; padding: 2px 2px 2px 2px;}

.configInfoTable th{ text-align: right; padding-right: 10px;}

.checkbox{ background-color: #E87A5E; }

.contact {
	font-size: 12px;
}
.contact th{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 150px;
}
.contact td{
	padding: 5px 0 0 15px;
}
.contact input{
	width: 200px;
}
.contact textarea{
	font-family: arial;
	font-size: 12px;
}
#callback{ width: 20px; margin: 0;}

