﻿#bodyBlue
{
	background-image:url(/images/Independent-Home-Page.aspx);
    background-repeat: repeat-x;
    background-position: top center;
}
#bodyBlueInside
{
	background-image:url(/images/Independent-Inside-Pages.aspx);
    background-repeat: repeat-x;
    background-position: top center;
}
#bodyBlueInsideWithGirl
{
	background-image:url(/images/Independent-Inside-Pages-With-Girl.aspx);
    background-repeat: repeat-x;
    background-position: top center;
}

#contentBlue
{
    /*background-image: url('/images/backgroundCentreGradientBlue.aspx');
    background-repeat: repeat-x;
    background-color: #E1EAF6;*/
    
    /*border-left: 3px solid #B1CCE1;
    border-right: 3px solid #B1CCE1;
    border-bottom: 3px solid #B1CCE1;*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color="#B1CCE1",Direction=135, Strength=5);*/
}
#contentBlankBlue
{
    /*background-image: url('/images/backgroundCentreGradientWhite.aspx');*/
}
.box
{
	width: 145px;
}

/* CMS Top Menu */
.TopMenuCMSMenuItem, 
.TopMenuCMSMenuItemMouseOver,
.TopMenuCMSMenuItemMouseDown,
.TopMenuCMSMenuItemMouseUp{
	font-family: Arial,Verdana,Arial Narrow,Helvetica,sans-serif;
    color: #02257F;
    float:left; 
    height:27px; 
    text-decoration:none; 
    font-size: 1.1em; 
    text-align:center;
    vertical-align: top; 
    /*padding:0 6px 0 6px;*/
    cursor:pointer;
    /*font-weight:bold;*/
}

.TopMenuSubCMSMenuItem,
.TopMenuSubCMSMenuItemMouseOver,
.TopMenuSubCMSMenuItemMouseDown,
.TopMenuSubCMSMenuItemMouseUp{
	font-family:Arial,Verdana,Arial Narrow,Helvetica,sans-serif;
	color: white;
	font-weight:normal;
	background-color: #9cd1fb;
	text-align:left;
    vertical-align: top;
	font-size: 1.0em;
	cursor:pointer;	
    /*padding:0 6px 0 6px;*/
	height:18px;
	line-height:18px; 
}

.TopMenuSubCMSMenuHighlightedMenuItem,
.TopMenuSubCMSMenuHighlightedMenuItemMouseOver,
.TopMenuSubCMSMenuHighlightedMenuItemMouseDown,
.TopMenuSubCMSMenuHighlightedMenuItemMouseUp{	
	font-family:Arial,Verdana,Arial Narrow,Helvetica,sans-serif;
	color: #185907;
	font-weight:bold;
	background-color:#9cd1fb;
	text-align:left;
	font-size: 1.0em;
	cursor:default;	
    /*padding:0 6px 0 6px;*/
	height:18px;
	line-height:18px; 
}

.TopMenuCMSMenuHighlightedMenuItem, 
.TopMenuCMSMenuHighlightedMenuItemMouseOver, 
.TopMenuCMSMenuHighlightedMenuItemMouseDown, 
.TopMenuCMSMenuHighlightedMenuItemMouseUp{
	font-family: Arial,Verdana,Arial Narrow,Helvetica,sans-serif;
    color: white; /*#185907;*/
    float:left; 
    height:27px; 
    text-decoration:none; 
    font-size: 1.1em; 
    text-align:center;
    vertical-align: top; 
    /*padding:0 6px 0 6px;*/
    cursor:pointer;
    font-weight:normal;

}

.TopMenuCMSMenuItemMouseOver,
.TopMenuSubCMSMenuItemMouseOver
{
	color:white;
}
.TopMenuSubCMSMenuItemMouseOver
{
	background-color:#4364b1;
}

.TopMenuSubCMSMenu
{
	border: none; /* solid 1px #F077D4;*/
}