/* *** SETUP *** */
body {
	margin:0;
	color:#000;
	background-color:#FFF;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:0.7em;
	background-image:url(images/body_back.gif);
	background-repeat:repeat-x;
}
* html body {font-size:11px;} /* MIE Fixed Size on order of client */

a			{text-decoration:none;color:#DF6D24;}
a:link		{text-decoration:none;color:#DF6D24;}
a:visited	{text-decoration:none;color:#BF4D04;}
a:hover		{text-decoration:underline;color:#EF7D34;}
a:focus		{text-decoration:underline;color:#EF7D34;}
a:active	{text-decoration:underline;color:#F00;}

/* *** LAYOUT *** */
#pageWidth {
	min-width:779px;
	max-width:1003px;
	position:relative;
}
#headerBlock {
	min-width:779px;
	z-index:10;
	position:relative;
}

/* *** HEADER *** */

#craneFloat {
	position:absolute;
	right:0px;
	top:0px;
	z-index:100 !important;
}
#headerBlock #logoFloat {
	position:absolute;
	left:17px;
	top:11px;
	width:209px;
	height:39px;
}
#headerBlock #topBlock {
	height:75px;
	min-width:779px;
	background-image:url(images/header_blue_fade_new.jpg);
	background-repeat:no-repeat;
	background-position:100% 0;
}