body {
	text-align: left; /* to center page, set to "center" algned for ie */
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	background: #fff;
}
#container p{
	font-size: 90%;

}

#container h1{
margin:0;
padding:0;
font-size:100%;
height:61px;
width:289px;
float:left;

}
#container h2{
	margin: 0;
	font-size: 80%;
	
}
/*
#container h3{
	font-size: 95%;
}
*/
.h2hometitle{
	background: #0C457A;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 21px;
	color:#fff;
	font-weight: bold;

}
#container img{
 border: none;
}

#container h4{
	font-size:80%;
	border-bottom: 1px solid #ccc;
	padding-bottom:5px;
	font-weight:normal;
}
/*________________________________________________________*/


/* layout styles */
#container {
	text-align: left;
	/*margin: 0 auto;*/ /*use this line to center in browser win */
	margin: 0;
	width: 100%;
	border:none;
}
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #fff;
	width: 728px;
   /*overflow: auto;*/ /*this prevents the nested float "ultilityList" breaking this container float*/
  
}
#header:after { content: ""; display: block; height: 0; clear: both; }/*prevents nested floats breaking layouy- more robust than "overflow" method */


#topNav{
	display:none
}
#topNav:after { content: ""; display: block; height: 0; clear: both;}
#mainImage{

	border-bottom: 1px solid #fff;
	padding: 0px;
	height:177px;
}
#mainImage:after { content: ""; display: block; height: 0; clear: both; }
/* home page side bar - used by Homepage Only */
#sidebarHome {
	width: 75%;
	margin-left: 0px;
	float: left;
   background:#fff;
	/*border-right: 1px solid #fff;*/
	
}
#sidebarHome ul{
   margin:0px;
	padding:0px;
	list-style:none;
}

#sidebarHome h2{
	background: #0C457A;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 21px;
	color:#fff;
	font-weight: bold;
}

/*3 column side bar - used by 3 column pages*/
#sidebar {
	display:none
}
#sidebar ul{
   margin:0px;
	padding:0px;
	list-style:none;
}
#sidebar h2{
	display: block;
	padding:3px;
	font-weight:bold;
	text-decoration: none;
	background: #0099cc;
   color: #fff;
}
/* end 3 column side bar */
/*home page, L1, L2 content */
#content {
   float:left;
	width:430px;
	background:#fff;

}

#content h3 {
	margin-top:10px;
	font-size: 95%;
}
/* end homepage content */

/* other pages content */
#contentB h3 {
	margin-top:10px;
	font-size: 95%;
}

#contentB {
	padding-top: 0px;
	float: left;
	width: 388px;
	background: #fff;
	/*
	background-image: url(../../../images/head_W1.jpg);
	background-position: top;
	background-repeat: no-repeat;
	*/
}

#contentC {
	padding-top: 0px;
	padding-left: 0px;
	float: left;
	width: 480px;
	background: #fff;
	/*
	background-image: url(../../../images/headImageP.jpg);
	background-position: top;
	background-repeat: no-repeat;
	*/
}

#contentC h3 {
	padding-top:10px;
   
}

#contentD {
	padding-top: 15px;
	padding-left: 12px;
	float: left;
	width:478px;
}

#contentD h3 {
	padding-top:10px;

}

/* end other pages content */

/* right hand side - homepage */
#right{

float:right;
margin-right: 0px;
width:151px;
background:#fff;

}
/* end right hand side homepage */

/* right hand side - other pages */
#rightB{

float:right;
margin-right:0px;
width:170px;
background:#fff;
}
#rightB h2 {
   margin:0px;
	display: block;
	padding:3px;
	font-weight:bold;
	text-decoration: none;
	background: #000000;
   color: #fff;
   font-size: 80%;
}
#rightB ul{
	margin:0px;
	padding:0px;
	list-style: none;
}
#rightB a{
display:block;
padding:5px;
text-decoration: none;
color:#000;
}
#rightB a img{
	margin-right:5px;
	width:6px;
	height:7px;
}
#rightB a:hover{
	color:#B3B3B3;
}

#rightB p{
	font-size:78%;
	background:#DFDFDF;
	margin-top:0px;
	margin-bottom:1px;
	padding:0px;
	color:#fff;
}
#right .latestNews ,
#rightB .latestNews {
	display:none;
	}
.rightArrow {
	margin-right:5px;
	width:6px;
	height:7px;
}
/* end right hand side other pages */
#footer {
display: none;
}
/* end layout styles */


