/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html {background-color: #e3e2df !important;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #504d38;
}

a { text-decoration: none; color: #504d38; }
a:hover { text-decoration: underline;}

.navbar { 
	margin-left:0;
	padding-left: 0!important;
}

.container {
	background-color: #fff;
}

.hero-feature {
	margin-bottom: 15px;
}


footer {
	color: #022640;
	background-color: #e3e2df;
}

footer a {
	color: #022640;
}


h1 {
	color: #022640;
	font-size: 26px;
	font-weight: bold;
}

h2 {
	color: #022640;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #F98E03
}

h3 a {
	font-size: 15px;
	font-weight: bold;
	color: #F98E03
}

.jumbotron, .jumbotron h2 {
	color: #ffffff; 
}


/********************
	MENU
********************/
#menu ul {
	list-style-type: none;
	padding: 15px;
	margin: 0;
	list-style-image: url(../images/spacer_grey.gif);
	font-size: 16px;
	font-weight: bold;
	color: #504d38;
	line-height: 30px;
}

#menu ul a {  color: #504d38; }

#menu ul a:hover { color: #A7A69B; text-decoration: none; }


/********************
	TESTIMONIAL
********************/
#box8{
	position:absolute;
}

#box8 div{
	width:100%;
	float:left;
}
#box8 .buttons{
	text-align:left;
}
#box8 .next{
	float:right;
}

.buttons{padding:5px; vertical-align:bottom; text-align:center; clear:both;}
.buttons span{color:#F98E03;cursor:pointer; font-size:11px;}
.buttons span.active, .buttons span:hover{background:#F98E03;color:#fff;}

.mask1{
	position:relative;
	height:250px;
	overflow:hidden;
}




/********************
	ERROR
********************/
.form_error {
	padding: 6px;
	vertical-align: top;
	color: #f98e03;
	background-color: #fae8e8;
}

.required {
	color: #f98e03;
	font-size: 11px;
	font-weight: normal;
}

.Print { 
          display: none; 
          } 