@charset "utf-8";
/* CSS Document */

html,body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.3pt;
}
table{
	font-size: 8.3pt;
	font-family: Arial, Helvetica, sans-serif;
}
form{
	margin: 0px;
	padding: 0px;
}
p{
	margin-top: 0px;
}
a img{
	border: none;
}
#main{
	float: left;
	width: 759px;
}
#search{
	float: left;
	width: 237px;
	height: 23px !important; height: 26px;
	margin-top: 5px;
	background-image: url(/content/upload/AssetMgmt/newHome/newImages/searchBG.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 16px;
	padding-top: 3px;
	display: inline;
	margin-left: 477px;
}
#search input{
	height: 19px;
	width: 138px;
	margin-left: 5px;
	font-size: 10px;
}
#search a{
	padding-left: 7px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
#util{
	clear: left;
	float: left;
	width: 409px !important; width: 759px;
	background-color: #95A9C1;
	background-image: url(/content/upload/AssetMgmt/newHome/newImages/utilBG.jpg);
	background-repeat: left;
	background-repeat: no-repeat;
	padding-left: 350px;
}
#mainNav{
	clear: left;
	float: left;
	width: 100%;
	margin-top: 1px;
}
#flash{
	clear: left;
	float: left;
	width: 100%;
}
#leftCol{
	clear: left;
	float: left;
	width: 505px;
	margin-top: 1px;
}
#newsHeader{
	float: left;
	width: 495px !important; width: 505px;
	background-image: url(/content/upload/AssetMgmt/newHome/newImages/newsCorner.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #EF986B;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
}
#newsContent{
	clear: left;
	float: left;
	width: 460px;
	padding-left: 35px;
	padding-top: 20px;
}
#leftCol a, #rightCol a, #footer a{
	color: #3b5984;
}
#leftCol a:hover, #rightCol a:hover, #footer a:hover{
	color: #7287a6;
}
#rightCol{
	float: left;
	width: 254px;
	margin-top: 1px;
}
#calHeader{
	width: 243px !important; width: 254px;
	background-color: #EF986B;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 4px;
	border-left: solid 1px #FFFFFF;
	padding-left: 10px;
}
#calContent{
	clear: left;
	float: left;
	width: 243px !important; width: 254px;
	padding-left: 10px;
	padding-top: 20px;
}
#calLow{
	clear: left;
	float: left;
	padding-left: 10px;
	width: 243px !important; width: 254px;
}
#h1, #h2, #h3{
	margin-bottom: 12px;
}
.homenews{
	padding-bottom: 20px;
}
#footer{
	clear: left;
	float: left;
	width: 100%;
	background-color: #79AF71;
	text-align: center;
	background-image: url(/content/upload/AssetMgmt/newHome/newImages/REALTOR.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #063C6A;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 24px;
	margin-top: 20px;
}
#f1{
	float: left;
	display: inline;
	margin-left: 35px;
	margin-top: 20px;
}
#f2{
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}






/* ========================================= START DROP DOWN MENUS  ========================================= */

/* Loader Menu Needs a Style */
.menulist_Loader {
position: absolute; 
top:0px; 
left:0px; 
visibility: hidden; 
background-color:#EBEFF1;
z-index: 9999;
/*border: 1px solid #999999;*/
}


/* MENU LAYOUT */


/* All <ul> tags in the menu including the first level */

.menulist, .menulist ul {
	margin: 0;
	padding: 0px;
	width: 170px;
	list-style: none;
background: #8E6778;
	font: 11px/12px Arial, Verdana, Sans-Serif;

}

.menulist2, .menulist2 ul {
	margin: 0;
	padding: 0px;
	width: 170px;
	list-style: none;
background: #FA7A02;
	font: 11px/12px Arial, Verdana, Sans-Serif;
}

