.video {
	position: relative;
	padding-bottom: 2%;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #8A8985;
	padding: 0;
	background-image: url;
	margin-top: 0;
	margin-bottom: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #7D7764;
}

h1 {
	font-size: 2em;
	color: rgb(0,117,80);
	font-family: "Futura Md BT", "Futura Bk BT";
}

h2 {
	font-size: medium;
	color: #ED1B2D;
}

h3 {
	font-size: 25px;
	color: rgba(255,0,0,1);
}

p, ul, ol {
	margin-top: 0;
	color: rgb(51,51,51);
	font-size: 120%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #007550;
}

#wrapper {
	overflow: hidden;
	background-color: #FEFCFD;
	width: 100%;
	border-radius: 0px 0px 30px 30px;
}

.container {
	width: 100%;
	color: rgb(238,88,24);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0px 0px 3px 3px;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 600px;
}

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 0px 20px;
}

/* Banner */

#banner {
	overflow: hidden;
	height: 400px;
	background: url(images/img04.jpg) no-repeat center bottom;
}

#banner .image-style {
	border: 15px solid #F4F4F4;
}

/* Logo */

#logo {
	overflow: hidden;
	height: 140px;
	background-color: #007550;
	width: 100%;
	font-size: 9px;
	font-style: normal;
	color: rgb(251,250,2);
	line-height: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	vertical-align: middle;
	padding-top: 2px;
	margin-right: auto;
	margin-left: auto;
}

#logo h1, #logo p {
	text-align: center;
}

#logo h1 {
	letter-spacing: -6px;
	text-transform: lowercase;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	font-family: "Arial Black", Gadget, sans-serif;
}

#logo p {
	margin-top: -20px;
	padding: 0px 0px 0px 5px;
	font-size: 20px;
	font-weight: 300;
	color: #696969;
}

#logo p a {
	color: #696969;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #3C342E;
}

/* Splash */

#splash {
	overflow: hidden;
	padding: 0px 0px 50px 0px;
	border-bottom: 1px dashed #E7E2DC;
	letter-spacing: -3px;
	text-align: center;
	font-size: 48px;
}

#splash span {
	color: #313131;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px 'Oxygen', sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 52px;
	width: auto;
	background-color: rgb(237,27,45);
	color: rgb(255,255,255);
}

#menu {
	overflow: hidden;
	height: 30px;
	width: 1350px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	font-size: x-small;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 30px;
	line-height: 52px;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #D6D6D6;
	background-color: #ED1B2D;
	font-size: small;
}

#menu .current_page_item a {
	background-color: rgb(237,27,45);
}

/* Page */

#page {
	overflow: visible;
	padding-top: 10px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
}

/* Content */

#content {
	float: left;
	width: 45%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3%;
	margin-top: auto;
}

.post {
	overflow: hidden;
}

.post .title {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #E0E1D6;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 26px;
	color: #373737;
}

.post .title a {
	border: none;
	color: #EE5818;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding-bottom: 20px;
	text-align: justify;
	color: rgb(238,88,24);
	float: left;
	width: 45%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.textbox {
	float: left;
	width: 45%;
}


.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	margin-right: 10px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}
.twitterpanel {
	padding-top: 2%;
}


.comments {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 25%;
	color: #333333;
	font-size: large;
	margin-right: 2%;
}

#sidebar h2 {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #E0E1D6;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 30px;
	color: #EE5818;
}

#sidebar a {
	border: none;
	width: 93%;
}

#sidebar a:hover {
	text-decoration: underline;
	font-family: Oxygen;
	color: rgb(208,76,20);
	background-color: rgb(203,186,4);
	font-size: 90%;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Three Column Footer Content */

#footer-bg {
	overflow: hidden;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #007550;
	border-radius: 30px 30px 0px 0px;
	height: 40px;
}

#footer-content {
}

#footer-content h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #DE5635;
	font-size: 22px;
	color: #FFFFFF;
}

#column1 {
	float: left;
	width: 28%;
	margin-right: 5%;
	padding-left: 4%;
}

#column2 {
	float: left;
	width: 28%;
	margin-right: 4.5%;
}

#column3 {
	float: right;
	width: 23%;
	margin-left: 2%;
	padding-left: 2px;
	position: relative;
	z-index: 1;
	padding-right: 2%;
}

/* Footer */

#footer {
	margin-top: 0;
	margin-bottom: 2%;
	width: 100%;
	padding: 0px;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 1px 0px #FFFFFF;
	color: rgb(51,51,51);
	font-size: small;
}

#footer a {
	text-decoration: underline;
	color: #FF0000;
}

#footer a:hover {
	text-decoration: none;
	color: #FF0000;
}

.box1 {
	overflow: hidden;
	height: 300px;
	background: url(images/img04.jpg) no-repeat center bottom;
}

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 7px 0px 7px 0px;
	border-top: 1px dashed #E7E2DC;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}

.list-style2 {
	padding: 0px;
	list-style: none;
	font-family: Oxygen;
	font-size: 14px;
	color: rgb(153,153,153);
	height: auto;
	width: auto;
	margin-top: 4%;
}

.list-style2 li {
	padding: 7px 0px 7px 0px;
}

.list-style2 a {
	color: #8A8985;
}

.list-style2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.list-style2 .first {
	padding-top: 0px;
	border-top: none;
	background: none;
}

/* Banner */

#banner {
	overflow: hidden;
	height: 450px;
	background: url(images/img04.png) no-repeat center bottom;
}

/* Three Column Content */

#three-column {
	padding: 0px;
	height: 400px;
	width: 1349px;
}

#three-column #tbox1 {
	float: left;
	width: 1200px;
	margin: 0px;
	height: 380px;
	background-color: rgb(58,52,27);
}

#three-column #tbox2 {
	float: left;
	width: 384px;
}

#three-column #tbox3 {
	float: right;
	width: 384px;
}

.box-style {
	background-color: #3A341B;
}

.box-style01
{
	height: 450px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
}


.box-style02
{
	border-bottom: 5px solid #F8AF00;
}

.box-style03
{
	border-bottom: 5px solid #A2B837;
}


.box-style h2 {
	padding: 10px 0px;
	letter-spacing: -1px;
	font-size: 22px;
	color: #FFFFFF;
}

.box-style .image {
	width: 1140px;
	height: 440px;
}

.box-style .arrow {
}

.box-style .content {
	overflow: hidden;
	width: 1140px;
	padding: 30px;
	height: 440px;
}


.divider {
	overflow: hidden;
	height: 50px;
	background: url(images/img04.png) no-repeat center top;
}
#scroller {
    position:relative;
    left:05px;
    top:05px;
    width:314px;
    height:263px;
    z-index:1;
    overflow: scroll;
    overflow-y: hidden;
}
.scrollableimage {
	height: 400px;
	width: 170px;
	overflow: scroll;
	z-index: 5;
	float: none;
	left: 100px;
	top: 50px;
	margin-left: 100px;
}
.titlebox {
	width: 68%;
	margin-right: auto;
	margin-left: auto;
	font-family: Oxygen;
	padding-top: 10px;
	color: rgb(102,102,102);
}

#wrapper table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.video2 {
	padding-bottom: 2%;
	position: relative;
	right: 2%;
	bottom: 2%;
	float: right;
}
.imgbox {
	height: auto;
	width: 100%;
}
.footerlinks {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	font-family: "Futura Md BT", "Futura Bk BT";
	color: rgb(255,255,255);
}
