/* CSS */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	font-family: Trebuchet MS, Verdana;
	color: #333;
	background: url(http://www.mainestayrealty.com/images/mainBG2.gif) repeat-x top left #fff;
	background-position: 0 5px;
	}

/*this is for the buttons, all other links must have a specified class*/	
a {
	color: #7788aa;
	}
	
a:hover {
	color: #000055;
	}


#wrapper {
	width: 798px;
	border-left: 3px solid #000055;
	border-right: 3px solid #000055;
	border-bottom: 3px solid #000055;
	background: #fff;
	padding: 0 1px 0 1px;
	}

	
#bigButtons_nav {
	background-color: #336699;
	height: 60px;
	}
	
#bigButtons_nav small {
	font-size: 10px;
	line-height: 11px;
	color: #eee;
	}
	
#pageContent {
	background: #fff;
	}
	
#spacer {
	float: left;
	background: #cc0000;
	display: none;
	}
	
	
/*Classes*/

.quotes {
	color:#000055; 
	font-size: 13px; 
	line-height: 20px;
	font-style:italic;
	font-weight: bold;
	}

.homeLinks a {
	color: #7788aa;
	text-decoration: none;
	background: #ebebeb;
	border: 1px solid #336699;
	display: block;
	width: 250px;
	padding: 2px;
	margin: 0px 0 6px 0;
	}
	
.homeLinks a:hover {
	color: #efc045;
	background: #336699;
	font-weight: bold;
	}
	
.bigButtons {
	float: right;
	margin-top: 6px;
	margin-right: 10px;
	}
	
.tagline {
	margin: 2px 0 0 45px;
	}
	
.bottomLogos {
	margin-top: 3px;
	margin-right: 10px;
	}
	
.vendorCategories {
	background: #ddd;
	border: 1px solid #336699;
	width: 97%;
	padding: 5px;
	margin: 0 0 15px 0;
	}
	
.vendorCategories a {
	color: #002255;
	}
	
.vendorCategories strong {
	font-size: 13px;
	font-weight: bold;
	}	
	
.vendorCategories a:hover {
	font-weight: bold;
	}

/*left column classes*/

.main_img {
	margin: 0;
	}

.left_col_bg {
	margin: 0;
	}
	
.left_col_contact {
	background: #7788aa;
	color: #002255;
	font-size: 15px;
	text-align: center;
	padding: 13px 0 0 0;
	}
	
	
.left_col_contact a {
	color: #002255;
	font-size: 9px;
	}
	
.left_col_contact a:hover {
	color: #fff;
	}	
	

.left_col_nav {
	text-align: left;
	font-size: 15px;
	padding-top: 20px;
	background: #002255;
	}
	
.left_col_nav a {
	padding: 4px 0 4px 15px;
	border-bottom: 1px solid #eee;
	display: block;
	color: #eee;
	text-decoration: none;
	}
	
.left_col_nav a:hover {
	background:#ffcc66;
	color: #000055;
	}

.left_col_spacer {
	height: 85%;
	background: #ccc;
	}


	
.left_col_search {
	margin-top: 20px;
	text-align: left;
	padding: 5px;
	font-size: 11px;
	color: #002255;
	line-height: 15px;
	}
	
.left_col_search strong {
	font-size: 16px;
	color: #333;
	}	
	
.left_col_footer {
	height: 40px;
	background: #336699;
	color: #ddd;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	}	
	
.left_col_footer a {
	color: #ddd;
	}
	
.left_col_footer a:hover {
	color: #fff;
	}
	
.right_col_footer {
	background: #7788aa;
	height: 40px;
	}
	
.right_col_footer span {
	font-size: 11px;
	}
	
.right_col_footer a {
	color: #333;
	font-size: 11px;
	}
	
.right_col_footer a:hover {
	color: #000
	}
		

/*content classes*/

.pageContent_title {
	width: 96%;
	font-size: 20px;
	text-align: right;
	margin: 10px;
	color: #002255;
	}
	
.pageContent_title small {
	font-size: 15px;
	}
	
.pageContent_title span {
	font-size: 11px;
	}
	
.pageContent_title a {
	color: #002255;
	}
	
.pageContent_title a:hover {	
	color: #000055;
	}	
	
.pageContent_text {
	width: 96%;
	text-align: left;
	margin: 10px;
	font-size: 11px;
	line-height: 17px;
	color: #333;
	font-family: Trebuchet MS, Verdana;
	}
	
.pageContent_text big {
	font-size: 18px;
	color: #002255;
	font-weight: bold;
	}
	
.pageContent_text span {
	font-size: 14px;
	font-weight: bold;
	}
	
.search_box_home {
	width: 230px;
	border: 1px solid #002255; 
	margin: 5px; 
	float:right;
	background: #eee;
	}
	
.search_box_home strong {
	font-size: 15px;
	color: #002255;
	}
	
a .search_box_home {
	color: #666;
	font-size: 11px;
	}
	
a:hover .search_box_home {
	color: #666;
	}
	
.search_box_home b {
	color: #333;
	}
	
.searchDrop {
	border: 1px solid #336699;
	background: #eee;
	color: #336699;
	margin: 0 0 2px 0;
	font-size: 10px;
	padding: 2px;
	}
	
.fieldstyle {
	border: 1px solid #336699;
	background: #eee;
	color: #336699;
	margin: 0 0 0px 0;
	font-size: 10px;
	padding: 2px;
	}	
	
.searchButton {
	background: #fbae17;
	padding: 4px;
	color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}

.joinButton {
	background: #7788aa;
	color: #fff;
	border: 1px solid #002255;
	font-size: 10px;
	padding: 1px;
	}
/*listing index classes */


.listingsTable a {
	color: #002255;
	text-decoration: none;
	font-weight: bold;
	}
	
.listingsTable a:hover {
	color: #7766aa;
	}
	
.listingsTable small {
	font-size: 11px;
	}

.listingImage {
	padding: 2px;
	border: 1px solid #002255;
	width: 200px;
	}
	
.Sold {
	background: url(../images/sold.gif) top center no-repeat;
	padding: 25px 2px 2px;
	}

.listingImage a {
	border: 1px solid #002255;
	padding: 2px;
	}
	
.listingImage a:hover {
	border: 2px solid #000055;
	}
	
.homePageImage {
	padding: 2px;
	border: 1px solid #002255;
	width: 120px;
	}	
	
.extraImage {
	width: 100%;
	}
	
/*listing classes*/
	
.listingThumb {
	padding: 2px;
	border: 1px solid #002255;
	width: 150px;
	}

.listingThumb a {
	border: 1px solid #002255;
	padding: 2px;
	}
	
.listingThumb a:hover {
	border: 2px solid #000055;
	}
	
.thumbnailDesc {
	font-size: 10px;
	}
	
.listingTableData {
	padding: 1px;
	background: #fff;
	border: 2px solid #ae7b39;
	}
	
.light {
	background: #fff;
	}
	
.dark {
	background: #ddd;
	}
	
.lightB {
	background: #eee;
	}	
	
.virtualTour {
	visibility: hidden;
	}
	
.Off {
	visibility: hidden;
	}
	
.On {
	visibility: visible;
	}	


