﻿html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #EFEFEF;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	behavior: url('./css/cssHoverFix.htc');
}
#page-container {
	border-width: 1px;
	border-color: #A1A1A1;
	width: 900px;
	margin: auto;
	border-left-style: solid;
	border-right-style: solid;
	position: relative;
}
#header {
	height: 190px;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
}
#nav {
	float: right;
	position: relative;
	top: 158px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	background-image: url('../images/tab-right.gif');
	background-repeat: no-repeat;
	background-position: right 2px;
}
#nav a {
	display: block;
	background-repeat: no-repeat;
	background-image: url('../images/tab-left.gif');
	background-position: 0 2px;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e4472;
	height: 18px;
	float: left;
}
#nav li:hover {
	background-position: right -32px;
}
#nav li a:hover {
	background-position: 0 -32px;
	color: #db6d16;
	padding: 5px 15px 9px 15px;
}
#nav li.selected {
	background-position: right -32px;
}
#nav li.selected a {
	background-position: 0 -32px;
	color: #0e4472;
	padding: 5px 15px 9px 15px;
}
#content {
	background-color: #ffffff;
	padding: 25px;
}
#main-content {
	width: 575px;
	margin-right: 25px;
}
#side-content {
	float: right;
	width: 250px;
}
#content ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0e4472;
}
#content li {
	margin-bottom: 5px;
}
#footer {
	height: 30px;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	background-color: transparent;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover {
	color: #db6d16;
}
h1 {
	font-family: "Trebuchet MS" ,Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #0099CC;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0099CC;
	font-weight: normal;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0e4472;
}
.quote {
	color: #1c3bd3;
	font-style: italic;
}
.highlight {
	color: #1c3bd3;
	font-weight: bold;
}
#logos {
	display: block;
	position: absolute;
	bottom: 65px;
	right: 25px;
	width: 250px;
}
.tickBullet {
	list-style-image: url('../images/tick.gif');
}
#link-button {
	background-position: 0px 0px;
	display: block;
	height: 47px;
	width: 186px;
	margin-left: 32px;
	margin-top: 10px;
	background-image: url('../images/recruitment-link.gif');
	background-repeat: no-repeat;"
}
#link-button:hover {
	background-position: 0px -47px;
}

