﻿
html, body {
	padding: 0px;
	margin: 0px;
	font-family: "trebuchet MS", tahoma, arial;
}
body {
	font-size: 70%;
	text-align: center;
	color: #828181;
	background-color: #FFFFFF;
}
#wrapper {
	text-align: center;
	margin: 0px auto;
	width: 834px;
	background-image:url(../assets/images/backmidshadow.jpg);
	background-repeat: repeat-y;
}
#botshad {
	width: 834px;
	height: 30px;
	background-image:url(../assets/images/backbotshadow.jpg);
	background-repeat: no-repeat;
}
#innerwrapper {
	width: 750px;
	margin: 0px auto;
	text-align: left;
}
h1, h2 {
	color: #f6921e;
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
	margin: .5em 0 .5em 0;
}
h2 {
	font-size: 1.6em;
	margin: .5em 0 .5em 0;
}
p, dl {
	font-size: 1.2em;
	color: #828181;
}
p {
    margin-bottom: 0.8em;
    line-height: 1.5em;
}
dl, dt 
{
    line-height: 1.5em;
}
dt {
    font-weight: bold;
    margin-bottom: 3px;
}
dd {
    text-indent: 0px;
    margin-left: 0px;
    margin-bottom: 13px;
}
#quickcont {
	text-align: center;
	color: #828181;
	clear: both;
	padding-top: 20px;
}
#quickcont em {
	font-style: normal;
	color: #f6921e;
}
a img {
	border: none;
}
a:link {
	color: #828181;
	text-decoration: underline;
}
a:visited {
	color: #828181;
	text-decoration: underline;
}
a:hover {
	color: #828181;
	text-decoration: none;
}
#maincontent {
	margin-top: 20px;
	clear: both;
}
#leftcol {
	float: left;
	width: 390px;
	padding-right: 10px;
}
#emailclient ol {
    font-size: 1.2em;
}
#emailclient p {
    font-size: 1em;
}
#rightcol {
   	width: 330px;
}
#testimonials {
   	width: 230px;
}
#rightcol, #testimonials {
	float: right;
	padding-left: 20px;
	background-image: url(../assets/images/vdotline.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.rimg {
	float: right;
	margin-left: 15px;
}
.logop {
	text-align: center;
}
.logop img {
	margin-left: 10px;
	margin-right: 10px;
}
.clear {
	clear: both;
}
#services ul, #leftcol ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
	font-size: 1.2em;
}
#logo {
	width: 212px;
	height: 49px;
	float: left;
}
#topnav {
	width: 538px;
	float: right;
}
#navbar {
	padding-top: 31px;
}
fieldset {
  margin-bottom: 10px;
  width: 100%;
    border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	padding: 0 2px;
	color: #5D5432;
}
fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  font-size: 1.2em;
}
#contactform em {
  font-weight: bold;
  font-style: normal;
}
label 
{
  float:left;
  line-height: 1.8;
  vertical-align: top;
  width: 130px; /* Width of labels */
}
.submit {
    background-image: url(../assets/images/submitbutton.gif);
    background-repeat: no-repeat;
    font-family: "trebuchet MS", tahoma, arial;
    color: #FFFFFF;
	background-color: #009933;
    border: 0px;
    width: 175px;
    height: 27px;
    padding-bottom: 5px;
    margin-left: 130px;
    cursor: pointer;
}
.cferrmsg {
    margin-left: 130px;
}
#portfolio {
    width: 490px;
    float: left;
    padding-right: 10px;
}
.lport 
{
    width: 115px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.rport
{
    width: 370px;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
#sitemap 
{
    font-size: 1.2em;
}
#footer {
	clear: both;
	padding-top: 15px;
	text-align: right;
	padding-right: 30px;
}
#plugoo {
	text-align: center;
}
.featureslist, #services ul, #sitemap
{
    margin-bottom: 1em;
}
.featureslist li, #services ul li, #sitemap li
{
    padding: 3px 0px 3px 0px;
}
#navbar ul
{
    float: right;
}
#navbar ul li 
{
    float: left;
    padding: 3px 6px 3px 6px;
}
#navbar ul li a 
{
    text-decoration: none;
    font-size: 1.4em;
}
#navbar ul li a:hover 
{
    text-decoration: underline;
}
strong {
	font-weight: bold;
}