/* NETSCAPE MOZILLA FIREFOX USERS */

/* GENERAL PAGE ELEMENTS */
body {
	font-family: Verdana, Georgia, Arial, sans-serif;
	color: #000;
	background: #eef0e4;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	border: 0px;

}


h1 {
	margin: 1.4em 0 0.5em 7px;
	color: #993333;
	font-size: 0.9em;
}

h2 {
	margin: 0 0 0.5em 7px;
	color: #666;
	font-size: 0.9em;
}


h3 {
	margin: 0 0 .5em 7px;
	color: #666;
	font-size: 0.9em;
}

p {
	margin: 0 0 1em 7px;
	font-size: 0.9em;
	line-height: 1.5em;
}

.xtraBottomSpace {
	margin-bottom: 30px;
}

.noMarginPadding {
	margin: 0;
	padding: 0;
}

/* This rule (type: class) makes its item partially transparent. 
.slightlyTransparent {
	-moz-opacity: .50;
	filter: alpha(opacity=50);
} */


#mainTable {
	border: 8px;
	border-color: #fff;
	border-style: solid;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	display: block;
}

/* IMAGES */
img {
	border: 0;
}


/* SIDEBAR  ELEMENTS  */

#sidebar {
	text-align: right;
	border-right-width: 8px;
	border-right-color: #fff;
	border-right-style: solid;
	background: #999D85;
	width: 200px;
}
#sidebar p {
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	display: block;
	margin-bottom: -0.5px;
	margin-right: 8px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	
}
#sidebar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px; 
	
}

/* SIDEBAR LINKS */

table#mainTable td#sidebar a, table#mainTable td#sidebar a:link, table#mainTable td#sidebar a:visited, td#sidebar a:active {
	text-decoration: none;
	color: #999D85;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	background-color: #b3b89c;
	display: block;
	padding: 1px 7px 0 0;
	margin-bottom: 2px; /* For Mozilla - Firefox */
/*	voice-family: "\"}\"";
	voice-family: inherit;
	margin-bottom: 15; */ /* For  IE */
	
}
	
table#mainTable td#sidebar a:hover {
	text-decoration: none;
	color: #999D85;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	display: block;
	padding: 1px 7px 0 0;
	background-image:  url("../backgroundImages/p7PM_plum.jpg");
	background-repeat: no-repeat;
	margin-bottom: 2px;  /* For Mozilla - Firefox */
/*  * voice-family: "\"}\"";
	voice-family: inherit;
	margin-bottom: -15px; */ /* For IE */

}

/* MAIN CONTENT AREA */
#content {
	text-align: left;
	background: #CCCEC3;

}

#content p {
	color: #000;
	letter-spacing: 0.1em;
	font-size: 0.8em;
}

#content ul {
	color: #000;
	font-size: 0.8em;
}

#content table.listingTable {
	color: #000;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	width: 480px;
	margin: 1em auto;

}
#content p.label {
	color: #000;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	font-weight: bold;
}

#content .center {
	text-align: center;
	display: block;
}

#content table.signatureTable {
	color: #000;
	width: 480px;
	margin: 1em auto;

}

/* MAIN CONTENT AREA LINKS */

#content a:link, #content a:visited, #content a:active {
	color: #2E7CA6;
	text-decoration: none;
	
}
#content a:hover {
	text-decoration: underline overline;

}

#content h3.listingColor {
		color: #2E7CA6;
		text-align: center;

}
tr.altRow {
	background: #999D85;
	background: #E6E8DC;

}

td.alignRight {
	text-align: right;
}


.verySmall {
	color: #993333;
	font-size: 0.8em;
}

#logoBackground {
	background-image: url(../backgroundImages/logoTrans.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

}

.center {
	text-align: center;
	display: block;
}

#imgRight {
	border: 0;
	margin: 0 0 0 2px;
	float: right;
	clear: right;
}

/* BROKER INFO - MUST BE ON EVERY PAGE */
#brokerInfo {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 0px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px;
	width: 730px;
	display: block;

}

#centerCell {
	font-size: 10px;
	text-transform: capitalize;
	color: #999D86;
	text-align: center;

}



