
* { margin: 0; padding: 0; }

body {
margin: 20px;
font-size: 62.5%;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
color: #000;
background: #fff url("img/bg-body.jpg") 0% 0% repeat-x;
text-align: center;
}

#wrap { position: relative;
margin-right: auto;
margin-left: auto;
width: 800px;
font-size: 1.2em;
text-align: left;
background: #fff url("img/bg-wrap.jpg") 50% 0% repeat-y;
}

/* Nav */

#nav {
width: 800px;
height: 40px;
margin-bottom: 20px;
text-align: left;
font-size: 13px;
background: url("img/bg-nav1.jpg") no-repeat top left;
}

#nav ul { height: 40px;
overflow: hidden;
display: block;
list-style: none;
padding: 0 10px 0 0;
}

#nav ul li {
float: left;
display: block;
}

#nav ul li em.home { height: 40px;
float: left;
padding: 0 11px 0 20px;
line-height: 40px;
display: block;
color: #c00;
background: url("img/bg-nav1.jpg") no-repeat bottom left;
border-right: 1px solid #d9d9d9;
font-style: normal;
font-weight: bold;
}

#nav ul li em.normal { height: 40px;
float: left;
padding: 0 11px 0 10px;
line-height: 40px;
display: block;
color: #c00;
background: url("img/bg-nav1.jpg") no-repeat bottom;
border-right: 1px solid #d9d9d9;
font-style: normal;
font-weight: bold;
}

#nav ul li a { height: 40px;
float: left;
padding: 0 11px 0 10px;
line-height: 40px;
display: block;
color: #000;
border-right: 1px solid #d9d9d9;
text-decoration: none;
font-weight: bold;
}

#nav ul li a:hover {
color: #c00;
background: url("img/bg-nav1.jpg") no-repeat bottom;
}

#nav ul li a.home {
padding-left: 20px;
}

#nav ul li a.home:hover {
background: url("img/bg-nav1.jpg") no-repeat bottom left;
}

/* Banners */

#banner {
width: 800px;
height: 475px;
text-align: left;
background: #fff url("img/bg-banner1.jpg") no-repeat;
}

#banner h1 {
color: #fff;
font-size: 3.0em;
text-indent: -5000px;
}

#banner-right {
display: inline;
float: right;
padding: 60px 20px 0 20px;
width: 320px;
font-size: 18px;
line-height: 30px;
}

#banner2 {
width: 800px;
height: 420px;
text-align: left;
background: #fff url("img/bg-banner2.jpg") no-repeat;
}

#banner-left {
padding: 100px 20px 0 20px;
width: 500px;
font-size: 18px;
line-height: 30px;
}

#banner-right p, #banner-left p {
margin-bottom: 8px;
}

/* Left */

#left {
display: inline;
float: left;
width: 390px;
padding: 10px 0 20px 20px;
}

#left h2 {
color: #099;
margin-top: 12px;
font-size: 2.0em;
font-weight: normal;
}

#left h3 {
margin-top: 12px;
font-size: 1.6em;
color: #c00;
font-weight: normal;
}

#left p {
margin-top: 8px;
font-size: 1.2em;
line-height: 1.5em;
}

#left ul {
list-style-type: disc;
list-style-position: outside;
}

#left ul li {
margin: 8px 0 0 25px;
font-size: 1.2em;
}

/* Right */

#right {
display: inline;
float: right;
padding: 10px 20px 20px 20px;
width: 320px;
font-size: 0.9em;
}

#right h2 {
color: #099;
margin-top: 12px;
font-size: 2.0em;
font-weight: normal;
}

#right h3 {
color: #333;
margin-top: 12px;
padding-bottom: 3px;
font-size: 1.8em;
font-weight: normal;
border-bottom: 4px solid #ebebeb;
}

#right p {
margin-top: 8px;
font-size: 1.2em;
line-height: 1.5em;
}

/* Full */

#full {
padding: 10px 20px 20px 20px;
width: 760px;
}

#full h1 {
color: #099;
font-size: 2.0em;
font-weight: normal;
}

#full h2 {
color: #099;
margin-top: 12px;
font-size: 2.0em;
font-weight: normal;
}

#full h3 {
margin-top: 12px;
font-size: 1.6em;
color: #c00;
font-weight: normal;
}

#full p {
margin-top: 8px;
font-size: 1.2em;
line-height: 1.5em;
}

#full ul {
list-style-type: disc;
list-style-position: outside;
margin-top: 8px;
}

#full ul li {
margin: 6px 0 0 25px;
line-height: 1.5em;
font-size: 1.2em;
}

table {
width: 100%;
margin-top: 10px;
margin-bottom: 0;
border-collapse: collapse;
font-size: 1.2em;
}

table td {
border: 1px solid #d9d9d9;
padding: 6px 6px 6px 6px;
}

table h3 {
font-size: 1.2em;
color: #c00;
font-weight: normal;
}

table h4 {
font-size: 1.0em;
color: #099;
font-weight: bold;
}

#full table p {
margin-top: 0;
}

table form {
margin: 0;
}

table form img {
display: none;
}

table .submit {
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif;
}

#contactform {
margin: 5px 10px 0 0;
}

#contactform p {
margin: 5px 0;
}

#contactform input.fixedwidth {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#contactform textarea {
width: 100%;
margin-top: 5px;
padding: 2px;
}

#contactform input#submit {
margin-top: 5px;
width: 80px;
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif;
}

.response p {
font-weight: bold;
}

/* Footer */

#footer {
clear: both;
width: 800px;
height: 40px;
padding: 0px 0px 0px 0px;
background: url("img/bg-nav1.jpg") no-repeat top left;
font-size: 1.0em;
text-align: center;
}

#footer p {
height: 40px;
line-height: 40px;
color: #666;
}

/* General */


a {
color: #099;
text-decoration: none;
border-bottom: 1px dotted #999;
}

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

a img, a:hover img {
border: none;
}

img {
vertical-align: bottom;
}

iframe {
margin: 15px 0 15px 0;
padding: 2px;
border: 1px solid #ccc;
}