body {
	background: #676767 url(/images/background.jpg) repeat-x top;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
}

h1 {
	font-size: 29px;
	margin-bottom: 20px;
}

h2 {
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

p,
address,
ul {
	margin-bottom: 15px;
}

p,
address {
	line-height: 21px;
}

a {
	color: #09c;
}

a:hover {
	background: #09c;
	color: #fff;
	text-decoration: none;
}

ul li {
	margin-left: 16px;
	line-height: 19px;
	list-style: square;
}

address {
	font-style: normal;
}

form div div {
	margin: 3px 0;
	padding: 10px 0;
}

input[type=text],
textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	width: 90%;
}

input[type=submit] {
	float: right;
	margin-right: 10%;
}

.accessibility {
	display: none;
}

abbr {
	speak: spell-out;
}

acronym {
	speak: normal;
}

#container {
	background: #fff url(/images/rounded-header.gif) no-repeat top;
	margin: 20px auto;
	overflow: hidden;
	width: 960px;
}

#header {
	border-bottom: 18px solid #09c;
	overflow: hidden;
	padding: 15px 0 10px 0;
}

#header p,
#header h2 {
	line-height: 17px;
	margin: 0;
}

#header h2 {
	font-size: 13px;
	font-weight: bold;
}

#logo,
#tagline {
	padding-top: 12px; 
}

#logo {
	float: left;
	margin: 0 20px 0 15px;
}

#tagline {
	float: left;
	font-size: 16px;
	width: 475px;
}

#tagline,
#header .contact {
	color: #565656;
	font-size: 13px;
}

#header .contact {
	float: left;
	width: 225px;
}

#header .contact img {
	float: left;
	margin-right: 10px;
}

#header .phone {
	color: #900;
}

#tagline strong {
	font-size: 15px;
}

#content {
	margin: 30px;
}

#content.home {
	margin: 0;
}

#promo {
	background: url(/images/promo-dark.jpg);
	clear: left;
	height: 175px;
}

#promo-main-call {
	float: left;
	width: 600px;
}

#promo-main-call p {
	color: #900;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0 0 30px;
}

#promo-main-call strong {
	color: #fff;
	display: block;
	font-size: 86px;
	margin: 10px 0 0 150px;
}

#promo-info {
	background: url(/images/promo-light.jpg);
	float: left;
	height: 175px;
	width: 360px;
}

#promo-info p {
	font-size: 13px;
	line-height: 15px;
	padding: 0 30px 30px 30px;
}

#promo-info p.intro {
	font-size: 15px;
	line-height: 19px;
	padding: 20px 30px 5px 30px;
}

#company-info,
#second-tier,
#contact {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	margin: 0 10px;
	padding-bottom: 20px;
}

.field-with-errors label {
	background: red;
	color: #fff;
	padding: 3px;
}

.field-with-errors input,
.field-with-errors textarea {
	border: 1px dashed red;
	padding: 3px;
}

#company-info div,
#second-tier div {
	border-left: 1px solid #ccc;
	float: left;
	margin-top: 30px;
	padding: 0 25px;
}

#company-info div.first,
#second-tier div.first,
#contact div.first {
	border-left: none;
}

#company-info div {
	width: 262px;
}

#second-tier div {
	width: 262px;
}

#second-tier div.first {
	width: 576px;
}

#second-tier div.first div {
	border: 0;
	margin: 0 20px 0 0;
	padding: 0;
	width: auto;
}

#second-tier div.first noscript img {
	float: left;
	margin-right: 20px;
}

#second-tier div.first h3 {
	margin-bottom: 10px;
}

#second-tier div.first ul {
	margin-left: 420px;
}

#second-tier div.first form,
#second-tier div.first form input[type=text] {
	font-size: 13px;
}

#computer-tips ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#computer-tips .feed {
	float: right;	
	font-size: 13px;
}

#computer-tips .feed a {
	padding: 0 0 0 19px;
	background: url("/images/rss-icon.gif") no-repeat 0 50%;
}

#computer-tips .feed a:hover {
	background: #09c url("/images/rss-icon.gif") no-repeat 0 50%;
}

#contact {
	clear: left;
	border-bottom: none;
}

#contact div {
	margin-top: 30px;
}

#contact div div {
	margin: 0;
}

#contact .first {
	float: left;
	padding: 0 25px;
}

#contact div.error,
#contact div.success {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 20px;
	padding: 5px 10px;
	width: 600px;
}

#contact div.success {
	background: #E1FEE3;
	border: 1px solid green;
}

#contact div.success p {
	margin: 0;
}

#contact div.error {
	background: #FCC;
	border: 1px solid red;
}

#contact div.error ul {
	margin: 0 0 0 20px;
}

#contact-form-first,
#contact-form-second {
	float: left;
	width: 325px;
}

#contact textarea {
	height: 151px;
}

#contact-details {
	float: left;
	padding-top: 30px;
}

#contact-details h3 {
	font-size: 14px;
}

#contact-details p,
#contact-details address {
	margin-bottom: 20px;
}

#footer {
	background-color: #676767;
	background-image: url(/images/rounded-footer.gif);
	background-repeat: no-repeat;
	color: #fff;
	clear: left;
	font-size: 13px;
	padding: 30px 0 10px;
}

/* Google Maps */
.GM_InfoWindow {
	color: #000000;
	font-family: Verdana,Arial;
	font-size: 12px;
	width: 300px;66-18
}

.GM_InfoWndow {
	width: 300px;
}

.gmnoprint {
	width: 300px;
}

#home-google-maps {
	width: 300px;
}

#home-google-maps input[type=submit] {
	float: none;
}

#saddr {
	width: 200px;
}