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

body {
background-color:#1d1d1d;
width:auto;
margin:0px;
}

div#top {
background-image:url(images/client_02.png);
background-repeat:repeat-x;
height:180px;
}

div#banner {
width:800px;
padding-top:55px;
background:url(inherit);
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 36px;
color: #FFF;
text-align: left;
}

div#testimonials {
height:145px;
background-color:#7aa718;
}

div#t_text {
background-color:#7aa718;
height:125px;
padding-top:20px;
text-align: left;
color: #FFF;
width:800px;
font-size: 14px;
}

div#bar {
float:right;
width:190px;
height:145px;
}

div#content {
background-color:#FFF;
width:100%;
font-size: 12px;
overflow:hidden;
text-align: left;
}

#centered
{
width:800px;
margin-left:auto;
margin-right:auto;
}

div#left {
background-color:#FFF;
float:left;
width:480px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
}

div#right {
background-color:#FFF;
float:right;
width:320px;
}

div#footer {
background-color:#1d1d1d;
width:auto;
padding-bottom:20px;
}

div#footer_text {
background-color:#1d1d1d;
padding-top:20px;
width:700px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999;
}

.slogan {
font-size: 16px;
color: #999;
text-align: left;
}
.style1 {
font-family: Arial, Helvetica, sans-serif;
}
.style2 {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}
.style3 {
font-style: italic;
}
.style4 {
font-style: italic;
}
h1 {
display:inline;
font-weight:normal;
font-size: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
font-weight:normal;
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
}

.style6 {
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
}



#content A:link {
color: #000000;
text-decoration: underline
}

#content A:visited {
color: #000000;
text-decoration: underline
}

#content A:active {
color: #000000;
text-decoration: underline
}

#content A:hover {
color: #b7ff00;
text-decoration: underline; 
}



A:link {
color: #FFFFFF;
text-decoration: none
}

A:visited {
color: #FFFFFF;
text-decoration: none
}

A:active {
color: #FFFFFF;
text-decoration: none
}

A:hover {
color: #b7ff00;
text-decoration: none; 
}
