﻿html, body {
	height: 1360px;
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #0C0C0C url('default.css');
	font-family: 'Open Sans', sans-serif;
	font-size: 9pt;
	color: #B0B0B0;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h2
{
	font-weight: 300;
	font-size: 2.50em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 150%;
}

strong {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	border: 0px solid rgba(255,255,255,1);
}

img.alignleft {
	float: left;
	margin-right: 30px;
	height: 130px;
	width: 130px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#wrapper {
	position: relative;
	width: 100%;
	min-height: 600px;
	margin: 100px auto 10px auto;
}

#wrapper {
	overflow: hidden;
	top: 0px;
	left: 0px;
	height: 1270px;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

#banner {
	margin-bottom: 30px;
}

/** HEADER */

#header-wrapper
{
	overflow: hidden;
	height: 80px;
	margin-bottom: 40px;
}

#header {
	overflow: hidden;
}

/** LOGO */

#logo {
	float: left;
	width: 300px;
	height: 80px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	height: 73px;
}

#logo h1 a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 1.00em;
	font-weight: 300;
	color: #fc6013;
}

/** MENU */

#menu {
	float: right;
	height: 80px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-right: 1px;
}

#menu a {
	display: block;
	height: 80px;
	padding: 0px 30px;
	line-height: 80px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: none;
	background: #FC6103;
}

#menu .active
{
	background: #FC6103;
}

/** PAGE */

#page {
	border: medium rgb(23, 23, 23) solid;
	overflow: hidden;
	margin-bottom: 5px;
	height: 772px;
}

/** CONTENT */

#content {
	float: left;
	width: 616px;
	padding: 40px;
	background: rgb(23, 23, 23);
	height: 726px;
}

#content h2 a
{
	display: block;
	padding: 0px 0px 20px 0px;
	text-decoration: none;
	color: #fc6013;
	width: 616px;
}

#content #box1
{
	margin-bottom: 30px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 220px;
	padding: 40px;
	height: 667px;
}

#sidebar h2
{
	padding: 0px 0px 20px 0px;
	color: #fc6013;
}

/* Footer */

#footer {
	overflow: hidden;
	margin: 0px auto;
	padding: 5px 0px;
	background: rgb(23, 23, 23);
	text-align: center;
	height: 79px;
}

#footer p {
	background: #0C0C0C;
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
	height: 53px;
}

#footer a {
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

ul.style1 li {
	clear: both;
	margin-bottom: 25px;
	padding: 20px 0px 40px 0px;
	border-top: 1px solid #000000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

ul.style1 h3 {
	display: block;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	color: #fc6013;
}

ul.style1 p {
	line-height: 150%;
	text-align: left;
}

ul.style1 .button-style {
	float: left;
	margin-top: 0px;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

/** LIST STYLE 3 */

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

ul.style3 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #000000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

ul.style3 a {
	text-decoration: none;
	color: #949494;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

ul.style3 .date {
	width: 150px;
	background-color: #fc6013;
	margin-top: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #000000;
}

ul.style3 .first .date
{
	margin-top: 0px;
}

.button-style
{
	display: inline-block;
	background-color: #fc6013;
	margin-top: 20px;
	padding: 5px 30px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

.entry
{
	margin-bottom: 5px;
}















