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


*:focus {outline: 0;}
{
margin: 0;
}
html, body {
	background-color: #1F1A17;
}

a:link, a:visited, a:hover, a:active, a:focus {
	outline: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	text-decoration: none;
}




input:link, input:visited, input:hover, input:active, input:focus { outline: none; }
a:link, a:visited, a:hover, a:active, a:focus {
	outline: none;
}
body  {
	font-family: 'Spinnaker', sans-serif;
	margin: 0px;

}
#test {
	background-color: #03C;
	height: 300px;
	float: left;
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 100;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	background-color: #E8EAE8;
	background-image: url(../images/back_01.png);
	background-repeat: no-repeat;
	background-position: center 72px;
}


.header {
	background-image: url(../images/nav_01.gif);
	background-repeat: repeat-x;
}
.tagLine {
	width: 310px;
	text-align: center;
}


#navBar {
	text-align: right;
	width: 500px;
	float: right;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navBar img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.content {
	padding: 10px 0;
	width: 885px;
	float: left;
	position: relative;
}
.contentHome {
	width: 870px;
	text-align: right;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/map_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	height: 620px;
}
.content a {
	font-size: 12px;
	font-weight: normal;
	color: #0071B6;
}
.mapAbout {
	background-image: url(../images/map_about.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 600px;
}
.mapConsult {
	background-image: url(../images/map_consult.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 600px;
}
.mapRecruit {
	background-image: url(../images/map_recruit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 600px;
}
.mapUni {
	background-image: url(../images/map_uni.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 600px;
}




.logo {
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/ex_logo_01.gif);
	height: 300px;
	width: 310px;
	margin-top: 126px;
	text-align: center;
}
#map img {
	margin: 0px;
	padding: 0px;
}

#topPanel {
	background-color: #383431;
	background-image: url(../images/nav_01.gif);
	background-repeat: repeat-x;
	height: 72px;
}
#basePanel {
	background-color: #383431;
	background-image: url(../images/base_01.gif);
	background-repeat: repeat-x;
	height: 16px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	visibility: visible;
}



h1          {
	font-weight: normal;
	font-size: 34px;
	padding: 0px;
	margin: 0px;
	color: #0093DD;
}
h2     {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #0093DD;
	text-transform: uppercase;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3     {
	font-size: 28px;
	font-weight: normal;
	color: #0093DD;
	margin: 0px;
	padding: 0px;
}
h4    {
	font-size: 16px;
	font-weight: normal;
	color: #0071B6;
	padding: 0px;
	margin: 0px;
}
h5   {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #0093DD;
	text-transform: none;
}
h6   {
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
p   {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666;
}

ul  {
	list-style-type: square;
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}
li  {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	color: #ECE6E6;

}
.largeFont {
	font-size: 16px;
}


.footer  {
	background-color: #333;
	clear: both;
	text-align: center;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;


} 




.footer a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.footer ul {

}

.footer li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	color: #666;
	font-size: 10px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}




.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#geometry {

}

#apDiv1 {
	position:absolute;
	left:62px;
	top:44px;
	width:164px;
	height:56px;
	z-index:3000;
	text-align: left;
}
#conDiv1 {
	z-index: 5000;
	position: relative;
	left: 100px;
	top: 20px;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 558px;
	width: 868px;
}

.buttonLink1 {
	display: block;
	width:164px;
	height:56px;
	color: #FFF;
	background-image: url(../images/h_recruit.gif);
}

.buttonLink1:hover {
	background-image: url(../images/h_recruit_01.gif);
	background-position: 0 0;

}
#apDiv2 {
	position:absolute;
	left:62px;
	top:352px;
	width:164px;
	height:56px;
	z-index:3500;
	text-align: left;
}
.buttonLink2 {
	display: block;
	width:164px;
	height:56px;
	color: #FFF;
	background-image: url(../images/h_about.gif);
	background-repeat: no-repeat;
	float: left;
}
.buttonLink2:hover {
	background-image: url(../images/h_about_01.gif);
	background-position: 0 0;

}
#apDiv3 {
	position:absolute;
	left:326px;
	top:173px;
	width:164px;
	height:56px;
	z-index:4000;
	text-align: left;
}
.buttonLink3 {
	display: block;
	width:164px;
	height:56px;
	color: #FFF;
	background-image: url(../images/h_uni.gif);
	background-repeat: no-repeat;
	float: left;
}
.buttonLink3:hover {
	background-image: url(../images/h_uni_01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;

}
#apDiv4 {
	position:absolute;
	left:556px;
	top:278px;
	width:164px;
	height:56px;
	z-index:4500;
	text-align: left;
}

