body {
	background-image: none;
}
a:focus { 
    outline: none; 
}
#print-header{
	display: none;
	visibility: hidden;
}
#print-header-image{
	visibility: hidden;
}
#print-footer{
	visibility: hidden;
}
#header-pdf, #project-pdf-title {
	display: none;
}
#content {
	width: 951px;
	padding: 37px 0 62px 39px;
	position: relative;
	z-index: 1;
}
#content-wrapper {
	background: #000000 url('../images/home-content-bg.jpg') bottom left no-repeat;
	position: relative;
}
#content-bg-filler {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	background: #dde1eb;
}
.select {
	display: block;
	float: left;
	position: relative;
	width: 175px;
	padding: 0 12px 0 0;
	height: 24px;
	background: url('../images/select-box.gif') no-repeat;
	font-size: 11px;
}
.select span {
	position: absolute;
	top: 4px;
	left: 12px;
	overflow: hidden;
	height: 13px;
	width: 87px;
}
#inner-main-column .select ul {
	position: absolute;
	top: 24px;
	background: #fff;
	border: 1px solid #ccc;
	width: 175px;
	display: none;
	overflow-y: auto;
	max-height: 180px;
	z-index: 999;
	padding: 0;
	margin: 0;
}
#inner-main-column .select ul li {
	padding: 5px;
	background-image: none;
}
#inner-main-column .select ul li.selected {
	background: #ededed;
}
#inner-main-column .select ul li.hover {
	background: #3582c4;
	color: #fff;
}
#inner-main-column #solution-finder .select {
	width: 145px;
	background: url('../images/solution-select-box.gif') no-repeat;
}
#inner-main-column #solution-finder .select ul {
	width: 145px;
}
#solution-finder .select-text {
	width: 145px;
	float: left;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin: 0;
}
#header {
	height: 195px;
	background: #1b0524 url('../images/inner-banner-bg.jpg') repeat-x;
}
#inner-main-column {
	width: 665px;
	padding-bottom: 50px;
	position: relative;
}
.print-link, .print-pdf {
	padding-left: 28px;
	height: 16px;
	display: block;
	background: url('../images/print.gif') 6px 50% no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
h1 {
	padding: 0 0 10px 0;
}
#inner-main-column h2 {
	padding: 0 0 17px 0;
	font-size: 12px;
	color: #2a2a2a;
	border-bottom: 1px solid #babfc7;
	font-weight: normal;
	text-transform: uppercase;
}
#inner-main-column h3{
	padding:12px 0 0px 0;
	font-size: 12px;
	color: #2a2a2a;
	font-weight: normal;
	text-transform: uppercase;
}
#inner-main-column small{
	color: #005bbb;
	text-transform: uppercase;
	font-size: 9px;
}
#inner-main-column ul{
	padding: 5px 0px 10px 0px;
}
#inner-main-column ul li{
	padding:3px 0px 3px 10px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
