/***********************************************/
/* 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:#666699;
	text-decoration: none;
}
a:active{
	color: #006699;
	text-decoration: none;
}

/************** header tag styles **************/

h1, h2, h3, h4, h5, h6 {
	font-family: "arial narrow", sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{

 font-size: 150%;
 color: #006699;
 margin-top: 10px;
}

h2{

	font-size: 120%;
	color: #ff0000;
	margin-bottom: 15px;

}

h3{

	font-size: 105%;
	color: #006699;

}

h4{

	font-size: 105%;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: lowercase;
}

h5{

 font-size: 90%;
 color: #006699;
}

h6{
	
 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                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;

	
	font-family: "Trebuchet MS",sans-serif;	
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;

}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{

	font-family: "arial narrow",sans-serif;
	font-size:13px;
	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: 75px;
}

#pageName h2{
	font: bold 120% 
	color: #ff0000;
	margin-left:0px;
	margin-top:15px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 6px;
	right: 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("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;
}


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("glblnav_selected.gif");
	text-decoration: none;
		font-family: "arial narrow",sans-serif;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 82px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
		font-family: "arial narrow",sans-serif;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** 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(button1a.gif) no-repeat;

		font-weight: normal;
		padding:5px 30px 30px 30px;
}

#breadCrumb a:hover{
	color: #ccc;
text-decoration:none;
	background: url(button2a.gif) no-repeat;

}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 78%;
		font-family: "Trebuchet MS",sans-serif;
	min-height: 360px;
	height: 360px;
	
}
html>body .feature {height: auto;}



.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.scholarships{
background-color:#F5f7f7;
padding:5px;
font-size:95%;}

.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;

	}
/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 75%;
		font-family: "trebuchet ms",sans-serif;
}

.story h2{
font-size:133%;}


.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 0px 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:5px,0px,0px,0px;
	padding: 5px;
	border-top: 1px solid #cccccc;
	font-size:90%;
		font-family: "arial narrow",sans-serif;
}

#sectionLinks h3{
		padding: 10px 0px 5px 10px;
	font-size:90%;
	font-weight:bolder;
	color:#006699;

}
#sectionLinks h5{
	padding: 10px 0px 5px 10px;
	font-size:90%;
	font-weight:bolder;
	color:#006699;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	background-image:  url("button1a.gif");
	height:25px;
	font-family: "arial narrow",sans-serif;
	font-size:90%;
	padding: 6px 0px 0px 10px;
	color: #EAEAEA;
}

#sectionLinks a:hover{
	display: block;
	background-image:  url("button2a.gif");
	font-weight: bold;
	padding: 6px 0px 0px 10px;
    color:#CCC;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{	font-family: "arial narrow",sans-serif;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
		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%;
}


/**************** subcolumn styles *****************/

#subcolumn{
	padding: 10px;
		font-family: "Trebuchet MS",sans-serif;
}

#subcolumn img{
	display: block;
}


/********************* end **********************/

