@CHARSET "ISO-8859-1";
 body * { margin: 0px;  } 
body {
	font-family: arial, helvetica, sans-serif, arial;
	background-image: url(../images/pg_bg.gif);
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

#page-content {
	position: relative;
	margin: 0 20px;
	background-color: #fff;
}
#page-content #nav-header {
	position: relative;
	height: 117px;
}
#page-content #nav-header #logout {
	position: absolute;
	top: 15px;
	right: 40px;
	font-size: 17px;
	color: #777;
	font-weight: bold;
	letter-spacing: 1px;
	font-variant: small-caps;
}
#page-content #nav-header #logout a { font-weight: bold; color: #AD0C1C; cursor: pointer; z-index: 100; padding: 0 2px; text-decoration: none; }
#page-content #nav-header #logout a:hover { text-decoration: underline; }
#page-content #nav-header #logo {
	position: relative;
	float: left;
	background-image: url(../images/dz-logo.png);
	background-repeat: no-repeat;
	width: 222px;
	height: 117px;
	margin-left: 20px;
}
#page-content #nav-header #logo span {
	display: none;
}
#page-content #nav-header #navigation-tabs {
	position: absolute;
	height: 117px;
	right: 2px;
	list-style-type: none;
}
#page-content #nav-header #navigation-tabs li {
	position: relative;
	float: left;
	display: block;
	width: 106px;
	height: 68px;
	margin-top: 49px;
	border-left: 1px dashed #aaa;
}
#page-content #nav-header #navigation-tabs li a {
	position: relative;
	padding: 0 10px;
	height: 63px;
	width: 85px;
	display: block;
	background-image: url(../images/nav-tab.png);
	background-repeat: no-repeat;
	border-top: 5px solid #AD0C1C;
	margin-left: 1px;
	cursor: pointer;
	text-decoration: none;
}
#page-content #nav-header #navigation-tabs li a span {
	position: absolute;
	bottom: 5px;
	font-size: 16px;
	color: #333;
	letter-spacing: 1.2px;
	text-align: left;
}
#page-content #nav-header #navigation-tabs li a:hover { border-top-color: #000; }
#page-content #nav-header #navigation-tabs li a.selected span { text-transform: uppercase; color: #AD0C1C; font-weight: bold; }
#page-content #nav-header #navigation-tabs li a.adjusted-tab span { bottom: 4px !important; line-height: 15px; }
#page-content #nav-header #navigation-tabs li a.selected:hover { border-top-color: #AD0C1C; }

#page-content .grey-line {
	position: relative;
	overflow: hidden;
	background-image: url(../images/grey-bar-bg.png);
	background-repeat: repeat-x;
	margin: 1px 1px;
	height: 2px;
}

#page-content #main-banner {
	position: relative;
	background-image: url(../images/main-image-bg.png);
	background-repeat: repeat-x;
	height: 131px;
}
#page-content #main-banner .red-column {
	position: relative;
	overflow: hidden;
	background-image: url(../images/red-bar-bg.png);
	background-repeat: repeat-x;
	height: 131px;
	width: 6px;
	border: solid #fff;
	border-width: 0px 1px;
}
#page-content #main-banner #banner {
	position: relative;
	height: 131px;
	background-image: url(../images/home-banner.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#page-content .green-line {
	position: relative;
	background-color: #39556A;
	height: 1px;
	overflow: hidden;
}
#page-content #footer {
	position: relative;
	height: 32px;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
}
#page-content #footer #footer-left-text, #page-content #footer #footer-right-text {
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	font-weight: bold;
	color: #333;
}
#page-content #footer #footer-right-text {
	padding-left: 0px;
	padding-right: 10px;
	float: right;
}
#page-content #footer #footer-right-text a { color: #333; }
#page-content #footer #footer-right-text a:hover { text-decoration: none; }

#page-content .link-arrow {
	position: relative;
	display: block;
	float: left;
	width: 12px;
	height: 11px;
	background-image: url(../images/link-arrow.gif);
	background-repeat: no-repeat;
}
#page-content .link-text { 
	position: relative;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #676767 !important;
	cursor: pointer;
	text-decoration: none !important;
	font-size: 15px;
}

#page-content .status-string {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding-top: 5px;
}

#page-content .content .register-text {
	position: relative;
	border-top: 1px dashed #aaa;
	padding-top: 5px;
}
#page-content .content .register-text a {
	font-family: "arial narrow", arial;
	font-size: 18px;
	letter-spacing: 1.5px;
	margin-bottom: 5px;
	font-weight: none !important;
	color: #AD0C1C;
}
#page-content .content .register-text p { margin-top: 10px; }

#page-content .content { 
	position: relative;
	clear: both;
}
#page-content .content td {
	position: relative;
	border-right: 1px dashed #aaa;
	height: 339px;
	padding: 15px;
	margin: 1px 0;
	vertical-align: top;
}
#page-content .content td td {
	position: relative;
	height: auto;
	border-right-width: 0px;
	padding: 0px;
	margin:  0px;
}
#page-content .content p { line-height: 18px; }
#page-content .content p a {
	color: #AD0C1C;
	font-weight: bold;
	text-decoration: underline;
}

#page-content .content .resume-builder-small {  
	position: relative;
	width: 285px;
	height: 28px;
	background-image: url(../images/resume-builder-small.png);
	background-repeat: no-repeat;
	margin: 10px 0;
}
#page-content .content .resume-builder-small span { display: none; }
#page-content .content .resume-builder-text {
	position: relative;
	color: #777;
	font-weight: bold;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 10px;
}

#PlantHeading {
color:#AD0C1C;
font-size:24px;
font-weight:bold;
letter-spacing:2px;
padding:25px 20px 0 15px;
position:relative;
text-transform:uppercase;
}

.informationBox {
background:none repeat scroll 0 0 #FFFFFF;
border:2px solid #000000;
display:none;
font-size:15px;
left:-50px;
overflow:hidden;
position:absolute;
top:-235px;
width:250px;
}

.boxTitle {
background:none repeat scroll 0 0 #660000;
color:#FFFFFF;
font-size:15px;
font-weight:bold;
height:18px;
overflow:hidden;
padding:2px 0 2px 5px;
}

.boxBody {
color:#222222;
padding:8px 25px;
}

.boxBody div {
font-style:italic;
padding:0 0 8px 20px !important;
}