/* Start division homepage audience columns 
=========================*/
/* TWO COLUMNS */
.audience-2column{
	width: 700px;
	border: 0px #369 solid;
	float:left;
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 1.05em;	
	}
.audience-2column a{
	color: #555555;
	text-decoration: none;
	}
.audience-2column .text p.started{
	
	}
/* column 1 of 2 dropdown ============*/						
.audience-2column .block-1{
	width: 340px;
	border: 0px #0CC solid;
	float:left;
	font-size: 1em;	
	font-weight: 500;
	color: #5b5b5b;
	}
/* column 2 of 2 dropdown ============*/						
.audience-2column .block-2{
	width: 340px;
	border: 0px #0CC solid;
	margin: 0 0 0 20px;
	float:left;
	font-size: 1em;
	font-weight: 500;
	color: #5b5b5b;	
	}


/* THREE COLUMNS */
	/* Starting the 3 column dropdown ============*/						
.audience-3column{
	width: 700px;
	border: 0px #369 solid;
	float:left;
	margin-bottom: 10px;
	}
.audience-3column a{
	color: #555555; text-decoration: none;
	}
.audience-3column .text p.started {
	
	}
/* establishing column 1 of 3 dropdown ============*/						
.audience-3column .block-1{
	width: 220px;
	border: 0px #0CC solid;
	float:left;
	font-size: 1em;
	font-weight: 500;
	color: #5b5b5b;	
}
/* column 2 of 3 dropdown ============*/						
	.audience-3column .block-2{
	width: 220px;
	border: 0px #0CC solid;
	margin: 0 0 0 20px;
	float:left;
	font-size: 1em;
	font-weight: 500;
	color: #5b5b5b;	
}
/* column 3 of 3 dropdown ============*/						
.audience-3column .block-3{
	width: 220px;
	border: 0px #0CC solid;
	margin: 0 0 0 20px;
	float:left;
	font-size: 1em;
	font-weight: 500;
	color: #5b5b5b;	
}


/* end division homepage audience columns 
=========================*/

/* 2-columns: Controls the color and hover effect of the list items in the dropdown ============*/	

.audience-2column ul.topnav {
	list-style: none;
	padding: 0 0px;	
	margin: 0;
	float: left;
	width: 340px;
	background: #4292F4;
	height: 25px;
	font-size: 1.2em;
}
.audience-2column ul.topnav:hover {
 background-color:#89BAF4;
}

.audience-2column ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 2px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	border-top: 0px #C00 solid;
	width: 338px;
	z-index: 200;
}
.audience-2column ul.topnav li a{
	padding: 3px 0px 0 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	cursor: pointer !important;
}

.audience-2column ul.topnav li span { /*--Drop down trigger styles--*/
	width: 18px;
	height: 25px;
	float: right;
	border: 0px #C33 solid;
	background: url(/_res/images/dropdown-menu/dd-arrow.png) no-repeat center top;
}
.audience-2column ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
.audience-2column ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 25px;
	background: #E5E5E5;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 340px;	
	width: 338px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #cccccc;
	border-top: 0px solid #CCC;
	cursor: pointer !important;
		font-size: 1.1em;
}
.audience-2column ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 2px solid #fff; /*--Create bevel effect--*/
	border-bottom: 0px solid #fff; /*--Create bevel effect--*/
	clear: both;
	width: 340px;
	width: 338px;
}
.audience-2column ul.topnav li ul.subnav li .step{
	margin: 0; padding: 0 0 0px 0;
	float: left; display: inline-block; border: 0px #06C solid;
}
.audience-2column ul.topnav li ul.subnav li .step-dd-title{
	margin: 0 0 0 15px; padding: 0 0 0px 0;
	float: left; display:inline-block; border: 0px #06C solid;
	width: 260px;
}
.audience-2column ul.topnav li ul.subnav li a {
	float: left;
	width: 328px;
	background: #EBEBEB url(/_res/images/dropdown-menu/dd-bg.png-) repeat 10px center;
	border-bottom: 0px #ffffff solid;
	padding-left: 5px;
	padding-bottom: 3px;
	color: #404040;
	font-size: 12px;
	font-weight: bold;
}
.audience-2column ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color: #004ada;
	cursor: pointer !important;	
}
/*#header img {
	margin: 20px 0 10px;
}
*/
/* 3-columns: Controls the color and hover effect of the list items in the dropdown ============*/	

.audience-3column ul.topnav {
	list-style: none;
	padding: 0 0px;	
	margin: 0;
	float: left;
	width: 220px;
	font-size: 1.2em;
	height: 25px;
	line-height: 1.3em;
background: #4292F4;

}
.audience-3column ul.topnav:hover {
 background-color:#89BAF4;

}
 
.audience-3column ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 2px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	border-top: 0px #C00 solid;
	width: 218px;
	z-index: 200;
}
.audience-3column ul.topnav li a{
	padding: 4px 0px 0 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
.audience-3column ul.topnav li a:hover{

}
.audience-3column ul.topnav li span { /*--Drop down trigger styles--*/
	width: 18px;
	height: 25px;
	float: right;
	border: 0px #C33 solid;
	background: url(/_res/images/dropdown-menu/dd-arrow.png) no-repeat center top;
}
.audience-3column ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
.audience-3column ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 25px;
	background: #E5E5E5;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 220px;
	width: 218px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #cccccc;
	border-top: 0px solid #CCC;
	cursor: pointer !important;
}
.audience-3column ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 2px solid #fff; /*--Create bevel effect--*/
	border-bottom: 0px solid #fff; /*--Create bevel effect--*/
	clear: both;
	width: 220px;
	width: 218px;
}
.audience-3column ul.topnav li ul.subnav li .step{
	margin: 0; padding: 0 0 0px 0;
	float: left;
}
.audience-3column ul.topnav li ul.subnav li .step-dd-title{
	margin: 0; padding: 0 0 0px 5px;
	float: right; 
	width: 160px; 
	border: 0px #903 solid;
}
.audience-3column ul.topnav li ul.subnav li a {
	float: left;
	width: 208px;
	border-bottom: 0px #ffffff solid;
	padding-left: 5px;
	padding-bottom: 3px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.audience-3column ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color: #FFF;
	cursor: pointer !important;
}



/* end dropdown menus */


