/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	padding: 0px;
	background: #cccccc;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 200% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 150% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 100% Arial,sans-serif;
 color: #333333;
 line-height: 14px;
 margin: 15px 0px -10px 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	margin: 10px auto 0 auto;
	width: 979px;
	background-color: #ffffff;
	border:solid #000000 4px;
}

#pagecell2{
	margin: 34px 0 0 0;
	width: 979px;
	background-image:url(assets/images/template/MCFR_001W_tmplt_bg_02.gif);
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	width: 979px;
}

#pageNav{
	margin:-1px 0px 0px;
	float: left;
	width:185px;
	padding: 0px;
	background-image:url(assets/images/template/MCFR_001W_tmplt_lbar_01.gif);
	font: small Verdana,sans-serif;
	color:#CCCCCC;
}

/* content with no margins (used on property search pages) */
#content_nomargin{
	margin: 2px 0;
	padding: 5px 0px 5px 186px;
}

/* content with margins (used on fpadmin pages) */
#content_margins{
	margin: 2px 0;
	padding: 5px 10px 5px 196px;
}


#footer{
	clear: both;
	background-color: #d7c9af;
	border-top: 2px solid #666666;
	font-size: small;
	color: #333333;
	padding: 5px 10px;
	margin: 0 0;
}

#footer a{
	color:#666666;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** header styles ****************/

#header{
	padding: 0px;
	background-color:211f5f;
	margin: 0;
}

#header img{
	position: relative;
	padding: 0px;
	margin: 0px;
}

#banner {
	margin:-45px 0px -20px 185px;
	position:relative;
}

#banner h1{
	font: bold "Times New Roman", Times, serif;
	font-size: 24px;
	text-align:center;
	color:#FFFFFF;
	padding: 0px;
}

/************** content styles *****************/
.reversecolors p, .reversecolors h3, .reversecolors h4, .reversecolors h5{
	color:#FFFFFF;
}

.reversecolors a:link, .reversecolors a:visited{
	color:#FFFFCC;
}

html>body .content {height: auto;}


.content_nomargin object{
	float: left;
	margin: 4px 5px 5px -10px;
	padding: 0px 10px 0px 0px;

}

.content_nomargin img{
	float: left;
	margin: 0 5px 5px -10px;
	padding: 0px 10px 0px 0px;
}


/************ sectionlinks styles **************/

#sectionLinks{
	margin: 20px 8px 0 9px;
	position: relative;
	padding: 0px;
	width: 168px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #666666;
	background-color:#013401;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color:#CCCCCC;
}

#sectionLinks a:hover{
	border-bottom: 1px solid #CCCCCC;
	background-color: #164516;
	font-weight: bold;
	text-decoration: none;
	color:#CCCCCC;
}