@charset "utf-8";

body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	margin: 0px;
	line-height: 15px;
	}

a:link {
	color: #7B0099;
	}
a:visited {
	color: #7B0099;
	}
a:hover {
	color: #8C57A2;
	}
a:active {
	color: #7B0099;
	}

#doc {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	} 

#bd {
	float: left;
	margin: 0;
	padding: 20px 10px 15px 10px;
	}

#content {
	float: left;
	background-color: #E4E4E4;
	width: 750px;
	}
	

/* ------------ HEADER --------------*/

#hd {
	margin: 0;	
	}

#hdnorth {
	margin: 0px;
	background: #EED7FD no-repeat bottom url(../images/hd-n.gif);
	height: 40px;
	text-align:right;
	padding: 15px 15px 0 0;
	}

#hdnorth a{
	font-size: 10px;
	color: #333;
	}

#hdbar {
	margin: 0;
	padding: 0;
	background: #CDCDCD repeat-x url(../images/hd-home-back.gif);
	height: 64px;
	}

#hdlogo {
	margin: 0;
	float: left;
	width: 320px;
	padding: 6px 0px 0px 17px;
	font-size: 18px;
	color:#FFFFFF;
	}

body#properties #hdbar {
	background: #CDCDCD repeat-x url(../images/hd-properties-back.gif);
	}

body#adtypes #hdbar {
	background: #CDCDCD repeat-x url(../images/hd-adtypes-back.gif);
	}

body#tools #hdbar {
	background: #CDCDCD repeat-x url(../images/hd-tools-back.gif);
	}

body#about #hdbar {
	background: #CDCDCD repeat-x url(../images/hd-about-back.gif);
	}

/* ------------ NAVIGATION --------------*/

#hdnavigation {
	margin: 0px;
	float: right;
	width: 360px;
	height: 30px;
	padding-top: 33px;
	}


#hdnavigation .navitem {
	margin: 0px;
	display: block;
	float: left;
	height: 30px;
	}

#hdnavigation #navhome a{
	height: 30px;
	width: 56px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
	background: top left no-repeat url(../images/n-home.gif);
	display: block;
	}
 
#hdnavigation #navhome a:hover{
	background-position: bottom left;
	}

body#home #hdnavigation #navhome a {
	background: top left no-repeat url(../images/n-home-s.gif);
	}


#hdnavigation #navproperties a{
	height: 30px;
	width: 85px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
	background: top left no-repeat url(../images/n-properties.gif);
	display: block;
	}
 
#hdnavigation #navproperties a:hover{
	background-position: bottom left;
	}

body#properties #hdnavigation #navproperties a {
	background: top left no-repeat url(../images/n-properties-s.gif);
	}

#hdnavigation #navadtypes a{
	height: 30px;
	width: 76px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
	background: top left no-repeat url(../images/n-ad-types.gif);
	display: block;
	}
 
#hdnavigation #navadtypes a:hover{
	background-position: bottom left;
	}

body#adtypes #hdnavigation #navadtypes a {
	background: top left no-repeat url(../images/n-ad-types-s.gif);
	}

#hdnavigation #navtools a{
	height: 30px;
	width: 61px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
	background: top left no-repeat url(../images/n-tools.gif);
	display: block;
	}
 
#hdnavigation #navtools a:hover{
	background-position: bottom left;
	}

body#tools #hdnavigation #navtools a {
	background: top left no-repeat url(../images/n-tools-s.gif);
	}

#hdnavigation #navabout a{
	height: 30px;
	width: 64px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
	background: top left no-repeat url(../images/n-about.gif);
	display: block;
	}
 
#hdnavigation #navabout a:hover{
	background-position: bottom left;
	}

body#about #hdnavigation #navabout a {
	background: top left no-repeat url(../images/n-about-s.gif);
	}

#subnav {
	margin: 0px;
	clear: both;
	background: #CDCDCD bottom no-repeat url(../images/subnav-s.gif);
	overflow: hidden;
	padding: 2px 20px 3px 20px;
	width: 710px;
	text-align: center;
	font-size: 1px;
	}

#subnav ul{
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	}

#subnav li{
	margin:0;
	list-style: none;
	display: block;
	float: left;
	height: 17px;
	}
	
#subnav li a{
	height: 17px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	}
	
#subnav .subnavon{
	text-indent: -1000px;
	overflow: hidden;
	}

/* ------------ COLUMN LAYOUTS --------------*/

.colfull{
	float: left;
	clear: both;
	display: block;
	padding: 0;
	width: 730px;	
	}

.colpad{
	padding-bottom: 15px;
	}

.colone {
	float: left;
	display: block;
	padding: 0 3px 15px 3px;
	width: 730px;
	}

.colthird {
	float: left;
	display: block;
	padding: 0 3px 15px 3px;
	width: 237px;
	}

.coltwothird {
	float: left;
	padding: 0 3px 15px 3px;
	width: 481px;
	}

.colhalf {
	float: left;
	padding: 0 3px 15px 3px;
	width: 359px;
	}

.colcenter {
	width: 481px;
	padding: 0 3px 15px 3px;
	margin: auto;
	}

/* ------------ BOXES --------------*/

.boxn {
	padding-top: 15px;
	overflow: hidden;
	margin:0;
	display: block;
	}
	
.boxs {
	padding-bottom: 15px;
	overflow: hidden;
	margin: 0;
	display: block;
	clear:both;
	}
	
.b1n {
	background: #FFF top url(../images/b1.gif);
	}

.b1s {
	background: #FFF bottom url(../images/b1.gif);
	}

.b1halfn {
	background: #FFF top url(../images/b1half.gif);
	}

.b1halfs {
	background: #FFF bottom url(../images/b1half.gif);
	}

