html { height: 100%; }

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0;
  margin: 0;
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -70px;
  padding-bottom: 30px;
}

a:link, a { text-decoration: none; }
a img { border: none; }

#header {
  background-color: black;
}
#header a img {
  border: none;
}

#headingNav {
  background-color: black;
  font-family: sans-serif;
  font-size: 15px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 52px;
}

#headingNav a {
  color: #666666;
  padding-right: 38px;
}
#headingNav a:hover {
  color: white;
}
#headingNav a:active {
  color: white;
}

#credentials {
    font-family: sans-serif;
    text-align:right;
    font-size:12px;
    color:white;
    padding-right:10px;
}
#credentials a {
    color:white;
}
#credentials a:visited {
    color:#FFE34A;
}

#mainPage {
  width: 650px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-left: 42px;
  padding-bottom: 1px;
  padding-right: 0;
}

#mailingList {
  position: absolute;
  margin-left: 718px;
  margin-top: -60px;
}

#decoration {
  background-image: url(../img/dots_header.png);
  width: 56px;
  height: 71px;
  position: absolute;
  margin-top: -5px;
  margin-left: 10px;
  _margin-left: -40px;
  z-index: -1;
}

#mainTitle {
  color: black;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 31px;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 23px;
}
#mainTitle a, #mainTitle a:link {
  color: black;
}
#mainTitle a:hover {
  color: #666666;
  text-decoration: underline;
}
#mainTitle .tagLink {
  color: #666666;
  font-size: 22px;
}

#sidebox {
  position: absolute;
  border-right: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  width: 231px;
  margin-left: 651px;
  color: #666666;
  font-size: 10pt;
  padding-bottom: 10em;
}
#sidebox .sideboxContent {
  padding: 25px 25px 25px 25px;
}
#sidebox .title {
  color: black;
  font-size: 12pt;
  border-bottom: 3px solid #ffe34a;
}
#sidebox .title h2 {
  color: black;
  font-weight: normal;
  font-size: 12pt;
  padding: 0;
  margin-bottom: 0.4em;
  margin-top: 0;
}
#sidebox hr {
  color: #d3d3d3;
  background-color: #d3d3d3;
  height: 1px;
  border: none;
}
#sidebox em {
  color: black;
  font-style: italic;
}
#sidebox a, #sidebox a:link {
  color: black;
  text-decoration: none;
}

#mainPage #content {
}
#content {
  color: #666666;
  font-size: 11pt;
}
#content a, #content a:link {
  color: black;
}
#content a:hover {
  color: #666666;
  text-decoration: underline;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
  color: black;
  font-family: sans-serif;
  font-weight: normal;
}
#content h1 {
  font-size: 16pt;
}
#content h2 {
  font-size: 14pt;
}
#content h3 {
  font-size: 12pt;
}
#content h4 {
  font-size: 10pt;
}

#content hr {
  width: 652px;
  margin-left: -23px;
  height: 1px;
  border: none;
  color: #d3d3d3;
  background-color: #d3d3d3;
  margin-top: 3.3em;
  margin-bottom: 2em;
  margin-right: 0!important;
  padding-right: 0;
}
.blobContainer > * {
  margin-right: 1.5em;
}

.blobContainer {
  border-top: 1px solid #d3d3d3;
  margin-left: -42px;
  padding: 1.2em 0 2.5em 1.5em;
}
.blob {
  margin-left: 42px;
}
.blob p {
  line-height: 1.7;
  margin-bottom: 1.5em;
}

.blog .title {
  font-size: 16pt!important;
  border-left: 8px solid #ffe34a;
  padding-left: 8px;
  margin-bottom: 0;
}
.blog .title a, .blog .title a:link {
  color: black;
}
.blog .title a:hover {
  color: #666666;
  text-decoration: underline;
}
.blog .tease, .blog .button, .blog .body {
  margin-left: 20px;
}
.blog .date {
  font-family: sans-serif;
  font-size: 10pt;
}
.blog .dayOfMonth {
  color: black;
}
.blog .inline_tag_list {
  font-family: sans-serif;
  font-size: 10pt;
}

