/* GENERAL */

html, body {
	color: #000000;
	background-color: #383A3B;
	text-align: center;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	height: 100%;
  }

body {
	color: #000000;
	border-top: 0px solid #D2ECB9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	height: 100.5%;
	background-color: #383A3B;
	width: 100%;
  }

#container {
	float: none;
	width: 790px;
	background-color: #DFEDC6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	border-top-width: 0px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DFEDC6;
	border-right-color: #DFEDC6;
	border-bottom-color: #DFEDC6;
	border-left-color: #DFEDC6;
  }
  
#header_flash
{
	float: none;
	width: 790px;
	background-color: #DFEDC6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#page {
background-image: url();
	background-repeat: repeat;
  background-color: #ffffff;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 0px;
  margin-bottom: 8px;
  }

h1 {
	font-size: 218%;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 19px 0px;
	font-family: Arial, Helvetica, sans-serif;
  }

h2 {
	font-size: 164%;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 19px 0px;
	font-family: Arial, Helvetica, sans-serif;
  }

h3 {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 16px 0px;
	font-family: Arial, Helvetica, sans-serif;
  }
  

b {

font-weight:lighter;

} 

.tagline, .note, #workleadtext h2, #news h2, #sidebar h2, #contactpage1 h3, #thankspage1 h3 {
	font-size: 90%;
	color: #7f7f7f;
	font-style: italic;
	margin-bottom: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
  }

.button a {
  text-decoration:none;
  margin: 20px 0px 30px 0px;
  padding: 3px 9px 3px 9px;
  font-size: 90%;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  line-height: 2em;
  }

.button a:hover {
  border-color: #6bbb56;
  }

ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
  }

li {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  }

a {
  color: #000000;
  }

a:link {
  color: #000000;
  }

a:visited {
  color: #000000;
  }

a:hover {
  color: #000000;
  background: #D2ECB9;
  text-decoration: none;
  }

form {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  }

input.btn {
	height: 2em;
	width: 6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	cursor: pointer;
  }

input.btnhov {
  color: #000000;
  background-color: #D2ECB9;
  border-color: #6bbb56;
  }

img {
  border-width: 0px;
  }

.image {
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  padding: 7px;
  }

/* TEMPLATE TOP */

#header {
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
  }

#header ul {
  float: right;
  text-align: left;
  width: 240px;
  color: #000000;
  list-style-type: none;
  margin: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 10px;

  }

#header li {
  display: inline;
  }

#header li.active {
  margin-left: 3px;
  padding: 3px 7px 3px 7px;
  font-size: 90%;
  color: #ffffff;
  background: #4c4c4c;
  border-style: solid;
  border-color: #4c4c4c;
  border-width: 1px;

  }

#header li a {
  text-decoration:none;
  margin-left: 3px;
  padding: 3px 7px 3px 7px;
  font-size: 90%;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;

  }

#header li a:hover {
	border-top-color: #6BBB56;
	border-right-color: #6BBB56;
	border-bottom-color: #6BBB56;
	border-left-color: #6BBB56;
  }

#headerlogo {
	margin-right: 200px;

  }

#headerlogo h1 {
  display: inline;
  }

/*#headerlogo img.logoline {
	display: inline;
	margin-right: 5px;
	margin-left: 0px;
  }*/

#headerlogo .tagline {
	display: inline;
	position: relative;
	top: -12px;
	font-style: italic;
	text-transform: none;
	width: auto;
  }

/* HOME PAGE */

#aboutlead {
	clear: both;
	height: 150px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #cccccc;
  }

#aboutlead p {
	color: #4e4e4e;
	font-family: Arial, Helvetica, sans-serif;
  }

#aboutlead a {
  text-decoration: none;
  }

#aboutlead1 {
	float: left;
	width: 327px;
	padding: 20px 0px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
  }

#aboutlead2 {
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
  }

#aboutlead3 {
	float: left;
	width: 332px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
  }

#procedurepage1 {
	padding: 24px 30px 25px 20px;
	margin-right: 356px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;


  }

#procedurepage1 h1 a{

	
	text-decoration:none;
color: #666666;

  }

#worklead {
	clear: both;
	background-color: #FFFFFF;
  }

#worklead p {
  line-height: 1.65em;

  }

#worklead h3 {
  font-size: 218%;
  font-style: normal;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 19px 0px;
  }

#worklead h3 a {
  text-decoration:none;
  }

