/* PropertyPro Stylesheet for 122Property */
/* General Declarations */
/* Colour Palette
	light yellow:	rgb(255,255,204) or #ffc
	dark yellow:	rgb(255,255,0) or #ff0
	gold:			rgb(204,204,0) or #cc0
*/
html,body {
	margin: 0;
	padding: 0;
	border: 0;
/* \*/
	height: 100%;
}
body {
	min-width: 760px;
	font-family: Verdana, Baskerville, Arial;
	font-size: 100.1%;
	color: #000;
	background-color: #ffc;
}
h1 {
	font-size: 1.9em;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-size: 1.2em;
	margin: 0;
}
h3{clear:both;margin:10px 0;font-size:1.1em;text-decoration:underline}
img {
	border: 0;
}
div {
	margin: 0;
	padding: 0;
}
form {
	font-size: 0.8em;
}
form label { 
	display: block;
	float: left;
	width: 150px;
	padding: 0;
	margin: 7px 0 0 0;
	text-align: right;
	font-size: 12px;
	height: 1.2em;
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
}
textarea {
	overflow: auto;
}
ol, ul {
	font-size: 0.8em;
}

/* Classes */

.calcbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width: 80px;
}
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width: 170px;
}
.formselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width: 175px;
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0 0 5px 0;
}
.formcheck {
	margin: 10px 9px 0px 9px;
	padding: 0;
}
.contactfloat {
	width: 150px;
	padding: 0 0 0 100px;
	float: left;
}
.clear {
	clear: both;
	overflow: hidden;
}
.box {
	list-style: none;
	margin: 0;
}
.box li {
	width: 23%;
	height: 1em;
	margin: 6px;
	padding: 8px 0;
	display: inline;
	float: left;
	font-size: 0.9em;
	text-align: center;
}
.yesbox {
	border: gray 1px solid;
}
.nobox {
	border: #ffc 1px solid;
}
.ublist {
	font-weight: bold;
	text-decoration: underline;
}
.hr {
	background: #CC0;
	color: #CC0;
}
.floatform1, .floatform2 {
	width: 350px;
	float: left;
}
.floatform3 {
	width: 380px;
	float: left;
}
.floatform4 {
	width: 290px;
	padding: 0 15px;
	float: left;
}
.staff {
	width: 100px;
	float: left;
	text-align: center;
	margin: 10px 5px 5px;
	padding: 4px;
	font-size: 0.8em;
}
.staff p {
	text-align: center;
}
.staff img {
	border: 2px solid #fff;
	border-left: 2px solid #808080;
	border-top: 2px solid #808080;
}
.red {
	color: #f00;
}

/* iDs */

#fullheightcontainer {
	position: relative;
	background: url(images/toolbar.gif) top left repeat-y #ffc;
	width: 100%;
/* \*/
	height: 100%;
}
#wrapper {
	background: url(images/bg.jpg) bottom right no-repeat;
	min-height: 100%;
/* \*/
	height: 100%;
}
#wrapp\65 r {
	height: auto;
}
/* \*/
* html #wrapper {
	height: 100%;
}
#logo {
	display: inline;
	float: left;
}
#logo img {
	border-right: 4px solid #fff;
}
#header {
	width: 100%;
	height: 60px;
	padding: 40px 0 0 0;
	background: url(images/122.gif) top left no-repeat #000;
	color: #ff0;
	font-weight: bold;
	text-align: right;
}
#headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0 10px 0 199px;
}
#marquee {
	margin: 10px 0 0 199px;
	background: #ff0;
	font-size: 0.6em;
	font-weight: normal;
	color: #000;
	line-height: 1.8em;
}
#clearfloats {
	clear: both;
	width: 100%;
	line-height: 0em;
	font-size: 0em;
	overflow: hidden;
}
#links {
	width: 195px;
	float: left;
}
#navlist {
	width: 170px;
	font-family: sans-serif;
	margin: 15px 0 0 10px;
	padding: 0;
}
#navlist li {
	display: inline;
}
#content {
	display: inline;
	float: left;
	padding: 20px 10px 0 15px;
	width: 70%;
}
#content p {
	font-size: 0.8em;
	text-align: justify;
	margin: 10px 0;
	padding: 0;
}
#numlist {
	list-style: decimal;
}
#ifa {
	font-size: 0.8em;
	font-weight: bold;
}
#disclaimer {
	font-size: 0.8em;
	font-weight: bold;
}

/* Links */

#navlist a {
	width: 99.99%;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
	margin: 7px 0;
	padding: 1px 4px;
	border: 1px solid #000;
	background-color: #ff0;
	font-weight: bold;
}
#navlist a:visited {
	color: #000;
}
#navlist a:hover {
	border: 1px solid #ff0;
	color: #000;
	background-color: #ffc;
}
a, a:visited {
	color: #f00;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
