﻿*:focus
{
	outline: none;
	-moz-outline: none;
}

#MainWrapper
{	
	width:944px;
	text-align:left;	
}

#Header
{
	width:944px;
	height:231px;
	
	position:relative;
	
	background-image: url('Images/Master/Header.jpg');	
	background-repeat: no-repeat;	

	text-align:left;
}

#headerBanner
{
	width:592px;
	height:40px;
	
	position:absolute;
	
	top:143px;
	left:97px;
}

#facebook
{
	position:absolute;
	
	top:0px;
	left:20px;
}

#HeaderPadding
{
	width:944px;
	height:4px;
	background-image: url('Images/Master/HeaderPadding.jpg');	
	background-repeat: no-repeat;	
}

#ContentWrapper
{	
	width:895px;	
	padding-left:25px;
	padding-right:24px;	
	overflow:hidden;
	
	background-image: url('Images/Master/ContentBackground.jpg');	
	background-repeat:repeat-y;	
}

#Content
{
	width:895px;
	overflow:hidden;

	background-color:#fbf9fa;
}

/* ---------------------------------- */

#ContentHeader
{
	
	width:895px;
	height:173px;
	padding-bottom: 12px;
}

.Menu
{
	width:170px;
	height:156px;
	padding-top:10px;
	padding-bottom:7px;
}

.MenuItem
{
	width:160px;
	overflow:hidden;
	line-height:22px;	/* 26px for 6 items, or 22px for 7 items plus 2px first menuItem padding */
	text-align:left;
	padding-left:10px;
	font-size:12px;
	background-image: url('Images/Master/MenuItemBKG.jpg');
	color:#d0cecf;
	font-weight:bold;
	display:block;
}

.MenuItemBlue
{
	background-image: url('Images/Master/MenuItemBKG.jpg');
}

.MenuItemYellow
{
	background-image: url('Images/Master/MenuItemBKG6.jpg');
}

#SlideShow
{
	width:555px;
	height:156px;
	padding-top:10px;
	padding-bottom:7px;
}

/* ---------------------------------- */

#Footer
{
	width:944px;
	height:19px;
	text-align:right;
	background-image: url('Images/Master/Footer.jpg');
	background-repeat: no-repeat;	
}

#FooterLinks
{
	width:944px;
	padding-right:30px;
	padding-bottom:10px;
	text-align:right;
	font-size:12px;
}

#FooterLinks a
{
	color: Blue;
	text-decoration:underline;
}
/* ---------------------------------- */
/* ---------------------------------- */

#PageWrapper
{
	width:895px;
}

#PageHeader
{
	width:885px;
	padding-right:10px;
	font-size:23px;
	font-weight:bold;
	text-align:right;
	color:#838383;
}

.BackButtons
{
	width:885px;
	padding-right:10px;	
	text-align:right;
}

.BackButtons a
{
	text-decoration:underline;
	color:Blue;
}

.AdminButtons
{
	width:885px;
	padding-right:10px;	
	text-align:right;
}

.AdminButtons a
{
	text-decoration:underline;
	color:#feb542;
	font-weight:bold;
}

.editHeader
{
	padding-bottom:10px;
	vertical-align:top;
	text-align: left;
	font-weight:bold;
}

.editText
{
	padding-bottom:10px;
	vertical-align:top;
	text-align: left;
}