.menulist23, .menulist23 ul {
	margin: 0;
	padding: 0px;
	width: 170px;
	list-style: none;
background: #FFEFE0;
	font: 11px/12px Arial, Verdana, Sans-Serif;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 170px;
 margin: 0px;
 padding: 0px;
 font-size: 11px;
 	font: 11px/12px Arial, Verdana, Sans-Serif;
}

.menulist2 ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 170px;
 margin: 0px;
 padding: 0px;
 font-size: 11px;
 	font: 11px/12px Arial, Verdana, Sans-Serif;
}

.menulist23 ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 170px;
 margin: 0px;
 padding: 0px;
 font-size: 11px;
 	font: 11px/12px Arial, Verdana, Sans-Serif;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
position: relative;
padding: 0px;
margin: 0px;
/*border-top: 1px solid #999999;*/
/*border-left: 1px solid #999999;*/
/*border-right: 1px solid #999999;*/
	font: 11px/12px Arial, Verdana, Sans-Serif;
border-bottom: 1px solid #fff;
}

.menulist2 li {
position: relative;
padding: 0px;
margin: 0px;
/*border-top: 1px solid #999999;*/
/*border-left: 1px solid #999999;*/
/*border-right: 1px solid #999999;*/
	font: 11px/12px Arial, Verdana, Sans-Serif;
}

.menulist23 li {
position: relative;
padding: 0px;
margin: 0px;
/*border-top: 1px solid #999999;*/
/*border-left: 1px solid #999999;*/
/*border-right: 1px solid #999999;*/
	font: 11px/12px Arial, Verdana, Sans-Serif;
}

.menulist a.highlighted:hover, .menulist a:focus {
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
 	font-size: 11px;
	margin: 0;
}

.menulist2 a.highlighted:hover, .menulist2 a:focus {
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
 	font-size: 11px;
	margin: 0;
}

.menulist23 a.highlighted:hover, .menulist23 a:focus {
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
 	font-size: 11px;
	margin: 0;
}


/* Links inside the menu */
.menulist a {
	display: block;
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;
}

.menulist2 a {
	display: block;
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;
}

.menulist23 a {
	display: block;
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;
}
/* IE fix because it doesn't support transparent borders */
* html .menulist a, .menulist2 a, .menulist23 a, #inMenuDIV2 a, #inMenuDIV1, #inMenuDIV3 {
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;
	font: 11px/12px Arial, Verdana, Sans-Serif;
}
.menulist a:visited {
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;

}

.menulist2 a:visited {
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;

}

.menulist23 a:visited {
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;

}
/* arrow */
.subind {
	width: 6px;
	height: 10px;
	font-size: 0px;
	color:#EBEFF1;
    background: url(/content/upload/AssetMgmt/images/ajax_menu_arrow.gif) 2px 3px no-repeat;
}
/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
 	font-size: 11px;
	margin: 0;
	background: #795062;
}
.menulist a.highlighted {
	color: #FFF;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

.menulist2 a:hover, .menulist2 a.highlighted:hover, .menulist2 a:focus {
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
 	font-size: 11px;
	margin: 0;
	background: #6C4657;
}
.menulist2 a.highlighted {
	color: #FFF;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

.menulist23 a:hover, .menulist23 a.highlighted:hover, .menulist23 a:focus {
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
 	font-size: 11px;
	margin: 0;
	/*background: #FFCA99;*/
}
.menulist23 a.highlighted {
	color: #FFF;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

.menulist2 a .subind {
 float: right;
}

.menulist23 a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

* html .menulist2 li {
 float: left;
 height: 1%;
}
* html .menulist2 a {
 height: 1%;
}

* html .menulist23 li {
 float: left;
 height: 1%;
}
* html .menulist23 a {
 height: 1%;
}
/* End Hack */

/******** FIRST LEVEL ***********/
/* MENU LAYOUT */


/* All <ul> tags in the menu including the first level */

#inMenuDIV1, #inMenuDIV1 ul {
	margin: 0;
	padding: 0px;
	width: 170px;
	list-style: none;


}


/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
#inMenuDIV1 ul {
 margin: 0px;
 padding: 0px;
 font-size: 11px;

}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
#inMenuDIV1 li {
position: relative;
padding: 0px;
margin: 0px;
	background: #FFB7A02;
font-size: 11px;
}


