/*Main style for all property search pages*/
body {
	background-image:url(../images/bg.gif);
	margin:0;
   padding:0; }
	
.outline { 
	border: 2px solid #8998BD;
	width:790px;
	margin: 0 auto 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;}
	
.headerimg {
	width: 790px;
	margin: 0 auto 0 auto;
	border-bottom:1px solid #000066; }

.headerimg img {border:0;}
/*Main style for all pages ends here*/
/*Sub header starts here */
#sectionhdr {
	border-top:solid 1px #1A1A71;
	background: #21418c;
	height:68px;}

#sectionhdr img {
	border: 2px inset #000000;
	float:left;
	margin-top:4px;
	margin-left:18px;}
	
#hdrtxt {
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:32px;
	display:inline;
	position:relative;
	color:#FFFFFF;
	text-shadow:2px 2px 2px #000000;
	left:130px;
	top:10px;}
/*Sub header ends here */

#content {
	width:646px;
	height:559px;
	font-size:13px;
	padding:7px;
}
html>body #content {width:649px;}
*:first-child+html #content{height:575px;}

#content h2 {
	margin-top:1px;
	margin-bottom:-3px;
	color:#1E90FF;
	text-align:center;
}

#content p{margin-bottom:-7px;}
html>body #content p {margin-bottom:-5px;}
*:first-child+html #content p {margin-bottom:-7px;}

#content ul{margin-bottom:-3px;}

#content a {text-decoration:none;}

.redtext {color:#ba0202;}
.redtextBold{
	color:#ba0202;
	font-weight:bold;}
.bluetext {color:#21418c;}
.boldtxt{font-weight:bold;}

.specialred{
	color: #BD0000;
	font-weight: bold;
}

.specialblue{
	margin-top:3px;
	color:#1E90FF;
	font-size:16px;
	margin-bottom:-5px;
}
.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: inside;
}

th {text-align:left;}

.footer {
	margin-top:-3px;
	font-size: 11px;
	padding:5px;}


