/* ===========================================

Below: Incontext is for testing purposes only.
Use it to set width, etc.

=========================================== */

#incontext {
	width: 550px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}

/* =========================================== */





/* ===========================================

Below: IDX Wrapper. This goes around -everything-

=========================================== */

#idx-wrapper {
	width: 100%;
	float: left;
}


/* =========================================== */


.generic-text-wrapper {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.generic-text-wrapper a {
	color: #336699;
}

.generic-text-wrapper a:hover {
	text-decoration: none;
}

.asterisk {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.asterisk a {
	color: #336699;
}

.asterisk a:hover {
	text-decoration: none;
}


/* ===========================================

Below: Toolbar top formatting.

=========================================== */

#toolbar-wrapper-top {
	width: 100%;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	height: 40px;
	margin-bottom: 10px;
	float: left;
}

#toolbar-menu-top {
}

.toolbar-arrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-top: -10px;
}

/* =========================================== */






/* ===========================================

Below: First section of top toolbar links.

=========================================== */

#toolbar-menu-top-section1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 11px;
	float: left;
}

#toolbar-menu-top-section1 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
#toolbar-menu-top-section1 li {
	position: relative;
	float: left;
	}
#toolbar-menu-top-section1 li a {
	text-decoration:none;
	color: #CC0000;
	}
#toolbar-menu-top-section1 li:hover, #toolbar-menu-top-section1 li.over {
	}
#toolbar-menu-top-section1 li a:hover {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	}

.toolbar-menu-top-section1-position1 {
	font-weight: bold;
	padding-right: 10px;
	border-right:1px solid #CCCCCC;
}

.toolbar-menu-top-section1-position2 {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-right:1px solid #CCCCCC;
}

.toolbar-menu-top-section1-position3 {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 0px;
}

.toolbar-menu-top-section1-position4 {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-right:1px solid #CCCCCC;
}

/* =========================================== */






/* ===========================================

Below: Second section of toolbar links.

=========================================== */

#toolbar-menu-top-section2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 11px;
	float: right;
}

#toolbar-menu-top-section2 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
#toolbar-menu-top-section2 li {
	position: relative;
	float: left;
	}
#toolbar-menu-top-section2 li a {
	text-decoration:none;
	color: #CC0000;
	}
#toolbar-menu-top-section2 li:hover, #toolbar-menu-top-section2 li.over {
	}
#toolbar-menu-top-section2 li a:hover {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	}


.toolbar-menu-top-section2-position1 {
	font-weight: bold;
	padding-left: 0px;
	padding-right: 5px;
	float: right;
}
.toolbar-menu-top-section2-position2 {
	font-weight: bold;
	float: right;
}

.toolbar-menu-top-section2-position3 {
	font-weight: bold;
	padding-left: 5px;
	float: right;
}

/* ===========================================

Below: Formats the top page number drop-down selection.

=========================================== */

#pagenumber-top {
	margin: 0px;
	padding: 0px;
}

#pagenumber-top select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

/* =========================================== */






/* ===========================================

Below: Makes top toolbar align horizontally, provides
for possible future drop-down menus.

=========================================== */


/* Fix IE. Hide from IE Mac \*/
* html #toolbar-menu-top ul li { float: left; height: 1%; }
* html #toolbar-menu-top ul li a { height: 1%; }
/* End */

		
#toolbar-menu-top li:hover ul, #toolbar-menu-top li.over ul { 
	display: block; 
} 

/* =========================================== */






/* ===========================================

Below: Toolbar bottom formatting.

=========================================== */

#toolbar-wrapper-bottom {
	width: 100%;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	height: 40px;
	margin-bottom: 10px;
	float: left;
}

#toolbar-menu-bottom {
}

/* =========================================== */






/* ===========================================

Below: First section of bottom toolbar links.

=========================================== */

#toolbar-menu-bottom-section1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 11px;
	float: left;
}

#toolbar-menu-bottom-section1 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
#toolbar-menu-bottom-section1 li {
	position: relative;
	float: left;
	}
