html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	height: 100%;
}

/* ---------------------*/
/* -----   layout  -----*/
/* ---------------------*/

div.container_box {

	padding: 5px 10px 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight: 100;
	-moz-box-shadow: 0px 0px 7px #888888;
	-webkit-box-shadow: 0px 0px 7px #888888;
	box-shadow: 0px 0px 7px #888888;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}



div.container_left_box{
	
	  width: 690px; 
	  padding-bottom: 20px;
}


div#optional_top_row {

	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/top_bar.png);
	color: #fff;
	height: 35px;
	width: 100%;
	padding: 0 0 0 10px;
	text-align: left;
	font-family: verdana;
	font-size: 10px;
}

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: center;
}

div#top {
	width: 100%;
	text-align: center;
	background: url('../images/header_bg.png') repeat-x;
}

div.col_size {
	width: 1100px;
}

div.top_height {
	height: 220px;
}

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 0px;
	color: #000000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	background: url('../images/container_bg.png') no-repeat;
	font-size: 15px;
}

div#content {
	padding: 0 0 100px 0;
}

div#header {
	margin: auto;
	height: 220px;
	text-align: left;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #ffffff;
	background: url('../images/header_ceiling.png') no-repeat;
}

div#header a {
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}

div#header a:hover {
	color: #000000;
	text-decoration: none;
}

div#bottom {
	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;
}

a:hover {
	color: #4e2d03;
	text-decoration: none;
}

.button, input[type=submit] {

	/*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;
	padding: 8px 10px;
}


/*.button a{
	
	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;
	padding: 8px 10px;
}*/

.button a {

	color: #fff!important;
}


.button:hover {

	color: #fff!important;
}




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 -- */

#menu_container_mobile{
	
	display: none;
}

#menu_container {
	position: absolute;
	top: -74px;
	left: 0px;
	height: 35px;
	width: 920px;
	padding: 0px 0px 0px 0px;
	margin-left: 180px;
	letter-spacing: 0px;
	/*border: 1px solid red;*/
}

ul.dropdown {

	list-style: none;
	list-style-position: inside;
	padding-left: 0px;
	margin-top: 0px;
}

ul.dropdown li {

	font-weight: normal;
	float: left;
	zoom: 1;
	margin: 0px;
	line-height: 20px;
}

ul.dropdown li.hover a {

	color: #fff;
	background: #452819;
}

ul.dropdown li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 100;
	font-size: 15px;
	border-right: 1px solid #a78d77;
}

ul.dropdown li:last-child a {
	border-right: none;
}/* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	color: #de325c;
	position: relative;
}

ul.dropdown .active {

	background: #452819;
}

/*  LEVEL TWO */

ul.dropdown ul {
	list-style: none;
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -40px;
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99;
	z-index: 5;
}

ul.dropdown ul li {
	font-weight: normal;
	float: none;
	line-height: 20px;
	font-size: 15px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	z-index: 5;
}

ul.dropdown ul li a {

	background: #452819 !important;
	padding: 4px 0 4px 10px;
	color: #fff;
	font-size: 15px;
	border-top: 1px solid #9c8274;
	-moz-border-radius-topright: 0px !important;
	border-top-right-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	border-top-left-radius: 0px !important;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	z-index: 5;
}

ul.dropdown ul li:last-child a {

	-moz-border-radius-bottomright: 7px !important;
	border-bottom-right-radius: 7px !important;
	-moz-border-radius-bottomleft: 7px !important;
	border-bottom-left-radius: 7px !important;
}

ul.dropdown ul li.hover a {

	background: #000000 !important;
	color: #fff;
	font-size: 15px;
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99;
	z-index: 5;
}

.sideMenu {

	padding: 3px 0 3px 15px;
	border-bottom: 1px solid #e9ddce;
}

a:hover .sideMenu {

	background: #e4e9ec;
}

.sideMenu2 {

	padding: 3px 0 3px 25px;
}

.sideMenuActive {

	background: #e4e9ec;
}


.shadow{
	-moz-box-shadow: 0px 0px 7px #ccc;
	-webkit-box-shadow: 0px 0px 7px #ccc;
	box-shadow: 0px 0px 7px #ccc;
}
