/*---------------------------------------------------------------------*/
/* Santa-Teresita.org 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: 11pt;
	background-color: #DED5B3;
	background-image: url(/images/main_bg.gif);
  background-repeat: repeat-y;
  background-position: center top;
  height: auto;
	margin: 0px;
}

#Container {
	width:860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/_assets/images/web/imageBG.jpg);
  background-repeat: no-repeat;
  background-color: #DED5B3;
	border:1px solid #572E1A;  /* Dark Blue color */ 
}
#ImageBG {

	
}

#TextContainer {
	/*width:100%; */
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#MTClear {
	clear: both;
	}

.p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;

}

input, textarea { 
	font-family: "Calibri", Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

h1 { 
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color:663300;
}
h2 { 
	font-size: 10pt;
	font-weight: bold;
		font-style: italic;
		color:663300;
}


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;
}


/* HOME PAGE MENU  */
/*---------------------------------------------------------------------*/

.HomeMenu {
/* background-color:#4F2B15; 
	background-image: url(/_assets/images/web/menu_bg.jpg);*/
	background-color:#4F2B15;
  text-align:center;
  padding-top: 12px;
	padding-bottom: 14px;
	font-family: "Calibri", Arial, Helvetica, sans-serif; 
	font-variant: normal;
	font-size: 11pt;
	border-bottom: 1px solid #4F2B15;
	color: #DED5B3;
	/* border-bottom:1px solid #4F2B15;
	border-top:1px solid #4F2B15;*/
}

.HomeMenu a:link, a:visited {
	color: #DED5B3;
	text-decoration: none;
	font-weight: bold;
}
.HomeMenu a:visited {
	color: #DED5B3;
	text-decoration: none;
	font-weight: bold;
}
.HomeMenu a:hover, a:active {
	color: #DED5B3;
	text-decoration: underline;
	font-weight: bold;
}


/* MAIN MENU  */
/*---------------------------------------------------------------------*/

.MainMenu {
	background-color:#4F2B15;
    text-align:center;
    padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Calibri", Arial, Helvetica, sans-serif; 
	font-variant: normal;
	font-size: 11pt;
	border-bottom: 1px solid #4F2B15;
	color: #DED5B3
	/* border-bottom:1px solid #4F2B15;
	border-top:1px solid #4F2B15;*/
}

.MainMenu a:link, a:visited {
	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 {
	/* background-color:#687EA2; 
	background-image: url(/_assets/images/web/MaryCrest_bg.jpg);
  background-repeat: repeat-x;*/
	width:200px;
	margin-top: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	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;
	margin-left: 10px;
	text-align:left;
	font-variant: normal;
	font-size: 11pt;
	line-height: 25px;
}

.SubMenu a:link, a:visited { 
	text-decoration: none;
	font-weight: bold;
}
.SubMenu a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
}

.SubMenu2 {
	color: #4F2B15;
	margin-left: 10px;
	text-align:left;
	font-variant: normal;
	font-size: 11pt;
}

.SubMenu2 a:link, a:visited { 
	text-decoration: none;
	font-weight: bold;
}
.SubMenu2 a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
}


/* MAIN PAGE 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;
}
 
#FooterText {
	clear:both;
	margin:0 auto;
	height:80px;
	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;
}

