body {
  background:#d3d3d3 url('img/bg.png') repeat-y center top;
  padding: 0;
  margin: 0;
  font:normal 11.5px Arial, sans-serif;
  color: #333333;
}
a {
  font-weight: bold;
  color: #3a3a3a;
  text-decoration: none;
}
a:hover, a:active {
  color: #df7a1c;
}
img {
  border: 0;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
  background: #222;
  height: 100%;
}
.subwrap {
  width: 960px;
  margin: 0 auto;
  background: #fff;
}
.content {
  padding: 12px;
  padding-bottom: 10px;
  font-size: 11.5px;
  line-height: 1.4em;
  color: #333333;
}
.content p {
  margin: 15px 0;
  padding: 0px;
}
.rightpane p {
  padding: 0 30px 0 8px; 
  margin: 5px 0;
  color: #333333;
}
.rightpane a {
  color: #333333;
}
.homelogo img
{
  padding: 20px 18px 0px;
}
.carousel {
  width: 930px;
  height: 267px;
}
/* Carousel Content */
.carousel_content {
	padding: 0px 0px 0px 0px;
	overflow: hidden !important;
	position: relative;
	width: 885px;
	margin: 0px;
	height: 267px;
	padding-left: 45px;
	background: url('img/carouselbg.png') bottom center no-repeat;
}
.carousel_content .title {
	margin: 36px 0 0 20px;
}
.carousel_content a {
	color: #686868;
	outline: none;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
}
.carousel_content a.text {
	margin-left: 22px;
}
.jcarousel-skin-tango li
{
	list-style: none !important;
	margin: 0px;
	padding:0px;
}
/* ==== Homepage Banner ==== */
.carousel_content p {
  width: 460px;
  color: #686868;
  margin: 27px 0 0 22px;
}
.carousel_right {
	float: right;
	margin-top: 2px;
	margin-right: 87px;
}
.carousel_right2 {
	float: right;
	margin-right: 47px;
}
.carousel_right3 {
	float: right;
	margin-top: 20px;
	margin-right: 17px;
}
.carousel_button {
	background: url(../images/bannerButton.jpg) no-repeat;
	height:38px;
	width: 38px;
	margin: 10px 0 0 243px;
}
.carousel_button:hover {
	background: url(../images/bannerButton_hover.jpg) no-repeat;
	height:38px;
	width: 38px;
}

