/*	Contents:
	1. Body, container
	2. Header 
	3. logos
	4. navigation
	5. Left Column
	6. Middle Columns
	7. Right Column
	8. Boxes
	9. Footer & copyright 
	10. Hiders, padders, spacers & clearers
	11. Globals
	12. Colours / bolds
/*================================================
	1. Body, container
-------------------------------------------------*/
body{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}


/*================================================
	2. Header
-------------------------------------------------*/
.header{
	width:100%;
	margin:0px 0px 0px 0px;
	padding-bottom:40px;
}
	.header #headerRightPod{
		display:none;
	}
	.header #headerRightPod #pods-partOf{
		display:none;;
	}
	

/*================================================
	3. logos
-------------------------------------------------*/
	.header #logoPod{
	float:left;
}

.header #logo{
	margin:9px 0px 0px 9px;
	padding:0px;
	height:136px;
	width:723px;
}
	.header #logo a{
		display:block;
		height:136px;
		width:723px;
	}
	.header #logo a span{
		display:block;!important
	}

	
	
/*================================================
	4. navigation
-------------------------------------------------*/
#leftNav{
	display:none;
}

.topNav{
	display:none;
}
/*================================================
	5. Left Column
-------------------------------------------------*/
#leftCol{
display:none;
}

	
/*================================================
	6. Middle Columns
-------------------------------------------------*/
#wideCol{
	float:left;
	padding:0px 15px;
	width:581px;/* less 30px for padding */
	margin:0px 0px 0px 0px;
	color:#50554F;	
}

	#wideCol h1{
		font-size:220%;
		letter-spacing:-0.04em;
		color:#00b6dd;
		margin:0px 0px 6px 0px;
		padding:0px;
		font-weight:normal;
	}
	
	#wideCol h2{
		font-size:150%;
		letter-spacing:-0.04em;
		color:#005581;
		margin:0px 0px 6px 0px;
		padding:0px;
		font-weight:normal;
	}
	#wideCol h3{
		font-size:130%;
		letter-spacing:-0.04em;
		color:#005581;
		margin:0px 0px 6px 0px;
		padding:0px;
		font-weight:normal;
	}
	#wideCol h4{
		font-size:130%;
		letter-spacing:-0.04em;
		color:#1ABDC9;
		margin:0px;
		padding:0px;
		font-weight:normal;
	}
	#wideCol h5,#wideCol h5 a{
		font-size:110%;
		letter-spacing:-0.04em;
		color:#005581;
		margin:0px;
		padding:0px;
		font-weight:normal;
		text-decoration:none;
	}
        #wideCol a{
                color:#005581;
                text-decoration:normal;
        }
        #wideCol a:hover{
                 color:#50554F;
        }


       
		
		
        #wideCol hr{
        border:none;
        height:1px;
        line-height:0px;
        border-bottom:1px solid #005581;
        }
	
	#wideCol .stdList{
		border:1px solid #CCC; border-bottom:1px solid #ECECEC; padding:5px; display:block; margin:0px;
	}
		#wideCol .stdList h5{
		float:left; width:150px;
		}
		#wideCol .stdList span{
		display:block; margin-left:155px;
		}
		#wideCol .stdList var{
		float:left; width:150px; font-size:120%; color:#4E5850; font-style:normal;
		}
	#wideCol .darkBlue{
		background:#ECECEC;
	}
	#wideCol .lightBlue{
		background:#F4F4F4;
	}
	#wideCol .borderClass{
		border-width:1px;
	}
	
	
#contentWrapper{
	background:url(images/Bck_main2Line.gif) repeat-y top left;

}
/*================================================
	7. Right Column
-------------------------------------------------*/
#rightCol{
	display:none;
}
			
/*================================================
	8. Boxes
-------------------------------------------------*/

.pods-siteSearch{
display:none;
}
	

.pods-resources-caseStudy{
	display:none;
}
	
.pods-resources-download{
	display:none;
}

.pods-subMenu{
	display:none;
}

/*================================================
	9. Footer & copyright
-------------------------------------------------*/
#footer{
	margin:5px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	background:#FFF;
	height:15px;
}
	#footer #bottomNav{
		display:none;
	}
		
	#footer #copyright{
		clear:both;
		color:#B5B7B6;
		font-size:80%;
	}
/*================================================
	10. Hiders, padders, spacers & clearers
-------------------------------------------------*/


/*================================================
	11. Globals
-------------------------------------------------*/
.hidden{
	display:none;
}
.clearLeft{
	clear:left;
}
.clearRight{
	clear:right;
}
.clearAll{
	clear:both;
}
.text-importantText{
	font-size:120%;
}
.text-highlighted{
	font-size:160%;
	font-family:"Arial Black";
	color:#00B6DE;
	margin:-3px 0px -10px 0px;
	padding:0px;
	list-style:none;
	border-top:1px solid #015480;
}

/*================================================
	12. Colours / bolds
-------------------------------------------------*/
#wideCol img.alignImageLeft{
    float:left;
	margin:0px 10px 0px 0px;
}
#wideCol img.alignImageRight{
    float:right;
	margin:0px 0px 0px 10px;
}
#wideCol img.imageRow{
  float:left;
  margin:0px 0px 0px 10px;
}
#wideCol img.imagePadded10{
  margin:10px;
}
#wideCol .TEXT-columnText280{
	width:280px;
	float:left;
}
#wideCol .TEXT-columnText500{
	width:500px;
	float:left;
}