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

body  {
	font: 100% Georgia, Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/back.jpg) repeat-x #eeeeee;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

#container { 
	width: 902px;
	background-image: url(../images/wrap_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

img, div, a, ul, li, input, ul li { 
	behavior: url(../scripts/iepngfix.htc)
	}

/***********************************************************************************
Header
***********************************************************************************/

#header {
	height:328px;
	width:902px;
	background:url(../images/header.jpg) no-repeat;
	position:relative;
	}
	
#nav{
	height :32px;
	width:680px;
	position:absolute;
	right:0;
	top: 85px;
	}
	
#nav ul{
	margin:0px;
	padding:0px;
	}
	
#nav ul li{
	float:left;
	list-style:none;
	padding:8px 10px 0px 10px;
	margin:0px;
	}
	
#nav ul li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	
#nav ul li a:hover{
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
	}

/***********************************************************************************
Sidebar
***********************************************************************************/

#sidebar {
	float: right;
	 width: 268px;
	}

#sidebar1 {
	float: right; 
	width: 268px;
	background-image: url(../images/side_top.gif);
	background-color: #d8d8d8;
	background-repeat: repeat-x;
	padding: 15px 10px;
	border-bottom:1px solid #999999;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

#sidebar2 {
	float: right; 
	width: 268px;
	background-image: url(../images/side_bottom.gif) repeat-x ;
	background-color: #ababab;
	padding: 15px 10px;
	border-right:1px solid #cccccc;
	/*border-left:1px solid #cccccc;*/
	/*min-height:400px;*/
}

/***********************************************************************************
Main content
***********************************************************************************/


#mainContent {
	background-image: url(../images/con_back.gif);
	background-repeat: repeat-x;
	border-left:1px solid #cccccc;
	margin: -22px 290px 20px 0;
	padding: 0 20px;
} 

#mainContent2 {
	background-image: url(../images/con_back.gif);
	background-repeat: repeat-x;
	border-left:1px solid #cccccc;
	margin: 0px 290px 20px 0;
	padding: 0 20px;
} 


/***********************************************************************************
Footer
***********************************************************************************/

.copyright {
	margin:0px 0px 0px 0px;
	padding:7px;
	font-size:12px;
	color:#fff;
	}

#foot_container { 
	width: 902px;
	margin: 0 auto;
	text-align: left;
}

#footer{
	width:100%;
	height:275px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	background-color:#151515;
	text-align: center;
	}

#foot_info .red{
	color:#e42626;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	}
	
#foot_info .address{
	color:#fff;
	text-align:center;
	font-size:14px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	}

#foot_info{
	width: 220px;
	/*height:150px;*/
	background-color:#0f0f0f;
	margin: 40px 0px 10px 0px;
	float:left;
	color:#ececec;
	text-align:right;
	}

#foot_con{
	width: 675px;
	/*height:150px;*/
	background-color:#0f0f0f;
	margin: 20px 0px 10px 0px;
	float:right;
	color:#ececec;
	}

#contact_title {
	width:100%;
	height:30px;
	background-color:#070707;
	}
	
#contact_title p{
	margin:0;
	padding:5px;
	}
	
#contact_form p{
	margin:0;
	padding:0;
	}

#foot_con .contact{
	background-color: #d8d8d8;
	}




.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ul_title{
	font-weight:bold;
	}

.pdf{
	text-align:center;
	border:none;
	}
	
.pdf2{
	padding:10px 50px;
	}

ul li{
	list-style-image:url(../images/li.png);
	padding:1px 0px;
	}

/*ul li ul li {
	list-style:none;
	padding:3px 0px;
	margin:0px 0px;
	color:#FFFFFF;
	}*/
	
.child {
	list-style:none;
	padding:3px 0px;
	margin:0px -25px;
	}

h3{
	border-bottom:1px solid #000;
	}

/**************************** Light_Box ****************************/

#lightbox{	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
	}
	
#lightbox img{ 
	width: auto; 
	height: auto;
	}
	
#lightbox a img{ 
	border: none; 
	}

#outerImageContainer{ 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
	
	}
#imageContainer{ 
	padding: 10px; 
	}


#loading{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
	}
	
#hoverNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
	}
	
#imageContainer>#hoverNav{ 
	left: 0;
	}
	
#hoverNav a{ 
	outline: none;
	}

#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block; 
	}
	
