@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
img.width100 {
	width: 98%!important;
	height: auto!important;
	margin: 1%!important;
}
img.width50 {
	width: 48%!important;
	height: auto!important;
	margin: 1%!important;
}
img.width33 {
	width: 31.333%!important;
	height: auto!important;
	margin: 1%!important;
}
img.width25 {
	width: 23%!important;
	height: auto!important;
	margin: 1%!important;
}
hr {
	clear:both;
	border: none;
}
td.red {background-color: red}
td.bottom_line {border-bottom: 1px solid #000}
td.bottom_top_line {border-bottom: 1px solid #000; border-top: 1px solid #000}
p {
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    line-height: 150%;
    color: #000000;
}

li{
	
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div.link_entry {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
h1 {
    font-size: 32px;
    color: #035C00;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-weight: normal;
}

h2 {
	font-size: 22px;
	font-weight: normal;
    color: #035C00;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



h3 {
	font-size: 18px;
    color: #035C00;
}
h3 a {
    color: #035C00;
	text-decoration: none;
}
h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 16px;
}

p.date {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
}

p.notes {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 11px!important;
	color: #000000;
}
a#rss {
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
input[type='text'],
input[type='email'],
input[type='tel'],
textarea,
select,
input[type='time'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #868686;
	margin-bottom: 5px;
}

input[type='text'],
input[type='email'],
input[type='tel'],
select {
	width: 100%;
	vertical-align: middle;
}

textarea {
	height: 120px;
	width: 100%;
}

input[type='time'] {
	width: auto;
}

input[type='checkbox'] {
	height: 30px;
	width: 30px;
	vertical-align: middle;
}

input[type='radio'] {
	height: 30px;
	width: 30px;
	vertical-align: middle;
}

.btn_submit,
.btn_more_details,
.btn,
.btn_more_info {
	background-color: #27B51C;
	color: #fff!important;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
#contact_table {
    width: 100%;
}
#contact_table tr th {
    padding: 5px;
    width: 120px;
    text-align: right;
}
#contact_table .input_field, #contact_table #input_box {
    padding: 5px;
    width: 90%;
}
@media (max-width: 960px) {

}
@media (max-width: 850px) {

}

@media (max-width: 780px) {

}
@media (max-width: 650px) {


}

@media (max-width: 480px) {

	img.width100 {
		width: 99%!important;
		height: auto!important;
	}
	img.width50 {
		width: 99%!important;
		height: auto!important;
	margin: 0.5%;
		clear:both;
	}
	img.width33 {
		width: 99%!important;
		height: auto!important;
	margin: 0.5%;
		clear:both;
	}
	img.width25 {
		width: 49%!important;
		height: auto!important;
		margin: 0.5%;
	}
}

@media (max-width: 360px) {

}
