/* Accessible Property Investments - api.css */
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	padding: 5px;
	text-align: right;
	left: 0%;
	top: 0%;
	height: 105px;
	clear: both;
}
.printheader {
	display: none;
}	
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
}
.smallgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  80%;
	color: #808080;
	}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.smallwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
}
.margins {
	margin: 2px;
}
.float-r {
	float: right;
	}
.float-rr {
	float: right;
	padding: 0 0 0 0.7em;
	}
.float-l {
	float: left;
	}
	
ul.nav {
	list-style-image: url("images/bullet.gif");
	color: #000;
	line-height: 1.7em;
	margin-left: 1.5em;
	}
.imgcenter {
	text-align: center;
	}
.pic {
	padding: 20px;
}		
.float-rr img {
	border: 1px solid #000;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #f00;
}	
/* bars, tabs */
#topbar { 
	background: url("images/topbar.gif") repeat-x; 
	height: 12px;
}	


/* main - all the way across the page */
#main {
	margin: 10px 20%;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	background: transparent;
}	
#left {
    width: 23%;
	padding-right: 6px;
	margin: 2em 1em 1em 0.25em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	background: #FFF;
	color: #333;
	float: left;
}
#center {
	margin: 1em 3% 1em 25%;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	background: transparent;
}	

#clear {
	clear: both;
}
.red {
	color: #F00;
	font-size: 110%;
	font-weight: bold;
	}

/* footer - used for address and other contact info */
#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	background: transparent;
	border-top: 1px solid #808080;
}		

/* headers */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #35533A;
	margin-top: 0.1em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #84C618;
	margin-bottom: 0.1em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #F00;
	margin-bottom: 0.1em;
	}
	
/* Links */	
a.standard:link {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
a.standard:visited {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
a.standard:hover {
	color: #000;
	background: transparent;
	text-decoration: none;
}
a.standard:active {
	color: #000;
	background: transparent;
	text-decoration: none;
}
a.standardgrey:link {
	color: #808080;
	background: transparent;
	text-decoration: underline;
}
a.standardgrey:visited {
	color: #808080;
	background: transparent;
	text-decoration: underline;
}
a.standardgrey:hover {
	color: #808080;
	background: transparent;
	text-decoration: none;
}
a.standardgrey:active {
	color: #808080;
	background: transparent;
	text-decoration: none;
}
a.standardblue:link {
	color: #0000C0;
	background: transparent;
	text-decoration: underline;
}
a.standardblue:visited {
	color: #0000C0;
	background: transparent;
	text-decoration: underline;
}
a.standardblue:hover {
	color: #0000C0;
	background: transparent;
	text-decoration: none;
}
a.standardblue:active {
	color: #0000C0;
	background: transparent;
	text-decoration: none;
}
legend {
	padding: 10px;
	}
label,input, select, textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

label {
	text-align: right;
	width: 200px;
	padding-right: 20px;
}

form br {
	clear: left;
}