#inner-main-column p {
	color: #5d5c5c;
	line-height: 18px;
	padding: 5px 0px;
	f
}
#inner-main-column blockquote {
	color: #202020;
	line-height: 20px;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #babfc7;
	margin-bottom: 5px;
	font-size: 11px;
	/*font-weight: bold;*/
}
#inner-main-column blockquote p{
	color: #202020;
	line-height: 20px;
	font-size: 11px;
}
#solution-finder {
	width: 663px;
	margin: 18px 0 21px 0;
}
#solution-finder-top {
	height: 9px;
	background: url('../images/solution-finder-top.gif') no-repeat;
	overflow: hidden;
}
#solution-finder-body {
	padding: 8px 8px 8px 23px;
	background: #ced0db url('../images/solution-finder-bg.gif') repeat-x;
	position: relative;
}
#solution-finder-body a.hide {
	display: block;
	padding: 0 0 0 11px;
	background: url('../images/solution-finder-hide-arrow.gif') 0 3px no-repeat;
	font-size: 9px;
	color: #6a6b70;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	top: 8px;
	right: 21px;
}
#solution-finder-body h3 {
	padding: 0 0 4px 0;
	font-size: 14px;
	color: #2a2a2a;
	text-transform: uppercase;
}
#solution-finder-body p {
	padding: 0 0 12px 0;
	font-size: 10px;
	color: #4a4b4d;
}
#solution-finder-body .submit {
	width: 64px;
	height: 24px;
	background: url('../images/solution-finder-submit.gif') no-repeat;
	display: none;
}
#solution-finder-bottom {
	height: 9px;
	background: url('../images/solution-finder-bottom.gif') no-repeat;
	overflow: hidden;
}
#page-results {
	width: 287px;
	padding: 30px 0 0 0;
	float: left;
}
#page-results .text {
	padding: 0 0 20px 0;
}
#page-results .text h3 {
	padding: 5px 0 10px 0;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
}
#page-results .text p {
	color: #727377 !important;
	padding-right: 15px;
}
#option-results {
	padding: 30px 0 0 0;
	float: left;
	width: 365px;
}
.newest-projects {
	padding-top: 30px;
}
.picture {
	float: left;
	width: 140px;
	padding: 0 0 15px 34px;
}
.picture-first {
	padding-left: 0px;
	clear: both;
}
#results-content .search-result .picture {
	padding: 0 23px 0 0;
}
.picture-frame {
	background: #fff;
	border: 2px solid #c5c8cb;
	float: left;
	height: 103px;
	overflow: hidden;
}
.picture-frame img {
	margin: 1px;
}
.picture p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #474a4e !important;
	clear: left;
	width: 126px;
}
.picture .search-arrow {
	position: relative;
	bottom: 1px;
	left: 4px;
}
.no-projects {
	padding-left: 30px;
}
#inner-side-column {
	width: 220px;
	padding: 0 0 0 56px;
}
#side-nav {
	padding: 0 0 18px 0;
}
#side-nav-body {
	padding: 10px 0 3px 0;
	background: #493a50 url('../images/side-nav-bg.gif') repeat-y;
}
#side-nav h2 {
	padding: 0 0 10px 20px;
	background: url('../images/side-nav-separator.png') 50% 25px no-repeat;
	color: #6ab01f;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
#side-nav ul {
	padding: 0 0 19px 0;
}
#side-nav ul li {

}
#side-nav ul li a {
	display: block;
	padding: 5px 0 5px 28px;
	width: 150px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url('../images/side-nav-arrow.gif') 18px 50% no-repeat;
}
#side-nav-top {
	height: 8px;
	background: url('../images/side-nav-top.gif') no-repeat;
	overflow: hidden;
}
#side-nav-bottom {
	height: 9px;
	background: url('../images/side-nav-bottom.gif') no-repeat;
	overflow: hidden;
}
#inner-ask-us {
	width: 220px;
	height: 135px;
	background: url('../images/inner-ask-us.gif') no-repeat;
}