/* Links inside the menu */
#inMenuDIV1 a {
	display: block;
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;
}
/* IE fix because it doesn't support transparent borders */
* html #inMenuDIV1 a, #inMenuDIV1 a {
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;

}
#inMenuDIV1 a:visited {
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;

}
#inMenuDIV1 a:hover, #inMenuDIV1 a.highlighted:hover, #inMenuDIV1 a:focus {
	color: #fff;
	text-decoration: none;
 background: #6F4959;
 	padding: 5px 5px 5px 5px;
 	font-size: 11px;
	margin: 0;
}
#inMenuDIV1 a.highlighted {
 /*background: #FFCA99;*/
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

/******** END FIRST LEVEL *******/



/******** SECOND LEVEL ***********/
/* MENU LAYOUT */


/* All <ul> tags in the menu including the first level */

#inMenuDIV2, #inMenuDIV2 ul {
	margin: 0;
	padding: 0px;
	width: 170px;
	list-style: none;


}


/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
#inMenuDIV2 ul {
 margin: 0px;
 padding: 0px;
 font-size: 11px;

}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
#inMenuDIV2 li {
position: relative;
padding: 0px;
margin: 0px;
/*background: #FFCA99;*/
font-size: 11px;
}


/* Links inside the menu */
#inMenuDIV2 a {
	display: block;
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;
}
/* IE fix because it doesn't support transparent borders */
* html #inMenuDIV2 a, #inMenuDIV2 a {
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;

}
#inMenuDIV2 a:visited {
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;

}
#inMenuDIV2 a:hover, #inMenuDIV2 a.highlighted:hover, #inMenuDIV2 a:focus {
	color: #000;
	text-decoration: none;
 background: #FFEFE0;
 	padding: 5px 5px 5px 5px;
 	font-size: 11px;
	margin: 0;
}
#inMenuDIV2 a.highlighted {
	color: #FFF;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

/******** END SECOND LEVEL *******/

/******** Third LEVEL ***********/
/* MENU LAYOUT */


/* All <ul> tags in the menu including the first level */

#inMenuDIV3, #inMenuDIV3 ul {
	margin: 0;
	padding: 0px;
	width: 170px;
	list-style: none;


}


/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
#inMenuDIV3 ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
background: #FFEFE0;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
#inMenuDIV3 li {
	position: relative;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}


/* Links inside the menu */
#inMenuDIV3 a {
	display: block;
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;
}
/* IE fix because it doesn't support transparent borders */
* html #inMenuDIV3 a, #inMenuDIV3 a {
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;

}
#inMenuDIV3 a:visited {
	margin: 0px;
	text-decoration: none;
 	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #fff;

}
#inMenuDIV3 a:hover, #inMenuDIV3 a.highlighted:hover, #inMenuDIV3 a:focus {
	color: #fff;
	text-decoration: none;
background: #ffffff;
 	padding: 5px 5px 5px 5px;
 	font-size: 11px;
	margin: 0;
}
#inMenuDIV3 a.highlighted {
	color: #FFF;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

/******** END Third LEVEL *******/


.menulist2 a
{
	/*border: 1px solid black;*/
}

.menulistA1 {
	background-color: White;
}

.menulistB1 {
	background-color: White;
}

.menulistC {
	background: #000;
}

.menulistC a {
	position: relative;
	padding: 0px;
	margin: 0px;
	background: #000;
	font-size: 11px;
}

.menulist_selected {
/*background: #FFCA99;*/
}
.menulist2_selected {
	background: #FFEFE0;
}
/**************************** END MENU *************************************/