body {
	font: 13px/23px Tahoma, Geneva, sans-serif;
	background-color: #161616;
	margin: 0;
	padding: 0;
	color: #4D4D4D;
}

table {
	margin-left: 15px;
	border: 1px dashed #98AC46;
	background: #F2F4E8;
}
td {
	padding-left: 5px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
h1 {
	font: 22px "Trebuchet MS", Arial, sans-serif;
	color: #2C2C2C;
}
h2 {
	font: bold 14px/25px "Trebuchet MS", Arial, sans-serif;
	color: #2C2C2C;
}
h3 {
	font: 18px "Trebuchet MS", Arial, sans-serif;
	color: #82933C;
}
h4 {
	font: 18px "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
}

a img { 
	border: none;
}

a:link {
	color: #840000;
	text-decoration: none;
}
a:visited {
	color: #840000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #82933C;
}
a.btn-primary {
    display: inline-block;
    background: #840000;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
}
a.btn-primary:hover {
    background: #b30000;
}
a.navbarlinks:link {
	color: #FFF;
	text-decoration: none;
}
a.navbarlinks:visited {
	color: #E1E1DF;
	text-decoration: none;
}
a.navbarlinks:hover, a.navbarlinks:active, a.navbarlinks:focus {
	text-decoration: none;
	color: #B30000;
}

.container {
	width: 1200px;
	background-color: #FFF;
	margin: 0 auto;
}

.header {
	background-color: #000000;
	color: #FFF;
	margin: 20px 0px 0px;
}
.subheader {
	background-color: #161616;
	border-bottom: 10px solid #000;
	text-align: right;
	color: #FFF;
	font-size: 15px;
	padding: 8px 25px 0px;
}
.slider ul {
	height: 300px;
	list-style: none;
	margin: 0;
}
.slider ul li {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.sidebar1 {
	float: left;
	width: 220px;
	background-color: #FEFEFE;
	margin: 30px 0px 0px 40px;
	padding: 0px 0px 10px;
    font-size: 10px;
}
.content {
	padding: 25px 25px 10px 0;
	width: 855px;
	float: left;
	margin-left: 55px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 0px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 0px solid #666;
    font-size: 14px;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 200px;
	text-decoration: none;
	background: #222222;
	margin-bottom: 8px;
	border-top: 1px solid #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #98AC46;
	color: #FFF;
	border-top: 1px solid #000;
}

.footer {
	padding: 10px 25px;
	background-color: #191919;
	font-size: 10px;
	clear: both;
	text-align: right;
}


.fltrt {
	float: right;
	margin: 10px 0px 0px 20px;
}
.fltlft {
	float: left;
	margin: 8px 8px 0px 0px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.form_design {
	border: 1px inset #E0D6E9;
	background: #EFEFEF;
	padding: 0px 5px;
}
.form_design_checkbox {
	border: 1px inset #E0D6E9;
	background: #E8E8E8;
	padding: 2px 2px;
}
.form_button {
	background: #222222;
	border: 3px groove #98AC46;
	color: #FFFFFF;
	padding: 4px 10px;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 200px;
}

.newsbox {
	padding: 100px 5px 5px;
	float: right;
	width: 265px;
	margin-left: 25px;
	background: #F2F2F2 url(../images/bg_sidebar.jpg);
	border: 2px groove #D2D2D2;
	margin-top: 5px;
}

.text_small {
	font-size: 10px;	
}
.text_header2 {
	font: bold 14px "Trebuchet MS", Arial, sans-serif;
	color: #2C2C2C;
}
.text_olive {
	font: 18px "Trebuchet MS", Arial, sans-serif;
	color: #82933C;
}
.text_red {
	font: 14px/22px "Trebuchet MS", Arial, sans-serif;
	color: #840000;
}

.byline {
	font-size: 10px;
	text-align: center;
}
hr {
	margin: 30px 0 20px 0;
}
img.ic-social {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 10px 0 -10px 5px;
}
img.ic-social:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.feature {
    padding: 20px 10px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    border-bottom: solid 1px #000;
}
.feature h2 {
    font-size: 30px;
}