@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: 100%;
	background: #999;
}
#headerWrapper  {
	background: #999;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 2px solid #900;
	width: 100%;
}
#header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background: #999;
	margin-top: 15px;
}
#nav {
	height: 34px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentWrapper  {
	background: #FFF;
	width: 100%;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 25px;
}
#mainContentShadow {
	height: 345px;
	width: 947px;
	margin-right: auto;
	margin-left: auto;
	background: url(../assets/graphics/shadow.gif) no-repeat center top;
}

#mainContent {
	background: #FFF;
	width: 930px;
	height: 330px;
	border: 1px solid #600;
	margin-right: auto;
	margin-left: auto;
}
#mainContentNavWrapper {
	background: #FFF;
	width: 930px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
}
#footerWrapper  {
	background:#999;
	border-top: 2px solid #600;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background:#999;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 5px;
}
.redefining {
	font-style: italic;
	font-weight: bold;
	color: #999;
	text-align: right;
}
.redefiningEmphasis {
	font-style: italic;
	font-weight: bold;
	color: #666;
	text-align: right;
}


#tblMainContentNav a:link {
	color: #600;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}
#tblMainContentNav a:visited {
	color: #333;
}
#tblMainContentNav a:hover {
	color: #C00;
	text-decoration: underline;
}
#tblMainContentNav a:active {
	color: #000;
	text-decoration: underline;
}

#footer a:link {
	color: #000;
	font-size: 0.9em;
	text-decoration: none;
}
#footer a:visited {
	color: #333;
}
#footer a:hover {
	color: #C00;
	text-decoration: underline;
}
#footer a:active {
	color: #600;
	text-decoration: underline;
}
.employment {
	padding-left: 25px;
	padding-right: 25px;
}
.employment a:link {
	color: #600;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}
.employment a:visited {
	color: #333;
}
.employment a:hover {
	color: #C00;
	text-decoration: underline;
}
.employment a:active {
	color: #000;
	text-decoration: underline;
}
#mainContent #tblContact {
	width: 350px;
	margin-left: 0px;
}
.tblContactLabels {
	text-align: right;
	width: 75px;
	padding-bottom: 5px;
}
.tblContactFields {
	padding-bottom: 5px;
}
#mainContent #frmContact #tblContact tr td #Submit {
	width: 75px;
}
#mainContentWrapper #mainContentShadow #mainContent #frmContact #tblContact tr td #button {
	width: 75px;
}
#mainContent #frmContact #tblContact input {
	border: 1px solid #900;
	font-size: 11px;
	width: 200px;
}
#mainContent #frmContact #tblContact input:focus {
	border: 1px solid #F00;
	background: #CCC;
}
#mainContent #frmContact #tblContact textarea {
	border: 1px solid #900;
	font-size: 11px;
	width: 200px;
}

#mainContent #frmContact #tblContact textarea:focus {
	border: 1px solid #F00;
	background: #CCC;
}
.faqs {

}
.faqs a:link {
	color: #600;
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
}
.faqs a:visited {
	color: #333;
	text-decoration: underline;
}
.faqs a:hover {
	color: #C00;
	text-decoration: none;
}
.faqs a:active {
	color: #000;
	text-decoration: none;
}
