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

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#top {
	background-image: url(../images/sub-tile-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 100%;
}
#banner {
	background-image: url(../images/inside-banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 980px;
	padding: 0px;
	height: 170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 980px;
}
.logo  {
	display: block;
	width: 129px;
	float: left;
	padding: 0px;
	height: 36px;
	margin-top: 24px;
	margin-right: 363px;
}
.nav {
	display: block;
	padding: 0px;
	float: left;
	height: 30px;
	margin-top: 40px;
	width: 488px;
}
.nav div {
	display: block;
	padding: 0px;
	height: 30px;
	float: left;
	overflow: auto;
	margin: 0px;
}
.nav div a  {
	height: 30px;
	position: block;
	display: block;
}
.nav div.work {
	background-image: url(../images/nav-work.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 90px;
	display: block;
}
.nav div.workOn {
	background-image: url(../images/nav-work.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	width: 90px;
	display: block;
}
.nav div.about {
	background-image: url(../images/nav-about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 94px;
	display: block;
}
.nav div.aboutOn {
	background-image: url(../images/nav-about.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	width: 94px;
	display: block;
}
.nav div.services {
	background-image: url(../images/nav-services.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 111px;
	display: block;
}
.nav div.servicesOn {
	background-image: url(../images/nav-services.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	width: 111px;
	display: block;
}
.nav div.blog {
	background-image: url(../images/nav-blog.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 85px;
	display: block;
}
.nav div.blogOn {
	background-image: url(../images/nav-blog.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	width: 85px;
	display: block;
}
.nav div.contact {
	background-image: url(../images/nav-contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 108px;
	display: block;
}
.nav div.contactOn {
	background-image: url(../images/nav-contact.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	width: 108px;
	display: block;
}
.nav div:hover {
	background-position: 0px -30px
}
#content {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#box {
	display: block;
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	display: block;
	margin: 0px;
	float: left;
	width: 629px;
	padding-right: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#main h1 {
	margin-bottom: 30px;
	text-align: left;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	line-height: 38px;
	color: #444;
}
#main h1 strong 	{
	margin-bottom: 30px;
	text-align: left;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	line-height: 38px;
	color: #78a22f;
}
#main h2 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #78a22f;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#main h2 .small {
	font-size: 12px;
}
#main p {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #444;
	text-align: left;
	margin: 0px;
	padding-bottom: 15px;
}
#main p strong {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #444;
	text-align: left;
	margin: 0px;
	padding-bottom: 15px;
}
#main p em {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color: #444;
	text-align: left;
	margin: 0px;
	padding-bottom: 15px;
}
#main p a {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #78a22f;
	text-align: left;
	margin: 0px;
	padding-bottom: 15px;
	text-decoration: none;
}
#main p a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #78a22f;
	text-align: left;
	margin: 0px;
	padding-bottom: 15px;
	text-decoration: underline;
}
#main ul.solution {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	margin-bottom: 30px;
}
#main li.solution  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#main .gray {
	color: #999;
	font-size: 11px;
}
#main .line {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 50px;
	margin-top: 0px;
}
#main p img.quote {
	display: block;
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}
#main .quote {
	font-style: italic;
	margin-right: 50px;
	margin-left: 20px;
}
#main .client  {
	font-size: 13px;
	font-weight: bold;
	color: #78A22F;
	padding: 0px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#main .title {
	font-size: 11px;
	font-weight: normal;
	color: #444;
	padding: 0px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#form {
	text-align: left;
	display: block;
	width: 535px;
}
td.fields {
	width: 267px;
}
td.fieldsRight {
	width: 250px;
	padding-left: 17px;
}
#form label {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #999;
	margin: 0px;
}
#form label .star {
	font-weight: bold;
	color: #78A22F;
	font-size: 16px;
	padding-right: 2px;
}
#form input{
	background-color: transparent;
	background-image: url(../images/contact-field-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#form table tr td label input.btn {
	display: block;
	height: 45px;
	width: 117px;
	background-image: none;
	padding: 0px;
	margin-top: 20px;
}
#form textarea {
	background-color: transparent;
	background-image: url(../images/contact-msg-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 190px;
	width: 525px;
	padding: 5px;
	margin-top: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #444;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#services {
	display: block;
	width: 629px;
	margin-bottom: 20px;
}
#services ul li {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	display: block;
	list-style-image: none;
	list-style-position: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-type: none;
}
#services ul li img {
	vertical-align: text-top;
	margin-right: 3px;
}
#services ul li.alt {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	display: block;
	list-style-image: none;
	list-style-position: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-type: none;
	background-color: #f1f6ea;
}
#services .one {
	display: block;
	float: left;
	width: 35%;
	margin: 0px;
	padding: 0px;
}
#services .two {
	display: block;
	float: left;
	width: 35%;
	margin: 0px;
	padding: 0px;
}
#services .three {
	display: block;
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px;
}
#bio {
	display: block;
	padding: 0px;
	width: 629px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bio .leftCol {
	display: block;
	float: left;
	width: 135px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bio .leftCol a img {
	margin-top: 15px;
}
#bio .rightCol {
	display: block;
	float: left;
	width: 464px;
	margin: 0px;
	padding: 0px;
}
#subContent {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#process {
	display: block;
	width: 980px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 29px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#process h1 {
	margin-bottom: 30px;
	text-align: left;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	line-height: 38px;
	color: #444;
}
#process h1 strong 	{
	margin-bottom: 30px;
	text-align: left;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	line-height: 38px;
	color: #78a22f;
}
#process h2 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 22px;
	color: #7DA02A;
	text-align: left;
	margin-bottom: 15px;
}
#process h2 img {
	padding-right: 8px;
	vertical-align: bottom;
}
#process p {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	margin: 0px;
	padding-bottom: 15px;
}
#process p a {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #7DA02A;
	text-decoration: none;
	font-weight: bold;
}
#process p a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #7DA02A;
	text-decoration: underline;
	font-weight: bold;
}
#process .step1 {
	display: block;
	float: left;
	width: 220px;
	padding-right: 25px;
}
#process .step2 {
	display: block;
	float: left;
	width: 220px;
	padding-right: 25px;
}
#process .step3 {
	float: left;
	width: 220px;
	display: block;
	padding-right: 25px;
}
#process .step4 {
	display: block;
	float: left;
	width: 220px;
	padding-right: 25px;
}
#sidebar {
	display: block;
	width: 265px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