#prevLink { 
	left: 0; 
	float: left;
	}
	
#nextLink { 
	right: 0; 
	float: right;
	}
	
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
	}
	
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
	}

#imageDataContainer{ 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; }

#imageData{	
	padding:0 10px; 
	color: #666; 
	}
	
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	
	
#imageData #caption{ 
	font-weight: bold;	
	}
	
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}			
	
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;}	 	

#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
	}

/**************************** jquery ****************************/

#myController span{
	color:#FFF;
	background:#000;
	margin-right:0px;
	cursor:pointer;
	}

#jFlowSlide{
	width:611px;
	height:293px;
	margin:21px 0px 0px 0px;
	}

#myController span.jFlowSelected {
	background:#F00;
	}

.jFlowPrev, .jFlowNext{
	cursor:pointer;
	}


/***********************************************************************************
Page Specific
***********************************************************************************/

/*.front_img{
	margin:21px 0px -20px -20px;
	}*/
	
#lists2{
	width: 100%;
	height: 150px;
	}
	
#myController{
	margin:0px;
	padding:0px;
	}
	
.slide{
	margin:0px;
	padding:0px;
	border-bottom:3px solid #000;
	}
	
.slide:hover{
	border-bottom:3px solid #990000;
	}
	
.slide:active{
	border-bottom:3px solid #990000;
	}
	
.slide img{
	margin:0px;
	padding:0px;
	
	}
	
	
/***** slide1 *****/


#slide1 .text_area{
	height:260px;
	width:270px;
	}
	
.img_right{
	margin:0px 0px 0px 0px;
	float:right;
	}
	
	
#slide1 h2{
	padding:0px 0px 0px 0px;
	}
	
	

/***** slide2 *****/	
.img_left{
	margin:00px 0px 0px 0px;
	float:left;
	}
	
.text_area{
	height:260px;
	}
	
#slide2 h2{
	padding:80px 0px 0px 280px;
	}
	
#slide2 ul{
	padding:0px 0px 10px 340px;
	margin:-15px 0px 0px 0px;
	}



/***** slide3 *****/

#slide3 .text_area{
	height:260px;
	width:270px;
	}
	
.img_right{
	margin:0px 0px 0px 0px;
	float:right;
	}
	
	
#slide3 h2{
	padding:0px 0px 0px 0px;
	}
	
#slide3 p{
	padding:0px 0px 0px 10px;
	margin:-10px 0px 0px 0px;
	}



/***** slide4 *****/

#slide4 .text_area{
	height:260px;
	width:270px;
	}
	
.img_right{
	margin:0px 0px 0px 0px;
	float:right;
	}
	
	
#slide4 h2{
	padding:0px 0px 0px 0px;
	}
	
#slide4 p{
	padding:0px 0px 0px 10px;
	margin:-10px 0px 0px 0px;
	}
	

/**************************** Services ****************************/

.list{
	width: 275px;
	float:left;
	margin: 0px 5px;
	}
	
#lists{
	width: 100%;
	height: 255px;
	}
	
.capabilities p{
	padding:0px 0px 0px 15px;
	}
	
	

/**************************** Contact_us ****************************/
#map{
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	}
	
#sidebar2 h4{
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
/**************************** Photo_Gallery ****************************/

#maincontent_photo {
	width:900px;
	/*height:500%;*/
	background-image: url(../images/con_back.gif);
	background-color:#ffffff;
	background-repeat: repeat-x;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin: -22px 0px 0px 0px;
	padding: 0 0px; 
	}
	
#maincontent_photo img{
	float:left;
	padding:0px 0px 0px 3px;
	border:0px;
	}
	
#maincontent_photo a{
	float:left;
	border:0px;
	}
	
#control{
	float:left;
	margin:20px 300px 20px 310px;
	}
	
.photo_title{
	padding:10px 0px 0px 25px;
	}
.photo_p{
	margin:-20px 0px 10px 50px;
	color:#e42626;
	}
	
/**************************** sucess/failure ****************************/
#maincontent_script{
	width:900px;
	height:500px;
	background-image: url(../images/con_back.gif);
	background-color:#ffffff;
	background-repeat: repeat-x;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin: -22px 0px 0px 0px;
	padding: 0 0px; 
	}
	
#message{
	padding:170px 50px;
	text-align:center;
	}
	
p {
	text-align:justify;
	}