.b1twothirdn {
	background: #FFF top url(../images/b1twothird.gif);
	}

.b1twothirds {
	background: #FFF bottom url(../images/b1twothird.gif);
	}
	
.b1fulln {
	background: #FFF top url(../images/b1full.gif);
	}

.b1fulls {
	background: #FFF bottom url(../images/b1full.gif);
	}

.b2n {
	background: #EED7FD top url(../images/b2.gif);
	}

.b2s {
	background: #EED7FD bottom url(../images/b2.gif);
	}


.b2twothirdn {
	background: #EED7FD top url(../images/b2twothird.gif);
	}

.b2twothirds {
	background: #EED7FD bottom url(../images/b2twothird.gif);
	}


.b2fulln {
	background: #EED7FD top url(../images/b2full.gif);
	}

.b2fulls {
	background: #EED7FD bottom url(../images/b2full.gif);
	}

.b7n {
	background: #CBF38D top url(../images/b7.gif);
	}

.b7s {
	background: #CBF38D bottom url(../images/b7.gif);
	}
	
.b8n {
	background: #FCE06F top url(../images/b8.gif);
	}

.b8s {
	background: #FCE06F bottom url(../images/b8.gif);
	}

.b4n {
	padding: 0 0 5px 0;
	margin: 0px;
	display: block;
	width: 237px;
	}

.b4s {
	background: #FFF bottom url(../images/b4.gif);
	}

.b5n {
	padding: 0 0 5px 0;
	margin: 0px;
	display: block;
	width: 237px;
	background: #fff top url(../images/b5.gif);
	}

.b5s {
	background: #FFF bottom url(../images/b5.gif);
	}

.b6n {
	padding: 0 0 5px 0;
	margin: 0px;
	display: block;
	width: 237px;
	background: #fff top url(../images/b6.gif);
	}

.b6s {
	background: #FFF bottom url(../images/b6.gif);
	}

.boxcontent {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin: 0;
	}

.boxparagraphs {
	padding-left: 15px;
	padding-right: 15px;
	}

.bcextra {
	padding-top: 5px;
	}
	
.boximagehead {
	padding: 0 0 5px 0;
	margin: 0;
	}

/* ------------ BUTTONS --------------*/

.btncontainer {
	display: block;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 53px;
	overflow: hidden;
	}

.btncontainer a {
	display: block;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 53px;
	text-indent: -1000px;
	background: #CCC top url(../images/btn-more.gif);
	}

.btncontainer a:hover {
	background-position: bottom;
	}
	
.btn2container {
	display: block;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 60px;
	overflow: hidden;
	}

.btn2container a {
	display: block;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 60px;
	text-indent: -1000px;
	background: #CCC top url(../images/btn-more-down.gif);
	}

.btn2container a:hover {
	background-position: bottom;
	}
	
.btninline {
	position: absolute; 
	display: inline; 
	margin: 0 0 0 8px;
	padding: 0;
	}

/* ------------ FOOTER --------------*/

#ft {
	display: block;
	clear: both;
	padding: 25px 0 5px 0;
	}

#ftuniversal {
	display: block;
	clear: both;
	background: #FFF top no-repeat url(../images/footer-s.gif);
	text-align: center;
	padding: 10px 0 25px 0;
	}
/* ------------- TABLES ------------*/

.specstable {
	margin: auto;
	width: 90%;
	border: 5px solid #E4E4E4;
	padding: 5px;
	}

.specstable th{
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	}

.specstable td{
	text-align: left;
	padding: 5px;
	}

.specstable .r0{
	background-color: #FFF;
	}

.specstable .r1{
	background-color: #EED7FD;
	}
	
/* ------------ TYPE ---------------*/	

.legal{
	font-size: 9px;
	}	
	
.inlineheading {
	padding: 5px 0 0 0;
	margin: 0;
	}

/* ------------ OTHER --------------*/

.acordcontent{
	background-color: #FFFFFF;
	margin: 0 15px 0 15px;
	}
	
.acordalt{
	background-color: #EED7FD;
	}

#centeredheadline {
	text-align: center;
	display: block;
	margin: 0;
	padding: 0 0 25px 0;
	}

#centeredsubhead {
	text-align: center;
	display: block;
	padding: 5px 0 15px 0;
	margin: 0;
	}	

#leftheadline {
	display: block;
	margin: 0;
	padding: 0;
	}

.list{	
	padding: 0px 0 0 0;
	margin: 0 0 0 25px;
	vertical-align: top;
	}
	
.list li{
	margin-left: 20px;
	list-style-image: url(../images/bul1.gif);
	text-decoration: none;
	padding: 3px 0 5px 3px;
	text-indent: 0px;
	}
	
.tightlist{	
	margin: 0;
	padding: 0;
	}
	
.tightlist li{
	margin-left: 20px;
	list-style-image: url(../images/bul1.gif);
	text-decoration: none;
	padding-top: 1px;
	padding-left: 5px;
	text-indent: 0px;
	}

.iconrepeat {
	background: left top repeat-x; 
	width: 450px;
	height: 20px; 
	margin: 5px 0 10px 0; 
	padding: 0;
	overflow: hidden;
	}
	
.iconrepeatlg {
	background: left top repeat-x; 
	width: 700px;
	height: 20px; 
	margin: 5px 0 10px 0; 
	padding: 0;
	overflow: hidden;
	}
	
.thumbnails{
	text-align: center;
	}

.thumbnails img{
	padding: 6px;
	}

/* ------------ COMMON --------------*/

.hide {display: none;}
.clearspace {padding: 0; margin: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.center {text-align:center;}
.clearfloat {clear: both; line-height: 0px; height: 0px; display: block;}
.noborder {border: 0;}
br {clear: left;}
img {border: 0px;}
strong {font-weight: bold;}