@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; padding: 0;
	background: #fff
}

#page {
	margin: 0 auto;
	width: 900px;
	background: #fff;
}

#page-inner {
	margin: 0; padding: 0;
	background: #fff;
}

#header {
	width: 900px;
	height: 140px;
	padding: 21px 0 0 0;
	position: relative;
}

#logo {
	width: 175px;
	height: 140px;
	margin: 0 0 0 25px;
	background: #82a1b3;
}

#nav {
	display: none;
}

#content {
	width: 900px;
	background: #fff;
	margin: 0;
}

#footer {
	width: 960px;
	height: 250px;
	margin: 0 auto;
	background: #fff;
}


/** Supporting Structure **/

#home-banner {
	height: 325px;
	background: #fff;
}

#home-banner-left {
	width: 565px;
	margin: 65px 0 0 25px;
	float: left; display: inline;
}

#home-banner-right {
	width: 175px;
	margin: 42px 0 0 70px;
	float: left; display: inline;
}

.home-banner-clear {
	clear: both;
	height: 10px;
}

#home-col-left {
	width: 250px;
	margin: 40px 0 0 25px;
	float: left; display: inline;
}

#home-col-middle {
	width: 250px;
	margin: 60px 20px 0 30px;
	float: left; display: inline;
}

#home-col-right {
	width: 250px;
	margin: 40px 0 0 0;
	padding-left: 20px;
	border-left: 1px solid #cbcbcc;
	float: left; display: inline;
}

#content-left {
	width: 530px;
	margin: 65px 0 0 25px;
	float: left; display: inline;
}

#content-right {
	width: 265px;
	margin: 140px 0 0 70px;
	float: left; display: inline;
}

#footer-left {
	width: 300px;
	margin: 0 0 0 25px;
}

#footer-right {
	display: none;
}

.right-box {
	padding: 10px 0;
	border-bottom: 1px solid #d6d5d4;
}

.right-box p {
	margin: 0;
}
	

.clear {
	clear: both;
}

/** Font Styles **/

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	color: #000;
}

h1 {
	font-size: 22pt;
	line-height: 22pt;
	color: #000;
	font-weight: normal;
	padding: 0 0 20px 0; margin: 0;
}

h1.home-leadin {
	font-size: 16pt;
	line-height: 18pt;
	padding: 0;
}

h1.hdsmall {
	font-size: 14pt;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	line-height: 16pt;
	padding: 0;
}

h2 {
	font-size: 16pt;
	line-height: 18pt;
	color: #000;
	font-weight: bold;
	margin: 20px 0 -10px 0;
}

#content-right h2 {
	color: #000;
	margin: 0;
	font-size: 13pt; line-height: 17pt;
}

#home-col-left h2, #home-col-right h2 {
	margin: 0;
	font-size: 12pt;
}

#home-col-left p, #home-col-middle p, #home-col-right p {
	font-size: 12pt;
}

h3 {
	color: #000;
	margin: 20px 0 -10px 0;
	padding: 0;
	font-size: 15pt;
}

p {
	margin: 15px 0 0 0;
}

#content-right p, p.small-text {
	font-size: 12pt;
	line-height: 18pt;
}

#home-banner-left p {
	font-size: 14pt;
	line-height: 20pt;
}

.quote {
	font-size: 16pt;
	line-height: 24pt;
	color: #333333;

}

#footer p {
	color: #000;
	margin: 0;
}


/** List Styles **/

ol {
	margin: 25px 0 0 0; padding-left: 17px;
}

ol li {
	margin: 15px 0 0 0;
	line-height: 19pt;
}

ul {
	margin: 10px 0 0 0;
	list-style-type: square;
	padding-left: 12px;
}

ul li {
	margin: 12px 0 0 0;
	line-height: 17px;
}

#content-right ul {
	font-size: 12pt;
	line-height: 14pt;
}





/* Link Styles */

a:link, a:visited {
	color: #d37e2b;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
	color: #000;
}

#home-banner a:link, #home-banner a:visited {
	text-transform: uppercase;
	font-size: 11pt;
}

a.upper:link, a.upper:visited {
	text-transform: uppercase;
	font-size: 10pt;
}
	

#footer a:link, #footer a:visited {
	color: #000;
}

#footer a:hover {
	color: #d9dad8;
}



/**  Nav Styles  - rollovers use single image and negative positioning **/

#services, #philosophy, #story, #get-started {
  float:left; display: inline;
  height: 45px;
  padding: 0; margin: 0;

}

#services:hover { 
  background-position: 0 -45px;
}

#philosophy:hover { 
  background-position:-133px -45px;
}

#story:hover { 
  background-position: -293px -45px;
}

#get-started:hover { 
  background-position: -407px -45px;
}



#services span, #philosophy span, #story span, #get-started span {
  display: none;
}

#services {
	 width: 133px;
	 background: url(../images/main-nav.png) no-repeat 0 0;
}

#philosophy {
	 width: 160px;
	 background: url(../images/main-nav.png) no-repeat -133px 0;
}

#story {
	 width: 114px;
	 background: url(../images/main-nav.png) no-repeat -293px 0;
}

#get-started {
	 width: 113px;
	 background: url(../images/main-nav.png) no-repeat -407px 0;
}




/** Images **/

img {
	border: 0;
}




	





	
	
	
	




	
	
	
	
	