/* CSS Document */

body {
background: url(../images/background.gif);
}

#container {
position: absolute;
left: 50%;
width: 760px;
margin-left: -380px;
}

#header {
background: url(../images/header_bkgd.gif) repeat-x;
background-color: #333;
height: 120px;
border: 1px solid #333;
}

#copycontent {
padding: 25px 25px 50px 25px;
margin-bottom: 50px;
}

#imagecontent {
float: right;
width: 50%;
padding: 25px 25px 50px 25px;
text-align: right;
}

#footer {
clear: both;
border-top: 1px solid #ccc;
}

#footer a {
text-decoration : none;
font-weight : bold;
color : #999;
}

#footer a:hover  {
color : #666;
text-decoration : none;
background: #ccc;
}

td a {
text-decoration : none;
font-size: 0.8em
font-weight : bold;
color : #fff;
}

td a:hover  {
color : #666;
text-decoration : none;
background: #ccc;
}


/* MAIN NAVIGATION MENU */

#nav {
position: absolute;
left: 0;
top: 84px;
}

#nav ul {
padding: 10px 0;
margin-left: 25px;
font: bold 0.7em "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#nav ul li {
list-style: none;
margin: 0;
padding: 0 15px 0 0;
display: inline;
}


#nav a:link {
color: #fff;
}

#nav a:visited {
color: #fff;
}

#nav a:hover {
color: #333;
background: #ebebeb;
}

#nav a:active {
color: #333;
background: #ebebeb;
}



/* CLASSES */

.titles {
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 1.0em;
color: #333;
margin-top: 10px;
}

.copyright {
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 0.6em;
color: #ccc;
text-align: center;
}

.bodycopy {
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 0.8em;
color: #000;
line-height: 1.3em;
text-align: left;
list-style: none;
margin-left: 0;
}

.bodycopy li {
padding-bottom: 10px;
}

.firstpara {
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.8em;
color: #000;
line-height: 1.3em;
text-align: left;
}

.copypopup {
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.8em;
color: #fff;
line-height: 1.3em;
text-align: center;
}

.copypopup a {
text-decoration: none;
color: #fff;
}

.imageposition {
margin-top: 10px;
}

.headerlogo {
margin-top: 25px;
margin-left: 25px;
}

.clientlogos {
float: left; margin: 0 10px 0 0;
margin-left: 0;
}

/*********************************************** TABLE STYLES */

.tableheader {
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
line-height: 1.4em;
color: #fff;
background-color: #000;
padding: 3px;
}

.tablesubheader {
font-size: 0.7em;
}

.tabletitles {
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
color: #333;
background-color: #999;
padding: 3px;
}

.tablecopy {
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: normal;
color: #333;
background-color: #e1e1e1;
padding: 3px;
}

.address {
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 0.7em;
font-weight: bold;
line-height: 1.4em;
color: #666;
text-align: left;
list-style: none;
padding-left: 0;
}

.addresstitle {
font-weight: bold;
color: #000;
}

/* LINKS */

a:link {
text-decoration : none;
font-weight : bold;
color : #6f559d;
}

a:visited  {
color : #5C4784;
text-decoration : none;
}

a:hover  {
color : #5C4784;
text-decoration : none;
}

/******************************************************** FORM */
#fb_form p {
margin: 6px 0;
}

label:after {
content: ": ";
}

label {
background-color: #000;
font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
color: #fff;
font-weight: bold;
font-size: 0.7em;
text-transform: uppercase;
padding: 2px;
}

input {
display: block;
margin-bottom: 1em;
width: 200px;
color: #000;
border: solid #000;
border-width: 1px;
}

.buttonsubmit {
width: 60px;
margin-left: 240px;
font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
font-size: 0.7em;
text-transform: uppercase;
}

br {
display: none;
}

input:focus {
background: #e1e1e1;
}

.suggestion {
display: block;
margin-bottom: 1em;
width: 300px;
color: #000;
border: solid #000;
border-width: 1px;
}

.suggestion:focus {
background: #e1e1e1;
}
