﻿body
{
     background: url(../images/bg2.jpg) repeat; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; margin:0px ; padding: 0; color: #d3d3d3;
}

a:link {color:#DADADA; text-decoration:none;}      /* unvisited link */
a:visited {color:#DADADA; text-decoration:none;}  /* visited link */
a:hover {color:#DADADA; text-decoration:none;}  /* mouse over link */
a:active {color:#DADADA; text-decoration:none;}  /* selected link */

#wrapper{
	margin:0px auto; width:850px; height:auto; min-height:612px; 
}

.top-line2{
background: url(../images/footer-bg.png) no-repeat top left; margin-top:0px;
}

/* Header part styles */
#head{
	width:850px; height:30px;
}
#head-left{
  width:371px; height:100px; float:left; margin-top: 10px;  
}
.head-riht{
width:533px; height:30px; float: right; color:#919191; padding-right:5px; padding-top:15px;    
}
.head-riht span{
padding-right:10px;
}
.head-riht a{
color:#919191; text-decoration:none;
padding-left:10px;
}

.head-riht a:hover{
color:#EF8201;
}


/* banner and logo styles */

#banner-logo{
width:850px; float:left;
margin-top:10px; margin-bottom:20px;
}
.logo{
width:175px; float:left;
padding-left:10px; margin-top:30px;
}

.banner{
width:635; float:right;
padding-right:0px;
margin-right:10px;
height:185px;
border:#E47E04 solid 2px;
}

.menu{
	width:850px; height:30px; float:left;
}

/* main content start */
#main{
   width:850px; float:left; height:auto; line-height:20px; margin-top:15px;  
}
.content-left{
width:520px; float:left; margin-left:5px;
}
.content-left .heading{
color:#EF8201; font-size:16px; font-weight:bold; margin-top:3px; margin-bottom:0px;
}

.content-left p{
text-align:justify;
}

.content-right{
width:300px; float:right; margin-right:5px;
}
.content-right .heading{
color:#EF8201; font-size:16px; font-weight:bold; margin-top:3px; margin-bottom:0px;
}

.content-right p{
text-align:justify;
}

.content-right ul{
margin-left:-15px;
list-style-image: url(../images/arrow.png);
}
.content-right ul li{
line-height:20px;
text-align:justify;
padding-bottom:10px;
}
.content-right td{ padding:3px 0px 3px 0px;}
.content-right a{
text-decoration:none;
}
.content-right a:hover{
color:#E87E00;
}


#footer{
width:850px; float:left;
}

#footer .top-line{
background: url(../images/footer-bg.png) no-repeat top left; margin-top:20px;
}
.copy{
    float:left; width:850px; height:50px; margin-top:-5px;
}

.copy-left{
float:left; width:400px;
text-align:left;
}
.copy-left p{ line-height:20px;}
.copy-left a{
color:#ffffff;
text-decoration:none;
}
.copy-left a:hover{
color:#E87E00;
}

.copy-right{
float:right; width:235px;
}
.copy-right .title{ font-size:14px; font-weight:bold;}
.copy-right a{
padding:0px 10px 0px 0px;
}



.project{
width:185px;
}

.project:hover .drop-top{display:block;}

.project .drop-top{
display:none; background: url(../images/project1.jpg) no-repeat;
}