body {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	line-height: 1.4em;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #5C5C5C;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #42453D;
}
.clear {
	clear: both;
}
.contact-us {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0070B2;
	text-align: center;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E06728;
	text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5C5C5C;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #5C5C5C;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}
#cta {
	background-color: #E37E48;
	padding: 5px;
	float: right;
	width: 225px;
	margin-right: 5px;
	border: 1px solid #B5BEC5;
	clear: right;
}
#cta p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
}
#cta a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.phone {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
#logo {
	float: left;
	margin-top: 13px;
	clear: left;
	margin-bottom: 15px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 78px;
	width: 329px;
}

/*dropdown nav*/
#nav, #nav ul { /* all lists */
	margin: 0;
	list-style: none;
	clear: both;
	padding: 0;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 8.75em;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 85%;
	padding-left: 10px;
	padding-top: 4px;
}
#nav a:hover {
	text-decoration: none;
	background-color: #E26C2F;
}
#nav li { /* all list items */
	float: left;
	background-color: #42453D;
	text-decoration: none;
	text-align: left;
	padding-bottom: 10px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 8.25em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #E26C2F;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*end dropdown nav*/

#headline {
	padding-top: 4em;
	height: 100%;
	width: 100%;
	clear: both;
}
#photo {
	float: left;
	width: 100%;
	margin-top: 4em;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}
#testimonial {
	float: right;
	width: 140px;
	border: 1px solid #CCCCCC;
	height: 200px;
}
#testimonial .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	margin: 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#testimonial h3 {
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
	background-image: url(images/bullet_letter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#testimonial p {
	padding-left: 5px;
	padding-right: 2px;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
	font-size: 11px;
}
#body {
	padding-top: 1.25em;
	text-align: justify;
	clear: both;
}
#body h2, #body p {
	margin: 0.3em 0;
}
#body-left {
	float: left;
	width: 410px;
	padding-right: 10px;
	padding-left: 10px;
}
#body-right {
	float: right;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
.click-button {
	float: right;
}
#footer {
	color: #FFFFFF;
	background: #42453D repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	line-height: 1.6em;
	text-transform: capitalize;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#subpage-content {

	float: left;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
}
.small {
	font-size: 10px;
}

#subpage-content ul {
	list-style-type: none;
}

#subpage-content li {
	list-style-image: url(images/bullet_plus.gif);
	font-size: 80%;
	font-weight: bold;
	line-height: 1.5em;
	color: #666666;
	list-style-position: outside;
}
#sub-photo {

	float: left;
	width: 510px;
}
#sub-testimonial {
	float: right;
	width: 235px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	clear: right;
	height: 150px;
}
#sub-testimonial .downcast {

	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	margin: 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#sub-testimonial p {
	padding-left: 5px;
	padding-right: 2px;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
	font-size: 11px;
}
#sub-body {
	padding-top: 6em;
	text-align: justify;
}
.contact-info {
	width: 200px;
}
.email {
	width: 200px;
	float: right;
}
.btn {
	margin-left: 200px;
}
.label {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #666666;
	vertical-align: top;
}
