/* CSS Document */

@import url(common.css);

@media screen {
body {
  padding: 0;
  margin: 0;
  background: url(../images/bg.jpg) repeat-x;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#top_bg {
  width: 820px;
  margin-right: auto;
  margin-left: auto;
  background: url(../images/top_bg.jpg) no-repeat;
}

#content_bg {
  width: 820px;
  margin-right: auto;
  margin-left: auto;
  background: url(../images/content_bg.jpg) repeat-y ;
  clear:both;
}

#header {
  height: 287px;
  padding-left: 22px;
  padding-right: 18px;
  margin: 0;
}

#header_left {
  width: 556px;
  height:287px;
  overflow:hidden;
  margin-right: 2px;
  float: left;
}

#header_right {
  width: 222px;
  margin: 0;
  float: right;
}

#header_right .quick_links {
  height: 133px;
  padding: 5px 0;
  background-color: #ece4d7;
}

#header_right .quick_links ul {
  margin: 0;
  margin-left: 50px;
  padding:0;
}

#header_right .quick_links li {
  list-style-image: url(../images/quick_links_bullet.jpg);
  line-height: 14px;
  vertical-align: middle;
  margin: 0;
  padding:0;
  font-size: 12px;
}

#header_right .quick_links a {
  color: #df7a1c;
  text-decoration: none;
  font-weight: normal;
}

#header_right .quick_links a:hover {
  text-decoration: underline;
}

#nav {
  padding: 2px 4px 1px 3px;
  margin: -1px 16px 1px 19px;
  border: 0;
  float:left;
  background:#fff;
}

*html #nav {
  padding: 2px 19px 0 22px;
  margin: 0;
  border: 0;
  float:left;
  background:none;
}

#content {
  padding-top: 2px;
  padding-left: 22px;
  padding-right: 18px;
}

#content_left {
  width: 190px;
  padding: 15px 15px;
  float: left;
  background: url(../images/callout_bg.jpg) no-repeat;
  color: #326187;
}

#content_left h3 {
  margin-top: 0;
  color: #3c698e;
}

#content_left a {
  font-weight: bold;
  text-decoration:none;
  color: #326187;
}

#content_middle {
  width: 310px;
  padding: 0 20px;
  margin-top: 15px;
  float: left;
  border-right: 1px dotted #c4d1db;
}

#content_right {
  width: 157px;
  padding-left: 15px;
  float: left;
  margin-top: 15px;
}

#content_right .title {
  color: #df7a1c;
  font-weight: bold;
}

#content_right a {
  color: #df7a1c;
  text-decoration: none;
}
}