/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	/*line-height: 1;*/
	/* margin: 0px;
	padding: 0px; */
	background: #FFFFFF;
}

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

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	/*text-decoration: underline;*/
	color:#004098;
	font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mastimsa{
	/*
	position: absolute;
	top: 31px;
	left: 34px;
	right: 2%;
	width:633px;
	height: 37px;
	*/
	background-color: #478DCB;
	color: #FFFFFF;
}

#mastpic{
	background-color: #FFFFFF;
}

#mastirc{
    /*
	position: absolute;
	top: 147px;
	left: 33px;
	width:633px;
	height: 37px;
	*/
	background-color: #478DCB;
}

#mastcur{
	/*
	position: absolute;
	top: 478px;
	left: 34px;
	right: 2%;
	width:485px;
	height: 41px;
	*/
	color:#000000;
	background-color: #FFFFFF;
	font-size: 18px;
}
#mastconloc {
    /*
	position: absolute;
	top: 514px;
	left: 52px;
	right: 0%;
	width:448px;
	height: 96px;
	*/
	background-color:#FFFFFF;
	font-family: bold Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
}
/*********************************************/
/*             Style Decoration              */
/*********************************************/

/* Menu Style */
/* Used for menu headers and items */

.stymenitem { 
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
	
	
.stymenhead {
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;

}

	
/* IMSA Mast Head Style */
.stymastimsa {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
}
/* IRC Picture Style */
.stymastpic {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
}
/* IRC Masthead Style */
.stymastirc {
	font-family: Arial, Helvetica, sans-serif;
    color:#FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
}
.stycur {
color:#000000;
background-color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:14px;
}
/* Contact and Location Info Style */
/* used for the phone numbers */
.stycon {
color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:14px;
}
.styloc {
color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:10px;
}

