#header a.home {
	display: block;
	height: 70px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 254px;
}

.clear {
	clear: both;
}

ul.check {
	list-style-image: url("../images/check.gif");
	list-style-position: outside;
	margin: 10px 0 30px 40px;
}

h1 {
	font-size: 17pt;
	margin: 20px 0 20px 0;
}

h2 {
	font-size: 16pt;
	margin: 20px 0 0 0;
}

h3 {
	font-size: 14pt;
	margin: 10px 0;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0;
}

body {
	color: #5a5a5a;
	font-family: arial, sans-serif;
}

#main-content {
	background-image: url(../images/shadow-box-middle.gif);
	background-repeat: repeat-y;
}

a.disclaimer {
	font-size: 7pt;
	left: 1px;
	position: relative;
	top: -5px;
}

.callToAction {
	clear: both;
	font-size: 22pt;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
.callToAction .phone {
	color: #9ECF64;
}

.extraspace {
	height: 20px;
}

.conultation-contact-success {
	padding: 10px;
}

a.stand-out {
	color: blue;
	text-decoration: underline;
}

/* Nice Box */
.edge, .round1, .round2, .round4 {
	height: 1px;
	overflow: hidden;
}
.nicebox .round4 {
	border-left: 4px solid;
	border-right: 4px solid;
}
.nicebox .round2 {
	border-left: 2px solid;
	border-right: 2px solid;
}
.nicebox .round1 {
	border-left: 1px solid;
	border-right: 1px solid;
}