body {
	background-color: #BFBFBF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	height: 100%;
	overflow-y: scroll;
}
a  {
	color: #da251c;
	text-decoration: none;
}
hr{
	border: none 0;
	border-top: 2px dotted #505050;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #DA251C;
	padding: 20px 0px;
}
h2 {
	font-size: 24px;
	color: #DA251C;
	font-weight: normal;
	line-height: 24px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}

blockquote {
	font-style: italic;
	quotes: "«" "»" "'" "'";
}


li {
	list-style-type: disc;
	margin-left: 20px;
	padding: 10px 0px;
}
p {
	padding: 10px 0px;
}

strong {
	font-size: 1.5em;
	line-height: 1.5em;
}
.red {
	color: #ef0909;
}



.wrapper {
	width: 884px;
	margin: 0px auto;
}
.body-wrap {
	background-color: #000000;
	background-image: url(../images/main-bg.png);
	background-repeat: repeat-x;
}

.header {
	height: 352px;
	width: 100%;
}

/* Top Menu bar */
.topmenu {
	height: 41px;
	width: 100%;
}
.topmenu ul {
	float: right;
}

.topmenu li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	display: inline;
	padding-right: 5px;
	line-height: 41px;
	height: 41px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.topmenu li:last-child , .menubar li:last-child a{
	border-right-style: none;
}
.topmenu a , .menubar a{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;
}

/* Main menu bar */
.menubar {
	background-image: url(../images/menubar-bg.png);
	background-repeat: no-repeat;
	height: 40px;
}

.menubar ul {
	margin: 0px auto;
	text-align: center;
	width: 866px;
}
.menubar ul ul {
	position: absolute;
	width: 214px;
	display: none;
	z-index: 10;
}


.menubar li {
	display: block;
	height: 40px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;

}
.menubar li:hover   , .menubar li li a:hover, .menubar li.active{
	background-color: #640b07;
	background-image: url(none);
}
.menubar li:hover ul {
	display: block;
}

.menubar li li {
	padding: 0px;
	height: 27px;
	width: 170px;
}
.menubar li li a {
	background-repeat: no-repeat;
	width: 160px;
	background-image: url(../images/dropdown-bg.png);
	line-height: 27px;
	display: block;
	height: 27px;
	border: none;
	text-align: left;
	padding-left: 34px;
}

.menubar a{
	padding-right: 18px;
	padding-left: 18px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	min-width: 80px;
	border-right: 1px solid #FFFFFF;
}
.topmenu li.active a{
	color: #DA251C;
}


/* Header image */
.mainimage {
	background-image: url(../images/main-header-bg.jpg);
	background-repeat: no-repeat;
	height: 273px;
	width: 884px;
	position: relative;
}
.mainimage.news {
	background-image: url(../images/news-header-bg.jpg);
	background-repeat: no-repeat;
}
.mainimage a.logo {
	position: absolute;
	right: 0px;
}

.mainimage.news h1 {
	padding-top: 60px;
	padding-left: 20px;
	font-size: 25px;
	font-weight: normal;
	line-height: 26px;
}
.mainimage.news h2 {
	font-size: 15px;
	color: #848484;
	padding-left: 25px;
	padding-top: 15px;
	width: 520px;
}
.mainimage.news h3 {
	color: #848484;
	width: auto;
	padding-left: 25px;
	font-weight: normal;
	font-size: 15px;
}

.mainimage.news h2 a {
	color: #848484;
}
.mainimage.blog {
	background-image: url(../images/blog-header-bg.jpg);
	background-repeat: no-repeat;
}
.mainimage.blog .hiddentext {
	text-indent: -9999px;
}
.mainimage .joinform {
	position: absolute;
	top: 200px;
}
.joinform form {
	position: relative;
	left: 257px;
}
.joinform input {
	background-color: #000;
	border: none;
	height: 20px;
	opacity: 0.5;
	color: #CCC;
	padding-top: 8px;
	padding-left: 5px;
	width: 140px;
	float: left;
	margin-left: 2px;
}
.joinform a.button {
	background-color: #000;
	opacity: 0.5;
	color: #CCC;
	border: none;
	height: 30px;
	display: block;
	width: 30px;
	text-align: center;
	float: left;
	margin-left: 2px;
	line-height: 30px;
	cursor: pointer;
}



.mainimage .joinlink {
	text-indent: -9999px;
	background-image: url(../images/join-button.png);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 108px;
	position: relative;
	left: 475px;
}





/* Content body */
.content {
	width: 649px;
}
.main {
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	display: block;
	float: left;
}
/* Left column */
.content {
	float: left;
	width: 649px;
	clear: left;
}

.content .contentheader {
	background-image: url(../images/contentheader-bg.png);
	background-repeat: no-repeat;
	height: 25px;
}
.content .content_text , .main_nosidebar .content_text{
	padding-top: 55px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 53px;
	min-height: 320px;
}
.main_nosidebar .content_text {
}

.content_text img {
	position: relative;
	left: 5px;
}


