/* Tag Styles */
*
{
	margin: 0px;
	padding: 0px;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

h1
{
	font-size: 14px;
	color: #177098;
	font-weight: bold;
}

h1 a
{
	text-decoration: none;
}

h2, h3, h4, h5, h6
{
	font-size: 12px;
	color: #177098;
	font-style: italic;
	font-weight: normal;
}

p
{
	padding: 4px 0px;
}

img
{
	border: none;
}

a
{
	color: #177098;
}

#content ul
{
	list-style: none outside url(images/bullet.jpg);
	margin-left: 15px;
}

/* Classes */
.floater
{
	float: left;
}

.small-text
{
	font-size: 10px;
}

.quote-div
{
	position: absolute;
	top: 0px;
	left: 5px;
}

.news-item
{
	padding: 0px 10px;
}

.news-text
{
	font-size: 10px;
}

.read-more
{
	font-size: 10px;
	text-align: right;
}

.news-splitter
{
	background-color: #b4dbe6;
	height: 23px;
	margin: 5px 0px 10px 2px;
}

.consultant-link
{
	padding: 3px 0px;
}

.consultant-link a
{
	color: #000;
	text-decoration: none;
}

.consultant-bio
{
	padding-top: 10px;
	height: 400px;
	overflow: auto;
	margin-left: 175px;
}


/* Page */
#page-wrapper
{
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 821px;
	background: url(images/content_bg.jpg) top left repeat-y #fff;
}

#header
{
	position: relative;
	height: 212px;
}

#lease-finder
{
	display: block;
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 645px;
	height: 70px;
	width: 140px;
}

/* Navigation */
#nav-wrapper
{
	height: 35px;
	background: url(images/nav_bg.jpg) top left no-repeat #fff;
}

/* -------- Menu Hover ---------------*/
a.hover-link img
{
	filter:alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
}

a.hover-link:hover img
{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

/* -----------------------------------------*/

/* Main Section */
#main-wrapper
{
	padding-top: 10px;
	margin: 0px 11px;
}

#right-panel
{
	position: relative;
	float: right;
	width: 202px;
	text-align: left;
	padding-top: 5px;
}

#content
{
	position: relative;
	margin-left: 0px;
	margin-right: 202px;
	padding: 5px 10px 10px;
	text-align: left;
}

/* Consultants Section */
#consultants-wrapper
{
	position: absolute;
	z-index: 1;
	left: 0px;
	width: 597px;
}

#consultants-title-bar, #consultants-spacer
{
	background-color: #3d9d33;
	color: #fff;
	padding: 10px 0px;
}

#consultants-title
{
	float: left;
	width: 170px;
	text-align: right;
	font-weight: bold;
}


#consultants-list
{
	float: left;
	width: 170px;
	text-align: right;
	padding-top: 10px;
	height: 400px;
	overflow: auto;
}


/* Footer */
* html #page-wrapper
{
	height: 100%;
}

#footer-spacer
{
	clear: both;
	height: 63px;
}

#footer
{
	position: relative;
	margin-top: -63px;

	width: 821px;
	height: 63px;
	margin-left: auto;
	margin-right: auto;
}