#sidebar h2 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #72A433;
	font-style: normal;
	line-height: 22px;
	text-align: left;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
}
#sidebar h2 a{
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #72A433;
	font-style: normal;
	line-height: 22px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#sidebar h2 a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #72A433;
	font-style: normal;
	line-height: 22px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
#sidebar p {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #444;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#sidebar p strong {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #444;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	margin-bottom: 30px;
}
#sidebar li  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#sidebar p.planners {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #78A22F;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar p.planners strong{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #78A22F;
	margin: 0px;
	padding: 0px;
}
#sidebar p.planners a  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #78A22F;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#sidebar p.planners a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #78A22F;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}
#sidebar .planners img {
	vertical-align: text-top;
	margin-right: 7px;
}
#sidebar p a {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #78A22F;
	text-decoration: none;
}
#sidebar p a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #78A22F;
	text-decoration: underline;
}
#sidebar p img.vcard {
	vertical-align: bottom;
}
#sidebar .icon {
	display: block;
	float: left;
	margin-right: 15px;
}
#sidebar h3 {
	margin-bottom: 30px;
	text-align: left;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
#sidebar h3 strong 	{
	margin-bottom: 30px;
	text-align: left;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #78a22f;
}
#sidebar h3 img {
	text-align: left;
	display: block;
	margin-bottom: 30px;
}
#sidebar h4 img {
	text-align: left;
	display: block;
	margin-bottom: 15px;
}
#sidebar .line {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 50px;
	margin-top: 0px;
}
#testimonials .testimonial {
	display:none;
}
#testimonials .active { 
	display:block; 
}

#testimonials .buttons {
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 35px;
}

#testimonials .buttons a {
	display:block;
	float:left;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	width:26px;
}

#testimonials .buttons .prevButton {
	background-position:0 0;
	background-image: url(../images/btn-prev.gif);
	background-repeat: no-repeat;
}

#testimonials .buttons .nextButton {
	background-position:0 0px;
	margin-left:8px;
	background-image: url(../images/btn-next.gif);
	background-repeat: no-repeat;
}

