html, body {
	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	height: 100%;
	text-align: left;
}

/* ---------------------*/
/* -----   layout  -----*/
/* ---------------------*/


div.container_box {

	display: none;
}



div.container_left_box{
	
	  width: 100%; 
}




div#optional_top_row {

	display: none;
}

div#container {
	
	position: relative;
	height: auto;
	min-height: 100%;
	width: 100%;
	margin-bottom: -60px;
	/* set this so that bottom can be positioned. should be same as bottom height */
	text-align: left;
}

div#top {
	
	width: 100%;
	text-align: center;
	background: url('../images/header_bg_mobile.png') repeat-x;

}

div.col_size {
	width: 100%;
}

div.top_height {
	height: 100px;
}

div#content_wrapper {
	position: relative;
	margin: 0 auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	text-align: left;
	padding: 30px 0 60px 0;
	color: #000000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	background: #ffffff;
	font-size: 15px;
	width: 90%;
	
	
}

div#content {
	
	padding: 0 0 100px 0;
	width: 90%;
	
}



div#header {
	margin: auto;
	height: 100px;
	width: 100%;
	text-align: left;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #ffffff;
	background: url('../images/header_ceiling_mobile.png') no-repeat #5d2e1a;


}

div#header a {
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}

div#header a:hover {
	color: #000000;
	text-decoration: none;
}

div#logo_container{
	
	display: none;
}

div#menu_container{
	
	display: none;
}

div#bottom {
	
	display: none;
	/*font-size: 12px;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-style: italic;
	color: #000000;
	clear: both;
	position: relative;
	width: 100%;
	text-align: center;
	background: url('../images/footer.png') repeat-x;*/
}

div.bottom_height {
	height: 300px;
}

#footer {

	margin: auto;
	text-align: left;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10;
	color: #ccc;
}

#footer a {

}

#footer a:hover {

}

.footer_label {

	width: 100%;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
}

ol, ul {
	/*list-style:none;*/
}

p {
	margin: 0;
	padding-bottom: 20px;
}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

/* --- table controls --- */

td {
}


/*
a {
	color: #95383a;
	text-decoration: none;
}
*/


/* color updated 02/18/16 BR_ */
a {
	color: #000000;
	text-decoration: none;
}


a:hover {
	color: #4e2d03;
	text-decoration: none;
}

.button, input[type=submit] .button {

	line-height: 30px;
	text-align: center !important;
	font-size: 1em;
	color: #fff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 200;
	font-size: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #0d477c !important;
	-moz-box-shadow: 0px 0px 7px #888888;
	-webkit-box-shadow: 0px 0px 7px #888888;
	box-shadow: 0px 0px 7px #888888;
	background: url('../images/button.png') repeat-x center;
}

.button a {

	color: #fff;
}

div.title {
	width: 90%;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 100;
	font-size: 30px;
	border-bottom: 1px solid #ccc;
	color: #873952;
	padding: 0 0 0 20px;
	margin-bottom: 15px;
}

.thinLetters{
	
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 100;
	color: #873952;
}

/* -- Menus -- */


div#menu_container_mobile{
	
	position: absolute;
	top: -35px;
	display: inline;
	height: 35px;
	width: 100%;
	
	
}





#menu_container {
	
	display: none;
}

ul#mobile-navigation {

	list-style: none;
	list-style-position: inside;
	padding-left: 0px;
	margin-top: 0px;
}

ul#mobile-navigation li {

	font-weight: normal;
	float: left;
	zoom: 1;
	margin: 0px;
	line-height: 20px;
}

ul#mobile-navigation li.hover a {

	color: #fff;
	background: #452819;
}


ul#mobile-navigation li a {
	display: block;
	padding: 5px 10px;
	color: #ffffff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 150;
	font-size: 15px;
}





