﻿
/* Generic styles */
body
{
    font-size: 10pt;
    color: black;
    margin: 0px auto;
    font-family: Verdana;
    width: 760px;
    position: relative;
    direction: ltr;
    text-align: left;
    background-color: #EFEFEF;
    line-height: 1.4em;

}

h1
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 16pt;
	margin-bottom: 10px;
	padding-top: 10px;
	font-family: 'Times New Roman';
}
h2
{
    font-size: 11pt;
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 10px;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.noDecoration
{
       text-decoration: none;
}
.floatLeft
{
    float:left;
    margin: 0;
    padding: 0;
}

.floatRight
{
    clear:right;
    float:right;
    margin: 0;
    padding: 0;
}
strong
{
    color: #663366;
}
p
{
    margin-top: 0px;
    margin-bottom: 5px;
}


/* Page Layout */
.page
{
	margin: 0px auto 0px 0px;
	width: 760px;
}
.pageTop
{
	background: url(../Images/pageTop.gif);
	height: 47px;
}
.pageSides
{
	background: #EFEFEF url(../Images/pageSides.gif) repeat-y;
}
.pageSidesPlain
{
	background: #EFEFEF url(../Images/pageSidesPlain.gif) repeat-y;
}
.pageBottom
{
	background: url(../Images/pageBottom.gif) no-repeat;
	height: 50px;
	clear: both;
}
.pageBottomPlain
{
	background: url(../Images/pageBottomPlain.gif) no-repeat;
	height: 50px;
	clear: both;
}
.firstColumn
{
    float:left;
    width:190px;
    position:relative;
    
    background-color: #663366;
    color:White; 
}
.secondColumn
{
    float: left;
    width: 350px;
    padding-right: 15px;
    padding-left: 15px;
   /* background-color:#F7EFF7; */
   background-color:#F4E8F4;
   
}
.thirdColumn
{
    float:right;
    width:190px;
    position:relative;
    
    background-color: #663366;
    color:White;
}
.fullWidth
{
	padding-right: 15px;
    padding-left: 15px;
}


/* Styles specific to part of the page */

.banner
{
    background-image: url(../Images/Banner.gif);
    height: 160px;
    background-repeat: no-repeat;
}
.bannerText
{
	margin-top: 60px;
	font-size: 23pt;
	float: left;
	line-height: 1.4em;
	font-family: 'Times New Roman';
	height: 40px;
	margin-left:160px;
}
.logo
{
	float: left;
	margin-left: 50px;
	text-decoration: none;
	height:142px;
}
.prompt1
{
	float: left;
    width: 120px;
    text-align: right;
    margin-right: 5px;
}
.errorMessage
{
	background-color: yellow;
}
#confirmation
{
    color: #663366;

}
/* Navigation */

.navigation
{
    background-image: url(../Images/menuBackground.gif);
    margin-left: 10px;
    margin-top:10px;
    font-size: 10pt;
    background-repeat: no-repeat;
    height:245px;
}

.navigation ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 170px;
	color: white;
	padding-top: 10px;
	list-style-type: none;
}
.navigation ul li
{
    padding-top: 0px;
    padding-bottom:2px;
}

.navigationSelected
{
    background-image: url(../Images/menuSelected.gif);
}
.navigation ul li a 
{

    padding-right: 0.6em;
    padding-left: 1.8em;

    margin-right:0.0em;
    text-decoration:none;
     color:White;
}
.navigation ul li a:hover
{
    text-decoration:underline;
}
.navigationold ul li a:hover
{
    text-decoration: underline;
 
}

/* Styles specific to items on a particular page*/
.homePageJobList
{
    list-style-type: none;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right:10px;
}
.pleaseCall
{
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 14pt;
    font-family: 'Times New Roman';

}
.homePageLogo
{
    margin-top: 20px;
    margin-left: 10px;

}
.homePageLogoCol3
{
    margin-top: 30px;
    margin-left: 10px;

}
.slogan
{
    margin-left: 15px;
    margin-right: 5px;
    font-size: 14pt;
    font-family: 'Times New Roman';
}
.fade
{
    color: White;
    background-image: url(../Images/fadeBackground.gif);
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 60px;
    padding-top: 5px;
}
.fade a
{
    color:White;
    text-decoration:none;
}

/* Box with corners */
/* Needs 4 element 2 for top 2 for bottom*/
/* RH elements must be full width e.g. <p> or <h2> */
.box
{
	
    background-image: url(../Images/cornerBlueTopLeft.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-color:#DED2DE;

}
.box h2
{
    background-image: url(../Images/cornerBlueTopRight.gif);
    background-position: right top;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
   	font-family: 'Times New Roman';
	font-size: 14pt;

}
.boxBottom
{
    background-image: url(../Images/cornerBlueBotLeft.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #DED2DE;

}
.boxBottom p
{
    background-image: url(../Images/cornerBlueBotRight.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 0px;

}
.boxText
{
	padding-left:15px;
	padding-right:15px;
}
.ColourBlueLink
{
    float:right;
    margin-right:28px;
    font-size: 9px;
    color: White;
    background-color: #9999CC;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 17px;
    padding-right: 17px;
    text-decoration: none;
    border-bottom: gray thin solid;
    border-right: gray thin solid;
}

/* CMS Customisation  */

CMSbody
{
	background-color:;
}

.CMSLogo
{
	height:66px;
	width:123px;
}

.CMSButton
{
	color:White;
	background-color:#633163;
}

.CMSnavigation ul li a
{
	color:White;
	background-color:#633163;
}

.CMSnavigation ul li a:visited
{
	color:White;
	background-color:#633163;
}

.listHeader
{
	background-color:#F4E8F4;
}
.CMSnavigationContents
{
	display:none;
}
.CMSnavigationGallery
{
	display:none;
}
