@charset "UTF-8";
/* CSS Document */


html { overflow: -moz-scrollbars-vertical; }

body {
	margin: 0; padding: 0;
	background: #fff url(../images/body_bg.gif) repeat-x;
	
}

/** Structural Styles **/

#page {
	width: 900px;
	margin: 0 auto; 
	padding: 0;
}

#page-inner {
	width: 900px;
	background: url(../images/page_bg.gif) no-repeat bottom left;
}

#header {
	height: 135px;
	width: 843px;
	margin: 0 30px 0 27px;
}

#tagline {
	height: 70px;
	width: 820px;
	margin: 0 40px;
	clear: both;
}

#nav {
	height: 35px;
	width: 820px;
	margin: 0 40px;
}

#content {
	width: 830px;
	margin: 60px 30px 40px 40px
}

#footer {
	width: 840px;
	margin: 0 30px;
	border-top: solid 1px #d5d5d5;
	
}
	
/** Supporting Structural Styles **/

#logo {
	width: 235px;
	margin: 0;
	float: left; display: inline;
}

#quote-bubble {
	width: 160px;
	margin: 0 0 0 448px;
	float:right; display: inline;
}

#content-left {
	width: 430px;
	margin: 0 40px 0 0;
	float: left; display: inline;
}

#content-right {
	width: 360px;
	text-align: right;
	float: left; display: inline;
}

#footer-left {
	width: 430px;
	margin: 25px 40px 0 0;
	float: left; display: inline;
}

#footer-right {
	width: 360px;
	margin: 13px 0 0 0;
	float: right;
	display: inline;
	text-align: right;
}

#list-left {
	width: 200px;
	margin: 0 30px 0 0;
	float: left; display: inline;
}

#list-right {
	width: 200px;
	margin: 0;
	float: left; display: inline;
}

.clear {
	clear: both;
}

.caption {
	margin: 0 10px 0 0;
}


/** Link Styles **/

a, a:visited {
	text-decoration: none;
	color: #47acb8;
	/* Mozilla */
	outline:none;
 
	/* IE */
	-moz-outline-style: none;

}

a:hover {
	text-decoration: underline;
}

#footer-right a, #footer-right a:visited {
	color: #cbcccd;
}

#footer-right a:hover {
	color: #000;
	text-decoration: none;
}


/** Main Nav **/

#about, #services, #testimonials, #contact, #phone {
  display: inline;
  height: 35px;
  float:left;
  padding: 0;

}

#about:hover, #services:hover, #testimonials:hover, #contact:hover { 
  background-position: 0 -35px;
}

#about span, #services span, #testimonials span, #contact span {
  display: none;
}

#about {
	 width: 82px;
	 background: url(../images/nav/about.gif) no-repeat 0 0;
	 margin:0;
}

#services {
	 width: 134px;
	 background: url(../images/nav/services.gif) no-repeat 0 0;
	 margin: 0;
}

#testimonials {
	 width: 160px;
	 background: url(../images/nav/testimonials.gif) no-repeat 0 0;
	 margin: 0;
}

#contact {
	 width: 117px;
	 background: url(../images/nav/contact.gif) no-repeat 0 0;
	 margin: 0;
}

#phone {
	width: 140px;
	margin: 0  0 0 187px;
	background-position: 0 -35px;
}

	

/** Font Styling **/
body {
	font-size: 100%;
	line-height: 1.4em;
	font-family: arial, helvetica, sans-serif;
	color: #363535;
}

h1 {
	color: #fa7c00;
	font-size: 1.15em;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	font-size: .9em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h3 {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.1em;
}

p {
	font-size: 0.8em;
}

p.first {
	margin-top: 0;
}

p.testimonial {
	margin: 10px 0 0 0;
}

p.leadin {
	font-size: .85em;
	line-height: 1.6em;
	font-weight: bold;
}

p.tight {
	line-height: 1.2em;
}

#footer p {
	margin: 0;
	font-size: 0.72em;
	line-height: 1.4em;
}

#footer-right p {
	color: #cbcccd;
	text-align: right;
}

ul {
	margin: 0;
	padding: 0 0 0 15px;
}

li {
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 3px 0 0 0;
}

.orange {
	color: #fa7c00;
}


	


/** Images **/
img {border: 0;}




	
