@charset "utf-8";

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
}
#divBG {
	background: #892935 url(../images/BGPage.gif) repeat-y center top;
}

#divWrapper {
	margin: 0px auto;
	padding: 0px;
	width: 941px;
	color: #000000;
	background: #FFFFFF url(../images/BG-red.jpg) repeat-y left;
	position: relative;
}
#divLeftSection {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 136px;
}
#divMainRightContainer {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 765px;
}
#divRightShadow {
	margin: 21px 0px 0px;
	padding: 0px;
	float: left;
	height: 500px;
	width: 38px;
	background: url(../images/shadowRight.jpg) no-repeat left top;
}
#divBranding {
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 764px;
	border-right: 1px solid #CCCCCC;
}
#divBranding img#logo {
	position: absolute;
	top: 54px;
	left: 108px;
}
#divTopNav {
	margin: 0px;
	padding: 6px 0px 0px;
	float: right;
	height: 22px;
	width: 500px;
	border-bottom: 1px solid #892935;
}
#divTopNav ul {
	margin: 0px;
	padding: 0px;
}
#divTopNav li {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#divTopNav a {
	font-size: 10px;
	color: #858585;
	margin: 0px 1px 0px 0px;
	padding: 1px 11px;
	display: block;
	border-left: 1px solid #892935;
	height: 20px;
	text-decoration: none;
}
#divTopNav a:hover {
	color: #892935;
	text-decoration: underline;
}
#divTopNav a.OnTop {
	color: #892935;
}
#divsubSectionNav {
	margin: 0px 0px 0px 32px;
	padding: 23px 0px 0px;
	float: left;
	height: 386px;
	width: 226px;
}
#divsubSectionNav ul {
	margin: 0px;
	padding: 0px;
}
#divsubSectionNav li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#divsubSectionNav a {
	color: #999999;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#divsubSectionNav a:hover {
	color: #892935;
}
#divsubSectionNav a.ONSubNav {
	color: #892935;
	font-weight: bold;
}


#divTopShadow {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 765px;
}
#divEmployeeLogin {
	margin: 0px;
	padding: 44px 0px 0px;
	float: right;
	width: 500px;
	height: 80px;
}
#divEmployeeLogin #form1 table {
	margin: 0px;
	padding: 0px;
}
#divEmployeeLogin #form1 {
	margin: 0px;
	padding: 0px;
}
#divEmployeeLogin #form1 a {
	color: #000000;
}


#divMainContent {
	margin: 0px;
	padding: 21px 22px 22px 0px;
	width: 710px;
	float: right;
	border-right: 1px solid #CCCCCC;
	height: 100%;
	background: url(../images/logo-waterMark.gif) no-repeat center top;
	min-height: 500px;
}
#divFooter {
	background: url(../images/shadowBottom.jpg) no-repeat left top;
	margin: 0px;
	padding: 15px 33px;
	height: 80px;
	border-top: 1px solid #CCCCCC;
	color: #858585;
}

#divFooter a {
	color: #858585;
	text-decoration: none;
}
#divFooter a:visited {
	color: #858585;
}

#divFooter a:hover {
	color: #892935;
	text-decoration: underline;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#divMainContent h1 {
	font-size: 22px;
	font-weight: bold;
	color: #ab6a16;
	margin: 0px;
	padding: 0px 0px 7px;
	line-height: normal;
}
#divMainContent h6 {
	color: #AB6A16;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 0px;
	padding: 4px 0px;
}
#divMainContent p {
	padding-top: 2px;
	padding-bottom: 9px;
}


.header-PreQ {
	background: url(../headers/header-Pre-Q.jpg) no-repeat left bottom;
}
.header-Contact {
	background: url(../headers/header-Contact.jpg) no-repeat left bottom;
}
#divsubSectionNav h2 {
	font-size: 18px;
	font-weight: bold;
	color: #ab6a16;
	margin: 0px;
	padding: 2px 0px 0px;
	line-height: normal;
}
.yellowFormBG {
	background: #FFFF99;
}
#form1 input[type=submit] {
	background: #892935;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
}

.ShowOnPDFOnly
{
	display: none;
}
