/* Master page layout */
div.master_Container
{
	position:relative;
	top:6px;
	width:768px;
	min-height:734px;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
}
div.master_Cover
{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-image:url(../Content/Images/shade.png);
	background-repeat:repeat;
	display:block;
	text-align:center;
	padding-top:175px;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
	font-weight:bold;
	visibility:hidden;
	z-index:10000;
}
div.master_Banner
{
	background-color:#89A46D;
	width:768px;
	height:54px;
	z-index:1000;
}
div.master_Menu
{
	position:relative;
	margin-bottom:6px;
	top:0px;
	background-color:#b8c894;
	color:#405334;
	width:611px;
	padding-left:6px;
	padding-right:3px;
	height:20px;
	line-height:20px;
	z-index:900;
}
div.master_Menu .container
{
	position: absolute; 
	width: 611px;
}
div.master_Search
{
	position:absolute;
	top:54px;
	left:620px;
	background-color:#b8c894;
	width:148px;
	height:20px;
	z-index:900;
}
div.master_Search div.controls
{
	top:0px;
	left:0px;
	height:20px;
}
div.master_Search span
{
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;
}
div.master_Search span.highlight
{
	color:#ffff00 !important;
}
div.master_Search input
{
	position:absolute;
	top:2px;
	left:46px;
	width:98px;
	height:14px;
	background-color:#ffffff;
	border:solid 1px #C0C8CC;
	color:#A0A0A0;
	font-size:10px;
	z-index:901;
}
div.master_Search a.begin
{
	position:absolute;
	display: block;
	background:url(../Content/Images/actions.png) repeat -12px 0px; 
    width: 12px; 
    height: 12px; 
	top:4px;
	left:132px;
	cursor:pointer;
	border:none;
	z-index:910;
}
div.master_Search a.clear
{
	position:absolute;
	display:none;
	background:url(../Content/Images/actions.png) repeat 0px 0px;
    width: 12px; 
    height: 12px; 
	top:4px;
	left:132px;
	cursor:pointer;
	border:none;
	z-index:911;
}
div.master_Search a.begin:hover
{
	background:url(../Content/Images/actions.png) repeat -12px -12px;
}
div.master_Search a.clear:hover
{
	background:url(../Content/Images/actions.png) repeat 0px -12px;
}
/* Container for dynamic content */
div.master_Content
{
	position:relative;
	min-height:623px;
	left:0px;
	width:768px;
	z-index:100;
}
div.master_Footer
{
	position:relative;
	margin-top:6px;
	width:768px;
	height:19px;
	color: #ffffff;
	padding-top:6px;
	background-color:#89A46D;
	z-index:1000;
}
div.master_Footer p
{
	margin-left:124px;
}
div.master_Footer a
{
	color: #ffffff;
	text-decoration:none;
}
div.master_Footer a:hover
{
	color: Yellow;
}
/* Search Results */
div.master_SearchResults
{
	display:none;
	position:relative;
	margin-top:6px;
	left:0px;
	width:766px;
	height:621px;
	border:solid 1px #89A46D;
	background-color:#efe8dd;
	overflow:hidden;
	z-index:500;
}
div.master_SearchResults div.header
{
	position:absolute;
	top:0px;
	left:0px;
	width:768px;
	height:25px;
	background-color:#89A46D;
	z-index:501;
}
div.master_SearchResults div.header p
{
	margin-top:4px;
	margin-left:6px;
	color:#ffffff;
	font-family:Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	font-size:15px;
}
div.master_SearchResults div.list
{
	position:absolute;
	top:31px;
	left:0px;
	width:756px;
	height:588px;
	overflow:auto;
	font-size:11px;
	padding:0px 6px;
	z-index:502;
}
/* SubMenus */
ul.master_SubMenu
{
	list-style:none;
	margin:0;
	padding:0;
	vertical-align:top;
}
ul.master_SubMenu ul
{
	display:none;
	list-style:none;
	margin:1px 0px 0px 0px;
	padding:0;
}
ul.master_SubMenu ul ul
{
	display:inline;
}
ul.master_SubMenu ul a
{
	background-color:#b8c894;
	border-bottom:1px solid #ffffff;
	color:#405334;
	display:block;
	font-weight:normal;
	text-decoration:none;
	padding:0px 2px 0px 5px;
	width:120px;
}
ul.master_SubMenu ul a:hover
{
	color:#405334;
	background-color:#ffffff;
	text-decoration:none;
}
ul.master_SubMenu li.footer
{
	line-height:0px;
	background:transparent url(../Content/Images/submenu_footer.png) no-repeat 0px 0px;
	height:7px;
	width:127px;
	margin:0px 0px 10px 0px;
}
ul.master_SubMenu a.title 
{ 
	letter-spacing:-1px;
	margin-right:10px;
	text-transform:uppercase;
	cursor:pointer;
}
ul.master_SubMenu a.title:hover 
{ 
	color:#ffff00;
}
ul.master_SubMenu a.selected
{
	color:#ffffff;
}
ul.master_SubMenu p.blurb
{
	font-size:10px;
	color:green;
	line-height:12px;
	margin-bottom:6px;
}
ul.master_SubMenu span.phone
{
	color:#333333 !important;
}
