/* ============================================================================================
	Simple 3 col layout
   ============================================================================================*/
.col-thirds{
	width: 31%;
	float: left;
	padding-right: 2%;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}		
   
/* ============================================================================================
	Outer dividers exclusive to YUI Grid Components
   ============================================================================================*/

#wrapper{
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

/* ============================================================================================
	Overiding the YUI Grid Components
   ============================================================================================*/
   
#hd{
	height: 145px;
	background-color: #FFF;
	position: relative;
}

/* ============================================================================================
	Main navigation elements
   ============================================================================================*/

#nav{
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	width: 100%;
}

/* ============================================================================================
	Vertical section landing page selectors
   ============================================================================================*/

#vertSecLeftPane{
	float: left;
	width: 304px;
}
#vertSecRightPane{
	float: left;
	margin-left: 20px;
	width: 302px;
}

/* ============================================================================================
	Vertical section landing page selectors
   ============================================================================================*/

#subSecLeftPane{
	float: left;
	width: 304px;
}
#subSecRightPane{
	float: left;
	margin-left: 20px;
	width: 302px;
}

/* ============================================================================================
	Section padding
   ============================================================================================*/

#bd{
	padding-top: 10px;
	min-height: 450px;
}

/* ============================================================================================
	Footer section selectors
   ============================================================================================*/

#ft{
	margin: 40px 0 0 0;
	padding: 20px 0 40px 0;
}





















