/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* FORMS */

fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }

.error, .notice, .success {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }
.center {text-align: center;}
/* BASE SIZES */

.container { font-size: 1.2em; line-height: 1.6em; }
h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

/* LISTS */

ul li { margin-left: .85em; }
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/* MARGINS & PADDINGS */

blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 1em 0 .5em;  }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }
a:link { color: #333; text-decoration: underline; }
a:visited { color: #333; text-decoration: underline; }
a:active { color: #333; text-decoration: underline; }
a:hover { color: #333; text-decoration: underline; }

body {
  font: 12px Arial;
  background: #303600;
}  
#wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #2D400E;
}
#header {
  background: url(../images/header.jpg) top repeat-x;
  border-top: 1px solid #4B6303;
  border-left: 1px solid #4B6303;
  border-right: 1px solid #4B6303;
  height: 100px;
}
#logo {
  margin-top: 10px;
  width: 280px;
}
#topbanner {
  margin-top: 20px;
}
#searchbox {
  margin-top: 20px;
}
#nav {
  background: url(../images/bgnav.jpg) top repeat-x;
  height: 35px;
  width: 100%;
}
#nav ul {
  list-style: none;
  margin: 0 10px;
}
#nav ul li {
  float: left;
  margin: 0 10px;
  background: #627500;
  margin: 9px 3px;
  padding: 5px 8px;
  -moz-border-radius: 4px 4px 0 0;
}
#nav ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
}
#nav ul li a:hover {
  color: #B0DC00;
}
#nav ul li.selected  {
  background: #fff;
  color: #333;
}
#nav li.selected a {
  color: #333;
} 

#content {
  background: #fff;
}
#boxheader,#footer {
  height: 30px;
  background: url(../images/boxheader.jpg) repeat-x;
  -moz-border-radius: 4px 4px 0 0;
}
#footer #boxheader {
  -moz-border-radius:0;
}
#boxheader h3{
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 5px;
}
#boxcontent {
  padding: 10px;
  background: #E4E4E4 url(../images/boxcontent.jpg) top center repeat-x;
  -moz-border-radius: 0 0 4px 4px;
}
#boxcontent2 {
  padding: 20px 10px 20px 10px;
  background: #E4E4E4 url(../images/boxcontent2.jpg) top center repeat-x;
  -moz-border-radius: 0 0 4px 4px;
}
#boxcontent,
#boxcontent2 {
  color: #555;
}
.box {
}
.box h3 {
  font-size: 16px;
}
.box ul {
  margin: 0 0 10px 0;
  padding: 0 ;
  list-style: none;
}
.box ul li {
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  background: url(../images/control_play.png) 100% 0 no-repeat;
}
.box ul li a{
  color: #336899;
}
#banner {
  margin: 10px 0;
}
img.imgbg {
  padding: 4px;
  background: #ddd;
  border: 1px solid #fff;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  background: #ddd;
  display: block;
}
ul.tags {

}
ul.tags li {
  display: inline;
  background: none;
  margin: 5px;
}
#sidebar {
  padding-top: 20px;
}
#sidebar .box li {
  background: none;
}
#footer {
  margin-top: 20px;
  background: #fff;
}
.footermenu {
  
}
.footermenu  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footermenu  ul li {
  display: inline;
  margin: 5px 10px;
  line-height: 30px;
}
.footermenu  ul li a{
  color: #E3E3E3;
  text-decoration: none;
}
.copyright {
  margin-top: 5px;
  text-align: center;
  color: #fff;
}
.copyright a {
  color: #B0DC00;
}

