/********************* DEFAULT SETTINGS - Buyers Services for Real Estate *******************/ 

body {
	background-color: #C2C0C0;
	margin: 0 0 0 0;
	font-family : verdana, arial, helvetica;
	font-size : 10px;
	color : #333333;
}
p,td,tr,li {
	color : #333333;
	font-size : 10px;
}


/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navlist {
	background-image:url(/persistent/siteImages/tnav_background.gif);
	background-repeat:repeat-x;
	position: relative;
	left: 0px;
	top: 0px;
	font-size: .9em;
	margin: 4px 0 0 0;
	width: 710px;
}

#navlist ul {
	margin: 0 0 0 0; /*removes indent IE and Opera*/
	padding: 0 0 0 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: .9em;
}

#navlist li {
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0; /* mozilla only */
	padding: 0 0 0 0;
	white-space: nowrap;
}

#navlist a {
	padding: 7px 9px 10px 8px;
	background-color: #D8D8D8;
	background-image: url(/persistent/siteImages/tnav_background_norm.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#navlist a:link, #navlist a:link {
	padding: 7px 9px 10px 8px;
	color: #333333;
}

#uberlink a:link {
	padding: 7px 9px 10px 8px;
	background-color: #D8D8D8;
	background-image: url(/persistent/siteImages/tnav_background_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #333333;
	font-weight: bold;
}

#navlist a:visited
#uberlink a:visited {
	padding: 7px 9px 10px 8px;
	background-color: #D8D8D8;
	background-image: url(/persistent/siteImages/tnav_background_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #333333;
	font-weight: bold;
}

#navlist a:active,
#uberlink a:active {
	padding: 7px 9px 10px 8px;
	background-color: #D8D8D8;
	background-image: url(/persistent/siteImages/tnav_background_active.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #333333;
	font-weight: bold;
}
#navlist a:hover,
#uberlink a:hover {
	padding: 7px 9px 10px 8px;
	background-color: #D8D8D8;
	background-image: url(/persistent/siteImages/tnav_background_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #333333;
	font-weight: bold;
}

#uberlink_on a:link, #uberlink_on a:visited, #uberlink_on a:active, #uberlink_on a:hover {
	padding: 7px 9px 10px 8px;
	background-color: #D8D8D8;
	background-image: url(/persistent/siteImages/tnav_background_active.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #333333;
	font-weight: bold;
}


/* Links*/

.pwdBy:link, .pwdBy:visited, .pwdBy:active {
	color: #000000;
}
.pwdBy:hover {
	color: #C5C5C5;
}


/* backgrounds*/
.bgLeft {
	background-image : url(/persistent/siteImages/bgLeft.gif);
	background-position:right;
	background-repeat : repeat-y;
}
.bgRight {
	background-image : url(/persistent/siteImages/bgRight.gif);
	background-position:left;
	background-repeat : repeat-y;
}


/* TOPmenu*/
.topMenu:link, .topMenu:visited, .topMenu:active {
	background-position:left;
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.topMenu:hover {
	background-image:url(/persistent/siteImages/tnav_background_over.gif);
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/* TOPmenu selected*/
.topMenu_on:link, .topMenu_on:visited, .topMenu_on:active{
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.topMenu_on:hover {
	background-image:url(/persistent/siteImages/tnav_background_over.gif);
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/* FOOTmenu*/
.footMenu:link, .footMenu:visited, .footMenu:active {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
	text-transform: lowercase;
}
.footMenu:hover {
	color: #CC6600;
}


/* SUBmenu*/
.subMenu:link, .subMenu:visited, .subMenu:active {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
.subMenu:hover {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

/* SUBmenu selected*/
.subMenu_on:link, .subMenu_on:visited, .subMenu_on:active{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	text-transform: lowercase;
}

/* form settings*/
input {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
}

select {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
}
textarea {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
}