#workleadtext {
	padding: 24px 30px 25px 20px;
	margin-right: 356px;
	min-height: 225px;
	font-family: Arial, Helvetica, sans-serif;
  }

#workleadtext p.button {
  margin: 24px 0 12px 0;
  }


#worklead ul {
  color: #000000;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 20px;
  }

#worklead li {
  display: inline;
  }

#worklead li a {
  text-decoration:none;
  margin-right: 8px;
  padding: 3px 9px 3px 9px;
  font-size: 90%;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  }

#worklead li a:hover {
	border-color: #6BBB56;
  }

#workleadtext h5 {
  font-size: 90%;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0px;
  margin: 22px 0px 15px 0px;
  }

#workleadimage {
  float: right;
  width: 336px;
  margin-top: 24px;
  margin-bottom: 31px;
  margin-right: 20px;
  }

#workleadimage .image {
  width: 320px;
  height: 240px;
  }

#sidebar {
  clear: both;
  float: right;
  width: 260px;
  border-top: 1px solid #cccccc;
  }

#sidebar h2 {
  width: 220px;
  margin-top: 25px;
  margin-right: 20px;
  margin-left: 20px;
  }

#sidebar h3 {
  width: 220px;
  margin-right: 20px;
  margin-left: 20px;
  }

#sidebar p {
	width: 220px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
  }

#sidebar ul {
  color: #000000;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  }

#sidebar li {
  display: inline;
  }

#sidebar li a {
  text-decoration:none;
  margin-right: 8px;
  padding: 3px 9px 3px 9px;
  font-size: 90%;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  }

#sidebar li a:hover {
  border-color: #d9b860;
  }

#news {
	padding-top: 25px;
	margin-right: 260px;
	margin-bottom: 50px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
  }

#news h2 {
  width: 300px;
  margin-left: 140px;
  margin-right: 20px;
  }

#news h3 {
  width: 300px;
  margin-left: 140px;
  margin-right: 20px;
  }

#news p {
  width: 300px;
  margin-bottom: 20px;
  margin-left: 140px;
  margin-right: 20px;
  line-height: 1.65em;
  }

#news img {
  float: left;
  margin-left: 20px;
  }

/* SUB PAGES */

#aboutpage {
  clear: both;
  line-height: 1.4em;
  }

#aboutpage p {
  line-height: 1.50em;
  text-indent: 1.4em;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }

#aboutpage p.button {
  text-indent: 0em;
  margin: 18px 0 0 0;
  padding: 0px 0px 0px 0px;
  }

#aboutpage p.intro {
  text-indent: 0px;
  line-height: 1.4em;
  color: #666666;
  padding-bottom: 1.4em;
  }
  
#aboutpage p.pressrelease {
  text-indent: 0px;
  line-height: 1.4em;
  padding-bottom: 1.4em;
  text-align:justify;
  font-weight:lighter;
  }

  
#aboutpage h1.pressrelease {
  text-indent: 0px;
  line-height: 1.4em;
  padding-bottom: 1.4em;
  text-align:center;
  font-weight:lighter;
  }
  
#aboutpage h2.pressrelease {
  text-indent: 0px;
  line-height: 1.4em;
  padding-bottom: 1.4em;
  color: #666666;
  font-weight:lighter;
  }

#aboutpage1 {
  float: left;
  width: 210px;
  padding: 20px 0px 50px 20px;
  }

#aboutpage2 {
  float: left;
  width: 210px;
  padding: 20px 0px 50px 30px;
  }

#aboutpage3 {
  float: left;
  width: 210px;
  padding: 20px 30px 50px 30px;
  }

#workpage {
  clear: both;
  }

#workpage h3 {
  font-size: 218%;
  font-style: normal;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 19px 0px;
  }

#workpage h4 {
  font-size: 145%;
  font-style: normal;
  font-weight: normal;
  padding: 0px;
  margin: 11px 0px 11px 0px;
  }

.workblock{
	width:700px;
	float:left;
	padding:20px 0 0 0;
	margin:0 0 0 20px;
  }

.workblock .image {
  width: 168px;
  height: 76px;
  }

.workblock p.button {
  margin: 14px 0 0 0;
  }

.workblockleft, .workblockright{
  width:219px;
  float:left;
  min-height:230px;
  margin:0 21px 0 0;
  }
.workblockright{
  margin:0 0 0 1px;
  }

* html .workblockleft, * html .workblockright{
  height:230px;
  }

.workblock p {
  line-height: 1.4em;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }

.workblock p.note {
  margin: 2px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }

