/* ---- GENERAL STYLES ----- */
html {
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url(../images/body_bg.jpg);
	background-color: #133e91;
	background-position: center top;
	background-repeat: repeat-x;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: -2px;
}

h2 {
	margin: 0px;
	padding: 0 0 8px 0;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

p {
	margin: 0px;
	padding: 0 0 18px 0;
	color: #ffffff;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}

a {
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
	outline: 0;
}

a:hover {
	text-decoration: none;
	background-color: #e82833;
}

div#general {
	float: left;
	width: 100%;
	height: 100%;
}

div#main {
	width: 974px;
	height: 100%;
	margin: auto;
}

div#minmarginfooter {
	float: left;
	height: 100%;
	margin-top: -82px;
	width: 0px;
}

table#main_table {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

table#main_table tr, table#main_table tr td {
	margin: 0px;
	padding: 0px;
}

td#left_column, td#footer_left_column {
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
}

td#main_column, td#footer_cell {
	background-color: #223482;
}

td#right_column, td#footer_right_column {
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
}

.png {
	behavior: url(ie-png.htc);
	-ie-png-blankimage: url(../images/spacer.gif);
}

/* ------ HEADER STYLES -------- */
div#header {
	height: 91px;
	width: 100%;
	float: left;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}

a#logo {
	display: block;
	width: 217px;
	height: 91px;
	float: left;
	background-image: url(../images/huff_logo.jpg);
	background-repeat: no-repeat;
}

/* ------- MENU STYLES ------- */
.hyperlink {
	display: none;
}

div#menu_container {
	width: 648px;
	height: 31px;
	padding: 47px 0 0 14px;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 21px;
}

ul#menu {
	width: 695px;
    height: 31px;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	top: 0px;
	left: -70px;
}

ul#menu li {
	padding: 0px;
	list-style-type: none;
	float: left;
}

ul#menu li a {
	border: 0px;
	text-decoration: none;
	display: block;
	background: url(../images/menu_css.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 24px;
}

/* Home */
li#home {
	margin: 0px;
}

li#home a {
	width: 56px;
}

li#home a:link, li#home a:visited {
	background-position: 0px 0px;
}

/* About Us */
li#about {
	margin: 0 16px 0 10px;
}

li#about a {
	width: 56px;
}

li#about a:link, li#about a:visited {
	background-position: 0px 0px;
}

/* Services */
li#services {
	margin: 0 16px 0 0;
}

li#services a {
	width: 55px;
}

li#services a:link, li#services a:visited {
	background-position: -56px 0px;
}

/* Qualifications */
li#qualifications {
	margin: 0 16px 0 0;
}

li#qualifications a {
	width: 90px;
}

li#qualifications a:link, li#qualifications a:visited {
	background-position: -111px 0px;
}

/* Clients */
li#clients {
	margin: 0 16px 0 0;
}

li#clients a {
	width: 46px;
}

li#clients a:link, li#clients a:visited {
	background-position: -200px 0px;
}

/* Resources and Links */
li#resources {
	margin: 0 16px 0 0;
}

li#resources a {
	width: 131px;
}

li#resources a:link, li#resources a:visited {
	background-position: -246px 0px;
}

/* Employment */
li#employment {
	margin: 0 16px 0 0;
}

li#employment a {
	width: 77px;
}

li#employment a:link, li#employment a:visited {
	background-position: -376px 0px;
}

/* Contact Us */
li#contact {
	margin: 0px;
}

li#contact a {
	width: 70px;
}

li#contact a:link, li#contact a:visited {
	background-position: -453px 0px;
}

li.back {
	border-bottom: 5px solid;
	border-color: #e82833;
	height: 24px;
	position: absolute;
	z-index: 5;
	left: 0px;
}

/* ------- FOOTER STYLES ------ */
div#footer {
	width: 903px;
	height: 34px;
	float: left;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 48px;
}

div#footer_container {
	height: 34px;
	float: right;
	padding: 0 28px 0 0;
}	

div#footer_container p {
	display: block;
	float: right;
	padding: 0 12px 0 0;
	margin: 6px 0 0 0;
	font-size: 11px !important;
	color: #a3a9c3;
	border-right: 2px solid;
	border-color: #bf283e;
}

div#footer_container p a {
	color: #a3a9c3;
	font-size: 11px !important;
}

a#employee_login {
	display: block;
	margin: 7px 0 0 12px;
	padding: 0px;
	float: right;
	width: 95px;
	height: 21px;
	background-image: url(../images/employee_login_off.jpg);
	background-repeat: no-repeat;
}

a#employee_login:hover {
	background: none;
	background-image: url(../images/employee_login_on.jpg);
	background-repeat: no-repeat;
}

a#edit_employee_url {
	display: block;
	float: right;
	width: 23px;
	height: 24px;
	margin: 3px 0 0 6px;
	background-image: url(../images/edit_footer_url.jpg);
	background-repeat: no-repeat;
}

/* ------ ADMIN PANEL --------- */
div#admin_panel {
	width: 81px;
	height: 87px;
	position: absolute;
	z-index: 5;
	top: 35%;
	left: 10px;
}

div.admin_option {
	float: left;
	padding: 0 0 8px 0;
}

a#view {
	display: block;
	width: 81px;
	height: 21px;
	background-image: url(../images/view_button.jpg);
	background-repeat: no-repeat;
}

a#view:hover {
	background-image: url(../images/view_button_over.jpg);
	background-repeat: no-repeat;
}

a#edit {
	display: block;
	width: 81px;
	height: 21px;
	background-image: url(../images/edit_button.jpg);
	background-repeat: no-repeat;
}

a#edit:hover {
	background-image: url(../images/edit_button_over.jpg);
	background-repeat: no-repeat;
}

a#logout {
	display: block;
	width: 81px;
	height: 21px;
	background-image: url(../images/logout_button.jpg);
	background-repeat: no-repeat;
}

a#logout:hover {
	background-image: url(../images/logout_button_over.jpg);
	background-repeat: no-repeat;
}

div.fckDiv {
	border: 1px dotted;
	border-color: #ffffff;
	cursor: pointer;
}

/* -------- FCK FRAME -------- */
iframe#Fragmenteditor_box {
  height: 270px !important;
}