.button {
  border: 1px solid #999999;
  padding: 0.5em 0 0.5em;
  color: #999999;
  margin-right: 0.5em;
}
.button a, .button a:link {
  color: #666666!important;
  padding: 0.5em 0.8em 0.5em 0.8em;
}
span.button:hover, span.button:hover a, span.button:hover a:link {
  background-color: #999999;
  color: white!important;
  text-decoration: none!important;
}

.pagination, .pagination a, .pageination a:link {
  font-family: sans-serif;
  color: #666666!important;
}
.pagination .older {
  float: left;
  display: block;
  margin-top: 20px;
  margin-left: 20px;
  padding-bottom: 10px;
}
.pagination .newer {
  float: right;
  display: block;
  margin-top: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
}
.pagination a:hover {
  color: black;
}

#indexMain {
    background-image: url('/img/index_background.png');
    background-repeat: no-repeat;
    background-position: 70px 0px;
    height: 830px;
    line-height: 1.3;
}
#indexMain #overviewBox {
    position: absolute;
    width: 446px;
    height: 390px;
    background-color: #fffdfd;
   	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
    margin-left: 145px;
    margin-top: 264px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#indexMain #overview {
    color: #dddddd;
    position: absolute;
    width: 380px;
    height: 360px;
    margin-top: 290px;
    margin-left: 180px;
    font-family: Georgia,"Times New Roman",Times,serif
}
#indexMain #about {
    width: 100%;
    height: 180px;
    background-image: url('/img/main_index_about_us.png');
    background-repeat: no-repeat;
    padding-top: 30px;
}
#indexMain #more_info {
    width: 100%;
    height: 100px;
    background-image: url('/img/main_index_more_information.png');
    background-repeat: no-repeat;
    padding-top: 30px;
    margin-top: 9px;
}
#indexMain #loginBox {
    position: absolute;
    width: 260px;
    height: 214px;
    background-color: #fffdfd;
   	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
    margin-left: 597px;
    margin-top: 265px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#indexMain #login {
    background-image: url('/img/main_index_login.png');
    background-repeat: no-repeat;
    padding-top: 30px;
    color: #dddddd;
    position: absolute;
    width: 210px;
    height: 120px;
    margin-top: 290px;
    margin-left: 620px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12pt;
}
#indexMain #contactBox {
    position: absolute;
    width: 260px;
    height: 170px;
    background-color: #fffdfd;
   	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
    margin-left: 597px;
    margin-top: 485px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#indexMain #contact {
    font-family: Georgia,"Times New Roman",Times,serif;
    background-image: url('/img/main_index_contact.png');
    background-repeat: no-repeat;
    padding-top: 30px;
    color: #dddddd;
    position: absolute;
    width: 210px;
    height: 90px;
    margin-top: 505px;
    margin-left: 620px;
}
#indexMain #login .inputArea {
    margin-top: 0px;
}
#indexMain #login .inputArea input {
    width: 210px;
    height: 24px;
    background-color: #dddddd;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-top: 2px;
    padding-left: 4px;
    margin-bottom: 8px;
    margin-top: 3px;
}
#indexMain #contact dl {
    margin-top: 0;
}
#indexMain #login #submit {
    border: 1px solid #dddddd; 
    background-color: transparent;
    color: #dddddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 4em;
    margin-top: 9px;
    font-size: 9pt;
    padding-top: 2px;
    padding-bottom: 2px;
}
#indexMain #login #submit:hover {
    border: 1px solid white; 
    background-color: #dddddd;
    color: #666666;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 4em;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 9px;
}
#indexMain #passwordInputArea {
   margin-top: 1px!important;
}
#indexMain #contact dt {
    display: block;
}
#indexMain #contact dd {
    padding: 0;
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
    color: #ffcc33;
    font-style: italic;
}
