body{
	color: #444;
	font: 0.875em Arial, sans-serif;
}
a {
    color: #060;
    text-decoration: none;
}
a:hover {
	color: #060;
    text-decoration: underline;
}
h1{
    background: #399143;
    color: #fff;
    display: inline-block;
    font: normal 2em 'Droid Sans', Arial, sans-serif;
    margin: 0 0 10px -20px;
    padding: 2px 10px 2px 20px;
	font-weight:normal;
	text-align:left;
	
}
h2 { 
	margin: 0 0 10px 0; 
	font-size:2em;
	font-family:'Droid Sans', Arial, sans-serif;
	color:#399143;
	clear:left;
	text-align:left;
}
h3, h4{
	margin: 0 0 10px 0;
	font: normal 1.5em 'Droid Sans', Arial, sans-serif;
	clear:left;
	text-align:left;
}
h4, h6{
	
	color:#399143;
}
h5, h6{
	margin: 0 0 10px 0;clear:left;
	font: normal 1em 'Droid Sans', Arial, sans-serif;
	text-align:left;
}
p {
    line-height: 1.429em;
    text-shadow: 1px 1px 0 #fff;
	margin-bottom:10px;
}
body ul, body ol {
	margin-bottom:10px;
	margin-left:15px;
}
li {
	line-height:125%;
	margin-left:5px;
}
ul li{
	list-style:disc outside none;
}
ul ul{
	margin-bottom:0;
}
ul ul li{
	list-style-type:circle;
}
ul ul ul {
}
ul ul ul li{
	list-style-type:square;
}
ul ul ul ul li{
	list-style-type:circle;
}
ul ul ul ul ul li{
	list-style-type:disc;
}
ol li{
	list-style:decimal outside none;
}
ol ol{
	margin-bottom:0;
}
ol ol li {
	list-style-type: upper-alpha;
}

ol ol ol li{
	list-style-type: upper-roman;
}
ol ol ol ol li{
	list-style-type: lower-alpha;
}
ol ol ol ol ol li{
	list-style-type: lower-roman;
}
td{
	padding:5px;
}
div.home-div.half{
	float:left;
	width:49%;
	min-width:400px;
	margin:0 1% 0 0;
	padding: 0 1% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right:1px solid #ccc;
}
div.home-div.half.w55{
	margin:0 0 0 1%;
	padding:0 0 0 1%;
	border:none;
}
div.home-div.half:nth-of-type(2n+1),
div.home-div.third:nth-of-type(3n+1){
	clear:left;
}
div.home-div.third{
	float:left;
	width:31%;
	min-width:310px;
	margin:0 2% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
em,i{ font-style:italics;}
strong,b{ font-weight:bold; }

.col-sm-6{
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}
@media(max-width:895px){
	div.home-div.half{
		width:auto;
		float:none;
		display:block;
		overflow:hidden;
		clear:both;
		min-width:0;
		border-bottom:1px solid #ccc;
		border-right:none;
		margin-bottom:1em;
	}
}
@media(max-width:767px){
	.col-xs-12{
		width:100%;
	}
}