@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background: #e0e0e0 url('../img/bg.png') repeat-x scroll;
  font-size: 12px;
  color: #000;
  text-align: center;
}

h1 {
  font-size: 38px;
  color: #1f6bc0;
  text-transform: uppercase;
}

h1 span {
  color: #000;
}

h2,h3,h4,h5,h6,p,table,pre,ul {
  padding-bottom: 10px;
}

ul {
  margin-left: 20px;
}

h2 {
  font-size: 12px;
  text-transform: uppercase;
  color: #3E4E5C;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  color: #05408F;
}

a {
  color: #05408F;
  text-decoration: none;
}

form div, form span {
  padding: 5px 0;
}

form div label, form span label {
  display: inline-block;
  min-width: 150px;
  padding: 5px 0;
}

form div input, form span input {
  padding: 5px;
  font-size: 14px;
}

form div input[type=text], form span input[type=text] {
  min-width: 250px;
}

form div input[type=button], form div input[type=submit], form span input[type=button], form span input[type=submit] {
  padding: 5px 25px;
}

form div textarea, form span textarea {
  min-width: 250px;
  padding: 5px;
  font-size: 14px;
}

table {
  empty-cells: show;
  width: 100%;
}

table thead th, table tfoot th {
  background: #4c5966 url('../img/top_menu_n.png') repeat-x;
  padding: 8px 10px 8px 10px;
  font-size: 12px;
  color: #fff;
  text-transform: none;
}

table tfoot th {
  background: #4091e2 url('../img/top_menu_a.png') repeat-x;
}

table tbody tr td {
  border-bottom: 1px #ccc solid;
  border-collapse: collapse;
}

table td {
  padding: 3px 10px;
}

#wrapper {
  width: 990px;
  text-align: justify;
  margin: 0 auto;
}

#header {
  padding: 20px;
}

#body {
  background: #fff;
}

#top_menu {
  padding: 0 20px;
  border-bottom: 5px #1e5cb3 solid;
}

#top_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#top_menu li {
  display: block;
  float: left;
  margin: 0 1px 0 0;
}

#top_menu a {
  color: #fff;
  text-decoration: none;
}

#top_menu a span {
  background: #4c5966 url('../img/top_menu_n.png') repeat-x;
  padding: 8px 15px 8px 15px;
  display: block;
}

#top_menu a:hover span {
  background: #4091e2 url('../img/top_menu_a.png') repeat-x;
}

#top_menu_sub {
  border-top: 1px #000 solid;
  background: #d6d6d6;
}

#container {
  padding: 10px;
}

#content {
  width: 700px;
  padding: 10px;
  float: left;
}

#sidebar {
  width: 230px;
  padding: 10px;
  float: left;
}

#footer {
  background: #212932 url('../img/footer.png') repeat-x;
  text-align: left;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer_container {
  padding: 10px;
  margin: 0 auto;
  width: 970px;
  font-size: 10px;
  
}

.footer_quad {
  width: 242px;
  float: left;
}

.box {
  /**/
  margin-bottom: 10px;
}

.box h2 {
  background: #4c5966 url('../img/top_menu_n.png') repeat-x;
  padding: 8px 15px 8px 15px;
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: none;
}

.box .inner {
  border: 1px #ccc solid;
  border-top: 0;
  background: #f4f4f4;
}

.box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box li {
  display: block;
  overflow: hidden;
  border-bottom: 1px #e5e5e5 solid;
  clear: both;
  padding: 5px;
}

/* Begin CSS3 Only */
/* Not really that bothered about this bit showing
   in older browsers, not that much point in it */
.box li:nth-child(odd) {
  background: #f4f4f4;
}

.box li:nth-child(even) {
  background: #f0f0f0;
}
/* END CSS3 Only*/

.box li h3 {
  font-size: 12px;
}

.box li p {
  font-size: 10px;
}

.box li img {
  float: right;
}

.post_footer {
  padding: 5px;
  background: #edeef0;
  border-bottom: 1px #cccccc solid;
  color: #cc0000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.password {}
.password div {
  padding: 3px;
}
.password div label {
  display: inline-block;
  width: 60px;
  padding: 3px;
}
.password div input {
  padding: 3px;
  width: 550px;
  font-family: "Courier New", Courier, monospace;
}

/* BEGIN CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* END CLEARFIX */
