*
{
	margin: 0px;
	padding: 0px;
}

html
{
	background-image:url(../images/bg2.jpg);
}

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6
{
	display: inline; /*Gets rid of line break after header tag*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 18px; 
	color:#990066;
	font-weight: bold;
}

.h2smaller
{
	font-size: 14px; 
}

.maincontainer
{
	width: 800px;
	margin: auto;
}

#header
{
	width: 800px;
	height: 190px;
}

#nav
{
	width: 800px;
	height: 56px;
	background-image:url(../images/nav.jpg);
}

#frontpagecentre
{
	width: 800px;
	height: 353px;
}

#longheader
{
	width: 800px;
	height: 63px;
	background-image:url(../images/long_header.jpg);
}

#bodycontent
{
	width: 800px;
	background-image:url(../images/cellbg.jpg);
	overflow: auto;
}

#logos
{
	width: 800px;
	height: 99px;
	background-image:url(../images/logos.jpg);
}

#logospadding
{
	padding-bottom: 0px;
	padding-left: 320px;
	padding-right: 0px;
	padding-top: 38px;
}

#footer
{
	width: 800px;
	height: 57px;
	background-image:url(../images/footer.jpg);
}



.footerpadding
{
	padding-left: 10px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:center;
}

.headerpadding
{
	padding-left: 65px;
	padding-top: 40px;
	padding-right: 65px;
	padding-bottom: 0px;
}

.bodypadding
{
	padding-left: 65px;
	padding-top: 20px;
	padding-right: 65px;
	padding-bottom: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	line-height: 1.6;
	text-align: justify;
}

a.purplelink { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 12px;} 
a.purplelink:link { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 12px;} 
a.purplelink:visited { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 12px;} 
a.purplelink:hover { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 12px;} 
a.purplelink:active { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 12px;}

a.purplelink2 { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 14px;} 
a.purplelink2:link { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 14px;} 
a.purplelink2:visited { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 14px;} 
a.purplelink2:hover { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 14px;} 
a.purplelink2:active { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 14px;}

a.purplelink3 { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 11px;} 
a.purplelink3:link { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 11px;} 
a.purplelink3:visited { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 11px;} 
a.purplelink3:hover { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 11px;} 
a.purplelink3:active { text-decoration:underline; color: #CC33CC; font-weight: bold; font-size: 11px;}

a.purplelink4 { text-decoration:underline; color: #990066; font-weight: bold; font-size: 14px;} 
a.purplelink4:link { text-decoration:underline; color: #990066; font-weight: bold; font-size: 14px;} 
a.purplelink4:visited { text-decoration:underline; color: #990066; font-weight: bold; font-size: 14px;} 
a.purplelink4:hover { text-decoration:underline; color: #990066; font-weight: bold; font-size: 14px;} 
a.purplelink4:active { text-decoration:underline; color: #990066; font-weight: bold; font-size: 14px;}


ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding-left:55px;
	padding-top:10px;
}

#navlist li
{
	 display: block;
	 float: left;
	 margin-right: 15px;
	 list-style-type: none;
     width: 102px;
	 height: 33px;
	 text-align: center;
	 background-image: url(../images/button.jpg);
}

#navlist a 
{ 
	 display: block;
	 width: 102px;
	 height: 23px;
	 padding-top:9px;
	 font-weight: bold;
}

#navlist a:link, #navlist a:visited
{     
	width: 102px;
	height: 23px;
	color: #666;
	text-decoration: none;
}

#navlist a:hover
{   
 	width: 102px;
	height: 23px;
	color: #666;
	background-color: #369;
	text-decoration: none;
	background-image: url(../images/buttonover.jpg);
}

/*Linked images have no border*/
a img 
{
	border:0;
} 

#top
{
	width: 800px;
	height: 120px;
}

#centre
{
	width: 800px;
	height: 110px;
}

#bottom
{
	width: 800px;
	height: 123px;
}

p
{
	margin-top:15px;
	margin-bottom:15px;
}

.contentlist
{
	padding-left: 30px;
}

.contentlist2
{
	padding-left: 15px;
	
}

.morayimg
{
	padding-left: 10px;
}

.vacancy
{
	border-bottom: 1px dotted #999999;
}

.link
{
	padding-top: 10px;
	border-bottom: 1px dotted #999999;
}

.row2
{
	
}

.vidcol
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height: 1.5;
	text-align: justify;
	float:left;
	height: 210px;
	width: 340px;
	clear:left;
}

.col1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height: 1.5;
	text-align: justify;
	float:left;
}

.col2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height: 1.5;
	text-align: justify;
	float:left;
}

.col3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height: 1.5;
	text-align: justify;
	float:left;
}

.col4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height: 1.5;
	text-align: justify;
	float:left;
}

.fincol
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height: 1.5;
	text-align: left;
	float:left;
	height: 210px;
	width: 220px;
}

.fincol2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height: 1.5;
	text-align: left;
	float:left;
	height: 130px;
	width: 220px;
}

.fincol3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height: 1.5;
	text-align: left;
	float:left;
	height: 290px;
	width: 220px;
}

.fincol4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height: 1.5;
	text-align: left;
	float:left;
	height: 250px;
	width: 220px;
}

.finmsg
{
	width: 600px;
	clear:left;
	float:left;
}

.financepadding
{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
}

.col1padding
{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 70px;
}

.col2padding
{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
}

.col3padding
{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
}
.col4padding
{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.col5padding
{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
}


.interviewimg
{
	padding-left: 10px;
}
