@charset "utf-8";
/* CSS Document */
body { text-align:center; background: url(images/bg.jpg) left top repeat; margin:0px; padding:0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px;color:#333333; line-height:18px; }
/* Typo */
h1, h2, h3, h4, h5 {font-family: Georgia, "Times New Roman", Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px;}
h1 { font-size:24px; line-height:30px; }
h2 { font-size:22px; line-height:28px; }
h3 { font-size:20px; line-height:26px; }
h4 { font-size:18px; line-height:24px; }
h5 { font-size:16px; line-height:22px; }
.orange { color:#ed7b00; }
.maroon { color:#0088b5; }
p {font-size:13px; line-height:16px; margin:0px; padding:10px 0px;line-height:18px;}
ul { margin:10px 0px 10px 25px; padding:0px;}
a, a:link, a:visited{ color:#0088b5; text-decoration:none}
a:hover { color:#0088b5; text-decoration:underline;}
p a, p a:link, p a:visited{ color:#0088b5; text-decoration:none}
p a:hover { color:#0088b5; text-decoration:underline;}
/* Header */
.header-wrapper { width:100%; height:93px; background: url(images/header-bg-1.jpg) left top repeat-x; }
.header { width:945px; height:93px; margin:0px auto; padding:0px 0px 0px 15px; text-align:left;}
/* Content */
.wrapper {width:960px; margin:0px auto; padding:0px; text-align:left; background:url(images/border-edge.jpg) left top repeat-y;}
.wrapper-inner { width:939px; margin:0px 10px 0px 11px; padding:0px 0px; background:#ffffff url(images/content-bg.png) left top repeat-x; min-height:500px;}
* .wrapper-inner {
   height: expression( this.scrollHeight < 501 ? "500px" : "auto" ); /* sets min-height for IE */
   min-height: 500px; /* sets min-height value for all standards-compliant browsers */ 
}
   
.top-border {width:960px; margin:0px; padding:0px;background:url(images/top-border-edge.jpg) left top no-repeat; height:39px;}
/* Main Menu */
.main-menu{}
.main-menu ul{ padding:0px; margin:0px;}
.main-menu ul li{ list-style:none; display:inline; }
.main-menu ul li a, .main-menu ul li a:link, .main-menu ul li a:visited {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size:15px; line-height:31px; font-weight:normal; color:#4b4b4b; text-decoration:none; padding:7px 31px; font-weight:bold;}
.main-menu ul li a:hover, #active { background:url(images/menu-bg.gif) left bottom repeat-x; color:#ffffff;}

/* Main Content */
.left-content { float:left; width:545px; margin:25px 0px; padding:15px; min-height:450px; }
.right-content { float:left; width:315px; margin:25px 0px; padding:15px; min-height:450px; border-left: 1px solid #d9d9d9; }
* .left-content, * .right-content, * .main-content { 
   height: expression( this.scrollHeight < 451 ? "450px" : "auto" ); /* sets min-height for IE */
   min-height: 450px; /* sets min-height value for all standards-compliant browsers */
}
.main-content { float:left; width:910px; margin:25px 0px; padding:15px; min-height:450px;}
/* Footer */
.footer {width:950px; margin:0px; padding:0px;background:url(images/footer-bg.jpg) left top no-repeat; height:50px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#234c75; text-align:right; padding:30px 10px 0px 0px;}
.footer a, .footer a:link, .footer a:visited { color:#234c75; text-decoration:none; padding:3px; line-height:16px}
.footer a:hover { color:#ffffff; text-decoration:none; background-color:#234c75; padding:3px; line-height:16px}

/* Slider Image */
#s3slider { 
   width: 914px; /* important to be same as image width */ 
   height: 353px; /* important to be same as image height */
   position:relative; /* important */
   overflow: hidden; /* important */
   float:left;
   top:15px;
   left:13px;
}

#s3slider ul, #s3slider ul li { padding:0px; margin:0px;}

#s3sliderContent {
   width: 914px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   text-align:right;
   position: absolute; /* important */
   font-size: 15px;
   padding: 10px 13px;
   width: 888px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.clear {
   clear: both;
} 
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 125px !important;
	height: 353px;
}
.right {
	right: 0;
	bottom: 0;
	width: 125px !important;
	height: 338px;
}

/** Contact us Form **/
.contact_us {
	width: 520px;
	margin: 0px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

.contact_us input, .contact_us textarea {
	width: 430px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}
.contact_us input #code, .contact_us textarea #code{
	width: 130px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}
.contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	/*background: #91567f;*/
	background: #ed7b00;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}
p#enter_validation_code {	
	width: 280px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
	margin-left:40px
}

/* Project References */
		
.slider-wrap {
margin-top:15px;
width:557px;
height:283px;
background:url(images/slide-bg.jpg) left top no-repeat;
}
.slider-wrap2 {
margin-top:15px;
width:557px;
height:283px;
background:url(images/slide-bg-2.jpg) left top no-repeat;
}
.slider-wrap-alt {
	float: right;
	height: 261px;
	width: 892px;
	overflow: hidden;
	border: solid 1px #ccc;
}
.slider {
	width: 495px;
	padding: 12px 31px 0px 31px;
	overflow: hidden;
	height: 255px;
}
#mySlides {
}
.slider_nav {
	width: 530px;
	float: right;
	margin-top: 18px;
	margin-left:20px;
}
.slider_nav_long {
	width: 900px;
	float: right;
	margin-top: 18px;
}
.slider_nav_left {
	float: left;
	margin-top: 8px;
	width:auto;
}
.slider_nav_right {
	float: right;
	padding-right: 20px;
	width:auto;
}

#myController span{
	background:#eaeaea;
	margin-right:10px;
	cursor:pointer;
	padding: 5px 8px;
	border: solid 1px #ccc;
	color: #104E82;
}

#jFlowSlide{

}

#myController span.jFlowSelected {
	background:#104E82;
	margin-right:10px;
	cursor:pointer;
	padding: 5px 8px;
	border: solid 1px #ccc;
	color: #eaeaea;
}

.jFlowPrev, .jFlowNext{
	margin-right:10px;
	cursor:pointer;
	padding: 5px 8px;
	color: #104E82;
}
#slide1 {
	background-image: url(images/slide2.jpg);
	width: 892px;
	height: 261px;
}
#slide2 {
	background-image: url(images/slide1.jpg);
	width: 892px;
	height: 261px;
}
#slide3 {
	background-image: url(images/slide3.jpg);
	width: 892px;
	height: 261px;
}
.slide_headline_wrap {
	float: left;
	width: 345px;
}
.slide_headline_wrap_right {
	float: right;
	width: 345px;
}
.slide_headline {
	float: left;
	width: 300px;
	padding: 30px 0px 0px 30px;
	color: #ffffff;
}
.slide_subheadline {
	float: left;
	width: 330px;
	margin-top: 15px;
	color: #ffffff;
}
.slide_subheadline_text {
	float: left;
	padding-left: 30px;
	width: 240px;
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 14px;
}
.slide_headline h1 {
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	font-size: 34px;
}
.slide_headline h2 {
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}
.slide_button {
	float: left;
	width:auto;
}
