@charset "utf-8";
body {
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 11px;
    color: #474747;
    margin: 0px;
    background: #fff;
}
td, input, select, textarea {
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 11px;
    color: #474747;
}
img {
    border: 0px;
}
a:link, a:visited, a:active {
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #0157b7;
    text-decoration: none;
}
a:hover {
    color: #BB0000;
    text-decoration: underline;
}

a.grey_link:link, a.grey_link:visited, a.grey_link:active {
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #999999;
    font-size:11px;
    text-decoration: none;
}
a.grey_link:hover {
    color: #999999;
    font-size:11px;
    text-decoration: underline;
}

form {
    margin: 0px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
	  color: #0157b7;
}

h2 {
    font-size: 14px;
    font-weight: bold;
	  color: #0157b7;
}

h3 {
    font-size: 13px;
    font-weight: bold;
	  color: #0157b7;
}

h4 {
    font-size: 12px;
    font-weight: bold;
	  color: #0157b7;
	  margin:0px;
}


/* Page Navigator */
.required
{
	color:#FF0000;
	font-weight:bold;
}
.p_navigation {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0px;
}
.p_navigation a:link, .p_navigation a:visited, .p_navigation a:active {
    text-decoration: none;
    color: #185196;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    padding: 2px 6px;
    font-size: 11px;
}
.p_navigation a:hover {
    background: #185196;
    color: #ffffff;
    border-color: #b8b8b8;
}
.p_total, .p_of {
    background: #ffffff;
    border: 1px solid #b8b8b8;
    font-weight: bold;
    padding: 2px 5px;
    margin-right: 3px;
}
.p_total span, .p_of span {
    color: #185196;
}
.p_on {
    background: #185196;
    color: #ffffff;
    border: 1px solid #b8b8b8;
    padding: 2px 6px;
    font-size: 11px;
}
.tblheader td {
	font-weight: bold;
	color: #ab8b48;
	text-transform: uppercase;
	background-color: #faebcc;
}

/* News */
.news_img{
	float: left;
	padding: 4px;
	margin-right:10px;
	margin-bottom:10px;
	border:#CCCCCC 1px solid;
	text-align:left;
	max-width:300px;
	color:#999999;
	font-size:10px;
}
.news_img_small{
	float: left;
	padding: 2px;
	margin-right:10px;
	margin-bottom:10px;
	border:#CCCCCC 1px solid;
	text-align:left;
	width:75px;
	color:#999999;
	font-size:10px;
}
.news_google{
	float: left;
	padding: 4px;
	margin-right:10px;
	margin-bottom:10px;
	border:#CCCCCC 1px solid;
	width:243px;
	height:60px;
}

/* Gallery */
.gallery_frame {
	background: url(../images/gallery_frame.png) top left no-repeat;
	width: 200px;
	height: 111px;
	padding-top: 10px;
	padding-left: 10px;
}

.gallery_cat_frame {
	background: url(../images/gallery_cat_frame.png) top left no-repeat;
	width: 200px;
	height: 100px;
	padding-top: 5px;
	padding-left: 0px;
}

/* Gallery */
.faces_frame {
	background: url(../images/gallery_frame.png) top left no-repeat;
	width: 200px;
	padding-top: 10px;
	padding-left: 25px;
	float:left;
}

.faces_frame img {
	padding-bottom: 10px;
}

/* Realty */
.frame {
	background: url(../images/realty/frame.gif) left top no-repeat;
	float:left;
	width:75px;
	height:64px;
	margin-right:4px;
	margin-bottom:1px;
}

.prop_img{
	float: left;
	margin-right:10px;
	width:160px;
}


