@charset "utf-8";
body {
	background: #FFFFFF;
	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: #222222;
}
#containerWrapper {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-variant:normal; 
	letter-spacing:normal; 
	line-height:normal; 
	orphans:auto; 
	text-align:left; 
	text-indent:0px; 
	text-transform:none; 
	white-space:normal; 
	widows:auto; 
	word-spacing:0px; 
	-webkit-text-stroke-width:0px; 
	display:inline !important; 
	float:none; 
 font-family:arial; 
	font-size:small; 
	color:rgb(51, 51, 51); 
	font-style:normal; 
	font-weight:normal;
}
#headerWrapper {
	width: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	/*border-bottom: 1px solid #DDD;*/
}
#header {
	width: 994px;
	margin: 0 auto;
	padding: 10px 10px 5px 20px;
	font-size: 12px;
	letter-spacing: 2px;
}
#header table {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topGridWrapper {
	width: 100%;
	background: url(../_images/mainTopGrid_Img.jpg) no-repeat fixed;
	height: 500px;
	box-shadow: 0px 5px 5px #888888;
	margin-bottom: 50px;
}
#topGridWrapper_2 {
	width: 100%;
	background: url(../_images/mainTopGrid_2_Img.jpg) no-repeat fixed;
	height: 500px;
	box-shadow: 0px 5px 5px #888888;
	margin-bottom: 50px;
}
#topGridWrapper_3 {
	width: 100%;
	background: url(../_images/mainTopGrid_3_Img.jpg) no-repeat fixed;
	height: 500px;
	box-shadow: 0px 5px 5px #888888;
	margin-bottom: 50px;
}
#topGridWrapper_4 {
	width: 100%;
	background: url(../_images/mainTopGrid_4_Img.jpg) no-repeat fixed;
	height: 500px;
	box-shadow: 0px 5px 5px #888888;
	margin-bottom: 50px;
}
#topGridWrapper_5 {
	width: 100%;
	background: url(../_images/mainTopGrid_5_Img.jpg) no-repeat fixed;
	height: 500px;
	box-shadow: 0px 5px 5px #888888;
	margin-bottom: 50px;
}
#topGridWrapper_6 {
	width: 100%;
	background: url(../_images/mainTopGrid_6_Img.jpg) no-repeat fixed;
	height: 500px;
	box-shadow: 0px 5px 5px #888888;
	margin-bottom: 50px;
}
#topGridWrapper_7 {
	width: 100%;
	background: url(../_images/mainTopGrid_7_Img.jpg) no-repeat fixed;
	height: 500px;
	box-shadow: 0px 5px 5px #888888;
	margin-bottom: 50px;
}
#topGridWrapper_8 {
	width: 100%;
	background: url(../_images/mainTopGrid_8_Img.jpg) no-repeat fixed;
	height: 500px;
	box-shadow: 0px 5px 5px #888888;
	margin-bottom: 50px;
}
#topGrid {
	width: 1004px;
	margin: 0 auto;
	padding: 0 10px;
}
#topGrid a{
	color: #FFF;
	text-decoration: none;
}
#navWrapper {
	width: 100%;
	background: #FFF;
}
#nav {
	width: 1004px;
	margin: 0 auto;
	padding: 0 10px;
}
#navList {
	list-style-type: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#navList li{
	display: inline;
	padding: 2px 20px;
	letter-spacing: 2px;
	font-size: 12px;
}
#navList li a{
	text-decoration: none;
	font-weight: bold;
	color: #F00;
}
#navList li a:hover{
	text-decoration: underline;
	color: #C00;
}
#mainContentWrapper {
	width: 100%;
	background: #FFFFFF;
}
#mainContent {
	width: 984px;
	margin: 0 auto;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#row_1, #row_2, #row_3, #row_4 {margin-top: 15px; padding: 10px;}
#row_1 a, #row_2 a, #row_3 a, #row_4 a {text-decoration: none; color: #222222;}
#puzzle tr td a{
	text-decoration: none;
	color: #222222;
}
#vacancyList {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}
#vacancyList li a{
	color:#777;
	font-weight: bold;
	text-decoration: none;
}
#vacancyList li a:hover{
	text-decoration: underline;
}
#footerWrapper {
	width: 100%;
	background:#333333;
}
#footer {
	width: 1004px;
	margin: 0 auto;	
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #DDD;
}
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footNav {
	list-style-type: none;
	text-align: left;
	margin:  0px;
	padding: 15px 0px 0px 0px;
}
#footNav li{
	display: inline;
	margin: 0px;
	padding-right: 20px;
	letter-spacing: 2px;
	font-size: 12px;
}
#footNav li a{
	text-decoration: none;
	color: #DDD;
}
#footNav li a:hover{
	text-decoration: underline;
	color: #EEE;
}
hr {color: #EEE; background: #DDD; margin: 10px 0 10px 0}
img {border: 0px;}
.clrFlt {clear: both;}
.largeHeading {font-size: 70px;}
.padTop250px {padding-top: 250px;}
.txtCenter {text-align: center;}
.txtLeft {text-align: left;}
.wht {color: #FFF;}
.blk {color: #000;}
.dkGry {color: #333;}
.gry {color: #666666;}
.ltGry {color: #DDD;}
.letSpc {letter-spacing: 2px;}
.cap {text-transform: uppercase;}
.pad10px {padding: 10px;}
.padTop10px {padding-top: 10px;}
.padTop20px {padding-top: 20px;}
.padTop30px {padding-top: 30px;}
.marTop20px {margin-top: 20px;}
.marBtm20px {margin-bottom: 20px;}
.padBtm10px {padding-bottom: 10px;}
.padBtm20px {padding-bottom: 20px;}
.borderLine {margin: 50px 0 25px 0;}
.borderAll {border: 1px solid #777;}
.navBorder {	border-bottom: 1px solid #DDD;}
.bold {font-weight: bold;}