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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 32px 0px 0px 40px;
}

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

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

a:hover{
	text-decoration: underline;
}

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

#pageNav{
	float: left;
	width:100%;
	padding: 0px;
	font-size: 10pt;
	font: 'Lucida Grande', Helvetica, Arial, sans-serif;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	padding: 3px 0px 3px 10px;
	color: #340116;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
}

#sectionLinks a:hover{
	background-color: #427699;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#sectionLinksNAV a:link, #sectionLinksNAV a:visited {
	display: block;
	padding: 3px 0px 3px 0px;
	color: #340116;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
}

#sectionLinksNAV a:hover{
	text-decoration: none;
	color: #427699;
}
.navbar {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	line-height: 11pt;
	text-transform: uppercase;
	padding-right: 10px;
	letter-spacing: 1pt;
}
.information {
	font-family: Helvetica, Arial, Verdana;
	font-size: 9pt;
	color: #341D27;
	line-height: 12pt;
	padding-left: 20px;
	padding-right: 10px;
}
.headlines {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #427699;
	padding-top: 3px;
	padding-left: 20px;
	line-height: 11pt;
	text-transform: uppercase;
}
.address {
	font-family: 'Lucida Grande', Helvetica, GillSans, Arial, Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	text-transform: capitalize;
	text-align: left;
	white-space: nowrap;
}
.form {
	font-family: Helvetica, GillSans, Arial, Verdana;
	font-size: 9pt;
	color: #341D27;
	line-height: 11pt;
}
.specialblock {
	border: 1px dotted #252221;
}
.links_nonbody {
	color: #FFFFFF;
	font-size: 8pt;
}
.DialNAV {
	background-image: url(../images/DialCaseNAV.png);
	background-repeat: no-repeat;
	height: 239px;
	width: 152px;
}
.skylineBKGD {
	background-image: url(../images/columbusBLENDKO2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 300px;
	width: 320px;
}
