@charset "utf-8";
/* CSS Document */
html {
	min-height: 100%;
	padding-bottom: 1px;
}

body {
	margin: 0;
	padding: 25px 0 0 0;
	border: 0;
	text-align: center;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url("../img/background-fade.png") repeat-x;
	overflow-x: hidden;
	height: 100%;
	behavior:url("csshover.htc");
}

.extrabg {
	position: absolute;
	z-index: -5;
	top: 0px;
	left: 50%;
	margin-left: -560px;
	background: url("../img/background-swirl.png") top center no-repeat;
	height: 450px;
	width: 1100px;
}

/*  GENERAL ITEMS  */
img {
	border: 0;
}

h1 {
	font-size: 26px;
	color: #346391;
	margin: 10px 0 5px 0;
	font-variant: small-caps;
}
h1.small {
	font-size: 18px;
	margin-top: 25px;
}
p {
	text-align: justify;
	margin: 10px 10px;
	font-size: 12px;
}
ul {}

.page_payRoll ul li{
	padding: 0px;
	margin: 0;
	margin-bottom: 5px;
}

li {
	margin-bottom: 10px;
	text-align:justify;
}
a {
	text-decoration: none;
	color: #346391;
}
a:hover {
	color: #000;
}
.blue {
	color: #346391;
}


.floatingRight 
{
display: block;
float: right;
width: 250px;
text-align: center;
margin-left: 10px;
}

/*  SITE-WIDE ARCHITECTURE  */
.container {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}					
.header {
	width: 800px;
	height: 80px;
	background: url("../img/background-header.png");
}
.loginregister {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 55px;
	margin-left: 120px;
}

.loginform {
	z-index: 5;
	width: 300px;
	text-align: right;
}

.contactTop a{
	display: block;
	position: relative;
	z-index: 5;
	left: 475px;
	top:  10px;
	margin-left: 120px;
	background: url('../img/contact_us.gif') top left no-repeat;
	width: 164px;
	height: 66px;
	text-indent: -5000em;
}

.button {
	background-color: #ffffff;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	height: 25px;
	width: 100%;
	padding-top: 20px;
}

