body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td { margin: 0; padding: 0; border: 0; outline: none; }

/* ------------------- PAGE LAYOUT ------------------- */

#wrapper { margin: 0 auto; padding: 0; width: 755px; }

#header {
  background: #fff url(logo.png) no-repeat 0% 0%; 
  border-bottom: 1px solid #999;
  float: left;
  height: 100px;
  margin: 20px 0;
  width: 100%;
}

#headerLeft { float: left; width: 500px; }

#headerRight {
  float: right;
  margin-top: 0;
  text-align: right;
  width: 255px;
}

.section { height: auto !important; height: 600px; min-height: 600px; }

.left {
  background: #fff url(bg_left.png) no-repeat 0% 0%;
  float: left;
  margin: 0 0 20px 0;
  width: 200px;
}

.right { float: right; margin: 0 0 20px 20px; width: 535px; }

#footer {
  border-top: 1px solid #999;
  float: left;
  padding: 0.8em 0;
  text-align: center;
  width: 100%;
}

/* ------------------- NAVIGATION ------------------- */

.left ul { list-style-type: none; margin-bottom: 80px; padding: 50px 0 0 40px; }
.left li { line-height: 1.5; }
.left li a { color: #999; text-decoration: none; }
.left li a:hover { color: #000; text-decoration: underline; }
.left li a.current { color: #000; }

/* ------------------- SITE STYLES ------------------- */

body { 
  background: #fff;
  font: normal 100%/1.4em "trebuchet MS", arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#header p { color: #999; font-weight: bold; padding: 55px 0px 0px 50px; }

.left p { font-size: 0.8em; line-height: 1.4em; padding: 0 0 0 25px; }

h1 { color: #999; font-size: 1.5em; margin-bottom: 0.8em; }
h1 a, h1 a:link { color: #999; text-decoration: none; }
h4 { font-size: 1em; margin-bottom: 0.8em; }

p, ol, ul { margin-bottom: 0.8em; }

ol { margin-left: 20px;}
ul { margin-left: 15px; }

*:first-child+html ol { margin-left: 25px; }
*:first-child+html ul { margin-left: 16px; }

.small { color: #000; font-size: 0.8em; }

blockquote {
  color: #c00;
  font-size: 1.1em;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: 0.8em 12px;
  text-indent: -10px;
}

.floatLeft { float: left; }
.floatRight { text-align: right; }

a { color: #069; text-decoration: underline; }
a:hover { text-decoration: none; }
a:active, a:focus { outline: none; }

.right img { float: left; border: 0; margin: 2px 5px 0 0; vertical-align: middle; }

img:hover { 
  opacity:.60; 
  filter: alpha(opacity=60); 
  -moz-opacity: 0.60; 
}

input { width: 200px; }

textarea { font: normal 95%/1.4em "trebuchet MS", arial, helvetica, sans-serif; height: 200px; width: 400px; }

input, textarea { background-color: #eee; border: 1px solid #d6d6d6; padding: 4px; }

input:focus, textarea:focus {
  background-color: #fff;
  border: 2px solid #999;
  padding: 3px;
}

*:first-child+htm input:hover, *:first-child+htm textarea:hover {
  background-color: #fff;
  border: 2px solid #999;
  padding: 3px;
}

.submit {
  background: #000 url(bg_button.png) repeat-x 0% 0%;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  width: 120px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.submit:focus {
  background: #000 url(bg_button.png) repeat-x 0% 0%;
  border: 1px solid #000;
  color: #fff;
}

.submit:hover {
  opacity:.60; 
  filter: alpha(opacity=60); 
  -moz-opacity: 0.60;
}

.desc {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  float: left;
  font-size: 0.8em; 
  font-style: italic;
  letter-spacing: 1px;
  margin: 5px 0;
  padding-bottom: 2px;
  width: 100%;
}

.desc a {
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

#card {
  background: url(card.png) no-repeat scroll 0% 0%;
  height: 176px;
  padding: 5px 10px 0 0;
  text-align: right;
  width: 240px;
}



