﻿
/* Generic styles */
body
{
    font-size: 12pt;
    color: white;
    margin: 0px auto;
    font-family:  Garamond, 'Courier New', Verdana;
    width: 600px;
    position: relative;
    direction: ltr;
    text-align: left;
    line-height: 1.4em;
    background-image: url(Images/Tile.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

.printOnly
{
        display: none;
}
h1
{
	margin-top: 0px;
	font-size: 16pt;
	margin-bottom: 10px;
	padding-top: 10px;
    color:#DB8F44;
}
h2
{
	margin-top: 0px;
	font-size: 14pt;
	margin-bottom: 10px;
	padding-top: 10px;
    color:#DB8F44;
}
a
{
    color:white;
}
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 */
.pageBlank
{
    width: 760px;
    margin: 0px auto 0px 0px;
 
}
.pageHome
{
    width: 760px;
    margin: 0px auto 0px 0px;
    background-image: url(../Images/Picture1.gif);
    background-repeat: no-repeat;
}
.pageClients
{
    width: 760px;
    margin: 0px auto 0px 0px;
    background-image: url(../Images/Picture2.gif);
    background-repeat: no-repeat;
}
.pageCandidates
{
    width: 760px;
    margin: 0px auto 0px 0px;
    background-image: url(../Images/Picture4.gif);
    background-repeat: no-repeat;
}
.pageAssociates
{
    width: 760px;
    margin: 0px auto 0px 0px;
    background-image: url(../Images/Picture3.gif);
    background-repeat: no-repeat;
}
.pageOurDifference
{
    width: 760px;
    margin: 0px auto 0px 0px;
    background-image: url(../Images/Picture5.gif);
    background-repeat: no-repeat;
}
.pageContactUs
{
    width: 760px;
    margin: 0px auto 0px 0px;
    background-image: url(../Images/Picture6.gif);
    background-repeat: no-repeat;
}

.pageTop
{
    height: 23px;
    background-position: 0% 0%;
    background-image: url(../Images/pageTop.gif);
    background-repeat: no-repeat;
}
.pageSides
{
	background: #EFEFEF url(../Images/pageSides.png) repeat-y;
}
.pageBottom
{
	background: url(../Images/pageBottom.png) no-repeat;
	height: 53px;
	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:160px;
    position:relative;
    
    background-color: #663366;
    color:White;
     
    padding-right: 15px;
    padding-left: 15px;
}





/* Navigation */

.navigation
{
    background-image: url(../Images/BackgroundMenu.png);
    margin-left: 228px;
    margin-top:0px;
    background-repeat: no-repeat;
    height:50px;
    font-size:15px;

}

.navigation ul
{
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px 0px 0px;
	color: white;
	padding-top: 4px;
	list-style-type: none;
}
.navigation ul li
{
    padding-top: 0px;
    padding-bottom:2px;
    display:inline;

}
.navigationSelected
{
    color:#DB8F44;
}
.navigation ul li a 
{

    padding-right: 0px;
    padding-left: 0px;

    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;
 
}
.navigationDividers
{
    padding-right: 0px;
    padding-left: 0px;
}

/* Generic Styles common to most pages */


.logo
{
	margin-left: 105px;
	padding-top: 40px;
	margin-top:40px;
	text-decoration: none;
}
.content
{
    margin-left: 250px;
    margin-right:40px;
}
.contentFullWidth
{
    margin-left: 40px;
    margin-right:40px;
}
.contactUs
{
    float: left;
    background-image: url(../Images/BackgroundContactUs.gif);
    padding-left: 35px;
    padding-right:10px;
    margin-top: 248px;
    width: 183px;
    background-repeat: no-repeat;
}
.contactUsLeftCol
{
    float: left;
    padding-left: 35px;
    padding-right:10px;
    margin-top: 280px;
    width: 350px;
}
.contactUs a
{
    color:White;
}
.footer
{
    font-size: 7pt;
    text-align: center;
    font-family: Verdana;
}
.footer a
{
    text-decoration:none;
    color:White;
}
.footer a:hover
{
    text-decoration:underline;
}


/* Styles specific a particular page*/

/* Home page */
.slogan
{
    font-size: 28px;
}
.slogan1
{
    margin-left: 280px;
    margin-top: 25px;
}
.slogan2
{
    margin-left: 350px;
    margin-top: 25px;
}
.slogan3
{
    margin-left: 420px;
    margin-top: 25px;
}
b 
{
    font-size:110%;
    color:#DB8F44;
}
.contentHomePage
{
    font-size: 13pt;
    margin-left: 420px;
    margin-right:40px;
}
.input
{
    background-color: #450000;
    color: White;
    font-family: Garamond;
    font-size: 12pt;
    border-right: #db8f44 1px solid;
    border-top: #db8f44 1px solid;
    border-left: #db8f44 1px solid;
    border-bottom: #db8f44 1px solid;
}
.inputMultiLine
{
    background-color: #450000;
    color: White;
    font-family: Garamond;
    font-size: 12pt;
    border-right: #db8f44 1px solid;
    border-top: #db8f44 1px solid;
    border-left: #db8f44 1px solid;
    border-bottom: #db8f44 1px solid;
    width:252px;
}

/* Job Listing Page */
.listItemSmall
{
	color:#A5A5A5;
}


.ColourBlueLink
{
    font-size: 9px;
    float: right;
    color: White;
    background-color: #5C5F9A;
    margin-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    border-bottom: #4B4B4B thin solid;
    border-right: #4B4B4B thin solid;
    font-family: Verdana;
}