#toolbar-menu-bottom-section1 li a {
	text-decoration:none;
	color: #CC0000;
	}
#toolbar-menu-bottom-section1 li:hover, #toolbar-menu-bottom-section1 li.over {
	}
#toolbar-menu-bottom-section1 li a:hover {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	}

.toolbar-menu-bottom-section1-position1 {
	font-weight: bold;
	padding-right: 10px;
	border-right:1px solid #CCCCCC;
}

.toolbar-menu-bottom-section1-position2 {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-right:1px solid #CCCCCC;
}

.toolbar-menu-bottom-section1-position3 {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 0px;
}

.toolbar-menu-bottom-section1-position4 {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-right:1px solid #CCCCCC;
}

#toolbar-menu-bottom-section2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 11px;
	float: right;
}

#toolbar-menu-bottom-section2 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
#toolbar-menu-bottom-section2 li {
	position: relative;
	float: left;
	}
#toolbar-menu-bottom-section2 li a {
	text-decoration:none;
	color: #CC0000;
	}
#toolbar-menu-bottom-section2 li:hover, #toolbar-menu-bottom-section2 li.over {
	}
#toolbar-menu-bottom-section2 li a:hover {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	}


.toolbar-menu-bottom-section2-position1 {
	font-weight: bold;
	padding-left: 0px;
	padding-right: 5px;
	float: right;
}
.toolbar-menu-bottom-section2-position2 {
	font-weight: bold;
	float: right;
}


.toolbar-menu-bottom-section2-position3 {
	font-weight: bold;
	padding-left: 5px;
	float: right;
}

/* =========================================== */





/* ===========================================

Below: Formats the bottom page number drop-down selection.

=========================================== */

#pagenumber-bottom {
	margin: 0px;
	padding: 0px;
}

#pagenumber-bottom select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

/* =========================================== */






/* ===========================================

Below: Makes bottom toolbar align horizontally, provides
for possible future drop-down menus.

=========================================== */

* html #toolbar-menu-bottom ul li { float: left; height: 1%; }
* html #toolbar-menu-bottom ul li a { height: 1%; }


		
#toolbar-menu-bottom li:hover ul, #toolbar-menu-bottom li.over ul { 
	display: block; 
}

/* =========================================== */


/* ===========================================

Below: Branding information formatting. 

=========================================== */

.branding-header {
	float: left;
	width: 100%;
	background-color: #808080;
}

.branding-header-text {
	float: left;
	padding: 4px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.branding-background {
	float: left;
	width: 100%;
	background-image: url(../../images/branding_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

.branding-wrapper-border {
	float: left;
	width: 100%;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-image: url(../../images/border_bg_808080.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.branding-wrapper {
	width: 100%;
	height: 110px;
	float: left;
	background-image: url(../../images/border_bg_808080.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.branding-info {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 7px;
}

.branding-realtywatcher {
	float: right;
	border-left: 1px solid #808080;
}

.branding-photo {
	border: 1px solid #000000;
	width: 56px;
	float: left;
	margin-right: 10px;
}

.branding-text-single
{
	width: 150px;
	float: left;
	padding-right: 10px;
}

.branding-text-single a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	
}

.branding-text-single a:hover {
	color: #000000;
	text-decoration: none;
	
}

.branding-text {
	width: 125px;
	float: left;
	padding-right: 10px;
}

.branding-text a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	
}

.branding-text a:hover {
	color: #000000;
	text-decoration: none;
	
}

.branding-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}

.branding-phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.branding-logo {
	padding-left: 10px;
	padding-right: 0px;	
	float: left;
}

/* =========================================== */




/* ===========================================

Below: Dislcaimer formatting.

=========================================== */

#disclaimer, #disclaimer a {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	width: 100%;
}

/* =========================================== */

#idx-wrapper .content-block {
float: left;
width: 100%;
padding-bottom: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#idx-wrapper .content-block a {
color: #006699;
}
#idx-wrapper .content-block a:hover {
color: #000000;
text-decoration: none;
}

.tm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