/* navigation styles */
/*top nav */
#topNav a
{
	padding: 0 2.8em 0 0;
	padding-left: 0.4em;
	background-color: #003399;
	color: White;
	text-decoration: none;
	font-size: 80%;
}

#topNav a:hover
{
background-color: #369;
color: #fff;

}
/*end top nav */


.noBorders {
	 border: 0px;
    padding: 0px;
    margin: 0px;
}
#ultilityList{
display:none
	}

#ultilityList form{

	margin-top:10px;
	background:#DFDFDF;
	padding:0;
	margin-bottom: 2px;
}
#ultilityListOther{
display: none;
	}

#ultilityListOther form{

	margin-top:10px;
	background:#DFDFDF;
	padding:0;
	margin-bottom: 2px;
}
.searchInput{
padding:0;
width:75px;
font-size:72%;
margin-left:5px;
}
.Search_btn{
padding:0;
	width:55px;
	font-size:72%;
	border:none;
	background: #7A7A7A;
	color:#fff;
}	

.sectionSearch{

   margin-left:5px;
	font-size:80%;
	color:#000;
	font-weight: normal;
	text-decoration: none;

}
a.sectionSearch:hover{
	color:#B3B3B3;
}
#utililty
{
list-style: none;
padding: 0;
margin: 0;
background-color:#DFDFDF;
color: #fff;
border-bottom: 1px solid #fff;
}

#utililty li
{
display: inline;
padding: 0;

}
#utililty li a {

padding-left:4px;
padding-right:0;
background-color:#DFDFDF;
color: #000;
text-decoration: none;
font-size: 80%;

}
#utililty li a:hover {
color:#B3B3B3;
}
#utililty li:before { content: "| "; }
#utililty li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #utililty li
{
border-left: 1px solid #fff;

padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;

}

/*Win IE browsers - hide from Mac IE\*/
* html #utililty { height: 1%; }

* html #utililty li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #utililty li:first-child { border-left: 0; }
/* end ultilty navigation */

/*footer snaviagation Styles */
#footer a {
padding: 0.2em 0.8em;
padding-left:0.8em;
background-color: #A9A9A9;
color: #fff;
text-decoration: none;
font-size:80%;
}


.footBorder{
	border-right: 1px solid #fff;
}
/*
#footer ul li a:hover
{
background-color: #369;
color: #fff;
}*/
	/*end footer navigation styles */
	
	
	/* lefthand navigation styles */
#leftMenu { width: 158px; }

#leftMenu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size:80%;
}
#leftMenu li{
border-bottom: 1px solid #ccc;

}
#leftMenu a
{
display: block;
padding: 3px;
background-color: #fff;

}

#leftMenu a:link, #leftMenu a:visited
{
color: #000;
text-decoration: none;
}

#leftMenu a:hover
{
background-color: #fff;
color: #0099cc;
}
.leftcurrent{
font-weight:bold;
display: block;

}
	/*end lefthand navigation styles */

	/* quick links naviagation styles */
#QuickLinks{
width:170px;
margin-top:0px;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size:80%;
}
#QuickLinks li{
border-bottom: 1px solid #ccc;

}
#QuickLinks a
{
display: block;
padding: 3px;
background-color: #333333;

}

#QuickLinks a:link, #QuickLinks a:visited
{
color: #fff;
text-decoration: none;
}

#QuickLinks a:hover
{
background-color: #666666;
color: #fff;
}
.current{
font-weight:bold;
display: block;
padding: 3px;
}
	
/*end quick links navigation styles */	

	/* breadcrumb class */
	.breadcrumb{
		color:#0099cc;
		font-size:75%;
		margin-top:5px;
		text-decoration:none;
	}
	a.breadcrumb:hover{
	color:#003399;
	}
	/* end breadcrumb */

/*end navigation styles */
/*___________________________________________________________*/
/* misc classes */
.offleft {
position: absolute;
left: -9000px;
width: 0;
overflow: hidden;
}
.fieldLabel{
	font-size:80%;
	margin-right: 5px;
}
.hidden {
display: none;

}
.blockLink {
	font-weight: bold;
	display:block;
}
.bold {
	font-weight: bold;
}
.clear {
 clear: both;

}
.QA_btn{
	/*move to generic - used for all tmeplates - check other css sheets*/
	padding: 0;
	width: 62px;
	font-size: 80%;
	border: none;
	background: #1563AF url(../images/backgrounds/searchBTNBG.jpg) repeat-x;
	color: #fff;
}
#formContainer{
	border: 1px solid #ccc;
   padding: 0px;
   margin-right: 8px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}
/* misc classes */