@import url('style-sidebar.css'); /* general sidebar styles */
@import url('style-post.css'); /* general sidebar styles */

* {
  margin: 0;
  padding: 0;
}


body {
  background: url(images/page_bg.gif);
  background-repeat: repeat-x;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  background-color: #F0F0CB;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 20px;
  width: 949px;
  text-align: left;
  background: transparent;
}

#header {
  position: relative;
  height: 80px;
  color: #D4E6F5;
  font-family: arial, helvetica, sans-serif;
  padding-bottom: 20px; /* MUST use padding and not margin due to bug in IE7 */
}

#mainouter {
  background-color: #FCFCEB;
  background: url(images/servicesmain_bg.gif);
  background-repeat: repeat-y;
}
#maininner {
  background-color: transparent;
  background: url(images/servicestop_bg.gif);
  background-repeat: no-repeat;
}

span.headbig {
  font-size: 22px;
  font-weight: bold;
}
span.headsmall {
  font-size: 14px;
  font-weight: bold;
}

#hmenu {
  font-family: arial, helvetica, sans-serif;
  color: #fff;
  padding-top: 10px;
  text-align: center;
}
#hmenu a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#sidenav {
  float: left;
  display: inline; /* Fixes the float margin doubling bug in IE6*/
  width: 183px;
  width: 200px;
  margin-left: 1px;
  margin-top: 9px;
}

#widecolumn {
  float: left;
  width: 577px;
  margin-left: 28px;
  margin-left: 11px;
  margin-top: 9px;
}
#widecolumn h1 {
  width: 100%;
  background-color: #356EA0;
  color: #fff;
  font-family: arial-narrow, arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 8px;
}
#widecolumn h1 span {
  margin-left: 30px;
}


#breadcrumb {
  font-size: 11px;
  font-weight: bold;
  color: #205687;
  background-color: transparent;
  margin-top: 4px;
  margin-left: 30px;
}

#breadcrumb a {
  color: #205687;
  text-decoration: none;
  font-weight: normal;
}
#breadcrumb a:hover {
	color: #000;
}

#content {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
  margin: 15px 20px 20px 30px;
  line-height: 18px;
}

#pageimage {
  float: right;
  width: 160px;
  margin-top: 9px;
}
#footer {
  clear: both;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
  font-size: 12px;
}

ul.childnode {
  list-style: none;
  margin-left: 0;
}
li.childnode {
  font-family: arial, helvetica, sans-serif;
  padding: 0;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 14px;
  font-size: 12px;
  line-height: 16px;;
}
li.childnode a {
  text-decoration: none;
  color: #205687;
}
li.childnode a:hover {
  color: #000;
  text-decoration: underline;
}

div.clearfloat {
  clear: both;
}

.Logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#blogtitle {
  position: absolute;
  top: 30px;
  left: 240px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#blogtitle a {
  color: #fff;
  text-decoration: none;
}
#blogtitle a:hover {
  text-decoration: underline;
}
#blogtitle a:visited {
  color: #fff;
}
#topmenu {
  position: absolute;
  top: 10px;
  left: 680px;
}
#topmenu ul {
  list-style-type: none;
}
#topmenu li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}
#topmenu li a {
  color: #fff;
  text-decoration: none;
}
#topmenu li a:hover {
  color: #F8F8BA;
  text-decoration: underline;
}
