/*Applies to all Engage Pages*/
.Philosophy {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	width:160px;
}

/*ICON Gives and ICON Plays Styles*/

/*Defines position of content within the white main container area*/
#left {
	width:625px;
	height:500px;
	float:left;
	position:relative;
	top:32px;
	left:0px;
}

/*ICON Gives Table*/
/*Table Cell Styles*/
td{
	width:60px;
	height:60px;
	border: solid 1px #A0CF67;
	#border: solid 1px #A0CF67; 
}

/*Table Cells Style -- if link no default blue border*/
td a{
	text-decoration:none;
}

/*ICON Plays Movie*/
/*This is not a Flash movie. It is powered by Javascript through slideshow.js in the scripts folder*/
#movie {
	position: absolute;
	left:40px;
	top:0px;
}

/*ICON Plays*/
/*Slideshow caption*/
.Caption {
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: normal;
color:      #02242E;
text-transform:none;
}
/*Slideshow Table*/	
#Plays td
	{width:auto; height:auto; border:none;}

/*Not in Use -- Intended for ICON Gives List, which is a library item*/	
#blueBar ul.Org {font-size:9px; margin:10px}

/*ICON Reaches Out Styles*/

/*Removes table border for Reaches Out Page -- Sidenote: tables being used for IE-6 compatibility*/	
#EngageTable td {
border:none;
}
/*Sets div width and height for Reaches Out menu*/	
#EngageMenu {
	height:436px;
	width:300px;
	}
/*Sets div width and list style (no bullets) for Reaches Out menu*/
#EngageMenu ul {
	list-style-type:none;
	margin:15;
	width:230px;
	/*IE*/
	#width:270px;
}
/*Sets individual list item styles for Reaches Out menu*/
#EngageMenu li {
	color: #02242E;
	font-size:9px;
	margin-mainContainer:10px;
	#margin-mainContainer:50px;
	line-height:12px;
	margin-bottom:10px;
	margin-right:25px;
}
/*Sets individual list item styles for Reaches Out menu links*/
#EngageMenu li a:link, #EngageMenu li a:visited {
	color: #02242E;
	text-decoration:none;
} 

#EngageMenu li a:hover, #EngageMenu li a:active {
	color: #70A233;
	text-decoration:none;
} 
/*Sets selected/highlighted class styles for Reaches Out menu*/
#EngageMenu li a.selected {
	color: #70A233;
	text-decoration:none;
}


/*Sets Div dimensions for person image and text*/
#EngagePerson {
	height:436px;
	width:325px;
	}

/*Sets position and style for person text*/
#EngagePerson ul{
	list-style-type:none;
	position:absolute;
	left:315px;
	top:240px;
	height:199px;
	width:210px;
}
/*Sets font size for person text*/
#EngagePerson li{
	font-size:11px;
}

