/* html, body */
html, body {
  height: 100%;
  margin: 0;
}
body {
  background: #575656;
  color: #ababab;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

/* clear */
div.clear {
  clear: both;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}

/* html-tags */
h1 {
  color: #3b3b3a;
  font-family: Georgia;
  font-size: 34px;
  line-height: 40px;
  font-weight: normal;
  margin: 0 0 12px 0;
}
h1 a {
  font-size: 13px;
  font-family: Arial;
  margin: 0 0 0 8px;
  float: right;
}
h1 span {
  font-size: 13px;
  font-family: Arial;
  margin: 0 0 0 8px;
  color: #3b3b3a;
  float: right;
}
h2, h3, h4 {
  color: #3b3b3a;
  font-family: Georgia;
  font-size: 13px;
  font-weight: normal;
}
h2 {
  font-size: 16px;
}

p {
  margin: 0;
  padding: 0;
}
a {
  color: #ee7f01;
  outline: none;
  text-decoration: none;
}
a.active {
  color: #3b3b3a;
}
img {
	border: 0;
}
hr {
  border: 0;
	border-top: 1px solid #b8b8b8;
  font-size: 1px;
	height: 1px;
  line-height: 1px;
	margin: 0 0 4px 0;
	padding: 0;
}

table.list {
  border-top: 0;
  border-collapse: collapse;
}
table.list td {
  padding: 6px 0;
  vertical-align: top;
  border-bottom: 1px solid #b8b8b8;
}

/* layout */
#viewport {
}

#main {
  min-height: 520px;
  background: #e9e9e9 url(../images/main/bg.gif) left bottom repeat-x;
  color: #3b3b3a;
}
#content {
  width: 814px;
  margin: 0 auto;
}
#head {
  height: 64px;
}
#head img {
  float: right;
}
#head ul.top-navigation {
  margin: 40px 0 0 0;
  padding: 0;
  float: left;
  list-style-type: none;
}
#head ul.top-navigation li {
  display: inline;
  margin: 0;
}
#head ul.top-navigation li a {
  float: left;
  margin: 0 16px 0 0;
}
#head ul.top-navigation li a:hover,
#head ul.top-navigation li a:active,
#head ul.top-navigation li.active a {
  color: #3b3b3a;
}

#center {
  font-size: 13px;
  color: #3b3b3a;
  padding: 20px 0 20px 0;
}
#center ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  border-top: 1px solid #b8b8b8;
  width: 200px;
}
#center ul li {
  background: transparent none;
  border-bottom: 1px solid #b8b8b8;
  padding: 2px 0 2px 0;
}
#center ul.sub-navigation {
  margin: 10px 0 4px 0;
  padding: 0;
  float: right;
  list-style-type: none;
  border: 0;
  width: auto;
}
#center ul.sub-navigation li {
  background: transparent none;
  display: inline;
  margin: 0;
  border: 0;
  padding: 0;
}
#center ul.sub-navigation li a {
  float: left;
  margin: 0 0 0 16px;
}
#center ul.sub-navigation li a:hover,
#center ul.sub-navigation li a:active,
#center ul.sub-navigation li.active a {
  color: #3b3b3a;
}
#center p, #center td { 
  font-family: Georgia;
}


#footer {
  min-height: 200px;
  background: transparent url(../images/footer/bg.gif) left top repeat-x;
  padding: 24px 0 16px 0;
  position: relative;
}
#footer img.arrow {
  position: absolute;
  left: 50%;
  margin-left: -385px;
  top: -1px;
}
#footer hr {
  border-top: 1px solid #727272;
  margin: 20px 0 4px 0;
}
#footer .copyright {
  font-size: 11px;
}
#footer a {
  color: #ababab;
}
#footer a:hover {
  color: #fff;
}

