/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 0.7em;
	color: #555555;
}

body.properties2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: top left url(images/properties-bg.gif) repeat;
}

body.amber_housing{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: top left url(images/amber-housing-bg.gif) repeat;
}

a{
	text-decoration: none;
	color: #515E89;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

body.properties2 a{
	color: #40416E;
}

h1.logo{
	clear: left;
	float: left;
	text-indent: -30000px;
	width: 177px;
	height: 84px;
	background: url(images/properties2-header-logo.jpg) 0 0 no-repeat;
	margin: 0 0 0 5px;
}

h1 { font-size: 1.8em; }

h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; color: #767670; }
h4 { font-size: 1em; text-decoration: underline; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h2, h3{
	font-family: Trebuchet, Arial, Verdana, Geneva, Helvetica, sans-serif !important; 
}

.errorText{
    color:#CC0033;
}

.col2 select{
    margin-left:20px;
}