.buttonLink4 {
	display: block;
	width:164px;
	height:56px;
	color: #FFF;
	background-image: url(../images/h_consult.gif);
	background-repeat: no-repeat;
	float: left;
}
.buttonLink4:hover {
	background-image: url(../images/h_consult_01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;

}
#apDiv5 {
	position:absolute;
	left:556px;
	top:278px;
	width:164px;
	height:56px;
	z-index:4500;
	text-align: left;
}

.buttonLink5 {
	display: block;
	width:130px;
	height:56px;
	color: #FFF;
	background-image: url(../images/h_partner.gif);
	background-repeat: no-repeat;
	float: left;
}
.buttonLink5:hover {
	background-image: url(../images/h_partner_01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;

}
#fifteen01 {
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 646px;
	top: 505px;
	width: 152px;
}
#backButton {
	float: right;
}

#contact{
	width:750px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#contact p {
	background-color: #E8E8E8;
	padding: 8px;
	margin-bottom: 1px;
	font-size: 12px;
	margin-top: 0px;
}
.leftColContact {
	width: 170px;
	float: left;
	margin: 0px;
	padding: 0px;
}

form * {margin:0;padding:0;} /* Standard margin and padding reset, normally done on the body */

legend {
	*margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
	padding: 2px;
	margin: 2px;
	width: 150px;
	float: left;
}
.enquiry {
	width: 100px;
	float: left;
}

fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
}
fieldset div {display:block;} /* Reset element back to block leaving layout in ie */
label {
	float:left; /* Take out of flow so the input starts at the same height */
	width:170px; /* Set a width so the inputs line up */
}
.colour  {
	background-color: #E8E8E8;
	padding: 8px;
	margin-bottom: 1px;
	font-size: 12px;
	color: #666;
}
.radio {
	position:relative; /* Position so children are relative to this container */
	border:0; /* Remove the border */
}
.radio span {
	position:absolute; /* Take the content of the legend out of flow */
	top:0;left:0; /* and position it to the top left of the fieldset */
	width:5em; /* Same width as labels */
}
.radio ul {
	margin-left:170px; /* Since the legend is out of flow. set margin, so inputs are inline */
	list-style:none;
}
.radio li {
	position:relative; /* Fix a bug in IE zoom functionality */
	display:inline; /* Display the inputs in a line */
	white-space:nowrap; /* We dont want a label to wrap between the input and label */
}
.radio label, .radio input {
	width:auto; /* Reset the width on the label from the 5em, set earlier */
	float:none; /* Reset the float from left on the label, set earlier */
	vertical-align:middle; /* Align the radio buttons with the inputs */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E8E8E8;
}
.radio.colour ul li label {
	color: #666;
}

textarea {
	overflow-x:hidden;
	border: 1px solid #666;
}
input
{
	background-color:#fff;
	border: 1px solid #666;
	font-size: 14px;
	color: #666;
	line-height: 150%;
	padding: 2px;
}
input[type="button"]{
	height:31px;
	float:right;
	background-color:#666666;
	border:1px solid #333;
	height:30px;
	font-size:10px;
	letter-spacing:0px;
	color:#ddd;
	text-transform:uppercase;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	cursor:pointer;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
}
input[type="button"]:hover{
    color:#fff;
    opacity:1.0;
}
.submit {
    height:40px;
    position:relative;
}
.events {
	margin-top: 20px;
	margin-bottom: 20px;
}
.events ul li img {
	margin-top: 5px;
	border: 0 none;
	vertical-align: middle;
}
.events ul {
	list-style-type: none;
}
.events  li  {
	margin: 2px;
	font-size: 13px;
	color: #1F1A17;
}
.request {
	margin: 0px;
	padding: 0px;
	height: 1px;
	visibility: hidden;
}
.partnerLeft {
	background-color: #FFF;
	padding: 7px;
	width: 230px;
	float: left;
}
.partnerRight {
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	width: 550px;
}
.partnerBox {
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px dotted #CCC;

}