#workpage1 {
  float: left;
  width: 460px;
  padding: 20px 0px 50px 20px;
  }

#workpage1 p {
  width: 420px;
  line-height: 1.65em;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }

#workpage1 .image {
  width: 320px;
  height: 240px;
  margin: 0px 0px 20px 0px;
  }

#workpage2 {
  float: left;
  width: 220px;
  padding: 15px 20px 10px 20px;
  margin: 20px 0px 31px 0px;
  background: #f2f2f2;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  }

#workpage2 h4 {
  margin: 12px 0px 10px 0px;
  }

#workpage2 h4 a {
  text-decoration: none;
  }

#workpage2 p {
  width: 220px;
  line-height: 1.4em;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }

#workpage2 p.note {
  margin: 2px 0px 30px 0px;
  }

#workpage2 .image {
  width: 168px;
  height: 76px;
  margin: 20px 0px 10px 0px;
  background: #ffffff;
  }

#workpage2 ul {
  margin: 0px 0px 20px 0px;
  list-style-type: none;
  }

#contactpage {
  clear: both;
  line-height: 1.4em;
  }

#contactpage p.intro {
  line-height: 1.65em;
  color: #666666;
  }






#contactpage1 {
  float: left;
  width: 240px;
  padding: 20px 0px 50px 20px;
  }

#contactpage1 p {
  margin-bottom: 1.4em;
  }

#contactpage1 p.snug {
  margin-top: -1em;
  }

#contactpage2 {
  float: left;
  width: 390px;
  padding: 20px 40px 50px 30px;
  height: 600px;
  margin-top: 20px;
  margin-bottom: 31px;
  background: #DFEDC6;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  }

#contactpage2 p {
  line-height: 1.65em;
  }

#thankspage {
  clear: both;
  line-height: 1.4em;
  }

#thankspage p.intro {
  line-height: 1.65em;
  color: #666666;
  }

#thankspage1 {
  float: left;
  width: 240px;
  padding: 20px 0px 50px 20px;
  }

#thankspage1 p {
  margin-bottom: 1.4em;
  }

#thankspage1 p.snug {
  margin-top: -1em;
  }

#thankspage2 {
  float: left;
  width: 390px;
  padding: 20px 40px 50px 30px;
  height: 300px;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 31px;
  background: #f2f2f2;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  }

#thankspage2 p {
  line-height: 1.65em;
  }

/* TEMPLATE BOTTOM */

#getintouch {
	clear: both;
	background: #DFEDC6;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
  }

#financing
{
	margin:10px 27px 10px 20px;
	height:160px;
	width:183px;
}

#getintouchcontainer
{
	margin:10px 10px 10px 30px;
	padding-top:12px;
	height:148px;
	width:470px;
}

#getintouch1
{
	font-family: Arial, Helvetica, sans-serif;
}

#getintouch1 h2
{
	line-height: .2em;
}

#getintouch1 p
{
	color: #4e4e4e;
	line-height: 1em;
}

#getintouch2
{
	float: left;
	width: 210px;
	padding: 0px 0px 0px 0px;
 }

#getintouch3
{
	float: right;
	width: 210px;
	padding: 0px 0px 0px 0px;
}

#footer {
	clear: both;
	margin-bottom: 20px;
	font-size: 90%;
	color: #D0D0D0;
	line-height: 1.4em;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
  }
  
#linkpage {
  float: left;
  width: 705px;
  padding: 20px 0px 50px 20px;
  }

#footer ul {
  float: right;
  text-align: right;
  width: 400px;
  margin-top: 14px;
  margin-right: 20px;
  color: #000000;
  list-style-type: none;
  }

#footer li {
  display: inline;
  }

#footer p {
	margin-top: 14px;
	margin-left: 20px;
	margin-right: 220px;
	color: #666666;
  }

#footer .name {
  color: #000000;
  }

#sitenotes {
  display: block;
  color: #575757;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 0px 40px 0px;
  }

#sitenotes a {
  color: #3c3c3c;
  }

#sitenotes a:hover {
  color: #b9b9b9;
  background: #3c3c3c;
  text-decoration: none;
  }




#casestudyheader
{
	margin:20px 32px 0 32px;
	color:#666;
}

#casestudyheader p
{
	font-size:14px;
}

#casestudyheader ul
{
	float:right;
	margin-left:8px;
	color:#000;
	list-style-type:none;
}

#casestudyheader li
{
	display:inline;
}

#casestudyheader a
{
	text-decoration:none;
}