/* CSS Document */
body {
  color: #1B4D3E;
  text-align: center;
  font: 100% Trebuchet MS, Arial, sans-serif;
  margin: 20px 0;
}

#wrapper {
  text-align: left;
  width: 760px;
  margin: 0 auto;
}

#header{
  height: 117px;
  background-image: url(images/header.jpg);
  width: 750px;
  padding: 30px 0px 0px 30px;
}

#nav {
  margin: -15px 0px 0px 15px;
  padding: 0;
  list-style-type: none;
  line-height: 2em;
  float: left;
  position: relative;
  z-index: 3;
}

#nav li {
  margin: 0;
  padding: 0;
  float: left;
  height: 31px;
}

#nav li.current a {
  background-color: #A4B8B2;
  background-position: -107px 0;
  color: #1B4D3E;
}

#nav a {
  float: left;
  width: 107px;
  height: 31px;
  color: #809C94;
  text-decoration: none;
  text-align: center;
  background: url(images/tab.gif) no-repeat;
}

#nav a:hover {
  background-color: #A4B8B2;
  background-position: -107px 0;
  color: #1B4D3E;
}

#left {
  float: left;
  width: 566px;
  position: relative;
  margin-top: -3px;
}

#leftcontent {
  float: left;
  width: 506px;
  padding: 30px;
  background-image: url(images/content-bg.jpg);
  background-color: #A4B8B2;
  height: 100%;
}

#filmcontent {
  background-image: url(images/bg-car.jpg);
  background-position: 140px 270px;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#right {
  float: right;
  width: 186px;
}

#rightcontent {
  float: right;
  width: 166px;
  padding: 10px;
  background-image: url(images/sidebar-bg.jpg);
  background-color: #D1DBD8;
  text-align: left;
  font-size: 70%;
  line-height: 1.4em;
}

#rightcontent h3{
  font-size: 190%;
  margin-bottom: 5px;
  color: #809C94;
  font-weight: 100;
  letter-spacing: -1px;
}

#rightcontent a:link {
  color: #809C94;
}

#rightcontent a:visited {
  color: #809C94;
}

#rightcontent a:hover {
  color: #ffffff;
}

#rightcontent img {
  background-color: #ffffff;
  border: 1px solid #999999;
  padding: 2px;
}

#footer{
  clear: both;
  height: 26px;
  background-image: url(images/navbar.jpg);
  background-color: #1B4D3E;
  width: 736px;
  padding: 10px 0px 0px 30px;
}

#footer p {
  color: #fff;
  margin: 0px;
  font-size: 80%;
}

p {
  font-size: 95%;
  color: #1B4D3E;
  margin-top: 5px;
}

#left p{
  font-size: 95%;
  color: #1B4D3E;
  line-height: 1.5em;
}

h1 {
  position: relative;
  width: 484px;
  height: 63px;
  overflow: hidden;
  top: 10px;
  left: 0px;
  font-size: 300%;
  font-weight: 100;
  margin: 0px;
  font-family: Georgia, Verdana, Arial, sans-serif;
  color: #FECD3C;
}

h1 span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(images/title.jpg);
  background-repeat: no-repeat;
}

h2 {
  font-size: 210%;
  color: #FECD3C;
  margin: 0px 0px 15px 0px;
  font-weight: 100;
  letter-spacing: -1px;
  font-family: Georgia, Verdana, Arial, sans-serif;
}

h3{
  font-size: 140%;
  margin: 0px;
  color: #fff;
  font-weight: 100;
  letter-spacing: -1px;
  font-family: Georgia, Verdana, Arial, sans-serif;
}

a:link {
  color: #E6EBEA;
}

a:visited {
  color: #E6EBEA;
}

a:hover {
  color: #fff;
}

#navigation {
  margin: 0px;
  font-size: 105%;
}

#navigation li {
  margin: 0px;
  padding-right: 16px;
  display: inline;
  list-style: none;
  font-family: Verdana, Arial, sans-serif;
}

#navigation li a:link, #navigation li a:visited {
  color: #E6EBEA;
  text-decoration: none;
}

#navigation li a:hover {
  color: #fff;
}

.didyouknow {
  color: #809C94;
  font-weight: bold;
  font-size: 170%;
  font-style: italic;
  margin-bottom: 5px;
  font-family: Georgia, Verdana, Arial, sans-serif;
}

.homebox {
  width: 500px;
  background: #C7D1D0 url(images/home-box-bottom.gif) no-repeat bottom left;
}

.homebox dt {
  padding: 15px 0px 0px 15px;
  background: url(images/home-box-top.gif) no-repeat;
  margin: 0;
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 170%;
  color:#ffffff;
}

.homebox dd {
  font-family: Trebuchet MS, Arial, sans-serif;
  padding: 5px 15px 15px 15px;
  font-size: 80%;
  line-height: 1.5;
  margin: 0;
}

.homebox img {
  background-color: #ffffff;
  border: 1px solid #999999;
  padding: 5px;
  float:right;
  display:inline;
}

.homebox a:link, #homebox a:visited {
  color: #006699;
}

.homebox a:hover {
  color: #ffffff;
}

.inlineright {
  display: inline;
  float: right;
}

.photo {
  background-color: #ffffff;
  border: 1px solid #999999;
  padding: 5px;
}