html {
background-color: #f8f7f7;
}
body {
font-family: arial, times new roman;
font-size: 10pt;
color: #000;
background-color: #f8f7f7;
height: 100%;
overflow: inherit;
min-height: 100%;
}
#wrapper {
margin-right: auto;
margin-left: auto;
width: 634px;
border: 4px solid #666;
padding: 0px 0px 0 0px;
background-color: #FFF;
}
#header {
width: 624px;
padding-top: 10px;
padding-left: 10px;
height: 111px;
background-color: #ededed;
}
#header #logo {
float: left;
width: 300px;
height: inherit;
}
#header #testimonial {
float: right;
width: 320px;
height: inherit;
}
#header a {
border: 0px;
float: left;
}
#descriptiontext {
width: inherit;
background-color: #CCC;
}
#descriptiontext h2 {
font-size: 8pt;
color: #000;
text-align: center;
}
/*
#header h3 {
float: right;
font-size: 13pt;
font-style: italic;
padding-right: 75px;
padding-top: 20px;
}   */
#nav {
width: 634px;
height: 40px;
text-align: left;
background-color: #ededed;
background-image: url("images/nav/bg.gif");
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
}
#nav ul  {
padding: 12px 0 0 10px;
}
#nav ul li {
font-family: helvetica;
font-size: 1em;
display: inline;
padding: 0 12px;

font-weight: bold;
}
#nav ul li a {
color: #666;
text-decoration: none;
text-transform: uppercase;
}
#nav ul li a:hover {
color: #000;
}
#nav_pic {
width: 634px;
height: 185px;
border-bottom: 2px solid #000000;
background-color: #ededed;
}
#content {
width: 635px;
height: 400px;
}
strong {
font-weight: bold;
text-transform: uppercase;
font-size: 8pt;
}
#text {
float: left;
width: 397px;
height: 100%;
text-align: center;
}
#text p {
padding: 7px 10px 3px 10px;
text-indent: 30px;
line-height: 20px;
text-align: left;
}
#text img {
border: 1px solid #000;
}
#text h3 {
background-color: #c8c8c8;
font-size: 10pt;
text-transform: uppercase;
color: #000;
font-weight: bold;
font-family: arial;
line-height: 25px;
padding-left: 8px;
}
#text a {
color: #666;
text-decoration: underline;
}
#text a:hover {
color: #999;
text-decoration: none;
}
#text a:visited {
color: #666;
text-decoration: underline;
}
#text a:visited:hover {
color: #999;
text-decoration: none;
}
#text table td {
padding: 5px 5px 5px 25px;
text-align: left;
font-size: 9pt;
vertical-align: top;
}
#right {
width: 220px;
float: right;
background-color: #ededed;
color: #000;
padding: 0 10px 8px 8px;
height: 100%;
}
#right h4 {
font-size: 10pt;
font-weight: bold;
text-transform: uppercase;
line-height: 25px;
color: #333333;
border-bottom: 2px solid #dbd9d9;
text-align: center;
}
#right h5 {
color: #FF0000;
font-size: 10pt;
text-align: center;
font-weight: bold;
}
#right p {
text-indent: 20px;
line-height: 20px;
font-size: 9pt;
padding: 2px 7px 0 7px;
}
#right input {
border: 1px solid #ededed;
width: 130px;
height: 20px;
}
#right td {
padding: 10px 5px 2px 5px;
}
#right textarea {
border: 1px solid #ededed;
width: 130px;
height: 100px;
margin-bottom: 5px;
}
#right ul {
padding-left: 20px;
margin: 0;
height: 372px;
overflow: auto;
overflow-x: hidden;
}
#right li {
padding: 7px 0 5px 0;
list-style-image: url("images/bullet.gif");
margin: 0;
}
#right #submitbutton {
text-align: center;
width: inherit;
height: 40px;
display: block;
clear: both;
}
#right #submitbutton input {
padding-top: 10px;
width: 149px;
height: 27px;
background-image: url("images/submit.gif");
}
#footer {
width: 635px;
clear: both;
font-size: 8pt;
background-color: #FFF;
}
#footer #foot {
border-top: 1px solid #CCC;
margin: 0px;
padding: 8px;
height: 22px;
}
#footer_left {
float: left;
text-align: left;
}
#footer_right {
float: right;
text-align: right;
}
#footer a {
text-decoration: none;
color: #000;
word-spacing: 0px;
}
#footer a:hover {
text-decoration: underline;
}
#footer a:visited {
color: #000;
text-decoration: none;
}
#footer a:visited:hover {
text-decoration: underline;
}
em {
font-weight: bold;
}
.withoutindent {
padding: 7px 10px 3px 10px;
text-indent: 0;
line-height: 20px;
text-align: left;
}