@charset "utf-8";
/* CSS Document */
/* Resets */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td, hr
{
margin: 0; padding: 0; border: 0; outline: none;
}

body
{
line-height: 1;
}

h1, h2, h3, h4, h5, h6
{
font-size: 100%;
font-weight: normal;
}

ul, ol
{
list-style: none;
}

a
{
color: black;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

/* Rebuild: */
/* HEADINGS */

h1,h2,h3,h4,h5,h6 { 
	color: #ccc;
	font-weight:bold;
	clear:both;
}
#content h1{font-size: 24px; margin:0 0 10px; padding-top:10px;}
#content h2{font-size: 22px; margin:0 0 10px; padding-top:10px;}
#content h3{font-size: 20px; margin:0 0 10px; padding-top:20px;}
#content h4{font-size: 18px; margin: 10px 0px 10px;}
#content h5{font-size: 16px; margin: 5px 0px 10px;}
#content h5{font-size: 14px; margin: 5px 0px 10px; text-transform: uppercase;}

p {
    margin-bottom:18px;
}

ul, ol {
	margin: auto;
}
ul {
	list-style: none;
}
ol {
	list-style-type: decimal; margin-left: 20px;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}



a{color: #ec0000;}
a:hover {text-decoration: underline;}
a img:hover {opacity: 0.80;}
#content h1 a:hover{color: #ec0000;}
#navigation li a:hover{background: #ec0000; color: #fff; text-shadow: #600 0 1px 1px; }
#content h1 a:hover, #navigation li a:hover {text-decoration: none;}

h2 a{color: #333; text-decoration: none;}
h2 a:hover{color: #111; text-decoration: none;}

#content h1 span, #navigation li a{
		padding: 1px 6px 4px; }
		
#content h1 span{
	padding: 3px 6px 4px; }

#content h1 span, #navigation li a{
	font-size: 14px; 
	font-weight: bold;
	padding: 2px 6px 4px; 
	text-transform:uppercase;
	background: #000;
	opacity: 0.85;
}

body  {
	font: 100% "Lucida Grande", Calibri, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-shadow: #000 0 1px 0;
	background: #333 url("../images/bg.png") repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ccc;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#sidebar {
position: fixed;
width:220px; 
height: 100%;
display:inline;
float:left;
top: 0;
padding: 40px 0px; 
}

.logo {text-align: center; margin-bottom: 20px;}

#content {
	margin-left:235px; 
	width:505px; 
	display:block;
	top: 0;
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#navigation li a, x:-moz-any-link {
	font-size: 14px; 
	background: black; 
	padding: 5px 6px 4px; 
	color: #fff; 
	text-transform: uppercase;
}
#content h1 span, #navigation li a, x:-moz-any-link, x:default {
	font-size: 14px; 
	background: black; 
	padding: 2px 6px 4px; 
	color: #fff; 
	text-transform: uppercase;
	height: 20px;
}
	
#navigation li{ margin: 6px 6px 0px 0px; }
#navigation li{text-align: right;}

.content-body {padding: 0; width:505px; }
.content-block {margin-bottom: 950px; padding-top: 35px; clear: both;}

.content-body ul {
	list-style: circle inside;
	padding-left:10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
