body {
	background:#040593;
	margin:0px;
	padding: 0px;
	background-image:url(img/bg4.gif);
	background-repeat: repeat-x;
}

body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a, a:hover {
	color: #0099FF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

/*Wraper - Hold the main content*/

.wrap {
	background-image:url(img/wrapBackGround.gif);
	background-repeat:no-repeat;
	background-position: center 122px;
	width: 715px;
	margin: 0px auto;
	padding: 0px 15px;
	height: 800px; /*Delete me please in case i forget*/
}

/*Logo - Top part*/
.logoContainer {
	text-align: center;
	padding-top: 31px;
	padding-bottom: 20px;
}
/*Main Menu - Background*/
.mainMenu {
	background-image:url(img/mainMenuBackground.gif);
	background-repeat:repeat-x;
	height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 10px;
}
.textBodyLeft {
	font-size: 12px;
	float:left;
	padding: 9px 0px 0px 0px;
	text-transform: uppercase;
}

.textBodyRight {
	font-size: 12px;
	float:right;
	padding: 9px 0px 0px 0px;
	text-transform: uppercase;
}

/*Main Contetn Body*/
.mainContent {
	background-color:#FFFFFF;
	background-image:url(img/mainContentShadowTop.gif);
	background-repeat:repeat-x;
	background-position: top;
	text-align: left;
}
.mainContet2 {
	background-image:url(img/mainContentShadowBottom.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}

.mainConteRight {
	width: 171px;
	margin: 0px 10px;
	float: right;
	text-align: center;
}

.mainConteLeft {
	float: left;
	width: 524px;
}

/*Tags for Agent Home*/
.mainConteRight2 {
	width: 605px;
	margin: 20px 10px 20px 0px;
	float: right;
	text-align: center;
}
.mainConteLeft2 {
	float: left;
	width: 100px;
	margin-top: 20px;
	margin-bottom: 30px;
}
/*Bottom Listings*/
.listingsBottom {
	margin: 10px 0px;
}

.listingsRight {
	margin: 10px 0px 20px 0px;
}

.listingsBottom a, .listingsBottom a:hover, .listingsRight a, .listingsRight a:hover {
	font-size: 12px;
	color: #fffa96;
	text-decoration: none;
}

.listingsBottom a:hover, .listingsRight a:hover {
	text-decoration: underline;
}

.listingsBottom .listingType, .listingsRight .listingType {
	color: #6dcff6;
	font-size: 10px;
	text-transform: uppercase;
}

.listingsBottom .listingPrice, .listingsRight .listingPrice {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}



/*Footer*/
.footer{
	color:#5455b2;
	font-size:10px;
	text-align: center;
	padding: 10px 0px;
}
.footer a {
	color:#5554b1;
	text-decoration:none;
}

.footer a:hover  {
	color:#ffffff;
	text-decoration:none;
}

/*Show/Hide CSS*/
.show {
	visibility:visible;
	display:block;
	margin-top: 2px;
	margin-bottom: 6px;
}
.hide {
	visibility:hidden;
	display:none;
}

/*Search Styles*/
.searchHeaders {
	background-image:url(img/searchHeaderBackground.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 10px;
}

.searcLinkSpacer {
	padding: 8px 10px 12px 10px;
}

/*Button Style*/
.txtbutton {
	background-image: url(img/txtbutton_bg.gif);
	background-repeat: repeat-x;
	padding: 4px 8px;
	border: 1px solid #b2b2b2;
	color: #333333;
	font-weight: bold;
	background-color: #bababa;
}

/*Form Inputs*/
.DDBox3, .DDBox4 {
	width: 200px;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.DDBox4 {
	width: 80px;
}

/*Links Styles*/
.LinkStyle1{
	color:#3B3D3A;
	font-size:11px;
	font-weight:bold;
	background:url(img/bg7.gif) no-repeat right;
	padding-right:10px;
	text-decoration:none;
}

/*Map Style*/
.mapStyle {
	background-image:url(img/mapStyleBg.gif);
	background-repeat: repeat-x;
	background-color: #ccd9f4;
	padding: 9px;
}

.mapStyle a, .mapStyle a:hover {
	color: #272729;
	text-decoration: none;
	font-weight: bold;
}

a.expand{
	background:url(img/map-bullet-up.gif) no-repeat right center;
	padding:1px 23px 1px 0px;
}
a.down{
	background:url(img/map-bullet-down.gif) no-repeat right center;
	padding:1px 23px 1px 0px;
}

/*Sort Bar*/
.sortBar {
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	background:url(img/mapStyleBg.gif) repeat-x;
	padding:8px 0px 8px 8px;
	margin:0px 0px 1px 0px;
}

.SortLinkSelected {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

.SortLink {
	color:#B9CAF0;
	text-decoration:none;
	font-weight: bold;
}

/*Listing Styles*/
.ListingTitle {
	font-size: 16px;
	color:#0c4ad1;
	text-decoration: none;
}

.ReadMoreLink {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

.addFavorites {
	color: #666666;
	font-weight: bold;
}
.txtField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.PrevNextLink {
	font-weight: bold;
	color: #2259ce;
}

.PrevNextLink {
	font-weight: bold;
	color: #2259ce;
}

/*Property Page*/
.details_menu{
	font-size:10px; 
	background:url(img/bgdetails.gif) repeat-x top left;
	padding:9px 5px 9px 5px;
}

.details_menu a, .details_menu a:hover{
	text-decoration:none;
	color:#FFFFFF;
	margin-right:5px;
}

.blueHeadline1, .blueHeadline2, .blueHeadline3{
	background: url(img/bg8.gif) repeat-x top left;
	background-color: #aeafce;
	color:#171D73;
	font-size:18px;
	padding: 8px 10px;
	}
.viewAll {
	color: #FFFFFF;
	background-color: #0099FF;
	padding: 2px 3px;
}


.popUpTitle {
	font-size: 18px;
	color: #333333;
	padding: 8px 10px;
}

.txtform {
	width: 200px;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/*Agent Details*/
.agent_name a, .agent_name a:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color:#000099;
}

.view_others {
	font-weight: bold;
	text-decoration: none;
	color:#0099FF;
}
	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

