html, body {
	height:100%
}

html body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#E9E9E9;
	background-color:#111;
	width:100%;
	min-height:100%;
	margin:0 auto;
	padding:0px
}

html body #entire {
	min-height:94.5%
}

#entire {
	display:block;
	margin:0 auto;
	padding:0px;
	width:880px;
	background-color:#FFF;
	color:#000
}

#topHeader {
	margin:0 auto;
	padding:0px;
	width:880px;
	position:relative;
	display:block;
	background-image:url(../images/topHeader.gif);
	background-repeat:no-repeat;
	height:85px
}

#topHeaderLeft {
	display:block;
	position:absolute;
	left:65px;
	top:53px;
	height:20px;
	width:450px;
	color:#999;
	font-weight:bold;
	text-align:left;
	font-size:14px
}

#topHeaderRight {
	display:block;
	position:absolute;
	right:10px;
	top:12px;
	width:250px;
	height:60px;
	text-align:right;
	font-size:16px
}

#header {
	margin:0 auto;
	padding:0px;
	width:880px;
	position:relative
}

#header #headerMenu {
	margin:0px; 
	padding:0px;
	position:absolute;
	top:0px;
	right:45px;
	color:#E9E9E9;
	width:250px;
	height:30px;
	text-align:center;
	line-height:25px
}

#header #headerText {
	margin:0px; 
	padding:0px;
	position:absolute;
	bottom:5px;
	right:150px;
	color:#E9E9E9;
	width:450px;
	height:20px;
	text-align:center;
	line-height:20px;
	font-weight:bold;
	font-size:14px
}

#header { position:relative }

#header, #headerImage {
	margin:0px; 
	padding:0px
}
#header #headerImage {
	position:absolute;
	top:0;
	left:0
}
#header #headerText {
	position:absolute;
	display:block;
	top:10px;
	right:10px;
	width:300px;
	text-align:right;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	font-style:italic
}

#topMenuArea {
	position:relative;
	margin:0;
	padding:0px;
	width:880px;
	height:35px;
	background-image:url(../images/layout/topMenuBar.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif
}

#topMenu a {
	margin:0; 
	padding:0px;
	float:left;
	display:inline-block;
	height:35px;
	line-height:35px;
	width:115px;
	color:#FFF;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/layout/topMenuButton.gif);
	background-repeat:repeat-x;
	background-position:top
}

#topMenu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-position:bottom
}

#breaker {
	position:relative;
	height:25px;
	margin:0px auto;
	padding:0px;
	width:880px;
	background-image:url(../images/layout/breaker.gif);
	background-repeat:repeat-x;
	background-position:top
}

#mainArea {
	position:relative;
	display:block;
	width:880px;
	margin:0 auto;
	padding:0px
}

#mainArea #mainContent {
	position:relative;
	display:block;
	top:0px;
	left:15px;
	text-align:left;
	margin:0;
	padding:0px;
	width:585px
}

#mainArea #navContent {
	position:relative;
	display:block;
	top:0px;
	right:0px;
	margin:0;
	padding:0px;
	width:270px
}

#navigation, #navigation ul, #navigation ul li {
	position:relative;
	margin:0;
	padding:0px;
	width:270px
}

#navigation ul li {
	list-style:none; 
	border-bottom:#CCC dashed 1px
}

#navigation ul li a {
	display:inline-block;
	margin:0;
	padding:0px;
	height:30px;
	line-height:30px;
	width:255px;
	text-align:left;
	text-indent:10px;
	text-decoration:none;
	color:#666
}

#navigation ul li a:hover {
	text-decoration:none;
	background-image:url(../images/layout/navHover.jpg);
	background-repeat:repeat-y;
	background-position:right
}

#industryBar {
	position:relative;
	display:block;
	height:140px;
	width:880px;
	margin:0 auto;
	background-color:#FFF;
	padding:0px;
	bottom:0
}

.industryBox {
	display:block;
	width:110px;
	height:70px;
	background-position:top
}

.industryBox:hover {
	background-position:bottom;
	text-decoration:none
}

.industryText {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	margin:0;
	margin-top:5px;
	padding:0px;
	font-weight:bold;
	font-size:14px
}

#footer {
	position:relative;
	bottom:0px;
	display:block;
	width:880px;
	height:45px;
	background-image:url(../images/layout/footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0 auto;
	padding:0px
}

#footer #footerLinks {
	display:block;
	margin:0 auto;
	float:left;
	width:535px;
	padding:0px;
	color:#CCC;
	text-indent:10px;
	text-align:left;
	height:20px;
	position:relative;
	top:20px
}

#footer #footerCopy {
	display:block;
	margin:0 auto;
	float:right;
	width:335px;
	padding:0px;
	color:#CCC;
	text-align:right;
	text-indent:10px;
	height:20px;
	position:relative;
	top:20px
}