/* -------- CSS STYLES FOR SCREEN ----- */
/* Main layout Styles */

#pageContainer { /* Contains and centres the entire contents of each page */
	width: 955px;
	text-align:left;  /*TO return to normal (otherwise it'd inherit center from the main body tag */
	margin: 0 auto;
	overflow: visible;
}
#topBar {
	width: 955px;
		padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 95px;
	background-image: url(../images/common/topBar.png);
}


#topBar .topBarText {
	color: #000000;
	float: right;
	display: block;
	width: 633px;
	text-align: right;
	margin-top: 20px;
	margin-right: 83px;
	height: 72px;
	overflow: hidden;
}

#topBar .topBarText .header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 1em;
}

#topBar .topBarText .address{
	font-size: 11px;
	margin-top: 0.0;
	margin-bottom: 0em;
	padding: 0px;
	line-height: 16px;
	}

#topBarLowerSection {
	width: 955px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 27px;
	font-size: 2px;
	background-image: url(../images/common/topBarLowerSection.png);
}

#contentContainer { 
    /* contains the left column navigation and the right content area */
	width: 914px;
	margin-top: 0px;
	overflow: hidden;
	clear: both;
	min-height: 420px;
	float: none;
}

#leftColumn {
	height: auto;
	width: 233px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #e0dcdc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bcbdbe;
	border-bottom-color: #bcbdbe;
	border-left-color: #bcbdbe;
}

#centreColumnContent {
	/*Workaround for IE6 to make it show the min height:*/ 
	min-height: 420px;
	height:auto !important;
	height:420px;
	width: 604px;
	float: right;
	overflow: visible;
	margin-left:4px;
	background-color: #efefef;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bcbdbe;
	border-bottom-color: #bcbdbe;
	border-left-color: #bcbdbe;
	padding-right: 42px;
	padding-left: 27px;
}

#footer {
	height: auto;
	width: 675px;
	margin-top: 5px;
	color: #8b8b8b;
	font-size: 0.9em;
	padding-top: 10px;
	clear: both;
	float: none;
	margin-bottom: 20px;
	margin-left: 239px;
}

/* --------------------------------------- */
/* General tag definitions */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	text-align:center; /* TO make the page container float in the middle */
	background-color: #d7d8d9;
	background-image: url(../images/common/backgroundTile.jpg);
	background-repeat: repeat-x;
}

p{

	margin-top: 0.5em;
	margin-bottom: 1.8em;
	padding: 0px;
	line-height: 1.5em;

}

a{
	color: #275fc9;
	/*text-decoration: none;*/
}
a:visited {
	color: #1c479a;
}

img {
	display: block; /* ---- XHTML 1.0 Strict (and Transitional for IE6) CSS workaround - closes gap under all images */
	border: none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	margin-top: 0em;
	margin-bottom: 0.2em;
	padding: 0px;
}

h2{
	font-size: 1.25em;
	color: #000000;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	padding: 0px;
}
h3{
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	padding: 0px;
}


hr{
	color: #bcbdbe;
}

/* --------------------------------------- */

/* page content style extensions */

#leftColumn ul { /* Bullet lists links in the left nav area */
	margin: 0px;
	padding:0px;
	list-style-type: none;
}
#leftColumn li {
	font-size: 1.2em;
	padding-bottom: 15px;
	padding-left: 1.2em;
}
#leftColumn a {
	text-decoration:none;
}
#leftColumn a:hover {
	text-decoration:underline;
}


#centreColumnContent ul { /* Bullet lists in the main content area */
	margin: 20px;
	padding:0px;
	list-style-type: none;
}
#centreColumnContent li {
	background-image: url(../images/common/bulletArrow.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 16px;
	background-position: 0em 0.3em;
}
#centreColumnContent ul ul { /* sub level list */
	margin-top: 10px;
	margin-bottom: 0px;
}

.leftAlignedImage {
	float: left;
	display: block;
	border: 1px solid #bcbdbe;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-right: 21px;
	background-color: #FFF;
	text-align:center;
	display:inline; /*for stacking images vertically centered*/
	
}
.centered {
	text-align:center;
	display:inline;
	
}
.rightAlignedImage {
	float: right;
	display: block;
	border: 1px solid #bcbdbe;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 21px;
	background-color: #FFF;
	text-align:center;
}

.textHighlight {
	color:#ff8c00;
	font-weight:bold;
}

.imageLayoutGridRow {
	float:none;
	clear:both;
}
