/* CSS Document */

/* ----------------- Text Classes ----------------------------------------------- */

h1 {
	padding: 4px 0 4px 0;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-style: italic;
	line-height: 1.3em;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #424459;
	font-style: italic;
	margin: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	margin: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #0053CE;
	margin: 0;
	padding-bottom: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin: 0;
	font-weight: normal;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0066FF;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.3;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.3;
}
.headertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #666666;
}
.red {
	color:#F00;
}

/* ----------------- Page Layout ----------------------------------------------- */

html, body {
	margin : 0;
	padding : 0;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/back.gif);
}

#bginner {
	width : 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
}
#bgouter {
	margin : 0 auto;
	width : 820px;
	background-repeat : repeat-y;
	text-align: left;
	background-image: url(images/bkgd.gif);
}

#header {
	width : 820px;
	text-align : center;
	background-image: url(images/back.gif);
}
#headerfg {
	width : 780px;
	text-align : right;
	margin: 0 auto;
	background-repeat: repeat-x;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
}
#logo {
	height: 78px;
	background : url(images/logo.jpg);
	background-repeat : no-repeat;
	text-align : center;
	background-color: #FFFFFF;
	width: 780px;
}

#menu {
	height: 49px;
	text-align : left;
	background-color: #FFFFFF;
	width: 780px;
}
#centresection {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-left: 20px;
}


#container {
	margin : 0px 0px 0 0px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#footer { width: 780px;
  height: 33px;
  background-image: url(images/index_0100.jpg);
  background-repeat:repeat-x;
}

.page_content {
	width: 720px;
	vertical-align: top;
}
.jobs {
	width:700px;
	border:3px solid #828282;
	padding:10px;
}
.jobs1 {
	width:320px;
	padding:10px;
}
/* ----------------- Boarder ----------------------------------------------- */

#divider_boarder {
	width : 670px;
	border-bottom: 1px solid #000000;
	line-height: 15px;
	margin-left: 30px;
}
#divider_boarder_short {
	width : 320px;
	border-bottom: 1px solid #000000;
	line-height: 15px;
	margin-left: 30px;
}
/* ----------------- Base Navigation menu ----------------------------------------------- */

#basenav {
	width : 780px;
	text-align : center;
	margin: 0 auto;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 15px;
}

/* ----------------- image caption ----------------------------------------------- */

div.imagecaption {
	float: inherit;
	width: 227px;
	padding-left: 88px;
  }
  
div.imagecaption p {
	text-align: center;
   }

div.imagecaptioncontainer {
	width: auto;
	float: right;
  }
div.imagecaptionspacer {
  clear: both;
  }

/* ----------------- rollover image ----------------------------------------------- */

.thumbnail{
	position: relative;
	z-index: 0;
	border:0;
}

.thumbnail:hover{
background-color: transparent;
border:none;
z-index: 50;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50px;
left: -147px; /*position where enlarged image should offset horizontally */

}
/* ----------------- Contact Enquiry Form ----------------------------------------------- */

.page_content_form {
	width: 740px;
	vertical-align: top;
	height: 540px;
	float: left;
}
.form_left {
	width: 250px;
	text-align: right;
	float: left;
}
.form_right {
	width: 300px;
	text-align: left;
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

