@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/layout/top_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body #wrapper {
	height: 100%;
	width: 100%;
	background-image: url(images/layout/bg_image.png);
	background-repeat: repeat-x;
	background-position: center 320px;
}
		
			.ajaxSubmit{
	padding:10px;
	border:1px solid #009900;
	display:none;
	background-color: #CAFFCA;
	float: right;
	width: 460px;
}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {
	background-color: #77DB81;
}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
	position:absolute;
	bottom:0;
	left:20px;
	width:15px;
	height:15px;
	z-index:500111;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{
	background-color: #00FF66;
}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
img.plan {
	border: 2px solid #DCD3C8;
}

				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
				
.contactForm input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2D1510;
	background-color: #F2F2F2;
	height: 18px;
	width: 200px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #D5CFBD;
	margin-bottom: 15px;
}
.contactForm label {
	font-size: 15px;
	display: block;
	width: 200px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #185B86;
}
.contactForm  input[type=submit] {
	font-size: 14px;
	color: #2D1510;
	background-color: transparent;
	background-image: url(images/graphics/right_nav_ico.png);
	background-repeat: no-repeat;
	background-position: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 30px;
}
.contactForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2D1510;
	background-color: #F2F2F2;
	height: 70px;
	width: 460px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #D5CFBD;
	margin-bottom: 15px;
}



.contactForm input[type=text]:focus {
	background-color: #E4F1FA;
	border: 1px solid #B7CCD9;
	color: #185B86;
}


.topHolder {
	width: 810px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.topHolder h1 {
	background-image: url(images/graphics/top_logo.jpg);
	text-indent: -500em;
	display: block;
	height: 57px;
	width: 344px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-repeat: no-repeat;
}
.topHolder .left {
	float: left;
	width: 50%;
}
.topHolder .right strong {
	font-size: 18px;
	color: #185B86;
	display: block;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.topHolder .right {
	float: right;
	width: 50%;
	color: #666666;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
}
.menuHolder {
	width: 810px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.testimonials p {
	background-color: #EEEEEE;
	background-image: url(images/layout/contact_box_btm.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.menuNav {
	background-image: url(images/layout/menu_curve_left.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #185B86;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B7CCD9;
}

.menuNav ul {
	background-image: url(images/layout/menu_curve_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	width: 740px;
	float: left;
	position: relative;
	z-index: 0;
}
.menuNav ul li {
	background-color: #EEEEEE;
	margin: 0px;
	float: left;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDE;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 13px;
	z-index: 0;
	position: relative;
}
.menuNav ul li.last {
	padding-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menuNav  li  a:hover {
	color: #185B86;
	text-decoration: none;
}
.menuNav li a {
	color: #464647;
	text-decoration: none;
}

.menuNav li a.selected {
	color: #185B86;
	text-decoration: none;
}

.menuNav span {
	font-size: 10px;
	color: #999999;
}
.maincontent {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	z-index: 5;
}
.maincontent .top {
	background-image: url(images/layout/main_content_top.png);
	height: 15px;
	width: 810px;
	margin-top: -5px;
	position: relative;
	z-index: 5;
}
.maincontent   .middle   img.link {
	float: right;
	display: block;
	position: relative;
	margin-right: -31px;
	z-index: 0;
}
.maincontent .middle {
	background-image: url(images/layout/main_content_middle.png);
	background-repeat: repeat-y;
	width: 810px;
}

.maincontent .middle .imageholder {
	background-image: url(images/graphics/img_top.png);
	height: 220px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.maincontent .middle .text {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}
.maincontent .middle .text a {
	color: #185B86;
	text-decoration: none;
	font-weight: normal;
}

.maincontent .middle .text p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.maincontent .middle .text h2 {
	font-size: 18px;
	color: #185B86;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
}

.maincontent  .middle  .text  .contact {
	float: left;
	width: 217px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.maincontent  .middle  .text  .right  {
	float: right;
	width: 537px;
}

.maincontent  .middle  .text  .contact  .ctop {
	background-image: url(images/layout/contact_box_top.png);
	height: 20px;
	width: 217px;
	background-position: top;
}
.maincontent .middle .text .contact .cbtm {
	background-image: url(images/layout/contact_box_btm.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 15px;
	width: 217px;
}
.maincontent .middle .text .contact .cmiddle {
	background-color: #EEEEEE;
	width: 197px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #464647;
}
.maincontent .middle .text .contact .cmiddle input[type=text] {
	font-size: 11px;
	color: #3E3B37;
	background-color: transparent;
	background-image: url(images/forms/input_text_small.png);
	height: 19px;
	width: 185px;
	padding-top: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	border: 0px none transparent;
}
.maincontent .images {
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-image: url(images/layout/portfolio_box.png);
	padding-right: 3px;
	margin-right: 20px;
	width: 172px;
}
.case_study {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B7CCD9;
}
.case_study  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #185B86;
	margin-bottom: 0px;
	padding-bottom: 10px;
	float: left;
	width: 61.5%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	margin-top: 0px;
}
.case_study p {
	font-size: 12px;
	color: #464647;
	display: block;
	float: left;
	width: 61%;
}

.maincontent img.main {
	height: 130px;
	width: 170px;
	margin-bottom: 5px;
}
.maincontent a img.thumb {
	float: left;
	height: 20px;
	width: 30px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#wrapper .maincontent .middle .text .contact .cmiddle h3 {
	font-size: 14px;
	font-weight: bold;
	color: #185B86;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



.maincontent .btm {
	background-image: url(images/layout/main_content_btm.png);
	height: 15px;
	width: 810px;
}
.footer {
	height: 50px;
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	font-size: 11px;
	color: #464648;
	margin-bottom: 15px;
}
.footer img {
	float: right;
}
.footer a {
	font-size: 11px;
	color: #464648;
	display: block;
	float: left;
	margin-right: 15px;
	text-decoration: none;
}



.clear {
	clear: both;
}

