/*sub-navigation and page content styling for pages with secondary navigation*/

/*sets page content width and floats it to the side of subnavigation*/
/*
# pg_content {
	float: left;	
	margin-top: 10px;
	width: 764px;
	border:1px solid red;

}
*/
#pg_content{
border:0px solid red; width:740px; float:right;
padding-bottom:30px; margin-bottom:0px;
border-left: 2px solid #acdcf4;
/*min-height: 300px;*/
}
/* Hack to resolve min-height MSIE issue so that my blue line streches till the end - added by GVERMA */
  .prop {
    float:right;
    width:1px;
  }

  .min50px {
    height:300px;
  }
  
/*Hack MSIE min-height ends here */

/*=HACK - Hack to correct odd tab placement in IE (windows)*/
/*\*/
* html #pg_content {
	padding: 0; 
	margin-bottom:0px;
	min-height: 300px;
}




/*added on request of Emily   */
/*=Type-setting*/
/*Headers*/
#pg_content h1 {
display:block;
background-color: #acdcf4;
/*color: #ffffff;*/
color: #000000;
font-size: 115%;
font-weight:normal;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
/*margin-left: 150px;*/
margin-left: 0px;
/*margin-top: 33px;*/
margin-top: 0px;
/*position: relative;
left: -11px;
top: -9px;*/
/*width: 745px;*/

}

.boilerPlatePages{
	margin-left:40px; width:860px}

/*sets subnavigation width and floats it to the left, sets a min-height for compatible browsers and a right border*/
.sub_navigation{
	border: 0px solid #acdcf4;
	color: #6d6d6d;
	float: left;
	display:compact;
	height: auto;
	min-height: 300px;
	/*margin-top: 33px;*/
	margin-top: 0px;
	margin-right: 0px;
	width: 150px;

	}
/*=HACK - Hack adjusts min-height for IE - IE should adjust for overflow content anyway*/
/*\*/
* html .sub_navigation {
	height: 300px;
}
/*sets space formatting for menu listings*/
.sub_navigation .tabs {
	line-height: 0.9em;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 14px;
}
/*sets colour and removes underline for menu listing links*/
/*links set to block to add extra spacing above and below*/
.sub_navigation a{
	color: #325097;
	display: block;
	text-decoration: none;
}

.sub_navigation a:active{
	color: #000000;
}
.sub_navigation a:hover{
	color: #ff0000;
}
.sub_navigation a.sActive{
	/*color: rgb(255, 0, 0);*/
	
	}
