﻿html, body 
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body 
{
	background: url(../Images/BGgradient.png);
	background-repeat: repeat-x;
	background-color: #999999;
}

DIV#PageContainer 
{
	width: 797px;
	margin: 0 auto;
}

DIV#FrameworkContainer
{
	background: url(../Images/BGcontent.png);
	background-repeat: repeat-y;
}

DIV#ContentContainer 
{
	width: 742px;
	margin-left: 27px;
}

DIV#MainContent 
{
	min-height: 440px;
	padding-left:10px;
}

DIV#Footer 
{
	clear: both;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

DIV#LogoContainer 
{
	height: 60px;
}

DIV#LogoContainer .Logo
{
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}


DIV#LogoContainer .ShortCuts
{
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	color: #b4b4b4;
}

DIV#LogoContainer .ShortCutsSep
{
	padding-left: 5px;
	padding-right: 5px;
}

DIV#MenuContainer 
{
	clear: both;
	background-repeat: repeat-x;
	height: 54px;
	padding-bottom: 8px;
}

DIV#Content 
{
	padding-top: 5px;
	clear: both;
}

DIV#FlashBanner 
{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

DIV#FrameworkClose 
{
	clear: both;
	background-image: url(../Images/BGcontentBottom.png);
	background-repeat: repeat-x;
	height: 40px;
}

/* column container */
.colmask 
{
	clear: both;
	float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
}

/* common column settings */
.colright, .colmid, .colleft 
{
	float: left;
	width: 100%;
	position: relative;
}

.col1, .col2, .col3 
{
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	overflow: hidden;
}

/* 2 Column, equal width settings */
.equalColumn
{
	background: transparent;	/* right column background colour */
}

.equalColumn .colleft 
{
	right: 371px;				/* right column width */
	background: transparent;	/* left column background colour */
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #d8d8d8;
	min-height: 250px;
} 

.equalColumn .col1 
{
	width: 320px;	/* left column content width (column width minus left and right padding) */
	left: 385px;	/* right column width plus left column left padding */
}

.equalColumn .col2 
{
	width: 325px;	/* right column content width (column width minus left and right padding) */
	left: 430px;	/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}	

/* 2 column, menu on left */
.menuColumn
{
	background: transparent;	/* right column background colour */
}

.menuColumn .colleft 
{
	right: 540px;				/* right column width */
	background: transparent;	/* left column background colour */
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #d8d8d8;
	min-height: 410px;
} 

.menuColumn .col1 
{
	width: 170px;	/* left column content width (column width minus left and right padding) */
	left: 560px;	/* right column width plus left column left padding */
}

.menuColumn .col2 
{
	width: 450px;	/* right column content width (column width minus left and right padding) */
	left: 580px;	/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}	

