﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

html {
  background: #B6B6B6 url(images/bg.jpg);
}
body {
  color: #ddd;
  font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

/* links  */

a, a:link, a:visited, a:active {
  color: #ffe200;
  text-decoration: underline;
}


/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  margin: 0 auto;
  text-align: left;
  width: 837px;
  background: #000 url('images/main.jpg') repeat-y; 
}
#header {
  background: #000 url('images/header.jpg') no-repeat;
  height: 237px;
  position: relative;
}
#header  a{
  color: #222;
}
#headertxt {
  font-size: 1.1em;
  font-weight: bolder;
  padding: 80px 30px;
  line-height:1.6em;
  color: #222;
}
#breadcrumb {
  font-size: 1.2em;
  height: 46px;
  position: relative;
}
#info {
  font-size: 1.2em;
  line-height: 2.0em;
  position: relative;
  padding: 20px 230px 20px 30px;
}
#content {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 10px 20px 30px 30px;
  width: 500px;
}
#sidebar {
  float: right;
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 20px 20px 20px 20px;
  width: 236px;
}
#footer {
  font-size: 1.2em;
  clear: both;
  color: #888;
  padding-top: 10px;
  height: 41px;
  text-align: center;
  background: url('images/footer.jpg') no-repeat; 
}

/* header */



/* navigation */
#nav {
  font-size: 1.2em;
  position: absolute;
  font-weight: bolder;
  bottom: 0px;
  left: 14px;
  padding: 0px 4px;
}
#nav a{
  color: #000;
}
#nav a:hover { color: #666; }
#subnav {
  background: url('images/subnav.jpg') no-repeat; 
  font-size: 1.2em;
  text-align: center;
  top:1px;
  height:36px; line-height:28px;
  width:837px;
}
#nav li  {
  display: inline-block;
  float: left;
  list-style: none;
  width: 160px;
}
#subnav  li{
  display: inline-block;
  list-style: none;
  padding-left: 31px;
  float:left;
}
#nav li a {
  color: #111;
  display: block;
  line-height: 1.6em;
  padding: 8px 0 9px 0;
  text-align: center;
  text-decoration: none;
}
#subnav  li a{
  text-align: center;
  display: block; 
}
#nav li a:hover {opacity:0.5;  color: #ffe200;   background: url('images/navli.gif') no-repeat;    }
#nav li a.current { color: #ffe200; opacity:1;   background: url('images/navli.gif') no-repeat;   }


/* content */
#content img {
	border: 0;
	float:left;
	margin: 6px 12px 0 0;
}
#content h2 {
	font-size: 1em;
	font-weight: normal;
	padding: 0 0 12px 0;
}
#content h3{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 6px 0px;
}
#content h4{
  font-weight: bold;
}
#content p {
  line-height: 1.5em;
  margin: 0 0 12px  0;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}
/*
 #sidebar a {
  color: #4B798B;
}
#sidebar a:hover { color: #231f20; }
*/

/* footer */

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}
#footer a {
  color: #aaa;
  text-decoration: underline;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76A83A;
  border-left: 2px solid #76A83A;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
}
