/* CSS Document */

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

body{
	font-family:"Trebuchet MS", Tahoma, Arial;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #E5E5E5;
	text-decoration: none;
}

a:hover {
	color:#003399;
	background-color: #FFFFFF;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

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

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

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

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

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto
}

#header {
	display: none
}

#content {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}
#content img {
	display: inherit;
	float: right;
}
#content p {
	font-size: 10pt
}

/************* #globalNav styles **************/

#globalNav{
	display: none
}
#globalNav img{
 display: none
}

/************* #footer styles ***************/

#footer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-size: 65%;
	color: #666;
	background-color: #E6E6E6;
	text-align: center;
	word-spacing: 0.25em;
	border-top: thin dotted #000000;
	border-bottom: thin dotted #000000;
	padding-top: 5pt;
	padding-bottom: 5pt
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #000;
}

#footer img{
	display: none
}

/************* #component classes **************/


#WhatsNew{
	padding: 2px 0 0 3px;
	margin: 0;
	line-height: 3.5em;
	color: #003366;
	font-size: 100%;
}
#OfficeNews {
	height: 100%;
	margin-top: 10px;
	padding: 10px 0px 5px 10px;
}
.news li {
	font-size: 90%
}

.login {
	display: none
}

.client {
	display: none
}

.brokerage {
	display: none
}
.feature img{
	float: left;
	padding: 30px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/*********** .yahoo styles ***********/

.yahoo{
	display: none;
	float: right;
	margin: 0 auto;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	width: 35%;
}
#hires_logo {
	display: inherit;
	width: 800px;
	margin-bottom: 15pt
}