body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: #cae7ad;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	color: #555;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: top center;
}

img, div, p {
	margin: 0;
	padding: 0;
	border: 0px;
}

a {
	text-decoration: none;
	color: #f78e1d;
}

a:hover {
	text-decoration: underline;
}


img.orangeBorder {
	border: 1px solid #f78e1d;
}


div#frame {
	width: 954px;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #000;
}

div#top {
	height: 32px;
	background-color: #cae7ad;
	background-image: url(../images/background_top.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 1px;
	line-height: 0;
}

div#header {
	width: 886px;
	height: 198px;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	background-color: #f1f1f2;
	margin: 0 auto;
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}

div#titleDiv {
	position: absolute;
	top: 160px;
	left: 212px;
}


div#content {
	width: 890px;
	margin: 0 auto;
}


div#nav {
	float: left;
	width: 202px;
	position: relative;
}

div#nav p.address {
	border: 0px solid #ffff00;
	font-size: 11px;
	line-height: 1.4em;
	padding: 24px 5px 24px 5px;
	text-align: center;
}

#navigation {
	width: 202px;
	color: #333;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#navigation li {
	border-bottom: 1px solid #ddd;
	margin: 0px;
  padding: 0px;
	width: width: 202px;
}

#navigation li a {
  display: block;
  padding: 5px 5px 5px 12px;
  background-color: #FFF;
  width: 185px;
  color: #3ba14a;
}

#navigation li a:focus {
  outline: none;
} 

#navigation li a.active, #navigation li a.active:hover {
		background-color: #f1f1f2;
		color: #828181;
}

#navigation li a:hover {
		background-color: #f78e1d;
		color: #fff;
		text-decoration: none;
}

#navigation ul.nav_l2 {
	list-style: none;
	margin: 0;
	padding: 3px 0px 3px 0px;
	border: none;
}
		
#navigation ul.nav_l2 li {
	border-bottom: 0px;
	margin: 0px;
  padding: 0px 0px 0px 0px;
	width: 202px;
}

#navigation ul.nav_l2 li a {
  display: block;
  padding:5px 5px 5px 30px;
  background-color: #fff;
  width: 167px;
  color: #3ba14a;
}

#navigation ul.nav_l2 li a.active, #navigation ul.nav_l2 li a.active:hover {
		background-color: #fff;
		color: #333;
}

#navigation ul.nav_l2 li a:hover {
		background-color: #fff;
		text-decoration: underline;
}

div#body {
	float: left;
	width: 656px;
	padding: 23px 0px 60px 12px;
	border-left: 1px solid #ddd;
	position: relative;
}

div#body p {
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 1.45em;
}


div#body p.headline {
	padding-bottom: 4px;
}

.staff-member {
	padding-top:20px
}

.staff-member img {
	width: 98px;
	float:left;
	margin: 3px 10px 0px 0px;
}

.staff-member .staffDescription {
	float:left;
	width: 530px;
}

.staff-member p.headline b {
	font-weight: bold;
}

.faq ul {
	margin: 6px 0px 12px 12px;
}

.faq ol {
	margin: 6px 0px 12px 12px;
}

.faq li {
	line-height: 17px;
}

div.faq_Q {
	background-image: url(../images/faq_q.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 20px;
}

div.faq_Q p {
	padding: 0px 30px 0px 35px;
}


div.faq_A {
	background-image: url(../images/faq_a.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #cae7ad;
}

div.faq_A p {
	padding: 0px 30px 0px 35px;

}

.sutitle {
	font-size: 10px;
	color: #666666;
}






ul.clemlist
{
	margin: 0;
	padding-left: 35px;
	list-style: none;
	line-height: 1.45em;

}

ul.clemlist li	{
	padding-left: 15px;
	padding-bottom: 7px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 500px;
}





ol.clemordered {
	margin: 0;
	padding-left: 50px;
	line-height: 1.45em;

 }


ol.clemordered li	{
	padding-left: 5px;
	padding-bottom: 7px;
	width: 500px;
}



p.head {
	clear: both;
	font-weight: bold;
	color: #3ba14a;
	
}

div.leftCol, div.rightCol {
	float: left;
	border: 0px solid #000;
}

div.leftCol  {
	width: 240px;
	padding-right: 50px;
}


div.rightCol  {
	width: 280px;
	padding-right: 10px;
}

.names {
	font-weight: bold;
	color: #333;
	text-transform:uppercase;
	font-family: arial;
	font-size: 9px;

}

b {
	color: #3ba14a;
	font-weight: normal;
}

div#footer {
	clear: both;
	border-top: 1px solid #ddd;
	width: 886px;
	margin: 0 auto;
}

div#footer p {
	font-size: 10px;
	padding: 8px 0px 20px 12px;
}

/* --- weve moved teaser ---- */

div#body.move-tease {
	padding-top: 13px;
	width: 662px;
}

.moved {
	padding: 20px 15px 5px 15px;
	margin: 0px 0px 30px 0px;
}

.moved h2 {
	margin: 0px 0px 8px -1px;
	padding: 0px;
	background: transparent url('/images/wevemoved-title.png') no-repeat 0px 0px;
	width: 125px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
}

.moved p {
	font: normal normal 12px/16px helvetica, arial !important;
	color: #333 !important;
	padding: 0px 0px 6px 0px !important;
	margin: 0px !important;
}

.moved p b {
	color: #333;
	font-weight: bold;
}

.moved p span.cross-section {
	text-transform: uppercase;
	font-size: 9px;
}

.moved a.google-maps {
	background: transparent url('/images/wevemoved-bullet.png') no-repeat 0px 0px;
	color: #f78e1d;
	font: normal bold 11px/20px arial !important;
	height: 20px;
	display: block;
	padding: 0px 0px 0px 16px;
	margin: 0px;
	overflow: hidden;
}

div#body .entries { }

div#body .entries p {
  line-height: 14px;
  font-size: 11px;
  color: #666;
}

div#body .entries i {
  color: #000;
} 

div#body .entries span.names {
  color: #333333;
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 16px;
}

div#body .entries span.names a {
  color: #333;
}

div#body .entries span.names a:hover {
  color: #333;
  text-transform: underline;
}

div#body .entries span.label {
  color: #000;
  text-transform: uppercase;
  font-size: 9px;
}

div#body .link-div {
  width: 550px;
}

div#body .link-div p {
  font-size: 12px;
  line-height: 17px;
  color: #666;
  padding-bottom: 20px;
}

div#body .link-div p a.title_link {
  font-size: 11px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}


/* --- clearfix ---- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}








