@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans.eot');
    src: url('../fonts/opensans.eot') format('embedded-opentype'),
         url('../fonts/opensans.woff') format('woff'),
         url('../fonts/opensans.ttf') format('truetype'),
         url('../fonts/opensans.svg#OpenSans') format('svg');
}
body{
	background-color:#ffffff;
}

body,p, td {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400
}
a {
	color:#d3ac52;
	 text-decoration: underline;
}

a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
a:hover, a:active {
	outline: 0;
}
b{
	font-weight: 700;
}
.small{
	font-size:13px;
}
.smaller{
	font-size:12px;
}
.smallest{
	font-size:11px;
}

p{
	 margin:0px 0px 20px 0px;
	 line-height:170%;
}

li {
	 margin:0px 0px 10px 0px;
	 line-height:170%;
}

h1, .componentheading, .contentheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	color: #007E3E;
	font-size: 36px;
	margin: 0 0 10px;
	width: 99% !important;
}
h2, .container h2, .container h2 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	color: #007E3E;
	font-size: 32px;
	margin: 10px 0 10px 0;
	padding:0 0px 5px 0;
	border-bottom:5px solid #007E3E;
	text-decoration:none
}
h3 {
    color: #007E3E;
    font-size: 24px;
    margin: 10px 0 10px 0;
}
h4 {
    color: #007E3E;
    font-size: 18px;
    margin: 10px 0 10px 0;
}
h5 {
    color: #007E3E;
    font-size: 15px;
    margin: 10px 0 10px 0;
}
h6 {
    color: #007E3E;
    font-size: 11px;
    margin: 10px 0 10px 0;
}

.hr {
    height: 1px;
    margin: 0;
    padding: 0;
}
h1 small {
	 font-size: 24px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	 font-weight: normal;
	 line-height: 1;
	 color: #999;
	 text-rendering: optimizelegibility;
}
h2 small {
	 font-size: 18px;
}
h3 small {
	 font-size: 14px;
}
h4 small {
	 font-size: 14px;
}

.round{
	border:1px solid #dddddd;
	box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	margin:10px 10px 10px 0px;
	border-radius:100px;
	padding:2px;
	background-color:#ffffff;
	max-width:320px;
	height:240px!important;
}
.bord, .item-image img{
	border:1px solid #dddddd;
	box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	margin:0px 10px 10px 0px;
	border-radius:8px;
	padding:2px;
	background-color:#ffffff;
}

.clear, .clr, .clearfix{
	clear:both!important;
}
.readmore{
	margin-top:11px;
	font-size:11px;
	text-transform:uppercase;
	
}
.readmore a, a.readmore{
	padding:4px 8px;
	border-radius:10px;
	color:#FFFFFF;
	text-shadow:none;
	text-decoration:none;
	background-color:#004120;
	background:-ms-linear-gradient(top, #004120 0%, #008944 100%);
	background:-moz-linear-gradient(top, #004120 0%, #008944 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#004120), color-stop(100%,#008944));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004120', endColorstr='#008944',GradientType=0 );	
}
.readmore a:hover, a.readmore:hover{
	color:#FFFFFF;
	background-color:#222222\9;
	background:-moz-linear-gradient(top, #333333 0%, #000000 100%); 
	background:-ms-linear-gradient(top, #333333 0%,#000000 100%); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000');
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000)); 
}
hr{
	clear:both;
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #fff;
}

/* ------------------------------------------------------------------------------------------------------------------------------------
DIVS AND BLOCK STYLES
--------------------------------------------------------------------------------------------------------------------------------------- */

.bblock a{
	color:#FFFFFF;
}

.wblock{
	position:relative;
	float:left; 
	padding:3px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	border-radius:7px;
	margin:0px 18px 9px 0px;
	
	background-color:#f2f2f2;
	background:-ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	background:-moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	border:1px solid #bbbbbb;
	border:none\9;
}

.bblock{
	position:relative;
	float:left; 
	padding:3px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	border-radius:7px;
	margin:0px 18px 9px 0px;
	
	background-color:#000000;
	background:-ms-linear-gradient(top, #333333 0%, #000000 100%);
	background:-moz-linear-gradient(top, #333333 0%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000');
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
}

.sblock{
	position:relative;
	float:left; 
	padding:3px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	border-radius:7px;
	margin:0px 18px 9px 0px;
	
	border:1px solid #bbbbbb;
	border:none\9;
	background-color:#FFFFFF;
}

.w10 { 
	width:8.5%;  
	position:relative;
	float:left; 
}
.w15 { 
	width:13.5%;  
	position:relative;
	float:left; 
}
.w20 { 
	width:18.5%;  
	position:relative;
	float:left; 
}
.w22 { 
	width:20.5%;  
	position:relative;
	float:left; 
}
.w25 { 
	width:23.5%;  
	position:relative;
	float:left; 
}
.w28 { 
	width:26.5%;  
	position:relative;
	float:left; 
}
.w30 { 
	width:30.5%;  
	position:relative;
	float:left; 
}
.w35 { 
	width:33.5%;  
	position:relative;
	float:left; 
}
.w40 { 
	width:38.5%;  
	position:relative;
	float:left; 
}
.w45 { 
	width:43.5%;  
	position:relative;
	float:left; 
}
.w50 { 
	width:48.5%;  
	position:relative;
	float:left; 
}
.w55 { 
	width:53.5%;  
	position:relative;
	float:left; 
}
.w60 { 
	width:58.5%;  
	position:relative;
	float:left; 
}
.w65 { 
	width:63.5%;  
	position:relative;
	float:left; 
}
.w70 { 
	width:68.5%;  
	position:relative;
	float:left; 
}
.w75 { 
	width:73.5%;  
	position:relative;
	float:left; 
}
.w80 { 
	width:78.5%;  
	position:relative;
	float:left; 
}
.w85 { 
	width:83.5%;  
	position:relative;
	float:left; 
}
hr, .clear{ clear:both!important;}

img a, a img{
	border:none!important;
}
.highlight {
    border: 1px solid #FFCC66;
    padding: 10px 20px 5px 20px;
    border-radius: 5px;
}