body
{
	background:#fff;
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	color:#333333; 
}


p, td
{
	font-size:11px;
	margin-top:8px;
}
li
{
	font-size:11px;	
	margin-top:1px;
}


hr
{
	border:solid #cecece 1px;
	width:100%;
	height:1px;
	margin-top:0px;
	padding:0px;
	position:relative;
	top:-8px;
}
img
{
border:0;
}
img.home
{
	padding-right: 2px;
}
.footer
{
	font-size: 10px;
}
a.footer:link, a.footer:visited, a.footer:active
{
   color:#FF3300;
   text-decoration: none
}
a.footer:hover
{
   color: #999999;
   text-decoration: none
}

.alert
{
	color:red;
}

.formText
{
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.hide
{
display:none;
}

h1, h3 , h4
{
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 0em;  
	margin-top: 0em; /*stops top and trailing white space doesn't workin N4 */
}
h2
{
	font-weight: bold;
	font-size: 14px;
}


/* ------------Image Rollover Arrow-------------*/
img.arrowroll {background: transparent;}
a.arrowroll {
	background: #fff;
	display:block; 
	width:162px; 
	background-color: #fff;
}
a.arrowroll:hover {
	background: #CCC;
}
/* ------------Image Search Rollover Arrow-------------*/
img.searchroll {
	background: transparent;
	border-bottom:10px;
	border-color: red;	
}
a.searchroll {
	background: #fff;
	display:block; 
	width:136px; 
	background-color: #fff;
}
a.searchroll:hover {
	background: #CCC;
}
/* ------------General links-------------*/
a:link,a:visited,a:active
{
color:#FF3300;
text-decoration:underline;
}
a:hover
{
	color:#999999;
}

/* ------------Top Banner ------------*/
#topLogo
{
	position:absolute;
	left:35px;
	top:20px;
	width:95px;
	height: 34px;
	text-align: right;
	border:solid red 0px;
}
#topBanner
{
	position:absolute;
	left:171px;
	top:13px;
	width:497px;
	height: 34px;
	text-align: left;
	border:solid #060 0px;
}
/* ------------Primary Navigation left------------*/
#primaryNav
{
	position:absolute;
	left:7px;
	top:68px;
	width:144px;
	height: 284px;
	text-align: right;
	border:solid #060 0px;
}

#primaryNav a,#primaryNav a:visited, #primaryNav a:active, #globalNav a,#globalNav a:visited, #globalNav a:active
{
   color:#000;
   text-decoration: none
}

#primaryNav a:hover, #globalNav a:hover
{
   color: #F00;
   text-decoration: none;
}
/* ------------Global Navigation right------------*/
#globalNav
{
	position:absolute;
	left:500px;
	top:67px;
	width:300px;
	overflow:hidden;
	border:solid red 0px;
	height: 134px;

}
/* ------------Primary Content centre------------*/
#mainContentTitle
{
	position:absolute;
	left:170px;
	top:22px;
	width:495px;
	border:solid red 0px;
	height: 33px;
}
#mainContent
{
	position:absolute;
	left:171px;
	top:68px;
	width:300px;
	border:solid red 0px;
	height: 430px;
}


#jumpMenu
{
	border: #cecece 1px solid; 
	float: none; 
	overflow: hidden; 
	width: 495px; 
	height: 21px;
}
/* ------------Grubb-Ellis Logo------------*/
#grubbEllis
{
	position:absolute;
	left:564px;
	top:303px;
	width:151px;
	overflow:hidden;
	border:solid blue 0px;
}
/* ------------Light Blue Text block------------*/
#lbluetxt td
{
	background-color: #eff7ff;
	border-bottom:4px;
	border-bottom-color: #fff;
	border-bottom-style: solid;

	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* ------------Print Version logo------------*/
#printVersion
{
	display: none;
}
