/*

blue: #0071BA
boxes bg: #2E2F34
*/

body {
	font-family: Verdana, Arial, Georgia, Sans-serif;
}
#header {
	background-image: url('images/box-bg.gif');
	background-repeat: repeat;
	height: 157px;
}
#phone {
	color: #0071BA;
	font-size: 1.5em;
	width: 25%;
	color: #FFF;
	line-height: 1.5em;
}
#nav {
	background-color: #0071BA;
	color:#FFFFFF;
}
#nav a {
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 10px 9px 10px 9px;
	float:left; 
}
#nav a:hover {
	border-bottom:1px dashed #FFFFFF;
	padding: 0 0 2px 0;
}
#wrapper {
	padding:20px;
}
.content {
	padding:20px;
	font-size: 1em;
	line-height: 1.6em;
	vertical-align: top;
}
.content2 {
	padding:20px;
	font-size: 1em;
	line-height: 1.6em;
	vertical-align: top;
}
h1 {
	background-image: url('images/heading-arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;
	margin: 10px 0 25px 0;
	padding: 0 0 0 20px;
	font-size: 2em;
	font-weight: normal;
}
h2 {
	margin: 50px 0 0 0;
}
.dotted {
	border-bottom:1px dashed #2E2F34;
	padding: 0 0 3px 0;
}
#estimate-form {
	float:right;
	vertical-align:top;
}
#free-estimate {
	color: #FFFFFF;
	font-size: 1.5em;
	background-image: url('images/box-bg.gif');
	background-repeat: repeat;
	padding: 12px;
}
.right {text-align:right;}
#estimate {
	background-color: #0071BA;
	padding: 12px;
	background-image: url('images/free-estimate-footer.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}
#estimate tr td {
	font-size:.9em;
	color: #FFFFFF;
	line-height: 1.6em;
}
#content ul {
	margin:0;
	padding:0;
}
.question {
	margin: 70px 0 0 0;
}
.image-left {
	float: left;
	margin-right: 15px;
}
.image-left-border {
	float: left;
	margin-right: 15px;
	border:1px solid #000000;
}
.image-center {
	text-align: center;
}
.small-text {
	font-size:.8em;
}
#footer {
	margin: 30px;
	color: #FFFFFF;
	font-size: 9pt;
	background-image: url('images/footer-bg.jpg');
	background-repeat: repeat-x;
	text-align:center;
	vertical-align:middle;
	height:80px;
}
#footer a {
	color: #FFFFFF;
	vertical-align:middle;
	text-decoration: none;
	padding: 11px;
}
#footer a:hover {
	text-decoration: underline;
}
#website-design, #website-design a  {
	font-size:8pt;
	padding: 0;
	margin-top:10px;
}