/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 5px;
	background-color: #000000;
}

.footer {
	color: #a0a0a0;
	text-decoration: none;
	font-family: "Comic Sans MS", "Cooper Black", Arial;
	font-size: 10px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000000;
	text-decoration: none;
	font-family: "Comic Sans MS", "Cooper Black", Arial;
	font-size: 12px;
}

a:hover{
	text-decoration: underline;
	color: #000099;
}

/************** header tag styles **************/

h1{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", "Cooper Black", Arial;
	font-size: 24px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", "Cooper Black", Arial;
	font-size: 12px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#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: relative;
	left: 0%;
	right: 0%;
	width: 100%;
	
}
#body{
	position: relative;
	left: 0%;
	right: 0%;
	width: 100%;
	
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	color: #000000;
	padding: 2px;
	margin: 0px;
	font-family: "Comic Sans MS", "Cooper Black", Arial;
	font-size: 16px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#globalLink{
	position: relative;
	top: 0px;
	height: 22px;
	min-width: 800px;
	padding: 0px;
	margin: 0px;
	left: 1%;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: 12px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}

a.glink:hover{
	text-decoration: none;
	color: #0000FF;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 104px;
	left: 1%;
	height: 20px;
	padding: 2px 5px 4px 5px;
	visibility: hidden;
	color: #000000;
	font-family: "Comic Sans MS", "Cooper Black", Arial;
	font-size: 12px;
	font-weight: bold;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 12px;
	color: #000000;
	font-family: "Comic Sans MS", "Cooper Black", Arial;
}

.subglobalNav a:hover{
	color: #0000FF;
}


.lowmenu {
	background-color: #Caa471;
	font-family: "Comic Sans MS", "Cooper Black", Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	margin: 9px 6px 6px 6px;
}
.photolink {
	background-color: #CCAA99;
	border: medium solid #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bannerlogo {
	margin-top: 10px;
}
