/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Trebuchet MS",sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #006699 fixed;
	
}

/******* hyperlink and anchor tag styles *******/

a:link{
	color: #006699;
	text-decoration: none;
}
a:hover {
	color:#ff0000;
	text-decoration: underline;
}
a:visited{
	color: #999999;
	text-decoration: none;
}
a:active{
	color: #006699;
	text-decoration: none;
}

#newsticker a{
color:#66FFFF;}



/************** header tag styles **************/

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "Trebuchet MS", sans-serif;
 font-size: 150%;
 color: #006699;
 margin:10px 0px 10px 0px;
}

h2{
 font-family: "Trebuchet MS", sans-serif;
	font-size: 120%;
	color: #ff0000;
	margin-bottom: 15px;

}

h3{
 font-family: "Trebuchet MS", sans-serif;
	font-size: 105%;
	color: #006699;

}

h4{
 font-family: "Trebuchet MS", sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: lowercase;
}

h5{
 font-family: "Trebuchet MS", sans-serif;
 font-size: 90%;
 color: #006699;
}

h6{
 font-family: "Trebuchet MS", sans-serif;
 font-size: 100%;
 text-transform:none;
 color: white;
 background-color: #006699;
 text-align: center;

}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em "Trebuchet MS",sans-serif;
 color: #334d55;
}
				
input{
font-family: "Trebuchet MS",sans-serif;
}
input.blue{
  background-color:#006699;
  color:#CCCCCC;
  }
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.clear{clear:both;}

#container{
margin: 0px auto;
	text-align: left;
width: 1000px;
}

#pagecell1{
	position:relative;
	top: 20px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:relative;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:relative;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: relative;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: right;
	width:185px;
	padding: 0px;



	
	font-family: "Trebuchet MS",sans-serif;	
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 170px 0px 0px;
	
	font-family: "Trebuchet MS",sans-serif;
}
#content SlideShow{

z-index:-1
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{

	font-family: "Trebuchet MS",sans-serif;
	font-size:12px;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	height: 235px;
}

#pageName h2{
	font: bold 120% "Trebuchet MS",sans-serif;
	color: #ff0000;
	margin-left:0px;
	margin-top:15px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 6px;
	left: 6px;
	bottom: 5px;
	padding: 0px;
	margin: 5px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url(../styles2/glbnav_background.gif);
	font-family: "arial narrow",sans-serif;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 607px;
}


a.glink, a.glink:visited{
  	font-size: small;
	font-family: "arial narrow",sans-serif;
  	color: #006699;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url(../styles2/glblnav_selected.gif);
	text-decoration: none;
		font-family: "arial narrow",sans-serif;
}

.skiplinks {display: none;}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
	font-family: "arial narrow",sans-serif;
	width: 200px;
}

#search input{
  font-size: 70%;
  font-family: "arial narrow",sans-serif;
  margin: 0px  0px 0px 2px;


 }
 #search input.blue{
  background-color:#006699;
  color:#CCCCCC;
  }
 
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 20px 0px 20px 10px;
	font: small "arial narrow",sans-serif;
	text-align: right;
	color: #AAAAAA;


}

#breadCrumb a{
	color: #eaeaea;
	background: url(../styles2/button1a.gif) no-repeat;

		font-weight: normal;
		padding:5px 30px 30px 30px;
}

#breadCrumb a:hover{
	color: #ccc;
text-decoration:none;
	background: url(../styles2/button2a.gif) no-repeat;

}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 78%;
		font-family: "Trebuchet MS",sans-serif;
	
}
html>body .feature {height: auto;}



.feature img{
	float: left;
	padding: 0px 10px 0px 0px;

}

.scholarships{
background-color:#F5f7f7;
padding:5px;
font-size:95%;}


.xim{
border-style:solid; 
border-width:20px; 
border-color:#006699;
}
.xim2{
border-style:inset; 
border-width:20px; 
border-color:#006699;
}

.advantages{
background-color:#F5f7f7;
padding:5px;
font-size:95%;}
.advantages h3{
font-family:"trebuchet ms",sans-serif;
	background: url(../images/ea_advantage.gif) no-repeat;
	background-position:right;
		margin: 10px 5px 0px 0px;
	padding: 0px 5px 10px 0px;}
	
.music{
color:#fff;}

.newstick{
color:#FFF;
background-color:#006699;}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 15px;
	font-size: 75%;
		font-family: "trebuchet ms",sans-serif;
		 
}

.story h3{

margin-top:7px;
margin-bottom:3px;

background:#fff;}


.story h6{
	font-family: "trebuchet ms", sans-serif;}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em "trebuchet ms",sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.quote {
	padding: 5px 5px 0px 5px;
	font-size: 70%;
		font-family: "Trebuchet MS",sans-serif;
}
.quote p {
	padding: 0px 0px 5px 0px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 7px solid #006699;
		border-bottom: 7px solid #006699;
	font-size: small;
	font-family: "arial narrow",sans-serif;
	color: #006699;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;

}


/************ sectionlinks styles **************/

#sectionlinks{
	margin:15px,10px,0px,6px;
	padding: 5px;

	font-size:90%;
	font-family: "arial narrow",sans-serif;
}

#sectionlinks h3{
		padding: 5px 0px 5px 10px;
	font-size:90%;
	font-weight:bolder;
	color:#006699;

}
#sectionlinks h5{
	padding: 5px 0px 5px 10px;
	font-size:90%;
	font-weight:bolder;
	color:#006699;

}

#sectionlinks a:link, #sectionlinks a:visited {
	display: block;
	font-weight: bold;
	background: url(../styles2/button1a.gif) no-repeat;
	height:25px;

	font-family: "arial narrow",sans-serif;
	font-size:90%;
	padding: 6px 0px 0px 15px;
	color: #EAEAEA;
}

#sectionlinks a:hover{
	display: block;
	background:  url(../styles2/button2a.gif) no-repeat;
	font-weight: bold;
	padding: 6px 0px 0px 15px;
    color:#66CCFF;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{	font-family: "arial narrow",sans-serif;
	margin: 0px;
	padding: 0px 0px 10px 10px;

		font-size:90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-weight:bold;
	color:#006699;
		font-size:90%;
		text-decoration:underline;
}

.relatedLinks a{
	display: block; 
			font-size:90%;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
		font-family: "Trebuchet MS",sans-serif;
}

#advert img{
	display: block;
}


/**************** parents styles *****************/

#parents{
	padding: 12px;
	font-family: "Trebuchet MS",sans-serif;
	background:#006699;
	color:#FFFFFF;
	font-size: 70%;
	margin-right:15px;
	margin-left:5px;
}

#parents img{
	display: block;
}
#parents h6{
font-size:14px;}

/********************* end **********************/
