/*  *********************************** 
 	*      EngageCMS Site Styles      * 
    *********************************** 

    Developed By   : Tom Bourne
	Engage Version : 1.0
	Description    : Customise the styles in this section
*/

/*
	REMINDER: the 'body' element is defined in both this and UserSiteStyle.css
*/
body
{
	background-color: #000000; 
	padding: 0px; 
	margin: 0px; 
	font-family:'Trebuchet MS'; 
	font-size:9pt;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	text-decoration: none;
}

#MainPlaceholder
{
	width: 1024px;
	height: 906px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(/images/Background.jpg)
}

#Header
{
	width: 800px; 
	border: 3px solid white; 
	height: 162px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 60px; 
	background-color:#252522; 
	color: white;
}

#MainBody
{
	background-color: #f4f4f4; 
	margin-left:auto; 
	margin-right:auto; 
	width: 800px; 
	
	border-left: 3px solid white; 
	border-right: 3px solid white; 
	border-bottom: 3px solid white;
}

#SiteFooter
{
	margin-left:auto; 
	margin-right:auto; 
	width: 800px; 
	color: #aaaaaa; 
	padding-top: 10px; 
	text-align:center; 
	font-size: 8pt;
}

#SiteFooter a:link
{
	color: White;
	text-decoration: none;
}

#SiteFooter a:visited
{
	color: White;
	text-decoration: none;
}

#SiteFooter a:hover
{
	color: White;
	text-decoration: underline;
}

#BreadcrumbDiv
{
	font-size: 8pt;
}

#BreadcrumbDiv a
{
	color: #CCCCCC;
	text-decoration: none;
}

#BreadcrumbDiv a:hover
{
	color: #8482b3;
	text-decoration: underline;
}

h1
{
	color: #333333;
	font-size: 15pt;
	margin-bottom: 5px;
}

h2
{
	color: #333333;
	font-size: 13pt;
}

.TopNavMenu
{
	padding-left: 10px;
	color: White;
	font-weight: bold;
}

.TopNavMenu a:link
{
	color: White;
	text-decoration: none;
}

.TopNavMenu a:visited
{
	color: White;
	text-decoration: none;
}

.TopNavMenu a:hover
{
	text-decoration: underline;
	color: #abcdef;
}

.SideNavMenu
{
	color: #333333;
	text-decoration: none;
}

.SideNavMenu a:link
{
	color: #333333;
	text-decoration: none;
}

.SideNavMenu a:visited
{
	color: #333333;
	text-decoration: none;
}

.SideNavMenu a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}



#menuBar
{
	background-color: #000000;
	height: 23px;
	width: 487px;
	vertical-align: middle;
	text-align: center;
}

.SubNavContainer
{
	padding-top: 10px;
	color: white;
	font-size: 10pt;
}

.SubNavContainer a
{
	color: #e6cca4;
	text-decoration: none;
}

.SubNavContainer a:hover
{
	color: white;
	text-decoration: underline;
}

#SubNavQuote
{
	color: #84b2e2;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.SubNavePageTitle
{
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #84b2e2;
}

.MainPageTitle
{
	font-size: 15pt;
	font-weight: bold;
	color: #84b2e2;
}

/* 	******  Navigation Links Styles  ****** */
.NavigationLinks
{
	font-size: 9pt;
	text-decoration: none;
	color: #FF3399;
}

.NavigationLinks a			{text-decoration: none;	color: #618bb6;}
.NavigationLinks a:visited	{text-decoration: none;	color: #618bb6;}
.NavigationLinks a:hover	{text-decoration: none;	color: Black;}
.NavigationLinks a:active	{text-decoration: none;	color: red;}
/*********************************************/

/* 	****** HorizontalSiteMenu Styles ****** */
.MenuGroup, .MenuGroupHover, .MenuItem, .MenuItemHover, .MenuItemUnpublished .MenuItemUnpublishedHover
{
	cursor: hand;
}
.MenuGroup					{ background-color: #000000; border: solid 2px #000000; color:#FFFFFF }
.MenuGroupHover				{ background-color: #362470; }
.MenuItem					{ background-color: #000000; }
.MenuItemHover				{ background-color: #362470; color: White; }
.MenuItemUnpublished		{ background-color: #ff5f68; }
.MenuItemUnpublishedHover	{ background-color: red; }
/*********************************************/
