/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, sans-serif;
	line-height: normal;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 10pt;
	margin-bottom: 0px;
	background-color: #336633;
	color: #003366;
}

td {
	font-size: 10pt;
}

a{
	color: #006699;
	text-decoration: underline;
}

a:link{
	color: #000066;
	text-decoration: underline;
	font-size: 10pt;
}

a:visited{
	color: #003399;
	text-decoration: underline;
	font-size: 10pt;
}

a:hover{
	color: #CC3300;
	font-size: 10pt;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 120%;
	color: #003366;
	font-weight: bold;
}

h2{
 font-size: 114%;
 color: #003366;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 115%;
 color: #003399;
}

/***********************************************/
/* Mailing List box                            */
/***********************************************/

.MailingListHeading {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099CC;
}

.MailingListInput-text
{
BORDER:1 solid #C0C0C0; 
FONT-FAMILY:Verdana; 
FONT-SIZE:9pt; 
COLOR:#333333}

.MailingListSubmit-button
{
BORDER: 1 solid #C0C0C0; 
FONT-FAMILY:Verdana;
FONT-SIZE:8pt;
COLOR:#000000
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content{
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

/***********************************************/
/* Site div' s                                 */
/***********************************************/

.siteInfo{
	clear: both;
	font-size: 90%;
	color: #333333;
	padding-top: 10px;
}


/*********** #sectionLinks styles ***********/

.sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	border: none;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
}

/************** Menu Links **************/
#MenuLinks{
	list-style-type: none;
	list-style-image: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#MenuLinks a:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#MenuLinks a:visited{
	color: #FFFFFF;
	font-weight: bold;
}

#MenuLinks a:hover{
	color: #FFFF00;
	font-weight: bold;
}

/************** Realty Publisher **************/

.rowline {
	background-color: #0099CC;
	background-image: url(../../images/spacer.gif);
	height: 1px;
	width: 100%;
	background-repeat: no-repeat;
}

.required {
	color: #FF0000;
}

#rpmenu {
	border: thin solid #0099CC;
}


#rpcolums {
	color: #FFFFFF;
	background-color: #3399CC;
	font-weight: bold;
	font-size: 10pt;
}
#rpcolums a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
}

#rpcolums a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
}

#rpcolums a:hover{
	color: #FFFF00;
	font-weight: bold;
	font-size: 10pt;
}

.rpMenu-button
{
Border: 1 solid #C0C0C0; 
Font-Family:Verdana;
Font-Size:8pt;
Color:#000000
}
