body {
	background-color: #eeeeee;
	font-size: 70%;
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	margin-top: 5px;
}

A.blue-link:link {
	color: #0099FF;
	text-decoration: none;
}

A.blue-link:visited {
	color: #0099FF;
	text-decoration:none;
}

A.blue-link:hover {
	color: #99CC33;
	text-decoration:none;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}


h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0099FC;
}



h3 {
	font-weight: bold;
	
}


#wrapper {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
}

#topshadow {
	height: 11px;
}

#header {
	background-image: url(images/bgshadow.jpg);
	height: 166px;
	padding-left: 11px;
}

#maincontent {
	background-image: url(images/bgshadow.jpg);
	background-repeat: repeat-y;
}

#leftcol {
	width: 230px;
	background-color: #eeeeee;
	vertical-align: top;
}

/* left navigation */

#nav {
	width:230px;
	text-align:left;
	margin: 0 auto;
	padding: 0;
	background-color: #0099FC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav ul { 
    margin:0; 
    padding:0; }

#nav li { 
    margin:0; 
    padding:0; 
    list-style:none;
}

#nav li a {
	color:#FFFFFF;
	text-decoration:none;
	width:210px;
	display:block;
	border-bottom:1px dotted #FFFFFF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin: 0;
}

#nav li a:hover {
	background-image: url(images/arrow-over.gif);
	border-bottom:1px dotted #FFFFFF;
	color: #FFCC00;
}

#nav li a.active { 
    font-weight:bold;  
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-image: url(images/arrow-over.gif);
	border-bottom:1px dotted #FFFFFF;
	color: #FFCC00;
}

/* end navigation */


#midcol {
	vertical-align: top;
}

#hpintro {
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	font-size: 30px;
	text-align: center;
	margin-top: 25px;
}

.green-text {
	color: #99CC33;
}

.pink-text {
	color: #CC0066;
}

.blue-text {
	color: #0099FF;
}

.black-text {
	color: #000000;
}


.maintext {
	font-size: 1.2em;
	margin-right: 30px;
	margin-left: 30px;
	text-align: justify;
}

#hprightcol {
	width: 230px;
	height: 371px;
	vertical-align: top;
	text-align: center;
	background-color: #EEEEEE;
}

.column-heading {
	background-image: url(images/search-bg.gif);
	clear: both;
	height: 25px;
	width: 230px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 3px;
}

#quicksearch {
	font-weight: bold;
	color: #000000;
	width: 160px;
}

#sector select {
	width: 155px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#hpcontact {
	color: #0099FC;
	font-size: 16px;
}

#news {
	overflow-x: hidden;
	overflow-y: auto;
	width: 220px;
	padding: 5px;
	height: 260px;
	text-align: justify;
	color: #333333;
	font-size: 1.2em;
}

#marqueecontainer{
	position: relative;
	width: 220px;
	height: 275px;
	background-color: #eeeeee;
	overflow: hidden;
	text-align: justify;
	font-size: 1.2em;
	padding-left: 5px;
}

.bullets {
	font-size: 1.2em;
	margin-left: 20px;
	text-align: justify;
	margin-right: 30px;
}

.maintext ul {
	margin-left: 20px;
	text-align: justify;
	margin-right: 30px;
}

.maintext ul li {
	margin: 0;
}

#scrollarea {
	overflow-x: hidden;
	overflow-y: auto;
	height: 380px;
}


/* thumbnails and result pages */

A.propertylink:link {
	color: #000000;
	text-decoration:none;
	font-size: 1.2em;
}

A.propertylink:visited {
	color: #000000;
	text-decoration:none;
	font-size: 1.2em;
}

A.propertylink:hover {
	color: #000000;
	text-decoration:none;
	font-size: 1.2em;
}

.thumbstable {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.maptable {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.shortdesc {
	margin-left: 10px;
	margin-right: 10px;
}


.headingtext {
	font-size: 1.1em;
	color: #000000;
}

.result-heading {
	font-size: 1.5em;
}

#scrollarearesult {
	overflow-x: hidden;
	overflow-y: auto;
	height: 380px;
}


#resultnav {
	width:230px;
	text-align:left;
	margin: 0 auto;
	padding: 0;
	background-color: #CC0066;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#resultnav ul { 
    margin:0; 
    padding:0; }

#resultnav li { 
    margin:0; 
    padding:0; 
    list-style:none;
}

#resultnav li a {
	color:#FFFFFF;
	text-decoration:none;
	width:210px;
	display:block;
	border-bottom:1px dotted #FFFFFF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin: 0;
}

#resultnav li a:hover {
	background-image: url(images/arrow-over.gif);
	border-bottom:1px dotted #FFFFFF;
	color: #FFCC00;
}

#resultnav li a.active { 
    font-weight:bold;  
}




#footer {
	background-color: #BCD520;
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 5px;
	color: #000000;
}

A.footer-link:link {
	color: #000000;
	text-decoration:underline;
}

A.footer-link:visited {
	color: #000000;
	text-decoration:underline;
}

A.footer-link:hover {
	color: #333333;
	text-decoration:underline;
}

#pdfdownload {
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	margin-top: 10px;
	padding-left: 50px;
	padding-top: 20px;
}

