body {
	background: url('../images/layout/html-bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html, body {
	height: 100%;
}
.img-thumbnail.pull-right {
	margin-left: 15px;
}

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

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



/* FRM */
.frm td, .frm th {
	padding: 4px 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 */


p, table, td, div, a  { color: #666766; font-size: 12px; line-height: 18px; }

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: #212d6e; }
h1, h1 a 	{ font-size: 22px; margin: 0 0 12px 0; }
h2, h2 a 	{ font-size: 18px; margin: 0 0 9px 0; }
h3, h3 a 	{ font-size: 13px; margin: 0 0 6px 0; font-weight: bold; }
p 			{ font-size: 12px; margin: 0 0 12px 0; color: #666766; }
a 			{ color: #212d6e; }
label 		{ font-size: 13px; }
td 			{ font-size: 13px; }
th 			{ font-size: 13px; }
ul			{ padding-left: 15px; }









.container {
	max-width: 950px;
}




#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -170px;
}




#push { height: 170px; }

footer {
	background: #131245;
	height: 170px;
	color: #DDD;
	width: 100%;
}
#footer div span {
	display: block;
	font-size: 14px;
	color: #706b8a;
	text-transform: uppercase;
}
#footer div p, #footer div a {
	display: block;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}
#footer-5 p, #footer-5 a {
	font-size: 10px !important;
}
#footer-5 a {
	display: inline !important;
}





#header {
	height: 126px;
}

#logo {
	width: 415px;
	float: left;
	margin-top: 10px;
}

#mini_nav {
	width: 500px;
	float: right;
	text-align: right;
	margin-top: 60px;
}
#mini_nav table td {
	vertical-align: bottom;
}
#mini_nav span {
	font-size: 18px;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 20px;
	display: inline-block;
	margin-right: 10px;
}
#mini_nav a {
	width: 42px;
	height: 51px;
	display: inline-block;
}


#banner {
	
}


.navbar {
	background: none;
	position: relative;
	margin-top: -36px;
	margin-bottom: 0;
}
.navbar .container {
	background: url('../images/layout/nav-bg.png') no-repeat top center;
}
.navbar-nav {
	float: none;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	background: none;
	color: #f58943;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	background: none;
	color: #706B8A;
}
.navbar-nav > li > a {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-size: 25px;
	padding: 15px 0;
	margin: 0 30px;
}



#body {
	background: url('../images/layout/body-bg-mid.png') repeat-y top center;
	min-height: 380px;
}

#body-inner {
	padding: 15px;
}

#body-bottom {
	position: relative;
	margin-left: -3px;
	margin-bottom: 10px;
}





/* WIDGETS */

	/* Blog */
		.blog-teasers.widget { margin: 0px; padding: 0px; }
		.blog-teasers.widget h3 { margin: 0 0 4px 0; }
		.blog-teasers.widget p.date { margin: 0 0 4px 0; opacity: 0.6; }
		.blog-teasers.widget ul { margin: 0px; padding: 0px; }
		.blog-teasers.widget li { margin: 0px; padding: 0px; list-style-type: none; }
		.blog-teasers.widget p { margin: 0; }
		.blog-teasers.widget hr { margin: 12px 0; }



	/* News */
		.news-teasers.widget { margin: 0px; padding: 0px; }
		.news-teasers.widget h3 { margin: 0 0 4px 0; }
		.news-teasers.widget p.date { margin: 0 0 4px 0; opacity: 0.6; }
		.news-teasers.widget h3 { margin: 0 0 4px 0; }		.news-teasers.widget ul { margin: 0px; padding: 0px; }
		.news-teasers.widget li { margin: 0px; padding: 0px; list-style-type: none; }
		.news-teasers.widget p { margin: 0; }
		.news-teasers.widget hr { margin: 12px 0; }








#content-right {
	width: 285px;
	float: right;
}

.right-title {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	margin-bottom: 5px;
}

#right-contact {
	background: url('../images/layout/right-contact-bg.png') no-repeat;
	height: 306px;
	overflow: hidden;
}
#right-contact-inner {
	padding: 10px 15px 0 25px;
}
#right-contact .frm input[type='text'], #right-contact .frm textarea {
	background-color: #f58943;
	border: none;
	border-radius: 5px;
	color: #FFF;
	padding: 2px 4px;
}
#right-contact .btn-primary {
	background-color: #f58943;
	border-color: #f58943;
	padding: 4px 12px;
}

#right-twitter {
	background: url('../images/layout/right-twitter-bg.png') no-repeat;
	height: 193px;
	overflow: hidden;
}
#right-twitter-inner {
	padding: 10px 15px 0 25px;
}




a.uiLinkSubtle {
	color: #FF9900 !important;
}