body {
	margin: 0;
	padding: 0;
	background: #5AAFCC url(../img/bodyBG.jpg) top center repeat-y;
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5f5f5f;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
	background: #fff;
	overflow: hidden;
	border-left: solid 3px #2f5d6c;
	border-right: solid 3px #2f5d6c;
}

#franchise { width:900px; float: right; margin-right: 25px;  height: 275px; text-indent: -9999em; }
#franchise a{ display: block; height: 275px;}

#banner {
	background: url(../img/bannerHome.jpg) top center no-repeat;
	width: 900px;
	height: 275px;
	margin: 0;
	padding: 0;
}

#menu {
	width: 890px;
	height: 35px;
	margin: 0;
	padding: 0 5px;
	background: #bad453 url(../img/navBG.jpg) top left repeat-x;
	border-top: solid 1px #6e7455;
	border-bottom: solid 1px #84b33d;
	color: #2a4a01;
}
#adminMenu {
	width: 890px;
	height: 35px;
	margin: 0;
	padding: 0 5px;
	background: #bad453 url(../img/navBG.jpg) top left repeat-x;
	border-top: solid 1px #6e7455;
	border-bottom: solid 1px #84b33d;
	color: #2a4a01;
}

#mainContent {
	width: 900px;
	padding: 25px;
	margin: 0;
	background:url(../img/contentBG.jpg) top left repeat-x;
}

#content {
	width: 850px;
	padding: 0;
	margin: 0;
}

#sidebar {
	width: 270px;
	padding: 0;
	margin: 5px 0 5px 15px;
	background: url(../img/sidebarBG.jpg) top center repeat-y;
	float: right;
}

#sidebarHead {
	width: 270px;
	height: 52px;
	padding: 0;
	margin: 0;
	background:url(../img/sidebarTop.jpg) top center no-repeat;
}

#sidebarContent {
	width: 230px;
	padding: 0;
	margin: 10px 20px;
}

#sidebarFoot {
	width: 270px;
	height: 10px;
	padding: 0;
	margin: 0;
	background: url(../img/sidebarBottom.jpg) bottom center no-repeat;
}

#clear {
	width: 850px;
	height: 1px;
	padding: 0;
	margin: 0;
	clear: both;
} 

#box {
	width: 270px;
	padding: 0;
	margin: 5px 20px 5px 0 ;
	background: url(../img/boxBG.jpg) top center repeat-y;
	float: left;
}

#box.last {
	margin: 5px 0;
}

#box.right {
	margin: 5px 0 5px 10px;
	float: right;
}

#boxTop {
	width: 270px;
	padding: 0;
	margin: 0;
	background:url(../img/boxTop.jpg) top center no-repeat;
}

#boxContent {
	width: 250px;
	padding: 0;
	margin: 10px;
}

#boxFoot {
	width: 270px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: url(../img/boxBottom.jpg) bottom center no-repeat;
}

#boxLg {
	width: 560px;
	padding: 0;
	margin: 5px 0 ;
	background: url(../img/boxLgBG.jpg) top center repeat-y;
	float: left;
}

#boxLgTop {
	width: 560px;
	padding: 0;
	margin: 0;
	background:url(../img/boxLgTop.jpg) top center no-repeat;
}

#boxLgContent {
	width: 540px;
	padding: 0;
	margin: 10px;
}

#boxLgFoot {
	width: 560px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: url(../img/boxLgBottom.jpg) bottom center no-repeat;
}

#footer {
	width: 890px;
	margin: 0;
	padding: 5px 25px 15px 25px;
	background: #bad453 url(../img/navBG.jpg) top left repeat-x;
	border-top: solid 1px #6e7455;
	border-bottom: solid 1px #84b33d;
	color: #2a4a01;
}

/** MENU */


#menu ul {
	margin: 0;
	padding: 10px 10px 15px 10px;
	list-style: none;
	height: auto;
}

#menu li {
	display: inline;
	float: left;
	padding: 4px 12px;
}

#menu a {
	display: block;
	float: left;
	padding: 0;
	color: #077ba9;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #2a4a01;
}

#menu li ul {
	position: absolute;
	left: -999em;
	z-index: 1000;
	margin-top: 20px;
	margin-left: -10px;
	padding: 0 10px;
	width: auto;
	list-style: none;
	background: #bad453;
	clear: left;
	border-bottom: solid 1px #84b33d;
	border-left: solid 1px #84b33d;
	border-right: solid 1px #84b33d;

}

#menu li ul li {
	font-weight:bold;
	padding: 5px 0;
	display: block;
	clear: both;
}

#menu li ul li a {
    display: block;
	background: none;
}

#menu li ul li a:hover {
	text-decoration:none;
}

#menu li:hover ul {
	left: auto;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

#menu li:hover, #menu li.hover {
    position: static;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}
