.container { max-width: 970px; }
html, body {
	height: 100%;
	color: #999;
	font-size: 12px;
}
.img-thumbnail.pull-right {
	margin-left: 15px;
}

.img-thumbnail.pull-left {
	margin-right: 15px;
}


img {
	max-width: 100%;
	height: auto;
}


img.image-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}


img.image-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

/* Enable image placeholders */
@-moz-document url-prefix(http), url-prefix(file) {
	img:-moz-broken{
		-moz-force-broken-image-icon:1;
		width:24px;
		height:24px;
	}
}


.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
} /* Used to clear floats without taking up space */



/* FRM */
.frm td, .frm th {
	padding: 7px 0px 7px 0px;
	vertical-align: middle;
	line-height: 22px;
}
.frm th {
	padding-right: 10px;
	text-align: left;
	white-space:nowrap;
}
.frm input[type='text'],.frm input[type='password'], .frm textarea {
	width: 100%;
}
/* EO FRM */


/* FRM2 */
.frm2 th {
	padding: 0 0 3px 0;
	text-align: left;
}
.frm2 td {
	padding : 0 0 13px 0;
}
/* EO FRM2 */

.req {
	color: #CC0000;
} /* required field asterisk color */




h1.clear_float 	{ clear: both; }
h2.clear_float 	{ clear: both; }
h3.clear_float 	{ clear: both; }
p.clear_float 	{ clear: both; }
hr.clear_float 	{ clear: both; }

h1, h1 a, h2, h2 a, h3, h3 a{ color: #bed62f; }
h1 span, h2 span, h3 span { color: #999; }
h1, h1 a 	{ font-size: 22px; margin: 0 0 12px 0; }
h2, h2 a 	{ font-size: 18px; margin: 0 0 12px 0; }
h3, h3 a 	{ font-size: 13px; margin: 0 0 12px 0; font-weight: bold; }
p 			{ font-size: 13px; margin: 0 0 12px 0; line-height: 2; }
a 			{ color: #bed62f; }
label 		{ font-size: 13px; }
td 			{ font-size: 13px; }
th 			{ font-size: 13px; }
hr			{ border-color: #bed62f; margin: 10px 0; }

.green { color: #bed62f; }



#main {
}


#site-header {
	padding-top: 15px;
	background: url('../images/header-bg.png') repeat-x top center;
	height: 133px;
	position: relative;
	z-index: 5000;
	max-width: 1400px;
	margin: 0px auto;
}

#logo img {
}

.navbar {
	background: none;
	margin-bottom: 0;
	min-height: auto;
	border: none;
	padding-top: 85px;
}
.navbar .navbar-nav {
	width: 100%;
}
.navbar .navbar-nav > li {
	float: right;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	padding-left: 10px;
}
.navbar .navbar-nav > li > a {
	text-shadow: none;
	color: #FFF;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: inherit;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li.active > a {
	background: none;
	color: #bed62f;
}
.navbar .navbar-nav > li > a b.caret {
	color: #bed62f;
}


.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	background: url('../images/header-bg.png') repeat-x top center;
}
.dropdown-menu > li > a {
	color: #FFF;
	text-shadow: none;
}
.dropdown-menu > li:hover > a {
	background: url('../images/header-bg.png') repeat-x top center;
	color: #bed62f;
}




footer.site_footer {
	width: 100%;
	padding-bottom: 20px;
}
footer.site_footer a {
	color: #999;
}
footer.site_footer #social {
	padding-top: 5px;
	display: inline-block;
	float: left;
}
footer.site_footer #social a {
	margin-right: 10px;
	float: left;
}
footer.site_footer #copyright {
	text-align: right;
	line-height: 24px;
}
footer.site_footer input {
	width: 135px;
}



.home-feature .item {
	position: relative;
	margin-bottom: 30px;
}
.home-feature .item a {
	text-decoration: none;
}
.home-feature .item span {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 24px;
	padding-top: 10%;
	text-transform: uppercase;
}
.home-feature .item span small {
	font-size: 14px;
}
.home-feature .item img {
	width: 100%;
}
.home-feature .item:hover span {
	background-color: rgba(190, 214, 47, 0.8);
}