/*******************************/
/* Start of  of Layout Styling */
/*******************************/

div#header {
	height									: 160px;
	clear									: both;
	margin									: 0 auto;
	top										: 0;
	width									: 976px;
	z-index									: 0;
}

#header #logo-container img  {
	float									: left;
	/*width									: 300px;
	height									: 100px;*/
	margin-left								: 20px;
}

div#page {
	background								: url(../Images/backgrounds/body-background-leftright.gif) repeat-y scroll left top;
	/*margin									: 7px auto;
	overflow								: hidden;
	padding									: 2px 3px;
	position								: relative;
	width									: 970px;
	padding-bottom							: 10px;
	margin-bottom                           : 0px;*/

	/*background								: url(../Images/backgrounds/home-background.gif) repeat-y scroll left bottom;*/
	margin									: 0 auto;
	overflow								: hidden;
	padding									: 2px 3px;
	position								: relative;
	width									: 970px;
}

div#footer 
{
    clear                                   : both;
	background								: transparent url(../Images/backgrounds/footer-background.gif) no-repeat center bottom;
	margin									: 0 auto;
	margin-top							    : 20px;
	margin-bottom							: -2px;
	/*position								: relative;*/
	width									: 970px;	
	padding									: 20px 0px 20px;
}

div.columnA {	
	float									: left;
	width									: 679px;
	padding 								: 25px 0 0 18px;	
}

div.columnB {
	float									: right;
	padding-right							: 15px;
	margin-top								: -100px;
	width									: 235px;
}

div.columnC {
	float									: right;
	padding-right							: 15px;
	margin-top								: 23px;
	width									: 235px;
}

div.columnD {
	width									: 934px;
	padding 								: 25px 18px 0 18px;
}

#page-header {
	margin-left								: -3px;
	margin-top								: -3px;
	margin-right							: -3px;
	height									: 126px;
}

.twocolumn-left {
  float						: left;
  padding					: 15px 0px 10px 0px;
  width						: 200px;
}

.twocolumn-right {
  float						: left;
  padding					: 15px 0px 10px 50px;
  width						: 400;
}

.top-smallpadding 
{
	padding-top				: 15px;
}

.bottom-smallpadding 
{
	padding-bottom			: 15px !important;
}

.top-padding 
{
	padding-top				: 30px;
}

.twothirds-width 
{
	width					: 480px;
}

.columnA li	
{
	list-style-image		: url( '/lib/Global/Images/arrows/arrow-sub-nav-f3.gif' );
}