@charset "utf-8";
/* A-Z Mortgages CSS Document */

/* Main Objects */

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#000;
}

a:hover {
	color:#039;
}

h1 {
	font-size:large;
	margin:0;
	padding-bottom:10px;
}

/* Main Classes */

.container {
	margin:10px auto;
	width:799px;
}

.head {
	height:100px;
	background:url(../images/logo.gif);
	margin-bottom:20px;
}

.links ul {
	margin:0;
	padding:0;
	width:799px;
}

.links ul li {
	list-style:none;
	float:left;
}

.links ul li a {
	background:#003;
	color:#FFF;
	display:block;
	width:189px;
	text-decoration:none;
	text-align:center;
	padding:5px;
	border-left:1px solid #6C8CD5;
}

.links ul li a img {
	border:0;
	margin-bottom:5px;
}

.links ul li a:hover {
	background:#06266F;
}

.links ul li.first a {
	border-left:0;
}

.content {
	clear:both;
	border:1px solid #003;
	border-top:0;
	padding:10px;
	text-align:justify;
}

.disclaimSmall {
	font-weight:bold;
	text-align:center;
}

.disclaimBig {
	font-size:x-large;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}

.foot {
	text-align:center;
	padding:5px;
	font-size:small;
	background:#003;
	color:#FFF;
}

.foot a {
	color:#FFF;
}

.foot a:hover {
	color:#99F;
}

/* Home Classes */

.flash {
	border:1px solid #003;
	clear:both;
}

.flasherror {
	text-align:center;
	padding:75px 0;
}

/* Mortgage Calculator Classes */

table.calc {
	border:1px solid #6C8CD5;
	border-collapse:collapse;
	width:100%;
	margin:10px 0;
	background:#6C8CD5;
}

table.calc td, table.calc th {
	width:20%;
	text-align:center;
	padding:2px;
	border:1px solid #06266F;
}

table.calc th {
	background:#003;
	color:#FFF;
}

.calc input, .calc select {
	width:80px;
}

/* Contact Us Classes */

label {
	float:left;
	clear:both;
	margin:0 30px 10px 0;
	width:320px;
	text-align:right;
}

input, select, textarea {
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:10px;
	background:#E1E1E1;
	border:1px solid #006;
	width:200px;
}

.error {
	margin-bottom:20px;
	padding:5px;
	background:url(../images/error.gif);
	border:1px solid #CC0000;
}

.ierr {
	display:inline;
	padding-left:10px;
	color:#CC0000;
	font-weight:bold;
}

.success {
	margin-bottom:20px;
	padding:5px;
	background:url(../images/success.gif);
	border:1px solid #006600;
}

.captcha {
	margin:10px 0;
}