#pageLayout{
    font-family:Verdana,arial,sans-serif;
    font-size:16px;
    color:#333333;
    background-color:Transparent;
}

#linklist{
	line-height:1.6em;
}	

#pagelayout .text{
    font-family:Verdana,arial,sans-serif;
    font-size:12px;
    color:#333333;
    background-color:Transparent;
    overflow:auto;
    border:none;
    scrollbar-base-color:#ffccff;
    scrollbar-arrow-color:#ffffff;
}

#pageLayout .related{
    font-family:Verdana,arial,sans-serif;
    font-size:12px;
    color:#000000;
    font-style:italic;
    font-weight:bold;
}


/* links on footer*/
a.footer{
    font-family:verdana,helvetica,arial,sans-serif;
    font-weight:normal;
    font-size:xx-small;
    color:#5959ab;
    background-color:Transparent;
    text-decoration:underline
}
a:hover.footer{
    font-family:verdana,helvetica,arial,sans-serif;
    font-weight:normal;
    font-size:xx-small;
    color:#333333;
    background-color:Transparent;
    text-decoration:none
}

.footerText{
    font-family:verdana,helvetica,arial,sans-serif;
    font-weight:normal;
    font-size:xx-small;
    color:#333333;
    background-color:Transparent
}

#TOPNAV{
	border-top: 2px solid #333333;/*#0f6DA0;*/
	border-bottom: 2px solid #333333;/*#0f6DA0;*/
	width: 100%;
	margin-bottom:2px;
	background-color:#04175f;
	/*background-repeat: repeat-x;*/
	/*background-image: url(../images/_bg_allpattern.gif);*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:80%;
	/*float:left;*/
}

#MASTHEAD{
	/*padding: 10px 0px 0px 0px;*/


	text-align:left;
	border-bottom:1px solid #cccccc;
	width: 100%;
	margin:0px;
	background-color:transparent;
	background-image:url(http://www.geocities.com/foxdenhouse/resources/images/headerbg1.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}

/* tabs across top .*/
#TOPNAV ul{
	text-align:left;
	background-color:#333333;/*#0f6da0;*/
	margin:0px
}

#TOPNAV li{
	margin:0 2 0 2;
	display:inline;
	border-right: 1px solid #4d664c;
	padding-left:5px;
	padding-right:5px;
}

#TOPNAV a{
	text-decoration:none;
	color:#ffffff;
	border-top: 2px solid #333333; /*#0f6da0;*/
	border-left: 2px solid #333333;/*#0f6da0;*/
	border-bottom:2px solid #333333;/*#0f6da0;*/
	border-right:2px solid #333333;/*#0f6da0;*/
	
}

#TOPNAV a:hover, #TOPNAV a:focus{
	background-color:#a1a1a1;
	border-top: 2px solid #6b8f6b;
	border-left: 2px solid #6b8f6b;
	border-bottom:2px solid #d4e8d1;
	border-right:2px solid #d4e8d1;
	text-decoration:none;
	color:#ffffff;
	
}

/*logo*/
 .Red{
 	font-family:verdana,arial,sans-serif;
	margin-bottom:0px;
	color:red;
	font-size:36px;
	letter-spacing:normal;
	font-stretch:semi-condensed;
	font-weight:bold;
	}
 .Blue{
 	font-family:verdana,arial,sans-serif;
	margin-bottom:0px;
	color:#04175f;
	font-size:36px;
	letter-spacing:normal;
	font-weight:bold;
	}
 .RealtorSmall{
 	font-family:"Times New Roman", Times, serif;
	margin-bottom:0px;
	color:#0f6da0;
	font-size:24px;
	font-style:italic;
	letter-spacing:normal;
	font-stretch:semi-condensed;
	font-weight:normal;
	}
	
h3.typeHeading{
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	color:#CC0000;
	font-size:18pt;
	font-style:italic;
	}
	
.category{
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
	text-decoration:none;
	color:#000000;
	font-size:70%;
	font-weight:bold;
	border:1px solid #ffffff;
	}

/********************************LEFT SIDE NAV AREA**************************/


	
#LEFTSIDE{
	/*float: left;*/
	width: 150px; /*185*/
	/*height: 700px;*/
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	/*border-right:1px solid #cccccc;*/
	/*position: absolute;*/
	/*left:10px;*/
}

/*********** #NAV link styles ***********/

#LEFTSIDE ul a:link, #LEFTSIDE ul a:visited {display: block;}
#LEFTSIDE ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#LEFTSIDE li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #LEFTSIDE li {border-bottom: none;}

#LEFTSIDE a {

	display: block;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
	color:#000000;
	font-size:70%;
	font-weight:bold;
	border:1px solid #ffffff;	
}

#LEFTSIDE a:hover, #sectionLinks a:focus{
	background-color: #c9c9c9;
	color:#ffffff;
	border:1px solid #999999;
}