@charset "utf-8";
body  {
	background: #4B4937 url(images/toprepeat.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px none #000000;
	border-left: 0px solid #000000;
} 
.twoColFixLtHdr #pageshadow {
	width: 764px;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #C0BFB5;
	text-align: left;
	padding-right: 18px;
	padding-left: 18px;
}

.twoColFixLtHdr #header {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 186px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #C0BFB5;
	background-image: url(images/container-tp.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 
.twoColFixLtHdr #header img {
	display: block;
}

.headbox img {
}

.headtl {
	background-image: url(images/headtl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	height: 186px;
}
.headtr {
	background-image: url(images/headtr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 800px;
	height: 186px;
}
.twoColFixLtHdr #contentbox {
	background-color: #EDEDEA;
	width: 764px;
	float: left;
	padding-bottom: 20px;
}
.toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #DEDFD9;
	text-align: right;
	height: 33px;
	width: 790px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 25px;
}
.toptext a {
	color: #D9DAD4;
	text-decoration: none;
}
.toptext a:hover {
	text-decoration: underline;
}
.toptext a:active, a:link, a:visited {
	color: #D9DAD4;
}


.headbox {
	height: 153px;
	width: 764px;
	margin-bottom: 0px;
	text-align: left;
	float: left;
	display: block;
	position: relative;
	left: 18px;
	top: 0px;
}
.headbox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}

.horiznavbox {
	padding: 0px;
	height: 25px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	background-color: #4B4937;
	float: none;
}
.horiznavbox img {
	float: left;
}


.horiznav {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 546px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: right;
}
.horiznav ul {
	margin: 0px;
	padding: 0px;
	line-height: 23px;
	text-align: left;
}
.horiznav ul li {
	display: inline;
	color: #EDEDEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-right: 10px;
}
.horiznav ul li a {
	color: #EAEAE6;
	text-decoration: none;
}
.horiznav ul li a:hover {
	color: #78766A;
}


.twoColFixLtHdr #header h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0BFB5;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px;
	height: 20px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.twoColFixLtHdr #mainContent {
	width: 525px;
	float: right;
	position: relative;
	top: 15px;
	right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
} 
.space  {
	line-height: 16px;
}

#mainContent p {

}
#mainContent a {
	color: #990000;
}
#mainContent a:hover {
	color: #666666;
}


#mainContent h1 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana;
	font-size: 21px;
	color: #771718;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 13px;
	font-weight: bold;
	color: #78766A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent h3 {
	color: #4B4937;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent h3 strong {
	color: #771718;
	font-size: 15px;
}


.twoColFixLtHdr #sidebar1 {
	width: 216px;
	background-image: url(images/leftnavback.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
}
#sidebar1 p {
	margin-top: 20px;
}
.navshadow {
	background-image: url(images/leftnavshad.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 374px;
	width: 216px;
	margin: 0px;
	padding: 0px;
}
#sidebar1 ul {
	list-style-type: none;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
}
#sidebar1 ul li {
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/leftnavdot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 8px;
	margin: 0px;
	padding-bottom: 0px;
	height: 20px;
	line-height: 20px;
}
#sidebar1 ul li a {
	color: #4B4937;
	text-decoration: none;
}
#sidebar1 ul li a:hover {
	text-decoration: underline;
}


.leftnav {
	padding: 8px 16px 2px 7px;
	width: 188px;
}
.extrasbox {
	width: 187px;
	float: right;
}

.extras {
	width: 167px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
}
.extrasjob {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #4B4937;
	height: 24px;
	margin-right: 7px;
	margin-left: 4px;
	text-indent: 6px;
	width: 156px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/extras-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #918F83;
}
.extrasjob img {
	padding-left: 5px;
}


