/* --------------------------------------------- */
/* GLOBAL SIZE */
/* --------------------------------------------- */
* {
	font-family: Verdana,Arial,Helvetica;
	font-size: 14px;
}

/* --------------------------------------------- */
/* BODY */
/* --------------------------------------------- */
body {
	margin: 0px 0px 0px 0px;
  background-color: #e5dac0;
  background-image: URL("/images/content_bg_home.png");
  background-position: top center;
  background-repeat: repeat-y;
}

a, a.visited, a.current {
  color: #511202;
}

/*
li {
	list-style-image: url("/images/bullet_diamond.png");
	line-height: 20px;
	vertical-align: middle;
}
*/

/* --------------------------------------------- */
/* HEADER */
/* --------------------------------------------- */
#main_wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#header_wrapper {
	width: 900px;
	display: block;
  float: left;
	text-align: center;
	background-color: #511201;
  background-image:url('/images/header_bg.png');
  background-repeat: repeat-x;
}

#header_logo {
	width: 400px;
	height: 229px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
  text-align: left;
  display: block;
  float: left;
}

#header_text1 {
  width: 250px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  vertical-align: bottom;
  text-align: left;
  display: block;
  float: left;
  margin-top: 100px;
}

#header_text2 {
  width: 249px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  vertical-align: bottom;
  text-align: left;
  display: block;
  float: left;
  margin-top: 100px;
}

#header_photos {
	width: 900px;
	display: block;
	padding: 10px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------- */
/* NAVIGATION OF THE SITE */
/* --------------------------------------------- */
#navigation_wrapper {
  display: block;
  float: left;
  width: 900px;
  background-image: URL("/images/nav_bg.png");
	border-top: 1px solid #bfb099; /* #bfb099 */	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#Navigation {
	width: 900px;
	margin-left: auto;
  margin-right: auto;
}

#Navigation a {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-decoration:none;
  padding-top: 19px;
  padding-left: 10px;
  padding-bottom: 17px;
	padding-right: 10px;
	margin: 0px 0px 0px 0px;
}

#Navigation a:hover, #Navigation a.current{
	color:#c9c2a9;
}

#Navigation .Current_Link {
	color: #fff;
	background-color: #12200f;
}

#Navigation .Current_Link:hover {
	color: #fff;
}

#Nav_Bar {
  display: block;
  float: left;
  width: 2px;
  height: 48px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-image: URL("/images/nav_bar.png");
}

/* --------------------------------------------- */
/* CONTENT LAYOUT OF THE SITE */
/* --------------------------------------------- */
#content_wrapper {
  width: 100%;
  text-align: left;
  display: block;
  float: left;
  background-color: #e5dac0;
  background-image: URL("/images/content_bg_home.png");
  background-position: top center;
  background-repeat: repeat-y;
}

#content_wrapper_home {
  width: 100%;
  text-align: left;
  display: block;
  float: left;
  background-color: #e5dac0;
  background-image: URL("/images/content_bg_home.png");
  background-position: top center;
  background-repeat: repeat-y;
}

#content {
	width: 900px;
	margin-left: auto;
  margin-right: auto;
}

#content_left {
  width: 650px;
  text-align: left;
  display: block;
  float: left;
  margin: 0px 0px 0px 0px;
}

#content_right {
  width: 250px;
  text-align: center;
  display: block;
  float: right;
  margin: 0px 0px 0px 0px;
  text-align: left;
}

#content_right_home {
	width: 250px;
	text-align: center;
  display: block;
	float: right;
	margin: 0px 0px 0px 0px;
  text-align: left;
  /* background-image: URL("/images/right_bg.png"); */
}

#content_left #content_crumb {
	font-size: 10px;
	width: 100%;
	border-bottom: 1px solid black;
	display: block;
	padding: 8px 0px 8px 0px;
	text-indent: 10px;
	margin: 0px 0px 0px 0px;
}

#content_left #content_crumb a {
	font-size: 10px;
	text-decoration: none;
}

#page_title, h1, h2, h3, h4{
	font-size: 16px;
	color:#660000;
	text-align:center;
	font-style: italic;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#page_content{
	text-align: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#box_top {
	background-image: url('/images/box_top.png');
	background-repeat: no-repeat;
	width: 218px;
	height: 4px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

#box_content {
	background-image: url('/images/box_bg.png');
	background-repeat: no-repeat;
  background-color: #8e0124;
	width: 218px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  text-align: left;
  color: #fff;
  font-size: 12px;
}

#box_content .Content {
  padding-left: 5px;
  color: #fff;
  font-size: 14px;
}

#box_content .Content a {
  color: #fff;
  font-size: 14px;
}

#box_content b {
  font-size: 16px;
  font-weight: bold;
}


#box_bottom {
	background-image: url('/images/box_bottom.png');
	background-repeat: no-repeat;
	width: 218px;
	height: 4px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

#Home_Table {
	width: 300px;
	display: block;
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#Home_Table #Title_Left {
	background-color: #182f15;
	color: #ffffff;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	border: 1px outset #a0a0a0;
	padding-top: 10px;
}

#Home_Table #Title_Right {
	background-color: #8e0124;
	color: #ffffff;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	border: 1px outset #a0a0a0;
	padding-top: 10px;
}

#Home_Table #Content {
	background-color: #ffffff;
	padding: 5px;
	height: 425px;
	border: 1px outset #a0a0a0;
}

/* --------------------------------------------- */
/* FOOTER OF THE SITE                            */
/* --------------------------------------------- */
#footer_base {
	width: 900px;
  margin-left: auto;
  margin-right: auto;
	background-color: #8e0124;
}

#footer_wrapper {
	width: 100%;
	text-align: center;
  color: #000;
  background-color: #e5dac0;
}

#footer {
  text-align: left;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-size: 8px;
}  

.footer_text2 a, #footer .footer_text2 a, #footer a {
  color: #000;
}

#footer .footer_text1 {
	font-size: 12px;
	font-weight: normal;
}

#footer .footer_text2 {
	font-size: 12px;
	font-weight: normal;
}

#footer a {
	font-size: 11px;
	color: #511201;
	text-decoration: none;
	padding:12px 3px 12px 3px;
	height:  18px;
}

#footer a:hover {
	text-decoration: underline;
}

/* --------------------------------------------- */
/* FORM INPUTS                                   */
/* --------------------------------------------- */

input {
	width: 100%;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}

.form_submit {
	width: 150px;
	color: #fff;
	border: 1px solid #000;
	background-color: #511201;
}