@charset "utf-8";

html,
body {
   margin:0;
   padding:0;
   height:100%;
   /*min-height: 100%; /*Req'd to stretch to bottom*/
}

body  {
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	color: #000000;
	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 */
	background-color: #000000;
	background-image: url(images/bkgd_blacktexture.gif);
	background-repeat: repeat;
}

#blackbar {
	width: 100%;
	height: 14px;
	background-color: #000;
}
#whitebar {
	width: 954px;
	height: 14px;
	margin: 0 auto 0 auto;  /* TOP, RIGHT, BOTTOM, LEFT */
	background-color: #FFF;
}

#redbar {
	width: 954px;
	height: 14px;
	margin: 0 auto 0 auto;  /* TOP, RIGHT, BOTTOM, LEFT */
	background-color: #ef4433;
}

#container {
	width: 954px;
	height: auto;
	margin: 0 auto 0 auto;  /* TOP, RIGHT, BOTTOM, LEFT */
	padding: 10px 0 10px 0;  /* TOP, RIGHT, BOTTOM, LEFT */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bkgd_dividers.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFF;
}
#container_offline {
	width: 700px;
	height: 100%;
	margin: 0 auto 0 auto;  /* TOP, RIGHT, BOTTOM, LEFT */
	padding: 45px 45px 65px 45px;  /* TOP, RIGHT, BOTTOM, LEFT */
	background-color: #FFF;
}
#left {
	width: 206px; /* 238 - 32 - 32 = 174 */
	heigh: auto;
	padding: 0 16px 22px 16px;  /* TOP, RIGHT, BOTTOM, LEFT */
	float: left;
}
#right {
	width: 206px; /* 238 - 32 - 32 = 174 */
	heigh: auto;
	padding: 0 16px 22px 16px;  /* TOP, RIGHT, BOTTOM, LEFT */
	float: left;
}
#main {
	width: 446px; /* 478 - 32 - 32 = 414 */
	height: auto;
	padding: 0 16px 22px 16px;  /* TOP, RIGHT, BOTTOM, LEFT */
	float: left;
}
#header { /* contains "h1 a" */
	width: 206px;
	height: 206px;
	margin: 0 auto;
	background-image: url(images/header_logo_206.gif);
	background-repeat: no-repeat;
} 
#header h1 {
	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 */
}
#header h1 a {
	display: block; /* Allows you to change the width and height of the image */
	width: 175px;
	height: 174px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
}

#footer {
	width: 100%;
	height: auto; /* 38 - 7 - 7 = 24 */
	padding: 10px 0 14px 0; /* TOP, RIGHT, BOTTOM, LEFT */
	float: left;
	color: #FFF;
	background-color: #000;
}
	
.wrap {
	position:relative;
	margin:0 auto;
	width: 954px;
}

.footerText {
	font-family: "FuturaCondensedNormalRegular", "Arial Narrow", Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 14px 0 14px;  /* TOP, RIGHT, BOTTOM, LEFT */
}

.factor {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	width: 926px;
	margin: 10px auto 0 auto;  /* TOP, RIGHT, BOTTOM, LEFT */
	padding: 0 14px 0 14px;  /* TOP, RIGHT, BOTTOM, LEFT */
	text-transform: none !important;
}


#footerRight {
	width: auto;
	height: 24px;
	padding-top: 7px;
	float: right;
}

#footerIcons {
	width: auto;
	height: 24px;
	margin: -10px auto -14px auto;  /* TOP, RIGHT, BOTTOM, LEFT */
	position:inline;
	border: 0;
}

#footerIcons a {
	border: 0;
	text-decoration: none !important;
	outline: none; /* GETS RID OF DOTTED BORDERS AROUND IMG LINKS */
}
#sidebar #footerIcons img {
	border: 0;
}