@charset "utf-8";
/* Master CSS */

/* import framework stylesheets and hid from IE/Mac \*/
@import url("screen.css");
@import url("dropdown.css");
@import url("lightbox.css");
@import url("SpryValidationTextField.css");
@import url("SpryValidationSelect.css");
/* end import/hide */

/* custom styles */
body {
	behavior: url("css/csshover3.htc");
	margin-top: 10px;
	margin-bottom: 10px;
	}
img, h1 { behavior: url("css/iepngfix.htc") }
a {
	color: #45487f;
	text-decoration: none;
}
a:hover {
	color: #373965;
	text-decoration: underline;
}
h2, h3, h4 {
	color: #315553;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#citylist .colborder {
	border-right: solid 1px #a9bfbe;
}
#header {
	background: url(../images/header-background.png) repeat-x top left;

	padding-bottom: 25px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	position: relative;
}
#header h1 {
	background: url(../images/az-home-logo.png) no-repeat top left;
	width: 338px;
	height: 99px;
	margin-left: 10px;
	margin-top: 10px;
	text-indent: -9999px;
}
#login {
	position: absolute;
	top: 10px;
	right: 10px;
}
#banner {
	background: url(../images/top-banner.png) repeat-y top left;
	width: 610px;
	position: absolute;
	right: 0px;
	bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#banner a.redbutton {
	display: block;
	float: left;
	font-size: 1.5em;
}
#banner span {
	float: left;
	width: 85px;
	padding-left: 10px;
	font-size: .8em;
}
#banner .tagline {
	font-size: 1.6em;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 5px;
	width: 350px;
}
a.brownbutton {
	background: url(../images/greenbutton.png) repeat-x left top #aac0bf;
	border: solid 1px #aac0bf;
	-moz-border-radius: 10px;
	padding: 5px;
	color: #315553;
	height: 1%;
	text-align: center;
}
a:hover.brownbutton {
	background: url(../images/greenbutton.png) repeat-x left top #aac0bf;
	text-decoration: none;
}
a.redbutton {
	background: url(../images/purplebutton.png) repeat-x left top #545796;
	border: solid 1px #464980;
	-moz-border-radius: 10px;
	padding: 5px;
	color: #fff;
	height: 1%;
	text-align: center;
}
a:hover.redbutton {
	background: url(../images/purplebutton.png) repeat-x left top #545796;
	text-decoration: none;
	color: #fff;
}
#navigation {
background: url(../images/nav-background.png) repeat-x top left #640505;
border-bottom: solid 1px #000;
border-top: solid 1px #000;
margin-bottom: 25px;
}
#navigation ul li a {
	padding: 10px 20px 10px 20px;
	display: block;
	white-space: nowrap;
	color: #fff;
	font-size: 1.2em;
}
#navigation ul li a:hover, #navigation ul li:hover {
	background: #575a99;
}
#navigation ul li ul li  {
	background: #575a99;
	display: block;
	height: 1%;
	width: 225px;
}
#ltcol .box1 {
	width: 280px;
}
.box1 {
	background: url(../images/box-background.png) repeat-x top left;
	border: solid 1px #a9bfbe;
	padding: 10px;
	margin-bottom: 10px;
}
.square-ad {
	border: solid 1px #a9bfbe;
	margin-bottom: 10px;
	width: 300px;
	height: 250px;
}
.ad {
	color: #999;
	font-size: 0.8em;
}
#news {
	background: url(../images/header-background.png) repeat-x top left;
	padding: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}
#news ul, #agents ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#news li {
	padding-bottom: 10px;
}
#agents {
	padding: 10px;
}
#search h2 {
	background: url(../images/search-header.png) repeat-x top left #a9bfbe;
	border-top: 1px solid #a9bfbe;
	border-left: 1px solid #a9bfbe;
	border-right: 1px solid #a9bfbe;
	padding: 5px 10px 0px 10px;
	margin: 0px;
	line-height: normal;
	display: inline;
}
#search h2 img {
	padding-right: 10px;
}
#magazine a.brownbutton, #magazine a.redbutton {
	font-size: 1.5em;
	width: 150px;
	display: block;
	margin-bottom: 10px;
}
#footer {
	background: url(../images/footer-background.png) repeat-x bottom left #fff;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	padding: 20px 0px 10px 0px;
	font-size: 0.8em;
}
#footer p {
	padding: 0px 10px 0px 10px;
}
#sitemap {
	border: solid 1px #a9bfbe;
	padding: 10px 0px 10px 0px;
	line-height: 2;
}
#sitemap ul {
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#sitemap ul li {
	display: inline;
}
#citylist ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#tools ul {
	list-style: square;
	color: #cdc6b6;
}
div.colborder {
	border-right: solid 1px #a9bfbe;
}

/* FORMS */
#basicsearch {
	position: relative;
	padding-top: 25px;
}
#basicsearch img {
	position: absolute;
	bottom: 0px;
	left: 10px;
}
#basicsearch form {
	padding: 0px 0px 0px 150px;
}
#basicsearch fieldset, #subscribe fieldset {
	float: left;
	width: 210px;
	border: none;
	padding: 0;
	margin: 0;
}
#subscribe fieldset {
 width: 300px;
}
#basicsearch label, #minisearch label, #subscribe label, #contact label {
	display: block;
}
#basicsearch input.text {
	border: solid 1px #a9bfbe;
	width: 180px;
}
input.submit {
	background: url(../images/greenbutton.png) repeat-x left top #aac0bf;
	border: solid 1px #aac0bf;
	-moz-border-radius: 10px;
	padding: 5px;
	color: #315553;
	font-weight: bold;
	height: 1%;
	text-align: center;
	float: right;
	margin-right: 20px;
}
#subscribe input.submit, #contact input.submit {
	float: left;
}
#minisearch input.text, #subscribe input.text, #contact input.text {
	border: solid 1px #a9bfbe;
	width: 250px;
}
#subscribe {
	padding-bottom: 25px;
}

/*Payments Calculator*/
form#payments-calc {
	background: url(../images/arrow.png) no-repeat 100px 20px;
	margin-bottom: 10px;
}

form#payments-calc input.text {
	width: 100px;
	display:block;
}

form#payments-calc fieldset {
	width: 225px;
	float: left;
	border: none;
	padding:0;
	margin:0;
	padding-left: 75px;
}
form#payments-calc input.submit {
	float: left;
}

/*Afford Calculator*/
form#afford-calc fieldset {
	border: none;
	padding: 0;
	margin: 0;
	float:left;
	width:300px;
}
form#afford-calc input.text {
	width: 150px;
}
form#afford-calc label {
	display: block;
}
form#afford-calc input.submit {
	float:left;
}
form#afford-calc p {
	padding-top: 10px;
}
form#afford-calc h3 {
	padding-top: 10px;
}
/*Amortization Schedule*/
form#amortization label {
	display: block;
}
form#amortization input.text {
	width: 100px;
}
form#amortization input.submit {
	float: left;
}
form#amortization textarea {
	width: 550px;
	height: 300px;
}
form#amortization p {
	padding-top: 10px;
	padding-bottom: 10px;
}