@charset "utf-8";
/* CSS Document */
/***  Dont forget to nest <a> elements inside <div> classes
*** use name spacing prefixes
[page elements]
	universal
	body
	bg
	page
	header
	nav
	content
	sidebar(s)
	footer

[elemental styles]
	[element]PrimeWrapper
	[element]AreaWrapper
	[element]BlockWrapper
	p
	ul,li
	forms
	borders
	h and v rules
	
[content section styles-may be sub referenced in other areas]
	h and sh prefix for page, section, content, and caption titles
	each title is wrapped in the HeaderAreaWrapper for spacing
*/
/* Links Template

.mp1_XXX a:Link,.mp1_XXX a:Visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color: #0066CC;
}
.mp1_XXX a:Hover,.mp1_XXX a:Active{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
	text-decoration:none;
}

*/
/*********************************************************************************/
/* Universal */
/*********************************************************************************/



/*********************************************************************************/
/* body */
/*********************************************************************************/
.mp1_body{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#151515;
	background-image: url(/sitecase_montebello/mpgs/imgs/bg7.gif);
	background-repeat: repeat-x;
	background-color: #99917A;
}
/*********************************************************************************/
/* bg */
/*********************************************************************************/
.mp1_bgWrapper{

}
/*********************************************************************************/
/* page */
/*********************************************************************************/
.mp1_pagePrimeWrapper{

	border: #999999 0px solid;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	background-color:#FFFFFF
}
/*********************************************************************************/
/* header */
/*********************************************************************************/
.mp1_headerPrimeWrapper{

}
.mp1_logoPrimeWrapper{

}
.mp1_infobar1PrimeWrapper{

}
/*********************************************************************************/
/* promo */
/*********************************************************************************/
.mp1_promoPrimeWrapper{

}
/*********************************************************************************/
/*navigation */
/*********************************************************************************/
.mp1_navPrimeWrapper{
	margin-bottom:12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	
}

/*********************************************************************************/
/* content */
/*********************************************************************************/
.mp1_contentPrimeWrapper{
	margin-bottom:12px;
	margin-left: 12px;
	margin-right: 12px;
	background-color:#FFFFFF;
}

.mp1_pageHeaderWrapper{

}
.mp1_pageH{
	font-size: 1.4em;
}
.mp1_pageSH{
	font-size: 1.2em;
}


.mp1_sectionPrimeWrapper{}
.mp1_sectionHeaderWrapper{}

.mp1_sectionH{
	font-size: 1.1em;
	font-weight:bold;
		margin-bottom: .8em
}
.mp1_sectionSH{
	font-size: .8em;

}


.mp1_txtH{
	font-size: 1.1em;
}
.mp1_txtSH{
	font-size: .9em;
}

.mp1_captionPrimeWrapper{}

.mp1_captionH{
	font-size: .8em;
}
.mp1_captionSH{
	font-size: .8em;
}


.mp1_body p{
	font-size: .95em;
	margin-bottom: 1.65em;
	margin-top: 0px;
}

.mp1_body .bodyTxt{
	font-size: .95em;
}

.txtLinks a:Link, .txtLinks a:Visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #4395F8;	/* original height is  35 */
}
.txtLinks a:Hover, .txtLinks a:Active{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #4395F8;
}
.mp1_body form{
margin: 0px;
padding: 0px;
}
.mp1_formLabels{
	font-size: .6em
}
/************************************ Columns  */



/*********************************************************************************/
/* footer */
/*********************************************************************************/
.mp1_footerPrimeWrapper{
	font-size: 0.9em;
	padding-bottom: 10px;
	background-color:#2F281C;
	color:#FFFFFF;
}
.mp1_footerPrimeWrapper a:Link, .mp1_footerPrimeWrapper a:Visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #FFFFFF;	/* original height is  35 */
}
.mp1_footerPrimeWrapper a:Hover, .mp1_footerPrimeWrapper a:Active{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #FFFFFF;
}
.mp1_footerPrimeWrapper #ftrTable div{
	padding: 8px;
	margin-right: 5px;
	border-bottom: 1px solid #7D7751; 

}
.mp1_footerH{

}
.mp1_footerSH{

}