.banner2 {
	margin: 20px 0 0 30px;
	float: left;
}
.banner3 {
	margin: 25px 0 0 15px;
	float: left;
}
.banner3_bottom {
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.banner3p {
	margin: 150px 0 0 275px;
	width: 335px;
	color: #686868;

}
a:hover {
	color: #df7a1c;
}
.dialogBox {
	margin: 80px 0 0 288px;
	background: url(../images/Banner2_DialogBox.gif) no-repeat;
	height:137px;
	width: 350px;
	padding: 20px 30px 20px 55px;
	color: #686868;
}
.dialogBox:hover {
	background: url(../images/Banner2_DialogBoxhover.gif) no-repeat;
}
/* ==== End Homepage Banner ==== */
.car_left, .car_right {
  display: block;
  height: 267px;
  width: 25px;
}
.car_left {
  background: url('img/car_left.png') no-repeat;
}
.car_right {
  background: url('img/car_right.png') no-repeat;
}
.car_left span,
.car_right span {
  display: none;
}
.car_cont_left,
.car_cont_right {
  float: left;
}
.car_cont_left {
  width: 450px;
  padding: 24px 35px 0;
}
.car_cont_left p {
  margin: 10px 2px;
}
.car_cont_right {
  width: 276px;
  padding: 0 40px;
}
.car_cont_left h2 {
  margin: 15px 0;
}
.car_cont_left {
  font-size: 11px;
  line-height: 15px;
}
.centered {
  text-align: center;
}
a.continue {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url('img/contarr.png') no-repeat;
}
a.continue:hover {
  background: url('img/contarr.png') -38px 0px no-repeat;
}
a.continue span { display: none; }
.leftpane {
  float: left;
  width: 560px;
  padding: 20px 0 0 18px;
}
.leftpane h1 {
  margin: 46px 0px 25px;
}
.smallboxes {
  background: #d9d9d9;
  padding: 10px 5px;
  width: 536px;
  margin-bottom: 26px;
}
.smallboxes a {
  width:122px;
  height: 47px;
  line-height: 47px;
  padding: 0;
  display: block;
  float: left;
  margin: 0 6px;
}
.smallboxes a span.text {
  display: none;
}
.smallboxes a span.hover {
  display: block;
  width:122px;
  height: 47px;
}
.smallboxes a.sbsee {
  background: url('img/see.png') 0 -47px;
}
.smallboxes a.sblearn {
  background: url('img/learn.png') 0 -47px;
}
.smallboxes a.sbhear {
  background: url('img/hear.png') 0 -47px;
}
.smallboxes a.sbstart {
  background: url('img/start.png') 0 -47px;
}
.smallboxes a.sbsee span.hover {
  background: url('img/see.png') 0 -94px;
}
.smallboxes a.sblearn span.hover {
  background: url('img/learn.png') 0 -94px;
}
.smallboxes a.sbhear span.hover {
  background: url('img/hear.png') 0 -94px;
}
.smallboxes a.sbstart span.hover {
  background: url('img/start.png') 0 -94px;
}
.smallboxes a.active {
  background-position: 0px 0px;
}
.rightpane {
  float: right;
  width: 310px;
  padding: 36px 6px 10px 4px;
}
.rightpane .RightRailContent {
	margin-top: 0px;
	width: 310px; 
}
.topImages {
	height: 245px;
	width: 310px;
}
.rightpane h2 {
  font-size: 16px;
  margin: 0px 0px 5px;
  padding-left: 8px; 
  line-height:1.4em;
}
.verticalcarousel {
  padding: 86px 0 0 1px;
}
.clientinfo {
  padding: 0px 20px 0 5px;
  float: left;
  width: 111px;
}
.projectinfo {
  margin-top: 0px;
  float: left;
  padding-left: 20px;
  width: 400px; 
  border-left: 1px solid #e5e5e5;
}
h3 {
  color: #df7a1c;
  margin: 0 0 15px 0;
}
span.see {
  color: #df7a1c;
  text-transform: uppercase;
}
.abovefooter {
  padding: 15px 20px;
  background: #ebebeb;
}
.homeabovefooter {
  padding: 10px 20px 20px;
  background: #fff;
}
.ComboBox {
    padding: 2px;
    width:275px;
    position: relative;
}
.ComboBox .FooterNext {
    position: absolute;
    right: 0px;
    top: -1px;
}
.waywo {
  margin: 0;
  padding: 30px 20px 0 0;
  float: right;
}
.footmenu {
  float: right;
  border-left: solid 1px #b7b7b7;
  padding: 0 20px;
}
.footer {
  padding: 15px 35px;
  background: #222;
  clear: both;
  position: relative;
  width: 890px;
   overflow: hidden;
}
.footer p {
	color: #a3a3a3;
	float: left;
	margin: 0px 8px 0 0;
	font: normal 10px/1.0em Arial, Helvetica, sans-serif;
}
.footer ul {
	text-indent: 0px;
	margin: 0px;
	list-style: outside none;
	padding: 0px;
}
.footer ul li {
	float: left;
	padding: 0px 8px;
	border-left: 1px solid #a3a3a3;
}
.footer ul li a {
	color: #a3a3a3;
	font: normal 10px/1.0em Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	text-decoration: none;
}
.RightContent 
{
	background: url(/images/footer_logo.png) no-repeat left top;
	font: bold 9px/29px Arial, Helvetica, sans-serif;
	color:#a3a3a3;
	position: absolute;
	top: 38px; left: 32px;
	text-decoration: none;
	margin:0px;
	padding-left:35px;
} 
.footerRight {
  background: #222;
  float: right;
  margin: 0px;
  width: 357px;
  padding: 0px;
  overflow: hidden;
}
.footerRight .icons {
  float: right;
}
.footerRight .icons a {
  line-height: 45px;
  display: block;
}
a.facebook {
  width: 56px;
  background: url(/images/em2_footer.gif) no-repeat top left;
  margin: 0px 15px 0 0;
  text-indent: -99999px;
}
a.google {
  width: 57px;
  background: url(/images/em2_footer_Google.gif) no-repeat top left;
  margin: 0px 15px 0 0;
  text-indent: -99999px;
}
a.google:hover {
  background: url(/images/em2_footer_Google-hvr.gif) no-repeat top left;
}
a.linkedIn {
  background: url(/images/linkedIn.gif) no-repeat top left;
  width: 57px;
  margin: 0px 15px 0 0;
  text-indent: -99999px;
}
a.facebook:hover {
  background:url(/images/em2_footerHover.gif) no-repeat top left;
}
a.twitter {
  background: url(/images/em2_footer_Twitter.gif) no-repeat 0px 1px;
  width: 56px;
  margin: 0px 0 0 0;
  text-indent: -99999px;
}
a.twitter:hover {
  background: url(/images/em2_footerHover_Twitter.gif) no-repeat 0px 1px;
}
a.linkedIn:hover {
  background:  url(/images/linkedInHover.gif) no-repeat top left;
}
.clearfloat {
  clear: both;
}
p.lbwrapper {
  padding: 15px;
  position: relative;
}
.SelectClients {
  overflow: hidden;
  margin-top: 0px;  
}
.clients img a {
  float: left;
  outline: none;
}
.clients img a {
  float: left;
  outline: none;
}

/* === Bullets === */
.leftpane ul {
	list-style:url(/images/bullets_03.gif) outside none;
	margin: 0px 0 0 18px;
	text-indent: 0px;
	padding: 0px 0 0 10px;
	font:normal 11.5px/1.4em Arial, sans-serif;
    color: #333333;
}
.leftpane ul li {
	margin-bottom: 7px;
}

.leftpane ul ul {
	list-style: outside disc;
	margin: 10px 0 0 5px;
	font:normal 11.5px/1.4em Arial, sans-serif;
    color: #333333;
	
}
.leftpane ul ul li {
	margin-bottom: 0px;
	
}
.leftpane ol {
	list-style: outside decimal;
	margin: 0px 0 0 18px;
	text-indent: 0px;
	padding: 0px 0 0 10px;
	font:normal 11.5px/1.4em Arial, sans-serif;
    color: #333333;
}
.leftpane ol li {
	margin-bottom: 7px;
}
.leftpane ol ol {
	list-style: outside  decimal;
	margin: 10px 0 0 5px;
	font: italic 11.5px/1.4em Arial, sans-serif;
    color: #333333;
	
}
.leftpane ol ol li {
	margin-bottom: 0px;
	
}
 
/* === End Bullets === */

/* === Services Footer Link === */
a.services {
	background: url(/images/bullets_03.gif) left no-repeat;
	padding-left:12px;
	text-decoration:none;
	color: #333;
	font-size: 10px;
	line-height: 2.0em;
	text-transform: uppercase; 
}
.ftborder {
	border-top: 1px #dedede solid;
	width: 560px;
} 

/* === End Services Footer Link === */

.expander, .Gallery2, .Gallery3,
.Gallery4, .Gallery5, .Gallery6, 
.Gallery7, .Gallery8, .Gallery9, 
.Gallery10, .Gallery11, .Gallery12, 
.Gallery13, .Gallery14, .Gallery15 {
  display: block;
  width: 530px;
  background: url('img/expand.png') bottom right no-repeat;
}
input {
	padding-right: 5px;
}
.BotText {
	font: normal 24px/35px Verdana, Arial, Helvetica, sans-serif;
	color: red;
	width: 150px;
	margin-left: 10px;
	text-align:center;
	margin-top: 7px;
	letter-spacing: .05em;
	border: 1px solid #000;
}
.Captcha {
	padding-bottom: 16px;
}
.Captcha img {
	float: left;
	margin-top: 7px;
	height: 33px;
	width: 150px;
	border: 1px solid #000;
}
.security {
	font:bold 17px/49px Arial, Helvetica, sans-serif !important;
	color:#343434;
	padding-left: 59px !important;
	margin-top: 0px;
	margin-bottom: 16px !important;
	background: url(/images/shield.png) left no-repeat;
}
.Captcha span {
	font: normal 9px/1.1em Arial, Helvetica, sans-serif;
	color: #000;
}
.Captcha span a {
	text-decoration: underline;
	color: #000;
	cursor: pointer;
	font: bold 9px/1.1em Arial, Helvetica, sans-serif
}
input.Button_Left {
	text-align: center;
	width: 84px;
	height: 22px;
	border: 0px;
	cursor: pointer;
	background: url(/images/captcha.gif) no-repeat;
}