#sidebar blockquote .void {
	padding:10px 0 0;
	background-color: transparent;
	background-image: url(../images/quote-1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar blockquote {
	margin:0;
	padding-right:35px;
	background-image: url(../images/quote-2.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#sidebar p.quote {
	background:transparent url(../images/quote-1.gif) no-repeat left top;
	display:block;
	padding:0 0 0 35px;
	font-style:italic;
	margin-bottom:20px;
	color: #888;
}
#sidebar p.name {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #70A32F;
	margin-left: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sidebar p.company {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #888;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 35px;
}
/*
.slides div.quote1 {
	vertical-align: text-bottom;
	display: block;
	float: left;
}
.slides div.quote2 {
	vertical-align: text-bottom;
	display: block;
	float: right;
	margin-top: -55px;
}
.slides div p.quote {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #888;
	display: block;
	margin-left: 35px;
	margin-right: 35px;
}
.slides div p.name {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #70A32F;
	margin-left: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.slides div p.company {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #888;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 35px;
} */

#footer {
	background-image: url(../images/btm-tile-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 363px;
}
#container {
	display: block;
	height: 263px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}
#container img.left {
	text-align: left;
	display: block;
}
.newsletter {
	display: block;
	margin: 0px;
	width: 194px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #413f42;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	height: 130px;
}
.newsletter #subscribe {
	display: block;
	width: 194px;
	margin-top: 20px;
	text-align: left;
}
.newsletter #subscribe #name {
	background-color: transparent;
	background-image: url(../images/footer-form-bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 190px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: text-bottom;
}
/* Target Firefox 3 */
.newsletter #subscribe #name {
	background-color: transparent;
	background-image: url(../images/footer-form-bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 190px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: text-bottom;
	padding-top: 7px;
	padding-bottom: 7px;
}
/* Target Firefox 3 */
.newsletter #subscribe #tjhydi-tjhydi {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	display: block;
	height: 26px;
	width: 190px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: transparent;
	background-image: url(../images/footer-form-bg.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.newsletter #subscribe #tjhydi-tjhydi {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	display: block;
	height: 12px;
	width: 190px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: transparent;
	background-image: url(../images/footer-form-bg.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
}
.newsletter #subscribe .btn {
	display: block;
}
.blogFeed {
	display: block;
	margin: 0px;
	width: 193px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #413f42;
	border-left-color: #212222;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	height: 130px;
}
.blogFeed p.date {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding: 0px;
	width: 193px;
	display: block;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.blogFeed a{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #999;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 193px;
	display: block;
	text-decoration: none;
}
.blogFeed a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 193px;
	display: block;
	text-decoration: none;
}
.twitterFeed {
	display: block;
	margin: 0px;
	width: 193px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #413f42;
	border-left-color: #212222;
	float: left;
	height: 130px;
	padding-right: 25px;
	padding-left: 25px;
}
.twitterFeed p {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #999;
	text-align: left;
	margin-top: 20px;
	text-decoration: none;
}
.twitterFeed p a {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #FFF;
	text-align: left;
	margin-top: 20px;
	text-decoration: none;
}
.twitterFeed p a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #FFF;
	text-align: left;
	margin-top: 20px;
	text-decoration: underline;
}
.inTouch {
	display: block;
	margin: 0px;
	float: left;
	width: 194px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #212222;
	padding-right: 25px;
	padding-left: 25px;
	height: 130px;
}
.inTouch p {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #999;
	text-align: left;
	margin-top: 20px;
}
.inTouch p strong {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #999;
}
.inTouch p a {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
}
.inTouch p a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #FFF;
	text-decoration: underline;
}
.leadOut {
	display: block;
	width: 980px;
	margin-top: 40px;
}
.leadOut p {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	font-style: normal;
	line-height: 14px;
	text-align: center;
}
#proposalForm {
	text-align: left;
	display: block;
	width: 535px;
}
#proposalForm label {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #999;
	margin: 0px;
}
#proposalForm label .star {
	font-weight: bold;
	color: #78A22F;
	font-size: 16px;
	padding-right: 2px;
}
#proposalForm input {
	background-color: transparent;
	background-image: url(../images/contact-field-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#proposalForm textarea {
	background-color: transparent;
	background-image: url(../images/contact-msg-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 190px;
	width: 525px;
	padding: 5px;
	margin-top: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #444;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#proposalForm label input.btn   {
	display: block;
	height: 45px;
	width: 117px;
	background-image: none;
	padding: 0px;
	margin-top: 20px;
}
#proposalForm p.questions {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	font-style: normal;
	line-height: 16px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#proposalForm #planner .radio {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #444;
}
#proposalForm #planner p label #yes {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #444;
	background-image: none;
	width: 30px;
	vertical-align: bottom;
}
#proposalForm #planner p label {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #444;
}
#proposalForm #planner p label #no {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #444;
	background-image: none;
	width: 30px;
	vertical-align: bottom;
}
#proposalForm #planner label .checkBox{
	background-image: none;
	padding: 0px;
	width: 13px;
	display: block;
	float: left;
	vertical-align: baseline;
	height: 19px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#proposalForm #planner p label #cms1 {
	background-image: none;
	padding: 0px;
	width: 13px;
	display: block;
	float: left;
	vertical-align: baseline;
	height: 19px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#proposalForm #planner p {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
}
#proposalForm #planner p strong {
	font-weight: bold;
}
#proposalForm #planner p label #cms2 {
	background-image: none;
	padding: 0px;
	width: 13px;
	display: block;
	float: left;
	vertical-align: baseline;
	height: 19px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#proposalForm #planner p label #cms3 {
	background-image: none;
	padding: 0px;
	width: 13px;
	display: block;
	float: left;
	vertical-align: baseline;
	height: 19px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#proposalForm #planner p label #cms4 {
	background-image: none;
	padding: 0px;
	width: 13px;
	display: block;
	float: left;
	vertical-align: baseline;
	height: 19px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