#inner-ask-us-expanded {
	display: none;
	width: 208px;
	height: 226px;
	background: url('../images/inner-ask-us-expanded.png') no-repeat;
	padding: 60px 0 0 12px;
	position: absolute;
	z-index: 9999;
}
#inner-ask-us-expanded .close {
	width: 220px;
	height: 17px;
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#inner-sub-ask-us-expanded p, #inner-sub-ask-us-expanded h3, #ask-us-expanded p {
	color: #F1F2F6;
	padding: 0 15px 5px 3px;
}
#inner-sub-ask-us-expanded h3, #ask-us-expanded h3 {
	font-size: 14px;
}
#inner-ask-us-expanded input, #inner-sub-ask-us-expanded input, #inner-ask-us-expanded textarea, #inner-sub-ask-us-expanded textarea {
	font: 10px Verdana;
	color: #f1f2f6;
}
#inner-ask-us-expanded input, #inner-sub-ask-us-expanded input {
	width: 194px;
	height: 25px;
	margin: 0 0 11px 0;
	padding: 0 0 0 8px;
	line-height: 25px;
	border: 0;
	background: url('../images/inner-ask-us-input.gif') no-repeat;
}
#inner-ask-us-expanded textarea, #inner-sub-ask-us-expanded textarea {
	width: 192px;
	height: 50px;
	padding: 8px 0 9px 8px;
	border: 0;
	background: url('../images/inner-ask-us-textarea.gif') no-repeat;
}
#inner-ask-us-expanded .more-button, #inner-sub-ask-us-expanded .more-button {
	width: 89px;
	height: 25px;
	margin: 0 0 0 105px;
	background: url('../images/inner-ask-us-more-button.png') no-repeat;
}
/*--------------------------sub-side-nav----------------*/
#inner-sub-side-column {
	width: 415px;
	padding: 0 0 0 0;
	float: right;
}
#inner-sub-ask-us-expanded {
    float: right;
	width: 208px;
	height: 226px;
	background: url('../images/inner-ask-us-expanded-2.png') no-repeat;
	padding: 60px 0 0px 12px;
}
#view-our{
	float: right;
	display: block;
	width: 218px;
	height: 30px;
	padding-bottom: 65px;
}
#sub-side-nav{
	float: left;
	width: 177px;
	padding-right: 0px;
}
#sub-side-nav .testimonial{
	background-image: none !important;
	width: 158px !important;
	padding: 20px 0px 0px 15px  !important;
}
#sub-side-nav .testimonial p{
	font-size: 8px !important;
}
#sub-side-nav ul{
	list-style: none;
}
#sub-side-nav ul li{
	width:177px;
	height: 30px;
}
#sub-side-nav ul li a{
	width:147px;
	height: 10px;
	padding: 10px 12px;
	display: block;
	background-image: url('../images/sub-side-nav.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 10px;
	color: #3c4648;
	text-decoration: none;
}
#sub-side-nav ul li a:hover{
	background-image: url('../images/sub-side-nav.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #000000;
}
#sub-side-nav ul li .currentpage{
	background-image: url('../images/sub-side-nav.jpg');
	background-position: bottom left;
	}
.small{
	width:515px !important;
}	
/*-----------------------news styles--------------------------------*/
.date{
	color: #5a5a5a !important;
	padding-bottom: 0px !important;
}
.news-summary{
	color: #5a5a5a !important;
	font-style: italic;
}
/*-----------------------contact styles-----------------------------*/
#contact-us-expanded {
	width: 368px;
	height: 265px;
	background: url('../images/contact-us-expanded-bg.png') no-repeat;
	margin-top: 20px;
	padding: 20px 0 0 20px;
	z-index: 9999;
	position: relative;
}
#contact-us-expanded textarea, #contact-us-expanded input {
	font: 10px Verdana;
	color: #f1f2f6;
}
#contact-us-expanded input {
	width: 322px;
	height: 25px;
	margin: 0 0 11px 0;
	padding: 0 0 0 12px;
	line-height: 25px;
	border: 0;
	background: url('../images/ask-us-input.gif') no-repeat;
}
#contact-us-expanded textarea {
	width: 321px;
	height: 79px;
	margin: 0 0 15px 0;
	padding: 10px 0 0 12px;
	border: 0;
	background: url('../images/ask-us-textarea.gif') no-repeat;
}
#contact-us-expanded .submit-button {
	width: 109px;
	height: 25px;
	background: url('../images/submit-button.png') no-repeat;
	position: absolute;
	bottom: 35px;
	right: 32px;
}
.back-to-finder {
	display: block;
	padding: 10px !important;
	text-transform: uppercase;
}
#solution-images {
	width: 120px;
	padding: 0 25px 0 0;
	float: left; 
	overflow: hidden;
}
#solution-images img {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}
#solution-content {
	width: 515px;
	float: left;
}
#solution-description {
	margin-bottom: 20px !important;
}
.breadcrumbs {
	padding-bottom: 15px;
}
#content_id { /*Hidden div that contains the page ID*/
	display: none;
}

.success, .error {
	-moz-border-radius: 8px;
	background-color: #E6EFC2;
	border: 2px solid #C6D880;
	color: #264409;
	font-size:11px;
	line-height: 16px;
	margin: 10px 0;
	padding: 5px 15px;
	width: 338px;
}
.error {
	background-color: #FBE3E4;
	border: 2px solid #FBC2C4;
	color: #8A1F3C;
}
