@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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #8a8989;
	background-image: url(../images/bg-tile.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.bodyCopy {
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
}
.bodyCopySM {
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.bodyCopySM a, .bodyCopySM a:link, .bodyCopySM a:visited {
	text-decoration: none;
	color: #000000;
	}
.bodyCopySM a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.bodyCopy a, .bodyCopy a:link, .bodyCopy a:visited {
	color: #666666;
	text-decoration: none;
}
.bodyCopy a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.breadcrumb {
	font-size: 10px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	text-decoration: none;
	color: #000000;
	}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.affil-img {
	border: 1px solid #000000;
	margin: 3px;	
}
.affil-links {
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.affil-links a, .affil-links a:link, .affil-links a:visited {
	text-decoration: none;
	color: #000000;
	}
.affil-links a:hover {
	text-decoration: underline;
	color: #FF6600;
}
p {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 16px;
}
h1 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #e25814;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e25814;
}
h2 {
	font-size: 16px;
	color: #006cb5;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006cb5;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 a, h3 a:link, h3 a:visited {
	text-decoration: none;
	color:#e25814;
}
h3 a:hover {
	text-decoration: underline;
	color: #006cb5;
}
h4 {
	font-size: 16px;
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h5 {
	padding: 0px;
	font-size: 14px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h6 a, h6 a:link, h6 a:visited {
	color: #666666;
	text-decoration: none;
}
h6 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/* ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
li {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;	
}

li a , li a:link, li a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
li a:hover {
	color: #FF6600;
	text-decoration: underline;
} */
.oneColFixCtr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColFixCtr #container1 {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/main-content-bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.oneColFixCtr #container2 {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/int-content-bg.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtr #header {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	height: 198px;
}
.oneColFixCtr #header p {
	padding: 0px;
	color: #000000;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header p a, #header p a:link, #header p a:visited {
	text-decoration: none;
	color: #000000;
	}
#header p a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.oneColFixCtr #header-admin {
	margin: 0px;
	background-image: url(../images/admin-header.jpg);
	height: 77px;
	font-weight:bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: .1em;
}
#mainnav {
	background-image: url(../images/admin-nav.jpg);
	height: 38px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	color: #fff799;
	font-size: 12px;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#mainnav a, #mainnav a:link, #mainnav a:visited {
	text-decoration: none;
	color: #fff799;
	padding-right: 15px;
	padding-left: 15px;
	}
#mainnav a:hover {
	text-decoration: underline;
	color: #000000;
}
.oneColFixCtr #header-int {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background-image: url(../images/int-header.jpg);
	height: 241px;
}
#nav {
	background-image: url(../images/admin-nav.jpg);
	height: 38px;
	padding-top: 0px; 
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	color: #fff799;
	font-size: 11px;
	line-height: 25px;
	text-align: right;
}
#nav a, #nav a:link, #nav a:visited {
	text-decoration: none;
	color: #000000;
	}
#nav a :hover {
	text-decoration: underline;
	color: #006699;
}
.oneColFixCtr #header-int {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background-image: url(../images/int-header.jpg);
	height: 241px;
}
.oneColFixCtr #mainContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#leftCol {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#leftCol ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#leftCol li {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;	
}
#leftCol li a, #leftCol li a:link, #leftCol li a:visited {
	text-decoration: none;
	color: #666666;
	padding-left: 20px;
}
#leftCol li a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#rightCol {
	float: right;
	width: 725px;
}

#rightCol ul {
	padding-top: 5px;
	margin-top: 5px;
}
#rightCol li {
	font-size: 12px;
}
#rightCol li a, #rightCol li a:link, #rightCol li a:visited {
	text-decoration: none;
	color: #666666;
}
#rightCol li a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.oneColFixCtr #prefooter {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background-image: url(../images/pre-footer.jpg);
	background-color: #FFFFFF;
	background-position: bottom;
	background-repeat: no-repeat;
}
.oneColFixCtr #footer {
	margin: 0px;
	background-image: url(../images/footer.jpg);
	height: 51px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr #footer p {
	color: #FFFFFF;
	font-size: 10px;
}
.oneColFixCtr #footer2 {
	margin: 0px;
	background-image: url(../images/footer.jpg);
	height: 71px;
	text-align: right;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr #footer2 p {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #footer2 p a, .oneColFixCtr #footer2 p a:link, .oneColFixCtr #footer2 p a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtr #footer2 p a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.footerHeadings {
	color: #C0BEC9;
	font-size: 10px;
	font-weight: bold;
}
.oneColFixCtr #container-home {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #666666;
	background-image: url(../images/home-only-bg2.jpg);
	height: 688px;
	background-repeat: no-repeat;
}
.oneColFixCtr #container-career {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #666666;
	background-image: url(../images/inner-bg.jpg);
	height: 751px;
	background-repeat: no-repeat;
}
.oneColFixCtr #container-listing {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #666666;
	background-image: url(../images/listing.jpg);
	height: 810px;
	background-repeat: no-repeat;
}
#clr {
	clear: both;
}
input {
	background-color:#E6EEF7;
	margin: 2px;
}

/* VALIDATION **************************/
h1.errorTitle{
	border-bottom: none;
	font-size: 15px;
	color: red;
	padding: 0 0 5px 125px; 
}
ul.ErrorList{
	color: red;
	padding-left: 125px;
}
ul.ErrorList li{
	list-style: disc;
}
input.errorField, textarea.errorField {
	border: 2px solid red;
}

.formBG {
	background-color:#E6EEF7;
	font-size: 12px;
	margin: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.button {
	background-color:#CCCCCC;
	height: 20px;
	margin: 5px;
}
.required {
	color: #FF0000;
}
#applyButton {
	float: right;
	margin-right: 25px;
	background-image: url(../images/gen_button.jpg);
	height: 31px;
	width: 147px;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
}
#applyButton a, #applyButton a:link, #applyButton a:visited {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
#applyButton a:hover {
	color:#FF6600;
	text-decoration: underline;
}
#quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	display: block;
	width: 75%;
	background-color:#e1e1e1;
	border-color: #333333;
	border-style: dashed;
	border-width: 1px;
	padding: 5px;
	font-weight: bold;
	color: #666666;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.quoteAuthor {
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

.fineprint {
font-family: "Times New Roman", Times, serif;
font-size: x-small;
text-align: justify;
}
.imgBorder {
	border: 3px solid #E9E2D6;
	width: 180px;
}