.extras p {
	font-size: 10px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin: 0px;
}
.extrastop {
	width: 167px;
}
.getajob {
	background-image: url(images/getajob.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 127px;
	width: 167px;
	font-size: 11px;
}
.getajob p {
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 7px;
}


.extrascontent {

}
.extrasbtm {
	width: 167px;
}

.leftnavback {
	background-image: url(images/leftnav-fill2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.leftnav a {
	color: #990000;
	text-decoration: none;
}
.leftnav a:hover {
	color: #333333;
	text-decoration: underline;
}

.leftnav p {
	margin: 0px;
	padding: 7px 0px 0px;
}


.twoColFixLtHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer.gif) no-repeat center top;
	margin-top: 0px;
	height: 110px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
} 
.twoColFixLtHdr #btmshadow {
	background-image: url(images/btmshadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	height: 40px;
	width: 810px;
	background-color: #999999;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 18px 0 0px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #C0BFB5;
	font-size: 10px;
	text-align: left;
}
.twoColFixLtHdr #footer table {
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #footer a {
	color: #EDEDEA;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	color: #C0BFB5;
}
.leftnavtitle {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/leftnav-top2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.latestnews {
	padding: 0px;
	width: 335px;
}

.newstitle {
	line-height: 18px;
	background-image: url(images/news-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.latestnews p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.latestnews a {
	color: #666666;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	background-image: url(images/extras-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 2px;
	width: 335px;
}
.latestnews a:hover {
	color: #990000;
}
.pressrelease {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #C7C9BE;
	background-color: #E2E3DE;
}
.pressrelease p {
	margin: 0px;
	padding-bottom: 5px;
}
.pressrelease a {
	color: #A60306;
}
.pressrelease a:hover {
	color: #666666;
}

.presstitle {
	font-size: 14px;
	font-weight: bold;
	color: #4B4937;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetitle {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana;
	font-size: 21px;
	color: #771718;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-image: url(../images/extras-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bizopp {
	margin-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-top: 1px none #E4E4E4;
	border-right: 1px none #E4E4E4;
	border-bottom: 1px solid #999999;
	border-left: 1px none #E4E4E4;
}
.bizopp p {
	margin: 0px;
	padding-bottom: 5px;
}
.bizopp a {
	color: #A60306;
}
.bizopp a:hover {
	color: #666666;
}
.backlinks {
	font-size: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.error {
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
.pagesubtitle {
	font-size: 14px;
	color: #78766A;
	height: 25px;
	width: 99%;
	font-weight: bold;
	margin-top: 20px;
	background-image: url(images/extras-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.joboppbox {
	margin-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-color: #DADAD3;
	border: 1px solid #999999;
}
img {
	margin: 0px;
	padding: 0px;
}
.navtable {
	background-image: url(images/navtblback.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 25px;
}
/* CSS Document */

.WAATK h1 {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #AEBBC2;
  margin: 0px 0px 2px 0px;
}

.WAATKDataTable {
  padding-top: 10px;
  padding-bottom: 10px;
}

.WAATKDataTable th {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding: 5px;
  padding-left: 28px;
}

.WAATKDataTable td {
  font-size: 11px;
  padding: 5px;
}

.WAATKButtonRow {
  margin-top: 2px;
  padding-top: 5px;
  border-top: 1px solid #AEBBC2;
}

.WAATKTextField {
  /* will affect all input[type=text|password] fields */
}
.pdfarticles {
	background-image: url(images/extras-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.pdfarticles  p {
	background-image: url(images/adobepdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	height: 28px;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.itemdivider {
	background-image: url(images/extras-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.itemdivider img {
	float: left;
}
.wttabletext {
	color: #FFFFFF;
}
.profilesummary {
	background-image: url(images/extras-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: none;
	width: 99%;
}
.profilesummary p {
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
}
.required {
	color: #FF0000;
}
.empower {
	font-size: 10px;
	color: #C0BFB5;
	text-align: right;
	display: block;
	width: 785px;
	margin-top: 25px;
	margin-bottom: 15px;
}
#footer .empower a {
	color: #92917E;
}
.tablebtmbrdr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0BFB5;
}
