@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration:none;
	color:#a80027;	
}
a:visited {
	text-decoration:none;
	color:#a80027;	
}
a:hover {
	text-decoration:underline;
	color:#a80027;	
}
.csTitle {
	font-size:14px;
	font-weight:bold;
	text-align:justify;
}
#csSection1 {
	border:1px solid #000;
	padding:10px;
}
#csSection2 {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px;
}
#csSection3 {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}

.thrColElsHdr #container { 
	width: 58em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:10px;
} 
.thrColElsHdr #header { 
	background: #008ECD; 
} 
/* .thrColElsHdr #header img {
	border:none;
	padding-top:15px;
	padding-left:20px;
	float:left;
} */
.thrColElsHdr #header #links {
	text-align:right;
	margin-right:15px;
    padding-top:15px;
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.thrColElsHdr #header #links a:link {
	text-decoration:none;
	color:#000;
}
.thrColElsHdr #header #links a:visited {
	text-decoration:none;
	color:#000;
}
.thrColElsHdr #header #links a:hover {
	text-decoration:underline;
	color:#000066;
}
.thrColElsHdr #header #tagline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-style:italic;
	margin-left:20px;
}

.thrColElsHdr #sidebar1 {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background-image:url(../img/bluegrad.gif);
	height:441px;
	background-repeat:no-repeat;
	border-left:2px solid #D9D9D9;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.thrColElsHdr #sidebar2 p {
	font-size:11px;
	margin-top:4px;
	margin-bottom:12px;
}
.thrColElsHdr #sidebar2 p a {
	color:#A80027;
	text-decoration:none;
}
.thrColElsHdr #sidebar2 p a:visited {
	color:#a80027;
	text-decoration:none;
}
.thrColElsHdr #sidebar2 p.readmore {
	font-size:8px;
}
.thrColElsHdr #sidebar2 p a:hover {
	text-decoration:underline;
}
.thrColElsHdr #mainContentNosidebar p a {
	color:#A80027;
	text-decoration:none;
}
.thrColElsHdr #mainContentNosidebar p a:visited {
	color:#a80027;
	text-decoration:none;
}
.thrColElsHdr #mainContentNosidebar p.readmore {
	font-size:8px;
}
.thrColElsHdr #mainContentNosidebar p a:hover {
	text-decoration:underline;
}
.thrColElsHdr #mainContentNosidebar h2 {
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:4px;
	background-image:url(../img/redgridbullet.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	background-position:left center;
}
.thrColElsHdr #mainContentNosidebar h2 a {
	color:#a80027;
	text-decoration:none;
	font-size:12px;
}
.thrColElsHdr #mainContentNosidebar h2 a:link, .thrColElsHdr #mainContentNosidebar h2 a:visited {
	color:#a80027;
	text-decoration:none;
	font-size:12px;
}
.thrColElsHdr #mainContentNosidebar h2 a:hover {
	text-decoration:underline;
}
.thrColElsHdr #mainContentNosidebar h3 {
	font-size:12px;
}
.thrColElsHdr #mainContentNosidebar h4 {
	font-size:11px;
	letter-spacing:1px;
	margin-bottom:0;
	background-image:url(../img/redgridbullet.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	background-position:left center;
}
.thrColElsHdr #mainContentNosidebar h5 {
	font-size:12px;
	color:#fff;
	background-color:#2f74ce;
	width:400px;
	padding:4px;
}
.thrColElsHdr #mainContentNosidebar h6 {
	font-size:14px;
	color:#fff;
	background-color:#2f74ce;
	width:856px;
	padding:4px;
	margin:0;
}
.thrColElsHdr #mainContentNosidebar .dirpar {
	border:1px solid #000;
	padding:10px;
	background-color:#fff;
	margin-top:10px;
}
.thrColElsHdr #mainContentNosidebar .pMore {
	border:1px solid #000;
	padding:10px;
	margin-bottom:10px;
}
.thrColElsHdr #mainContentNosidebar table th, td {
	border:none;
}
.thrColElsHdr #mainContentNosidebar table.jobs {
	border:1px solid #000;
	border-collapse:collapse;
}
.thrColElsHdr #mainContentNosidebar table.jobs tr {
	text-align:center;
}
.thrColElsHdr #mainContentNosidebar table.jobs th, td {
	border:1px solid #000;
	padding:6px;
	font-size:11px;
}
.thrColElsHdr #mainContentNosidebar table.jobs th {
	background-color:#2f74ce;
	color:#fff;
}
.thrColElsHdr #mainContentNosidebar table.jobs a {
	color:#a80027;
	text-decoration:none;
}
.thrColElsHdr #mainContentNosidebar table.jobs a:visited {
	color:#a80027;
	text-decoration:none;
}
.thrColElsHdr #mainContentNosidebar table.jobs a:hover {
	color:#a80027;
	text-decoration:underline;
}
.thrColElsHdr #mainContentNosidebar div.oppText {
	width:400px;
	border:1px solid #000;
	padding:10px;
	background-color:#fff;
	font-size:11px;
	float:right;
	margin-left:10px;
	position:relative;
}
.thrColElsHdr #nav {
	margin:0 auto;
	height:26px;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	width:100%;
	background-image:url(../img/greygrad.jpg);
}
.thrColElsHdr #mainContent #mcdsBox {
	background-repeat:no-repeat;
	height:200px;
	width:700px;
	margin: 15px 15px 15px 15px;	
	/*border:1px solid #000;	*/
}
.thrColElsHdr #mainContent #mcdsBox .feature {
    border-right:1px solid #2f74ce;
	width:215px;
	margin-left:12px;
	margin-top:16px;
	height:168px;
	float:left;
	color:#2f74ce;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.thrColElsHdr #mainContent #mcdsBox .feature p {
	margin-left:10px;
	margin-right:14px;
}
#feature1 p, #feature2 p, #feature3 p {
	color:#000;
}
.thrColElsHdr #mainContent {
 	margin: 0 12em 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.thrColElsHdr #mainContent #featureBox {
	width:697px;
	height:222px;
	margin: 15px 15px 15px 15px;
	border:1px solid #000;
	font-weight:bold;
}
.thrColElsHdr #mainContentNosidebar {
 	margin:0;
	padding:20px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img/bottombluegrad.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:410px;
} 
.thrColElsHdr #mainContentNosidebar h1 {
	border-bottom:2px solid #2f74ce;
	color:#2f74ce;
	font-size:20px;
	font-weight:normal;
}
.thrColElsHdr #mainContentNosidebar .staffPar {
	border:1px solid #000;
	padding:10px;
	height:60px;
	float:right;
	margin-left:10px;
	width:440px;
	font-weight:bold;
	text-align:center;
}
.thrColElsHdr #mainContentNosidebar .smHeader {
	font-size:14px;
	color:#fff;
	background-color:#2f74ce;
	width:388px;
	padding:6px;
	margin:0;
}
.thrColElsHdr #footer { 
	margin:0 auto;
	height:26px;
	text-align:center;
	border-top:1px solid #000;
	width:100%;
	background-image:url(../img/greygrad.jpg);
	font-size:10px;
} 
.thrColElsHdr #footer p {
	margin-top:8px;
}
.thrColElsHdr #footer a:link {
	text-decoration:none;
	color:#000;
}
.thrColElsHdr #footer a:visited {
	text-decoration:none;
	color:#000;
}
.thrColElsHdr #footer a:hover {
	text-decoration:underline;
	color:#000066;
}
.thrColElsHdr #breadcrumb {
	margin-left:20px;
	margin-top:8px;
	font-size:10px;
}
.thrColElsHdr #mainContentNosidebar .ifsMessage {
	padding:16px 8px 8px 8px;
	font-weight:bold;
}
.thrColElsHdr #mainContentNosidebar .ifsMessage a {
	font-style:italic;
}
img {
	border:none;
}
div.slideshow {
	position: relative;
	width: 697px;
	height: 222px;
}
.slideshow div {
	position: absolute;
	top: 0;
}
.slideshowtext div {
	position:absolute;
	top:0;
	left:0;
	width:400px;
}
.slideshowtext p {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:18px;
}
/* Miscellaneous classes for reuse */
.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;
}
.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;
}
#Form3 legend {
	background-color:#2f74ce;
	color:#fff;
	font-size:12px;
	padding:6px;
}
#Form3 label {
	width:120px;
	float:left;
}
form#main {
	border:1px solid #000;
	width:60%;
	margin:0 auto;
}
form#main .required {
	color:red;
}
form#main label {
	width:146px;
	float:left;
}
form#main #introText {
	background-color:#2f74ce;
	color:#fff;
	padding:8px;
}
form#main #formMainContent {
	margin-left:40px;
	margin-bottom:10px;
}
p.ctr {
	text-align:center;
}