/*  Ektron Styles Menu
----------------------------------------------------------------- */

/*h2, .a-head {
	caption: Level 1--Section Title;
	}*/
	

h1 { 
caption: Content H1 Text ;
font-size:180%;
/*margin:0 0 12px;*/
font-weight:normal;

}

h2 { 
caption: Content H2 Text ;
font-size:14px;
/*margin:0 0 12px;
font-weight:normal;*/

}


h3 { 
caption: Content H3 Text ;
font-size: 12px;
}
/* For now, the default is the same as "Right-Aligned Image".  If you want
   to get rid of one, get rid of the latter, as imgDefault is used by the
   general editor when placing images. */
img.imgGeDefault { 
  caption:Image Default Style;
  float:right;
  margin: 0px 0px 10px 15px;
 }
img.imgRight {
	caption: Right-Aligned Image;
	float:right;
	margin: 0px 0px 10px 15px;
	}
img.imgLeft {
	caption: Left-Aligned Image;
	float:left;
	margin: 0px 15px 10px 0px;
	}

div.geImageContainer {
  float:right; 
  padding:8px 0 8px 8px;
}
div.geImageCaption {
  text-align: center;
  font-size: smaller;
}


/*	
.intro {
	font-size: 14px;
	line-height: 20px;
	caption: Opening Paragraph;
}

.b-head {
	caption: Level 2--Paragraph Header;
	color: #006666;
	font-size: 13px;
	font-weight:bold;
	margin: 15px 0px -5px 0px;
	display: block;
	}
	
.c-head {
	caption: Level 3--Paragraph Sub-header;
	font-weight:bold;
	display:block;
	}
*/
	
/*  Styles to simulate front-end look
----------------------------------------------------------------- */

body{
	margin:0;
	color:#666;
	font:68% Arial, Helvetica, sans-serif;
}
/* Flash audio/video player placeholder styles */

div.video_multiplayer {
  border: solid 1px #000;
  background: #CCC url(/images/vid-player-bg.gif) no-repeat;
  height: 290px;
  width: 590px;
  caption: Video Multiplayer;
  }

div.audio_multiplayer {
  border: solid 1px #000;
  background: #CCC url(/images/aud-player-bg.gif) no-repeat;
  height: 310px;
  width: 340px;
  caption: Audio Multiplayer;
  }

div.VideoPlayer { 
  border: solid 0px #000;
  background: #CCC url(/images/vid-player-bg.gif) no-repeat;
  height: 280px;
  width: 324px;
  caption: Video Player;
 }
div.VideoPlayer-1 { 
  height: 280px;
  width: 324px;
  padding: 0 0 10px 10px;
  float: right;
  caption: Video Player Align RIGHT;
 }
 
div.AudioPlayer {
  border: solid 1px #707070;
  background: #CCC url(/images/aud-player-bg.gif) no-repeat;
  height: 50px;
  width: 326px;
  caption: Audio Player;
  }

.grey-box h2{
	font-size:180%;
	margin:0 0 12px;
	font-weight:normal;
}
.grey-box h3{
	font-size:130%;
	margin:0 0 11px;
}
.grey-box h2 span{
	display:block;
}
.grey-box ul{
	padding:0 0 6px;
	margin:0;
	list-style:none;
	font-size:120%;
}
.grey-box ul li{
	padding:0 0 5px 32px;
	background:url(../images/bullet2.gif) no-repeat 15px 4px;
}
.grey-box ul a{
	color:#5e9cae;
}
.grey-box h3{
	height:1%;
	overflow:hidden;
}
.grey-box h3 span{
	float:left;
	margin:0 7px 0 0;
}
.grey-box h3 .rss{
	float:left;
	background:url(../images/ico-rss.gif) no-repeat;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
}

