@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	color:#333;
	line-height: 19px;
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-image:url(images/bg-main.jpg);
	background-repeat:repeat;
}

body p{
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

a img {border: none;}

/*
HEADERS TO GO HERE
*/

h1 {font-size:18px; color:#036; padding-bottom:15px; text-decoration:underline; line-height:22px;}
h2 {font-size:18px; color:#036; padding-bottom:15px; text-decoration:underline; line-height:22px;}
h3 {font-size:18px; color:#036; padding-bottom:15px; text-decoration:underline; line-height:22px;}

/*
DIV ID'S TO GO HERE
*/

#wrapper {
 	margin-left: auto;
 	margin-right: auto;
 	width: 980px;
	margin-top:20px;
	background-color:#FFFFFF;
}

#header {
	width:980px;
	float:left;
	display: inline;
}

#tel {
	width:240px;
	height:65px;
	margin:30px;
	float:left;
	display: inline;
}

#logo {
	width:441px;
	padding: 15px 0px 15px 214px;
	float:left;
	display: inline;
}

#navigation {
	width:950px;
	height:20px;
	padding:10px 30px 10px 0px;
	background-image:url(images/bg-nav.jpg);
	background-repeat:repeat-x;
	background-color:#006;
	float:left;
	text-align:right;
}

#banner {
	width:980px;
	height:240px;
	float:left;
}

#page {
	width:920px;
	float:left;
	padding:30px;
}

#page li {
	list-style-position:outside;
	margin-left:15px;
}

#recruitment1 {
	width:390px;
	float:left;
	margin: 40px 70px 40px 50px;
	display: inline;
}

#recruitment2 {
	width:340px;
	float:left;
	margin: 40px 40px 40px 30px;
	display: inline;
}

#footer {
	clear:both;
	height:20px;
	padding-bottom: 10px;
	text-align:center;
}

#slideshow {
    position:relative;
    height:250px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*
CLASSES TO GO HERE
*/

.nav {font-size:15px; text-decoration:none; color:#FFF; padding-left:20px;}
a.nav:hover {color:#9C0;}

.nav2 {font-size:13px; text-decoration:none; color:#036;}
a.nav2:hover {color:#9C0;}

.contentlink {color:#9C0; text-decoration:none; border-bottom:dotted 1px #9C0;}
a.contentlink:hover {color:#006; border-bottom:dotted 1px #006;}

.green18 {font-size:18px; color:#9C0; font-weight:bold;}

.enq {width:300px; height:25px; font-family:Arial, Helvetica, sans-serif, Times, serif; font-size:13px; padding-left:6px;}
.enq2 {width:300px; height:70px; font-family:Arial, Helvetica, sans-serif, Times, serif; font-size:13px; padding-left:6px; padding-top:6px;}
.enq3 {width:140px; height:25px; font-family:Arial, Helvetica, sans-serif, Times, serif; font-size:13px; padding-left:6px;}

.img400 {
	width:400px;
	float:right;
	margin: 0px 0px 40px 40px;
}

.img400i {padding-bottom:40px;}

.title {
	font-size:17px;
	font-weight:bold;
	color:#333;
	line-height:30px;
}

.links {float:left; margin-right:40px; border:1px solid #CCC;}
