@import url("reset.css");

@import url("reset.css");

html, body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-color:rgba(0,0,0,1);
	line-height: 22px;
	height:100%;
	background-position: center top;
	font-size:100%;
	background-image:url(../images/bg.jpg);
}
.header {
	height:250px;
}
.wrapper {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.divcenter {
	margin:auto;
}
.shadow {
	box-shadow: 0px 3px 2px;
	}
p {
	margin-bottom:10px;
	color:#FFFFFF;
}
.justify {
  text-align: justify;
  text-justify: inter-word;
}
.indent {
	text-indent:
	}
.fontred {
	color:red;
}
.textwhite {
	color:#FFFFFF;
}
.textgold {
	color:rgb(255,204,51);
}
.textshadow {
	text-shadow:3px 3px 5px rgba(0,0,0,.8);
}
.textcenter {
	text-align:center;
}
.textbold {
	font-weight:bold;
}
.menuBg {
	z-index:110;
	width: 100%;
	height: 42px;
	position: fixed;
	top: 50%
	right: 0;
	background: rgb(125,126,125); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */	
}
.menuspace {
	height: 75px;
}
.padding20 {
	padding: 20px;
	overflow: auto;
}
.padding10 {
	padding: 10px;
}
.paddingtop10 {
	padding-top:10px;
}
.marginbottom20 {
	margin-bottom:20px;
}
.marginbottom40 {
	margin-bottom:40px;
}
.margintop20 {
	margin-top:20px;
}
.marginleft20 {
	margin-left:20px;
}
.marginleft40 {
	margin-left:40px;
}
.marginright40 {
	margin-right:40px;
}
.marginrightlr20 {
	margin-left:20px;
	margin-right:20px;
}
.indent {
	text-indent: 20px;
}
.justify {
	text-align: justify;
}
.marginauto {
	margin-left:auto;
	margin-right:auto;
}
.width400 {
	width:400px;
}
.width500 {
	width:500px;
}
.width560 {
	width:560px;
}
.width600 {
	width:600px;
}
.width700 {
	width:700px;
}
.width800 {
	width:800px;
}
.hidelarge {
	display:none;
}
h1 {
	font-size:50px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
	text-shadow:2px 2px 3px rgba(0,0,0,.3);
	margin-bottom:20px;
}
h3 {
	font-size:25px;
	margin-bottom:20px;
	font-weight: bold;
	letter-spacing: 5px;
}
h3 a {
	color: #06F;
	margin-bottom:10px;
}
h4 {
	font-size: 20px;
	line-height: 20px;
	font-style: italic;
	text-shadow:2px 2px 3px rgba(0,0,0,.3);
	margin-bottom:10px;
}
.underline {
	text-decoration: underline;
}
a {
	color:rgb(255,255,255);
	text-decoration: none;
}
a:hover {
	color:#FC3;
}
.inline {
	display: inline;
}
li {
	line-height:25px;
}
.newsletter li{
	display: inline;
	margin-right: 50px;
	line-height:30px;
}
.wrapper li {
	list-style-position: inside;
	list-style-image: url(../images/PostBullets.png);
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.recess {
	box-shadow:inset 0 0 10px #000000;	
}
.shadow {
	box-shadow: 2px 1px 20px rgba(0,0,0,.6);
}
.borderrad10 {
	border-radius:10px;
}
.borderradtop10 {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.borderradbottom10 {
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.clearfloat {
	clear:both;
}
/*FOOTER*/
footer {
	padding-top:5px;
	color:#fff;
	font-size:10px;
	text-align: center;
	height: 60px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	background: rgb(125,126,125); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */
}
footer a {
	color:#FFFFFF;	
}
.left_content {
	width: 34%;
	margin-right: 20px;
	float:left;
	/*min-height:1000px;*/
}
.center {
	text-align:center;
}
.indent {
	text-indent:20px;
}
.fontsmaller {
	font-size:80%;
}
.fontheader {
	font-size:300%;
}
.bggrey {
background: rgb(125,126,125); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */
}
.bgbrown {
	background-color:#1c1713;
	}
.logos {
	width:667px;
	margin-left:auto;
	margin-right:auto;
}
/*SLIDER DOWN*/
.slide_open {
	padding-top:15px;
	margin-bottom:10px;
	max-height: 10px;
	overflow: hidden;
	-webkit-transition: max-height 10s ease;
	-moz-transition: max-height 10s ease;
	-ms-transition: max-height 10s ease;
	-o-transition: max-height 10s ease;
	transition: max-height 10s ease;
	border-radius:10px;
}
.slide_open:hover {
	max-height: 15000px;
	cursor:pointer;
}
.float_left_thumb {
	/*background-color:rgba(51,255,0,1);*/
	float: left;
	margin-left:20px;
	margin-right:6px;
	margin-bottom:20px;
	width:210px;
	height:200px;
	overflow:hidden;
}
.float_left_thumb img {
	position: relative;
    left: -50%;
}
/*ANCHOR OFFSET*/
a.anchor{display: block; position: relative; top: -50px; visibility: hidden;}
.signature {
	font-family: "Brush Script Std";
	font-size: 25px;
}
.listmenu {
	float:left;
	margin-right:20px;
	position:fixed;
	width:15%;
}
.contentright {
	width:67%;
	float:right;
}
#mobileshow {
	display:none;
}
/*MOBILE*/
@media screen and (min-width: 150px) and (max-width: 500px) {
.wrapper {
	width:100%;
}
h1 {
	font-size:40px;
	line-height:35px;
}
h2 {
	font-size:20px;
	line-height:25px;
}
h4 {
	font-size: 15px;
}
.mobilecenter {
	text-align:center;
}
.menuspace {
	height:auto;
}
.width500 {
	width:auto;
}
.width600 {
	width:auto;
}
.width700 {
	width:auto;
}
.width800 {
	width:auto;
}
.padding20 {
	padding: 5px;
}
.marginbottom40 {
	margin-bottom:10px;
}
.margintop20 {
	margin-top:10px;
}
.marginleft40 {
	margin-left:0px;
}
.floatright {
	float:none;
}
.floatleft {
	float:none;
}
.hidelarge {
	display:inherit;
}
#mobileremove {
	display:none;
}
#mobileshow {
	display:block !important;
}
}
