@import url(https://fonts.googleapis.com/css?family=Roboto:400);

body{
	background: #ddd url(../img/bg.png);
	color: #333;
	font: normal 12px/18px Arial, Tahoma, Sans-Serif;
}

td{
	vertical-align: top;
}

h1, h2, h3, h4, h5{
	font-family: "Roboto", Arial, Tahoma, Sans-Serif;
	line-height: 24px;
	font-weight: normal;
}

h1{
	color: #5ab206;
	font-size: 24px;
	text-transform: uppercase;
	margin: 15px 0;
	background: url(../img/header.png) left center repeat-x;
}

h1 span, h2 span { background: #fff; padding-right: 10px; }

h2{
	color: #5ab206;
	font-size: 18px;
	text-transform: uppercase;
	margin: 15px 0;
	background: url(../img/header.png) left center repeat-x;
}

h3{
	text-transform: uppercase;
	color: #5ab206;
	font-size: 18px;
	margin: 12px 0;
}

h4{
	color: #5ab206;
	font-size: 14px;
}

a{
	color: #5ab206;
}

a:hover{
	color: #5ab206;
	text-decoration: underline;
}

a:active { background: none; }

hr{
	margin-top: 17px; 
	margin-bottom: 15px;
}

.logo{
	float: left;
	display: inline-block;
	padding-left: 20px;
	padding-top: 20px;
	position: absolute;
}

.menu1{
	float: right;
	margin-top: 15px;
}

.bordertop{
	border-top: 5px solid #FFF322;
}

.borderbot{
	border-bottom: 5px solid #FFF322;
}

.space-top{
	margin-top: 10px;
}

.row{
	margin-top: 20px;
}

.container { padding-bottom: 20px; }

.span3, .span4, .span6, .span8, .span12{
	background-color: white;
}

.span4 {
	width: 260px;
	padding: 0px 20px 0 20px;
	border-radius: 3px;
}

.span6{
	width: 420px;
	padding: 0px 20px 0 20px;
	border-radius: 3px;
}

.span8{
	width: 580px;
	padding: 0px 20px 0 20px;
	border-radius: 3px;
}

.span12{
	width: 900px;
	padding: 0px 20px 0 20px;
	border-radius: 3px;
}

.banner { border: 4px solid #fff; border-radius: 3px; height: 277px; width: 932px; }

.pad-bottom { padding-bottom: 5px; }

.no-bg {
	background: none;
}

.spanbg{
	margin-right: -20px;
	float: right;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
