
/* Layout Stylesheet */ 

.left_column 
{
    width: 210px; padding-top: 8px; padding-right: 20px; vertical-align: top;
}

.right_column
{
    vertical-align: top; width: 700px;
}

.navigateBanner
{
    margin-bottom: 10px;
}

.navigateBanner img 
{
    width: 167px;
}

#containersmall
{
	margin: 0px auto 0px auto;	
	width: 980px;
	text-align: left;
}

/*-------------------------------*/

#header 
{
	float: left;
	background: url('Images/Body/top-right-corner.png') no-repeat right;
	height: 158px;
	width: 100%;
	min-width: 980px;
}

#headerleft 
{
	float: left;
	background: url('Images/Body/top-left-corner.png') no-repeat;
	height: 158px;
	width: 100%;
}

#headerright 
{
    position: absolute;
    top: 60px;
    right: 200px;
    z-order: 10000;
}

#headerbackgroundcontainer
{
	margin: 0px 16px 0px 16px;
}

#headerbackground
{
	float: left;
	background:url('Images/Body/top-center-fill.png') repeat-x;
	height: 158px;
	width: 100%;
}

.imageLogo
{
	border: 0;
	margin: 42px 0px 0px 15px;
}


/*-------------------------------*/

#contentcontainer
{
	float: left;
	width: 100%;
	background: url('Images/Body/body-right-fill.png') repeat-y top right;
}

#content 
{
	float: left;
	background: url('Images/Body/body-left-fill.png') repeat-y;	
	width: 100%;
	min-height: 400px;
}

#contentbackground
{
	float: left;
	margin: 0 10px 0 10px;
	background-color: #FFFFFF;
	display: block;
	min-height: 400px;
}

/*-------------------------------*/

#footer 
{
	float: left;
	background:url('Images/Body/bottom-right-corner.png') no-repeat right;
	height: 108px;
	width: 100%;
}

#footerleft 
{
	float: left;
	background:url('Images/Body/bottom-left-corner.png') no-repeat;
	height: 108px;
	width: 100%;
}

#footerbackgroundcontainer
{
	position: relative;
	margin: 0 16px 0 16px;
}

#footerbackground
{
	float: left;
	background:url('Images/Body/bottom-center-fill.png') repeat-x;
	height: 108px;
	width: 100%;
}

#footercontent
{
	font-size: 12px; 
	padding-top: 50px; 
	padding-right: 60px;
	padding-left: 60px;
}

#body
{
	margin: 14px 11px 20px 11px;
}

/*-------------------------------*/
#leftBlock
{
	float: left; 
	width: 180px; 
	margin-top: 8px;
	padding-right: 20px;
}

#rightBlock
{
	float: right;
	width: 700px;
}