/* Sidebar */
.sidebar {
	float: left;
	width: 235px;
	height: auto;
	background-image: url(../images/sidebarheader-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.sidebar .sidebarheader {
	background-image: url(../images/sidebarheader-bg.png);
	background-repeat: no-repeat;
	height: 25px;
	text-align: center;
}
.sidebar .sidebar_text {
	padding: 30px 15px 30px 30px;
}
.sidebar .sidebar_text h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
.sidebar .sidebar_text p {
	padding-bottom: 5px;
}
.sidebar .sidebar_text .morelink {
	text-align: right;
	width: 160px;
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	padding-right: 30px;
}
.sidebar .sidebar_text p.arrow {
	background-image: url(../images/sidebar-arrow.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	background-position: -2px 3px;
	padding-left: 15px;
	margin-left: -15px;
}


.main_nosidebar .contentheader {
	background-image: url(../images/contentheader-fullwidth-bg.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 884px;
}
.main_nosidebar .content_text {
	background-color: #161717;
	background-image: none;
	float: left;
	width: 800px;
}
.red_bar {
	width: 884px;
	height: 32px;
	background-color: #731511;
	float: left;
	text-align: center;
	line-height: 32px;
}
.black_bar {
	width: 884px;
	height: 32px;
	float: left;
	background-color:#000;
	text-align: center;
	line-height: 32px
}
.image_header {
	width: 884px;
	height: 64px;
	float: left;
	background-color:#000;
	text-align: center;
	line-height: 32px
}

.image_header h4{
	background-color:#731511;
	width:215px;
	height:35px;
	line-height:35px;
	font-weight:lighter;
	font-size:15px;
	margin-left: 60px;
	margin-top: 28px;
}
.secondary_content {
	padding-left: 20px;
	width: 864px;
	background-color: #3d3e3e;
	float: left;
	padding-top: 25px;
}


.secondary_content .stacked_block {
	float: left;
	height: 50px;
	width: 175px;
	padding: 50px;
}
.content_text.whats_different {
	width:883px;padding:2px 0px 30px 0px;
}

.content_text dl {
	float: left;
	display: block;
}

.content_text dl dt{
	clear: left;
	float: left;
	height: auto;
	width: 164px;
	background-color: #1f1a17;
	text-transform: uppercase;
	display: block;
}
.content_text dl dd {
	float: left;
	margin-left: 50px;
	width: 450px;
	padding-bottom: 20px;
}
.content_text .contact_box {
	float: left;
	height: 150px;
	width: 324px
}
.content_text img.leftfloater {
	padding: 10px;
	float: left;
}
.content_text.about_box_1 {
	background-image: url(../images/about_bg_1.png);
	background-repeat: repeat-y;
}
.content_text.about_box_2 {
	background-color: #3d3e3e;
}

.content_text .about_text {
	float: left;
	padding-left: 40px;
	text-align: justify;
	padding-right: 40px;
	width: 575px;
}
.content_text .about_text ul {
	list-style-position: outside;
	list-style-image: url(../images/sidebar-arrow.gif);
}
.content_text .about_text h2 {
	text-transform: uppercase;
	background-color: #1f1a17;
	color: #FFFFFF;
	font-size: 12px;
	display: inline;
	padding: 5px;
}
.content.news {
	background-image: url(../images/news_bg_1.png);
	background-repeat: no-repeat;
	background-color: #000000;
}
.content_text.news {
	padding-left: 0px;
	width: 649px;
	padding-top: 40px;
	background-image: url(../images/news_cols_bg.png);
	background-repeat: repeat-y;
}
.content_text.main_news {
	padding: 0px;
	width: 884px;
}
.content_text.main_news h4{
	float:left;
	font-size:18px;
	color:#b6b6b6;
	width:290px;
	background-color:#000;
	line-height:35px;
	text-align: right;
	padding-right: 15px;
	margin-top: 20px;
}
.content_text.main_news div.rightbox {
	float:left;width:470px;padding:10px;padding-left:35px;
}
.content_text.main_news.padded_para p {
	padding: 25px 40px 10px 75px;

}



.news_row {
	clear: left;
	float: left;
	height: auto;
	background-image: url(../images/news_cols_bg.png);
	background-repeat: repeat-y;
	width: 100%;
}

.news_block {
	float: left;
	width: 185px;
	height: 100%;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	margin-left: 25px;
	position: relative;
	min-height: 180px;
}
.news_block h5 {
	vertical-align: text-bottom;
}
.news_block hr {
	position: absolute;
	width: 175px;
	bottom: 15px;
}

.news_block a.morelink {
	background-image: url(../images/sidebar-arrow.gif);
	background-repeat: no-repeat;
	width: 60px;
	display: block;
	text-indent: 15px;
	background-position: left center;
	color: #FFFFFF;
	line-height: 12px;
	position: absolute;
	bottom: 30px;
	right: 0px;
	font-size: 10px;
}
.imgwithcaption {
	float: left;
}
div.imgcaption {
	float:left;
	width:auto;
	padding:50px;
	max-width: 55%;
	text-align: justify;
}
.content_text.blog {
	text-align: justify;
}
.content_text.blog .thumbnail_gallery {
	float: left;
	width: 100%;
	display: block;
	padding-bottom: 20px;
}
.content_text.blog h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}


.content_text.blog img.thumbnail {
	left: 0px;
	float: left;
	padding: 3px;
}
.archivelink {
	margin: 40px auto 20px auto;
	width: 175px;
	height: 25px;
	display: block;
	background-image: url(../images/archive-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
}
.archivelink a {
	border: 2px solid #c4c4c4;
	color: #c4c4c4;
	text-align: center;
	line-height: 18px;
	width: 140px;
	font-size: 12px;
	padding: 3px;
	height: 18px;
	margin: 0px auto;
	float: left;
}
.archivelink img {
	float: left;
}












.content_text.contact_page  {
	padding: 55px 0px 30px 0px;
}

.content_text .contact_box h2 {
	line-height:24px;
	padding:6px 6px;
	background-color: #101212;
	font-size: 18px;
}
.content_text .contact_box p {
	background-color: #0a0b0b;
	padding:5px 50px;
	height: 90px;
}








/* Footer */

.footer {
	height: 45px;
	width: 100%;
	background-color: #A2A2A2;
	clear: both;
}

