/*---------------------------------------------------------------------*/
/* Mount Carmel in the Desert CSS  */
/* Author: Steve Feher - The Ridgefield Group, Inc. */
/* www.ridgefieldgroup.com */
/*---------------------------------------------------------------------*/


@charset "utf-8";

html {
overflow-y: scroll;
}

body {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #DED5B3;
	margin: 0px;
	background-image: url(/images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	
}


#Container {
	width:860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #572E1A;
	border-right-color: #572E1A;
	border-bottom-color: #572E1A;
	border-left-color: #572E1A;
}

#TextContainer {
	/*width:100%; */
	border: 5px solid
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding:0; 
}

#MTClear {
	clear: both;
	}


.p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

h1 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #572E1A;
	font-style:italic;
}

h2 { 
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000;
}

.img { 
  margin:5px;
}


a:link, a:visited {
	color: #572E1A;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #572E1A;
	font-weight: bold;
	text-decoration: underline;
}

.Bread {
	font-size: 10pt;
	color: #E3C471;
}
.Bread a {
	color: #E3C471;
}
.Content p {
	text-indent: 5pt;
	padding-right: 20px;
	padding-left: 20px;
}

/* HEADERS  */
/*---------------------------------------------------------------------*/

#MtCarmelHome-header {
  background-image: url(/_assets/images/headers/home_header.jpg);
  position: relative;
  height: auto;
}


/* MAIN MENU  */
/*---------------------------------------------------------------------*/



.MainMenu {
	background-color:#4F2B15;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-variant: normal;
	font-size: 12pt;
	border-bottom: 1px solid #4F2B15;
	color: #DED5B3;  
}

.MainMenu a:link {
	color: #DED5B3;
	text-decoration: none;
	font-weight: bold;
}
.MainMenu a:visited {
	color: #DED5B3;
	text-decoration: none;
	font-weight: bold;
}
.MainMenu a:hover, a:active {
	color: #DED5B3;
	text-decoration: underline;
	font-weight: bold;
}

/* SUB MENU  */
/*---------------------------------------------------------------------*/

#SubMenuContainer {
	width:216px;
	height:500px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 5px;
	background-image: url(/images/sub_bg.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
	padding-right: 5px;
}
#SubMenuTitle {
	color: #4F2B15;
	font-variant: normal;
	font-size: 14pt;
	padding-top: 5px;
	padding-bottom: 5px;
}

.SubMenu {
	color: #4F2B15;
	text-align:left;
	font-variant: normal;
	font-size: 12pt;
	line-height: 150%;

}

.SubMenu a:link { 
	text-decoration: none;
	font-weight: bold;
	text-indent: -10px;	
	padding-left: 5px;	
}
.SubMenu a:visited { 
	text-decoration: none;
	font-weight: bold;
	text-indent: -10px;	
	padding-left: 5px;	
}
.SubMenu a:hover {
	text-decoration: underline;
	font-weight: bold;
	text-indent: -10px;	
	padding-left: 5px;	
}
.SubMenu a:active {
	text-decoration: underline;
	font-weight: bold;
	text-indent: -10px;	
	padding-left: 5px;	
}


/* FOOTER  */
/*---------------------------------------------------------------------*/

#NavSep {
	background-image:url(/_assets/images/footers/dark_row_nav_sep.jpg);
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	width: 100%;
	height: 5px; 
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
  

.FooterMenu {
	Text-align:center;
	font-variant: normal;
	font-size: 10pt;
  color: #572E1A;
}
.FooterMenu a:link, a:visited {
	color: #572E1A;
	text-decoration: none;
	font-weight: bold;
}
.FooterMenu a:hover, a:active {
	color: #572E1A;
	text-decoration: underline;
	font-weight: bold;
}


#FooterText {
	clear:both;
	margin:0 auto;
	height:30px;
	text-align:center;
	position:bottom;
	padding: 5px;
	font-variant: normal;
	font-size: 10pt;
  color: #572E1A;
}
.FooterText a:link, a:visited {
	color: #572E1A;
	text-decoration: none;
	font-weight: bold;
}
.FooterText a:hover, a:active {
	color: #572E1A;
	text-decoration: underline;
	font-weight: bold;
}

#CopyrightText {
	clear:both;
	margin:0 auto;
	height:30px;
	text-align:center;
	position:bottom;
	padding: 5px;
	font-variant: normal;
	font-size: 10pt;
  color: #572E1A;
}
.CopyrightText a:link, a:visited {
	color: #572E1A;
	text-decoration: none;
	font-weight: bold;
}
.CopyrightText a:hover, a:active {
	color: #572E1A;
	text-decoration: underline;
	font-weight: bold;
}
