﻿body
{
	color: #000000;
	margin: 0px;
	background-image: url(../Images/MAIN_BACKGROUND.jpg);
	background-repeat: repeat;
}
a:link
{
	color: #339966;
}
a:visited
{
	color: #663399;
}
#Master
{
	width: 99%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#UpdateProgressHolder
{
	display: block;
	z-index: 99;
	left: 5px;
	position: absolute;
	top: 5px;
}
/* used */
#MasterHeading
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #f02f00;
	background-image: url(../Images/Heading_Background.jpg);
	background-repeat: repeat;
}
/* used */
.Horizontal6pxTallBlackLine
{
	width: 100%;
	height: 6px;
	background-color: black;
}
/* used */
.Horizontal6pxTallSpacer
{
	width: 100%;
	height: 6px;
}
/* used */
#MasterHeadingImage
{
	background-image: url(../Images/main_headerimage.jpg);
	width: 100%;
	background-repeat: no-repeat;
	height: 20px;
}
/* used */
.StaffLogin
{
    cursor:pointer;
    position: relative;
    left: 1px;
    top:1px;
    width:48px;
    height:20px;
    background-image: url(../Images/login.jpg);
    background-repeat: no-repeat;
}
/* used */
#MasterHeadingTitle
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: xx-large;
	color: #ffffff;
	font-family: Arial, 'Arial Black' , 'Arial Narrow';
}
/* used */
.MasterHeadingPhone
{
	font-size: xx-large;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, 'Arial Black';
}
/* used */
.SubTitleMarquee
{
	font-size: 20pt;
	color: yellow;
	font-family:  'Times New Roman' , Tahoma;
}
/* used */
.MasterContentMenu
{
	text-align: center;
	background-image: url(../Images/Menu_Background.jpg);
	background-repeat: repeat-y;
	color: #ffffff;
}
/* used */
#ContactUsWhite
{
	color: #ffffff;
	left: -5px;
	position: relative;
}
/* used */
.MasterContentBody
{
	background-color: #ffffff;
	background-image: url(../Images/shadow-top.gif);
	background-repeat: repeat-x;
}
#MasterContentShadowBoxTopLeft
{
	background-image: url(../Images/corner.gif);
	height: 40px;
	width: 37px;
	left: 165px;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 1;
}
/*
#ContentMenu
{
	background-color:Blue;
	width: 100px;
	float: left;
	height: 90%;
	margin-top: auto;
	margin-bottom: auto;
	min-height:480px;
}
*/
#Footer
{
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	text-align: center;
}
.MenuLabel
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Tahoma, Arial, 'Times New Roman' ;
}
#AjaxProgress
{
	clear: none;
	z-index: 2;
	left: 10px;
	float: left;
	position: absolute;
	top: 10px;
}