.button a {
	background-color: #346391;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}


/* menu */
.menu ul {
	background: url("../img/background-menu.png");
	width: 800px;
	height: 35px;
	text-align: center;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
.menu li {
	display: inline;
	line-height: 35px;
	height: 35px;
	color: #346391;
	position: relative;	
}
.menu a {
	display:inline-block;
	padding: 0 15px;
}
.menu .topLevelLink a:hover {
	color: #fff;
	background: #bda384 url("../img/background-menu-hover.png");
}
.mainContent {
	width: 800px;
	background: #fff url("../img/background-content.png") no-repeat;
	padding-bottom: 50px;
}
.leftcolumn{
	float: left;
	width: 390px;
	padding: 10px 0 0 15px;
}

.rightcolumn {
	float: right;
	width: 375px;
	padding: 30px 15px 0 0;
}

.rightcolumnadmin {
	float: right;
	width: 375px;
	padding: 98px 15px 0 0;
}

.singleColumn{
	float: left;
	width: 765px;
	padding: 10px 15px 0 15px;
}

.leftcolumn ul, .rightcolumn ul {
	margin: 0 0 25px 25px;
	padding: 0px;
}
.leftcolumn li, .rightcolumn li {
	list-style-image: url("../img/listarrow.png");
 }
.onecolumn{
	clear: both;
	width: 770px;
	padding: 15px;
}
.clear {
	clear: both;
	margin-top: 150px;
}

/* footer */
.footer {
	background: url("../img/background-footer.png");
	height: 45px;
}
.footer p {
	float: left;
	color: #fff;
	margin: 0 10px;
	width: 370px;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.footer a {
	padding: 0 10px;
	display: inline;
}
.footer a:hover {
	color: #fff;
	background: #346391;
}

/*  PAGE-SPECIFIC ARCHITECTURE  */
/*  Index  */
.page_Index p {
	color: #346391;
	font-size: 14px;
}


/* About Us */
.page_AboutUs .leftcolumn li {
	font-size: 12px;
}


/*  Training  */
.page_Training .mainContent {
	font-size: 12px;
}
.page_Training .orangebox {
	background: url("../img/orangebox-top.png") top no-repeat #e5decd;
	min-height: 365px;
	width: 365px;
	padding-top: 15px;
	font-size: 10px;
	color: #c78945;
}

.page_Training .orangebox h1, .page_Training .orangebox p, .page_Training .orangebox table{
	margin: 0 15px;
}

.orangebox_bottom{
	height: 12px;
	width: 365px;
	background: url("../img/orangebox-bottom.png") top no-repeat;
}


.page_Training .orangebox p {
	color: #c78945;
	padding: 5px 5px 0 5px;
	margin: 0;
	font-size: 10px;
}
.page_Training .orangebox h1.small {
	color: #c78945;
}
.page_Training .twocolumn, .page_Login .twocolumn {
	float: left;
	padding: 5px;
	width: 160px;
}
.page_Training .threecolumn {
	float: left;
}

/* Job Listings */
.job_listing {
	margin: 0 25px;
	padding: 5px;
	height: 70px;
	font-size: 12px;
	background: #fbfbfe url("../img/background-joblistings.png") repeat-x;
}
.job_postdate {
	float: left;
	padding: 5px;
	width: 150px;
	font-size: 10px;
}
.job_title{
	float: left;
	width: 130px;
	padding: 5px;
	color: #346391;
}
.job_type {
	float: left;
	padding: 5px;
	width: 75px;
}
.job_description {
	float: left;
	padding: 5px;
	width: 255px;
}
.job_apply {
	float: left;
	padding: 5px;
	text-align: center;
	width: 50px;
}

/* Login & Register */
.loginbox {
	background: url("../img/background-loginbox.png") no-repeat;
	width: 360px;
	height: 200px;
	color: #346391;
}
.loginbox .title {
	color: #FFF;
	line-height: 30px;
	font-weight: bold;
	padding-left: 20px;
}
.loginform {
	margin: 15px 0 0 50px;
}
.loginbox .button {
	margin-left: 80px;
}
.loginbox .forgotpassword {
	margin-left: 130px;
}

.bold_italic{
font-weight: bold;
font-style: italic;
}

.bold_underline{
font-weight: bold;
text-decoration: underline;
}

.page_CourseInfo h3{
font-size: 90%;
}

.page_CourseInfo .mainContent ul li{
font-size: 12px;
list-style: disc;
}

/*  Admin  */
.page_Admin .mainContent {
	font-size: 12px;
}
.page_Admin .orangebox {
	background: url("../img/background-orangebox.png") top no-repeat;
	padding: 15px 15px 0 15px;
	height: 365px;
	height: 365px;
	font-size: 10px;
	color: #c78945;
}
.page_Admin .orangebox p {
	color: #c78945;
	padding: 5px 5px 0 5px;
	margin: 0;
	font-size: 10px;
}
.page_Admin .orangebox h1.small {
	color: #c78945;
	margin: 0;
}
.page_Admin .twocolumn, .page_Login .twocolumn {
	float: left;
	padding: 5px;
	width: 160px;
}
.page_Admin .threecolumn {
	float: left;
}
.page_Admin .adminForm {
	font-size: 12px;
	text-align: right;
}

/* Nested Navigation */
.menu ul ul {
	display: none;
	position: absolute;
	top: 26px;
	*top: 35px;
	left: 0;
	padding: 0 0 10px 0;
	width: 205px;
	height: auto;
	background-image: none;
	background-color: #436f9a;
}

.menu ul li:hover ul {
	display: block;
}

.menu ul li ul li a {
	display: block;
	margin: 0 8px !important;
	padding: 2px 5px;
	width: 180px !important;
	height: auto;
	color: #fff;
	font-size: .9em;
  text-indent: 0;
  text-decoration: none;
	background: none;
	border-bottom: 1px solid #B6D9F7;
}

* html .menu ul li ul li a {
	padding: 2px 5px;
}

.menu .topLevelLink ul li a:hover{
	color: #fff;
	background: #6588ab; !important
}

.floatRight{
	display: block;
	float: right;
	width: 250px;
	height: 75px;
	border: 1px solid #000;
	text-align: center;
}

ul.sitemap, ul.sitemap ul li{
	list-style: none;
	font-weight: bold;
}

ul.sitemap ul li{
	margin-left: -20px;
	font-weight: normal;
}

ul.sitemap ul{
	margin-top: 10px;
}

.contactPerson{
	height: 155px;
	display: block;
	margin-bottom: 15px;
}

.contactPerson p{
	margin-left: 125px;
	padding-top: 10px;
	line-height: 2em;
}

.personPhoto{
	float: left;	
}

.leftFloat{
	display: block;
	width: 150px;
	float: left;
}

.trainingRow{
	height: 35px;
}

.page_CourseInfo h3{
	margin-bottom: -10px;
}

.rightImg{
	margin-left: 10px;
}

.inlineRightImg{
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}