@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#BDDAF9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 000000;
}
#container {
	width: 825px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding-top:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom:40px;
	
}
.header {
	height:150px;
}
.main-bkg {
	height:100%;
	background-image:url(images/prop-middle.gif);
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:10px;
	vertical-align:top;
}
.bod {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: lighter;
	font-variant: normal;
	color: #666666;
	padding-right: 42px;
	padding-top: 12px;
}
.footer {
	height:70px;
	background-image:url(images/footer_lg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:left;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:16px;
	color:#7070aa;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#787878;
}
.listings {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#777777;
}
a:link {
	color: #5797DD;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #5797DD;
}
a:active {
	color: #5797DD;
}
.bold {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #5797DD;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7070aa;
	margin-left: 15px;
}
.top a:link {
	color: #7070aa;
	text-decoration: none;
}
.top a:visited {
	color: #569deb;
	text-decoration: none;
}
.top a:hover {
	color: #569deb;
	text-decoration: underline;
}
.top a:active {
	color: #7070aa;
	text-decoration: none;
}
.style2 {font-family: Arial; font-size: 11px; font-style: normal; font-weight: bold; color: #5797DD; }
.home {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: 7070aa;
	padding-right: 50px;
	padding-top: 0px;
	padding-left: 2px;
}
.address {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: lighter;
	font-variant: normal;
	color: #666666;
	padding-right: 50px;
	padding-top: 0px;
	padding-left: 2px;
}
.address1 {	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: lighter;
	font-variant: normal;
	color: #666666;
	padding-right: 50px;
	padding-top: 0px;
	padding-left: 2px;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#47444C;
	padding-left:40px;
}
.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer a:active {
	color: #ffffff;
	text-decoration: none;
}

