body {background-image: url('images/background.jpg');
background-repeat:repeat-x;
text-align:center;
font-family:arial;
color:#2a2a2a;
font-size:12px;
}

.header {
margin: 14px auto 0px auto;
width:960px;

}

.headertopblock {
width:960px;
overflow:hidden;


}

.logo {
float:left;
width:300px;

}

.banner {

width:100%;

}

.content {

width:960px;
margin: 0 auto;
overflow: auto;

}

.slider {
  margin: 30px 0;
  width: 960px; /* Update to your slider width */
  height: 424px; /* Update to your slider height */
  position: relative;
  overflow: hidden;
}

.slider li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
}

ul,li { list-style-type: none;
        list-style-position:inside;
        margin:0;
        padding:0; }

.footer {

width:960px;
margin:0 auto;}


.content {

text-align:left;

}

.innercontent {

padding: 30px;

}

h1 {
font-weight:bold;
font-size:30px;
    letter-spacing: -2px;


}

.contentimage {
width:150px;
float:left;
margin: 0px 20px 20px 0px;
}

.contentp {



}

.title {


font-weight: bold;
font-size: 30px;
letter-spacing: -2px;
background: -webkit-linear-gradient(rgb(102,102,102), #000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}


.section {

overflow:auto;
margin:30px 0px;

}


.aboutpagelogos {

width:150px;

}



.bgimgl {

position:absolute;
left:0px;
z-index:-9999;
opacity: 0.1;
width:400px;
}

.bgimgr {

position:absolute;
right:0px;
z-index:-9999;
opacity: 0.1;
width:300px;
top:250px;
}


input[type=text]
{
    background-color: #e2e2e2;
    border:solid 1px #BFBDBD;
    color: black;
    height: 28px;
    padding-left:10px;
    width: 191px;
    box-shadow: 2px 2px 0 #828181 inset;
border-radius: 0px 5px 5px 5px;
}

textarea
{
border-radius: 0px 5px 5px 5px;
    background-color: #e2e2e2;
    border:solid 1px #BFBDBD;
    color: black;
    height: 28px;
    padding-left:10px;
    width: 191px;
    box-shadow: 2px 2px 0 #828181 inset;
}

select
{
border-radius: 0px 5px 5px 5px;
    background-color: #e2e2e2;
    border:solid 1px #BFBDBD;
    color: black;
    height: 28px;
    padding-left:10px;
    width: 191px;
    box-shadow: 2px 2px 0 #828181 inset;
}

input[type=submit]
{
    background-color: #1E1E1E;
    color: #979797;
    height: 24px;
    width: 103px;
    color: #bbbbbb;
    text-transform:uppercase;
    box-shadow:-1px 2px #6E6B6A inset;
}


input[type=submit], input[type=text]
{
    border: 0;
    border-radius:5px;
    font-family: Sansation,Arial;
}


.formblock {


overflow:auto;
}

.leftform {
float:left;
width:50%;

}


.rightform {
float:left;
width:50%;

margin-top:50px;

}


.topic {

font-weight:bold;
font-size:20px;
}


.response {



}


