
/*	tags
------------------------------------------*/
body{
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 12px;
	width: 100%;
	margin: 0px;
}


h2{
	width:33px;
	height: 33px;
	text-indent: 35px;
	white-space: nowrap;
	font-size: 44px;
	line-height: 35px;
	overflow: visible;
	text-transform: uppercase;
	margin: 0px;
	font-weight: 900;
	background: #444F51;
}

h3, .typography form legend{
	width:13px;
	height: 13px;
	font-size: 16px;
	text-indent: 18px;
	white-space: nowrap;
	line-height: 15px;
	overflow: visible;
	font-weight: 900;
	text-transform:capitalize;
	background: #444F51;
	clear: both;
	margin: 0px;
}

h4{
 font-size: 14px;
 font-weight: bold;
 margin: 0px;
}



li, ol{
	list-style:outside;
}

hr{
	border: 1px dotted #BBC5C6;	
	clear:both;
}

/*	colours
------------------------------------------*/

.bgDarkGray{
	background: #444F51;
}

.sasLightGray {
	color: #BBC5C6;
}

.darkGray{
	color: #444F51;
}


/* Hide elements
-------------------------------------------*/

h1, #topNavigationBar, #breadcrumbs, #content #SecondNav, #content #secondryContent, #footer ul li, #footer a:link, #footer a:visited, #footer a:hover {display: none;}


/*	layout
------------------------------------------*/
#header{
	height: auto;
	background-color:#FFF;
}

#header img.print{
	display:block;
	margin-bottom: 10px;
}

#container{
	width:100%;
	background: none;
	padding: 0px;
	margin: 0px;
	height: auto;
	-moz-box-shadow: 0px 0px 0px #FFF;
	-webkit-box-shadow: 0px 0px 0px #FFF;
	-box-shadow: 0px 0px 0px #FFF;

}

	#content #mainContent{
		width:100%;
		border:none;
		padding: 0px;
		margin: 0px;
	}
	
	

#footer{
	width: 100%;
	margin: 10px 0px;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	line-height:14px;
}

	
	
/*	Classes
------------------------------------------*/
.clear{
	display: none;
	clear:both;
	height:1px;
}


.pageIntro{
	padding: 30px 0px 10px 0px;
	border-top: 1px dotted #BBC5C6;
}



.typography{
	line-height:18px;
}


.typography ul, .typography ol{
	padding: 0px 0px 15px 30px;
}
	.typography ul li{
 		list-style:disc;
	}
	
	.typography ol li{
 		list-style:decimal;
	}

.typography strong{
	font-weight:bolder;
}

.typography p{
	margin: 5px 0px 12px 0px;
}

.typography a:link, .typography a:visited{
	color:#444F51;
	text-decoration: none;
}

.typography a:hover{
	color:#BBC5C6;
}


.typography dl{
	margin: 0px 0px 20px 0px;
}

.typography dl dt{
	font-weight:bold;
	float:left;
	width: 150px;
	clear: left;
	margin: 0px 0px 15px 0px;
}

.typography dl dd{
	position:relative;
	clear:right;
	margin: 0px 0px 10px 160px;
}

.typography .row {
	clear:both;
}
.typography .row h4{
	float:left;
	width:200px;
}

.typography .row a{
	float:left;
	clear:right;
}

.typography .floatRightImage{
	float:right;
}



/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}



/* Tables
---------------------------------------*/
table{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}

th{
	background-color:#F00;
	text-align: center;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

tr{
	border-bottom: 1px solid #BBC5C6;
}

td{
	padding: 3px;
}

.tableColumn{

}
.columnColour{
	background-color:#f0f0f0;
}

.border{
	border-bottom: 1px solid #000;
}
.colHeaders{
	font-weight:bold;
}
.vertical{
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	z-index:inherit; 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	font:Arial, Helvetica, sans-serif 10px;
	color:#BBC5C6;
	vertical-align:middle;
	text-align:center;
}

.tableSplit{
	height:1px;
	background-color:#000;
	padding:0px;
}


 /* LazyTab Top style*/

.lazyTabContentsTop{
	float:left;
	width:100%;
	height:auto;
	display:none;
	margin:0px;
	cursor: auto;
	height:auto;
	position: relative;
}
   
.lazyTabHeaderTop{
	position:relative;
	overflow:hidden;
	width:100%;
	background-color:#FFF;
    padding-bottom:3px;
}
  	
.lazyTabHeaderTop ul{
	position:relative;
	width:5000px;
	margin:0px 0px 10px 0px;
	border-bottom: 1px solid #444F51;		
	font: 12px sans-serif; 
	padding:10px 0px 0px 0px;	
}

.lazyTabHeaderTop li {
	display:block;
    float:left;
    margin:0px;
	top:1px;
    padding:3px 0px 3px 10px;
	position:relative; 
	border: solid 1px #444F51;
	background-color: #F0F0F0;
}
      
.lazyTabHeaderTop .lazyTabLink {
	width:auto;
	display:block;
	padding:0px 10px 0px 0px;
	text-decoration:none;
	color:#444F51;
	outline: none;
}
      
.lazyTabHeaderTop .lazyTabLink span{
	padding:4px 16px 5px 0;
	display:block;
}
  
.lazyTabHeaderTop .active{
	position:relative;
	border-top: 1px solid #444F51;
	border-right: 1px solid #444F51;
	border-left: 1px solid #444F51;
	border-bottom: 1px solid #FFF;
	background-color:#FFF;
	}
    
.lazyTabHeaderTop .active .lazyTabLink {
	color:#444F51;
	font-weight:bold;
}
    
.lazyTabHeaderTop .active span {
	padding-bottom:5px;
}