/* box */
div.box {
  background: transparent url(../images/box/center.gif) left top repeat-y;
  width: 240px;
  float: left;
  margin: 12px 10px 0 0;
  font-family: Georgia;
}
div.box div.top {
  background: transparent url(../images/box/top.gif) left top no-repeat;
}
div.box div.bottom {
  background: transparent url(../images/box/bottom.gif) left bottom no-repeat;
  min-height: 120px;
  padding: 5px 6px 7px 5px;
}
div.box hr {
  border-top: 1px solid #b8b8b8;
  height: 1px;
  line-height: 1px;
  margin: 4px 0 6px 0;
}
div.box h2 {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 4px 0;
}
div.box ul {
  margin: 0 24px 0 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #b8b8b8;
}
div.box ul li {
  padding: 2px 0;
  border-bottom: 1px solid #b8b8b8;
}


div.box-big {
  background: transparent url(../images/box/big-center.gif) left top repeat-y;
  width: 737px;
  float: left;
  margin: 0;
}
div.box-big div.top {
  background: transparent url(../images/box/big-top.gif) left top no-repeat;
}
div.box-big div.bottom {
  background: transparent url(../images/box/big-bottom.gif) left bottom no-repeat;
  min-height: 120px;
  padding: 16px 0 16px 24px;
}

/* media */
div.media {
  font-family: Georgia;
}
div.media div.gallery {
  /*border-bottom: 1px solid #fff;*/
}
div.media a.thumb {
  background: url(../images/media/bg-thumb.gif) no-repeat scroll 0 0 transparent;
  float: left;
  height: 81px;
  margin: 0 4px 4px 0;
  padding: 0;
  width: 81px;
}
div.media a.thumb img {
  margin:6px 0 0 6px;
}
div.media h3 {
  margin: 4px 0;
  border-bottom: 1px solid #fff;
}
div.media div.link, div.media div.download {
  padding: 2px 0;
  border-bottom: 1px solid #fff;
}

/* pager */
div.pager table {
  border-spacing: 0;
  border: 0;
  border-collapse: collapse;
}
div.page table td {
  padding: 0 0 0 0;
}
div.pager a {
  font-family: Arial;
  font-size: 11px;
  float: left;
  width: 21px;
  height: 21px;
  text-align: center;
  color: #fff;
  line-height: 21px;
  background: transparent url(../images/pager.gif) no-repeat;
}
div.pager a.active {
  background: transparent url(../images/pager.gif) left bottom no-repeat;
}

/* blog */
div.blog-categories ul {
  list-style-type: none;
  padding: 0;
  margin: 6px 0 0 0;
  border: 0 !important;
}
div.blog-categories h2 {
  margin: 16px 0 8px 0;
}

/* news */
div.news {
  margin: 12px 0 0 0;
}
div.news h3 {
  float: left;
  width: 90px;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0;
}
div.news h1 {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0 0 4px 0;
}
div.news div.text {
  margin-left: 90px;
}
div.news a.thumb { 
  background: transparent url(../images/news/thumb-bg.gif) no-repeat;
  float: left;
  width: 109px;
  height: 109px;
  margin: 0 8px 0 0;
}
div.news a.thumb img {
  margin: 5px 0 0 5px;
}
div.news div.media a.thumb {
  background: url(../images/media/bg-thumb.gif) no-repeat scroll 0 0 transparent;
  float: left;
  height: 81px;
  margin: 0 4px 4px 0;
  padding: 0;
  width: 81px;
}
div.news div.media a.thumb img {
  margin:6px 0 0 6px;
}
div.news div.media h3 {
  float: none;
  width: 100%;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0;
}

/* reference */
div.reference {
  font-family: Georgia;
}
div.reference h3 {
  font-weight: bold;
  margin: 0 0 4px 4px;
}
#center div.reference ul {
  list-style-type: none;
  margin: 4px 0 0 0;
  padding: 0;
  width: 350px;
  border-top: 1px solid #b8b8b8;
}
#center div.reference ul li {
  background: transparent url(../images/bullet.png) left 8px no-repeat;
  border-bottom: 1px solid #b8b8b8;
  padding: 2px 0 2px 16px;
}

/* TinyMCE specific rules */
body.mceContentBody {
  background: #e9e9e9 none;
  font-family: Georgia;
  font-size: 13px;
  color: #3b3b3a;
  padding: 10px;
}

