/* Weber Financial */
html {
	margin: 0px;
	padding: 0px;
	}

body {
	text-align:center;
	margin: 0;
	background: #EFD7B9;
	font: 12px/170% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group Layout */


/* @group Layout Widths */

#wrapper, #content {
	width: 900px;
}

/* 100px less than above */

#header, #bodycontent, #footercontent {
	width: 800px;
}



/* @end */

#bodycontent {
	padding-right: 50px;
	padding-left: 50px;
	background: url(house.jpg) no-repeat right bottom;
	min-height:370px;
	display: inline-block;
	overflow: visible;
}

#footercontent {
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 25px;
	background: url(footer-gradient.jpg) no-repeat right top;
	padding-top: 50px;
}

#wrapper {
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	padding: 0px 0px 50px;
}

#content {
	display: inline-block;
	padding: 0;
	margin: 40px 0 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: white url(gradient.jpg) repeat-x 0 top;
	border: 1px solid silver;
}

#header {
	display: block;
	float: left;
	margin-bottom: -50px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

#logo {
	float: right;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 40px;
	margin-top: -20px;
}

#address {
	display: block;
	width: 980px;
	float: left;
	text-align: center;
	border-top: 1px dotted #004637;
	padding: 10px;
}

#contactinfo {
	width: 275px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
}

#announcement {
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid silver;
	background: url(gradient-grey.jpg) repeat-x;
}

#messagebox {
	width: 45%;
	padding: 0;
	height: 215px;
	margin-bottom: 15px;
}

ul#offeringbox {
	float: left;
	display: block;
	width: 300px;
	list-style-position: inside;
	border: 1px solid silver;
	padding: 25px 35px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(gradient-grey.jpg) repeat-x;
	margin: 0 25px 20px 0;
}

#mortgage-calculator {
	float: right;
	display: block;
	width: 325px;
	padding: 25px 35px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: white url(gradient.jpg) repeat-x 0 top;
	border: 1px solid silver;
	overflow: hidden;
}

#mortgage-calculator iframe {
	width: 325px;
	overflow: hidden;
}

#offeringbox li em {
	background-color: #8D0122;
	color: white;
	padding: 2px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-style: italic;
	font-size: 11px;
}


/* @end */

/* @group Text */

p {
	margin-bottom: 1em;
	font-size: 12px;
	margin-top: 0;
}

#announcement p {
	font-size: 12px;
	line-height: 14px;
}

#offeringbox li {
	list-style-image: url(textlink_arrow.gif);
}

#contactinfo p {
	line-height: 13px;
	font-size: 12px;
}

p#callrates {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 10px;
	font-style: italic;
}

p#rates {
	color: #8D0122;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

#calltxt {
	font-size: 13px;
	line-height: 13px;

	width: 60%;
	margin-bottom: 20px;
}

#call {
	display: inline-block;
	width: 275px;
	text-align: center;
	margin-bottom: 20px;
	vertical-align: middle;
	border: 1px solid silver;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: white url(noappfees.jpg) no-repeat right center;
	padding: 15px 75px 15px 10px;
}

p#required {
	color: #016645;
	font-size: 11px;
}

p.now {
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 5px;
}

p.number {
	font-size: 25px;
	color: #8D0122;
	font-weight: bold;
	margin: 0;
}

p.hours {
	margin-bottom: 10px;
	margin-top: 5px;
}

h1   { 
	color: #8D0122;
	line-height: 25px;
	margin: 0 0 5px;
	letter-spacing: -1px;
	font-size: 26px;
}
	
h2 {
	color: #8D0122;
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 5px;
}
	
h3 {
	color: #8D0122;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 5px;
}

#mortgage-calculator h3 a {
	color: #8D0122;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 5px;
	text-decoration: none;
}

a:link { 
	color:#004637;
	text-decoration:underline;
	}

a:hover	{ 
	color:#808080; 
	text-decoration:none; 
	}

p a:visited { 
	color:#004637;
	text-decoration:none;
	border-bottom: 1px dotted #004637
	}

.smallgrey {
	color:#696969;
	font-size:95%;
	width:500px;
	margin-top:30px;
	margin-bottom:30px;
	}
	
.boldlarger {
	font-size:140%;
	font-weight: bold;
	margin-bottom:30px;
	}

p#smallprint {
	font-size: 10px;
}

#copyright {
	color: black;
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
}

#equallender {
	text-align: left;
	font-weight: bold;
	float: left;
	position: relative;
	display: inline-block;
}

#adzings img {
	display: inline-block;
	float: right;
	margin-right: 10px;
}

#copyright p {
	font-size: 10px;
}

/* @end */

/* @group Image */

img {
	border-style: none;
	border-width: 0;
}

.bodycontent a img {
	border: 1px solid #a7a7a7;
}

img.floatright {
	display: inline;
	float: right;
}

img.floatleft {
	display: inline;
	float: left;
	margin-right: 10px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img#equalhousing {
	vertical-align: middle;
}

/* @end */

/* @group Contact Form */

#callnow h3 {
	margin-bottom: 20px;
}

form#contact {
	display: inline;
}

#contactbox, #messagebox {
	text-align: left;
	padding: 0;
	height: 215px;
	margin-bottom: 15px;
}

#contact label {
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	width: 50%;
}

#callnowbox label {
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}


div.note {
	display: block;
	color: #006544;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}



fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

label.field {
	display: block;
	margin-bottom: 10px;
}

label.field input,
label.field select {
	width: 50%;
	padding: 1px;
	margin: 0;
	border: 1px solid silver;
}

input#npa, input#nnx {
	width: 35px;
}

input#line {
	width: 55px;
}

#call_result {
	vertical-align: middle;
}

.labeltxt, #callnowbox.labeltxt {
	float: left;
	display: block;
	width: 125px;
}

input#Phone {
	background-color: #e4fff6;
	border-color: #016645;
}

#thankumsg {
	width: 50%;
}

#callnowbox {
	border: 1px solid silver;
	width: 305px;
	padding: 15px 20px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: white;
	display: block;
	z-index: 100;
}

#callnowbox form input#Phone {
	width: 150px;
}

input#callnow {
	margin-left: 0;
	cursor: pointer;
	cursor: hand;
}

input#callnow {
	background-color: #016645;
}


input#callnow.indend {
	background-color: #016645;
	margin-left: 125px;
}

input#submit {
	background-color: #8D0122;
	margin-left: 125px;
	cursor: pointer;
	cursor: hand;
}

input#callnowalone {
	background-color: #016645;
	margin-left: 125px;
	cursor: pointer;
	cursor: hand;
}

input#submit, input#callnow {
	color: white;
	padding: 5px 10px;
	border-style: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #003323 1px 1px 2px;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

input#submit:hover {
	background-color: #5B0016;
	color: white;
}

input#callnow:hover, input#callnowalone:hover {
	background-color: #004c33;
	color: white;
}

/* @end */