/* orange: f95007 | yello: ff0 | navy: 00007A */

* {margin:0;padding:0;border:none;text-align:left;}

html {display:block;width:100%;margin:0 auto;text-align:center;}

body {
	width:100%;
	margin:0 auto;
	padding:0;
	background:#eee fixed;
	font-size:81.25%; /* = 13px */
	font-family:arial,sans-serif;
	line-height:1.3em;
	color:#444;
	text-align:left;	
}

a:link, a:visited {
	color:#00007A;
	text-decoration:underline;
}
	
a:hover {
	color:#f95007;
	text-decoration:none;
}
	
a:link.imagelink, a:visited.imagelink, a:hover.imagelink {
}

a:link.noborder, a:visited.noborder, a:hover.noborder {
	color:#fff;
	text-decoration:none;
	border-bottom:0;
}

p, h1, h2, h3 , h4, h5, h6, ul {
	margin:10px 0px 5px 0px;
}

h1, h2, h3, h4, h5, h6 {
	color:#555;
	line-height:1.2em;
}
	
h1 {
	font-size:1.6em;
	font-weight:normal;
}

h2 {font-size:1.3em;}
h3 {font-size:1.1em;}
h4 {font-size:1.0em;}
h5 {font-size:0.9em;}
h6 {font-size:0.8em;}

fieldset {
	border:solid 1px #ccc;
	padding:20px;
}

legend {
	padding:0px 20px;
	font-size:16pt;
	color:#fff;
	line-height:20pt;}

ul {
	margin-left:25px;
}

li {
	margin:5px 0px;
	list-style:disc outside;
}

form div {
	text-align:left;
	clear:left;
}

#formcontact {
	padding:10px;
	border:1px solid white;
	background:#ddd;
	text-align:left;
	width:420px;
}

.form_field {
	margin:3px 0px;
	padding:2px 0px;
	width:180px;
	background:#fdfdfd;
	border:solid 1px #dcdcdc;
}

#formcontact textarea {
	background:#fdfdfd;
	border:solid 1px #dcdcdc;
}

#formcontact input.button_red {
	padding:3px 5px;
	font-size:1.4em;
	font-weight:bold;
	background:#fcc;
	border:solid 1px red;
	color:#733;
	text-align:center;
}

#formcontact input.button_submit {
	padding:3px 5px;
	font-size:1.4em;
	font-weight:bold;
	background:#fa7229;
	border:outset 2px #fff;
	color:#222;
	text-align:center;
	}
	
#formcontact label {
	float:left;
	margin-top:5px;
	margin-right:5px;
	width:150px;
	font-size:1em;
	text-align:right;
}

#jobapp {
	clear:none;
	margin-top:20px;
	text-align:left;
	border:solid 1px #fff;
	background:#aaa;
}

#jobapp textarea {
	background:#fdfdfd;
	border:solid 1px #dcdcdc;
}
	
#jobapp input {
	float:left;
	margin-top:5px;
	padding:2px 0px;
}

#jobapp input.button_submit {
	padding:3px 5px;
	font-size:1.4em;
	font-weight:bold;
	background:#fa7229;
	border:outset 2px #fff;
	color:#222;
	text-align:center;
	}
	
#jobapp label {
	float:left;
	margin-top:3px;
	margin-right:5px;
	padding-top:3px;
	padding-left:5px;
	font-size:1em;
	text-align:right;
}

#induction label {
	float:left;
	display:block;
	margin-top:5px;
	margin-right:5px;
	width:100px;
	font-size:1em;
	text-align:right;
}

#induction input.button_submit {
	padding:3px 5px;
	font-size:1.4em;
	font-weight:bold;
	background:#fa7229;
	border:outset 2px #fff;
	color:#222;
	text-align:center;
	}
	
/* orange: f95007 | yello: ff0 | navy: 00007A */

#container {
	position:relative;
	display:block;
	margin:0 auto;
	width:950px;
	border: solid 2px #fff;
	border-top:0;
	background:url("graphics/bg_menu.jpg") #ccc -50px 0px repeat-y;
}
	
#head {
	display:block;
	width:950px;
	height:141px;
	text-align:left;
	border-bottom: solid 3px #fff;
	z-index:100;
}

	#head #logo {
		float:left;
		width:190px;
		height:141px;
		text-align:right;
		z-index:100;
	}
	
	#head #collage {
		float:right;
		width:754px;
		height:141px;
		text-align:center;
	}

#menu {
	float:left;
	margin-top:10px;
	margin-left:0px;
	padding-left:20px;
	width:190px;
	/* height:550px; */
	font-size:12pt;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-align:left;
	border:0;
}

#menu a:link, #menu a:visited {
	display:block;
	margin-top:8px;
	padding-top:2px;
	padding-left:15px;
	width:150px;
	height:30px;
	color:#fff;
	text-decoration:none;
	border:0;
	background:url("graphics/nav_swoosh.png") no-repeat;
}
	
#menu a:hover {
	color:#fa4c04; /*f95007;*/
	text-decoration:none;
}
	
#menu a:link.active_link, #menu a:visited.active_link {
	display:block;
	color:#fa4c04;
}

#page {
	margin-top:15px;
}
	
#content {
	position:relative;
	margin-right:50px;
	margin-left:220px;
	padding-bottom:30px;
}

#content img {
	margin:5px 10px;
	border:solid 1px #ddd;
}
	
#footer {
	clear:both;
	display:block;
	margin:0;
	padding:4px 0px 2px 0px;
	font-weight:normal;
	font-size:9pt;
	text-align:center;
	color:#000;
	background:#f95007;
	z-index:101;
}
	
#footer a:link, #footer a:visited {
	color:#000;
	text-decoration:underline;
}
	
#footer a:hover {
	color: #000;
	text-decoration:none;
}
	
#footer img {
	clear:left;
	margin-top:5px;
}

/* orange: f95007 | yello: ff0 | navy: 00007A */

.newsflash {
	border-bottom:dashed 1px #fff;
}


.heading {
	margin-bottom:15px;
	font-size:14pt;
	font-weight:bold;
	color:#fff;
	border-bottom:solid 1px #fff;
	/* text-transform:capitalize; */
}

h1#pagetitle {font-size:0.8em;display:none;visibility:hidden;}

.ns {
	position:absolute;
	font-family:verdana,sans-serif;
	font-size:1em;
	display:none;
}

.align_l {text-align:left;}
.align_c {text-align:center;}
.align_r {text-align:right;}
.align_j {text-align:justify;}
.align_t {vertical-align:top;}
.align_m {vertical-align:middle;}
.align_b {vertical-align:bottom;}

.img_l {margin:0px 10px 10px 0px;}
.img_r {margin:0px 0px 10px 10px;}

.core_values {
	margin-left:25px;
	color:#f95007;
}

/* orange: f95007 | yello: ff0 | navy: 00007A */