/* styles.css - Styles for EM website  */

/*  LINKS */
a:link {
	color: #003366;          /* LINK = dark blue */
	text-decoration: none;
}

a.royal:link {
	color: #0033FF;          /* LINK = royal blue */
	text-decoration: none;
}

a.cont:link {              /* SPECIAL LINK = white */
   color: white;
	 text-decoration: underline;
}

a.ind:link {              /* SPECIAL LINK = white */
   color: #990000;
	 text-decoration: none;
}

a:visited {               /* VISITED = grey */
  color: grey;
	text-decoration: none;
}

a.cont:visited {              /* SPECIAL LINK = black */
   color: black;
	 text-decoration: underline;
}

a:hover {
	color: #006699;           /* HOVER = lighter blue */
	text-decoration: none;
}

a.cont:hover {
   color: #CCFFFF;         /* SPECIAL HOVER = extremely light blue */
	 text-decoration: underline;
}

a.marked {                  /* Marked link = bold and underline */
    text-decoration:underline;
		font-weight:bold;
}

a.marked_blue {                  /* Marked link = bold and underline */
    text-decoration:underline;
		font-weight:bold;
		color: blue;
}

a.underline {                  /* underlined link */
    text-decoration:underline;
}

/* MAIN ELEMENTS */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: black;
}

p {                                /*  used on news  */
	font-size: 11px;
	line-height: 20px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 8px;
	text-align: justify;
	margin: 5px 0px;
}

p.index {                                /*  used on Index page, main text  */
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0px;
	padding: 5px;
	line-height: 150%;
}

li {                              /* directions page plus others  */
  line-height: 150%;
  margin-top: 5px;
}

ul {                              /* directions page plus others  */
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

input.form, select.form, textarea.form {      /* input boxes on forms  */
  border: 1px solid #444;
}



/* TABLES */
table.center {                 /*  Most all pages, main table  */
  margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-right: thin solid #666666;
	border-left: thin solid #666666;
	border-bottom: thin solid #666666;
}

table.contact {
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: center;
  padding: 5px 0px;
	margin: 0px;
}

table.contactside {                         /*  Left side bar with plain blue background  */
  background-image: url('/images/contact_sidebar.gif');
  background-repeat: no-repeat;
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
}

table.industry {                         /*  Side bar - Choose Your Industry  */
  background-color: #99CCFF;
	text-align: center;
	vertical-align: center;
 margin: 0px;
}

table.news {                /*  News table on index  */
	border-width: 5px;
	border-spacing: 0px;
	border-color: white;
	border-collapse: separate;
	background-color: #CCCCCC;
	font-size: 11px;
	color: black;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

table.partside {
  background-image: url('/images/part_sidebar.gif');
  background-repeat: no-repeat;
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
}

table.product {
	font-size: 11px;
  color: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: center;
	text-align: center;
	margin: 0px;
  background-color: #BEC8D1;
  border: 2px #666666 solid;
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: hide;
}

table.product tr.prod {
	font-weight: bold;
  color: black;
  background-color: white;
}

table.productside {
  background-image: url('/images/indside_coin.jpg');
  background-repeat: repeat-y;
}



/* TABLES.TD */
td.biglink {
  padding: 20px 0px;
  font-weight: bold;
  font-size: 18px;
}

td.cont {
  padding: 10px 0px;
}

td.cont2 {
  padding: 0px 0px;
}

.directhead {
	font-size: 14px;
	font-weight: bold;
  font-style: italic;
	color: #0033FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
  margin: 0px;
  padding: 0px;
}

td.eventsidetop {                    /*  Top of purple left side bar events  */
  background-image: url(/images/event_sidebar_top.gif);
  background-repeat: no-repeat;
}

td.eventsidemid {                    /*  Middle of purple left side bar events  */
  background-image: url(/images/event_sidebar_mid.gif);
  background-repeat: repeat-y;
  font-size: 11px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
}

td.eventsidemid2 {                    /*  Middle of purple left side bar events  */
  background-image: url(/images/event_sidebar_mid.gif);
  background-repeat: repeat-y;
  font-size: 16px;
	font-weight: bold;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
}

td.eventsidebot {                /*  Bottom of purple left side bar events  */
  background-image: url(/images/event_sidebar_bot.gif);
  background-repeat: no-repeat;
  margin: 2px;
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
}

td.grad {
  background-image: url(/images/grad_strip.gif);
  vertical-align: center;
  text-align: right;
  margin: 2px;
  font-family: "Arial Black", Helvetica, sans-serif;
  font-size: 12px;
  color: #99CCFF;
}

.gradnav {
  background-image: url(/images/nav_strip.gif);
  vertical-align: center;
  text-align: center;
  margin: 0px;
}

td.industry {                    /*  Top of Choose Your Industry  */
  background-image: url(/images/nav_strip.gif);
  font-size: 9px;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  color: white;
}

td.larger2 {                             /*  Header on contact Forms  */
	font-size: 14px;                           /*  Used with rulebelow  */
	font-weight: bold;
  font-style: italic;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
  margin: 0px;
}

td.newsbody {                           /*  Main news text  */
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
}

td.newsfoot {                          /*  Company News - footer  */
  vertical-align: center;
	font-weight: bold;
}

td.newshead {                          /*  Company News - white on black  */
  vertical-align: center;
  text-align: center;
  margin: 0px;
  font-family: "Arial Black", Helvetica, sans-serif;
  font-size: 14px;
  color: #99CCFF;
  background-color: black;
}

td.newsmain {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
}

td.newsmain2 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
}

td.newsrule {                                /*  Grey line below date on news item  */
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 0px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-weight: bold;
}

td.newssub {                        /*  Company info in news items  */
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 10px;
	color: #000000;
	line-height: 18px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 16px;
	text-align: justify;
}

td.newspicleft {
	padding: 0px 5px 0px 20px;
}

td.newspicright {
	padding: 0px 20px 0px 5px;
}

td.rulebelow {                                /*  Header on contact Forms & others  */
	border-bottom-width: 4px;                   /*  Light blue thick line  */
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
}

/* OTHERS */
.add {                                        /*  Address on index  */
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
  margin: 0px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.alert {
	font-size: 12px;
	font-weight: bold;
	color: #CC0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
  margin: 0px;
}

.caption {
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: none;
}

.contactside2 {                             /*  Left side bar with plain blue background  */
	font-size: 13px;                          /*  Font bigger and bolder  */
	font-weight: bold;
}

.fineprint {
	font-size: 9px;
	color: #333333;   /* grey */
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
  margin: 0px;
  line-height: normal;                        /* padding: 0px, 10px;  removed 1/28/07  */
}

.fineprint2 {
	font-size: 9px;
	color: black;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
  margin: 0px;
  line-height: normal;
  padding: 0px, 10px;
}

.floatleft {
  float: left;
  margin: 0px 30px 0px 0px;
  background-color: #CCCCCC;
	padding: 10px;
}

.floatright {
  float: right;
  margin: 0px 0px 0px 30px;
  background-color: #CCCCCC;
  padding: 10px;
}

.floatright2 {
  float: right;
  margin: 0px 0px 0px 30px;
}

.homelist {                 /* bullet list on homepage */
	font-size: 11px;
	line-height: 20px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding-left: 5px 0px;
}

.larger {
	font-size: 14px;
	font-weight: bold;
  font-style: italic;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
  margin: 0px;
}

.larger2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  text-align: left;
}

.larger3 {
	font-size: 24px;
	font-weight: bold;
	color: #00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  text-align: left;
}

.larger4 {
	font-size: 11px;
	font-weight: bold;
  font-style: italic;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justified;
  margin: 0px;
}

.larger5 {
	font-size: 14px;
	color: black;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
  margin: 0px;
}

.link {                             /*  Main links  */
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
}

.link2 {                                /*  Breadcrumb link  */
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
}

.main {
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 4cm;
	padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main2 {                                 /*  Main Text  */
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0cm;
	padding-left: 0px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.main3 {                                 /*  2 columns within main text  */
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 4cm;
	padding: 18px;
}

.mult {
  vertical-align: top;
  padding: 0px 15px;
}

.newsheader {
	font-size: 13px;
	line-height: 20px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.newsitems {               /*  Extra padding for news items on index  */
	padding: 5px;
}

.nil {
	font-size: 11px;
  color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: center;
	text-align: center;
	margin: 0px;
  background-color: white;
  border-style: none;
  border-collapse: collapse;
}

.partsfields {
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.productbullets {
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

.productname {
	font-size: 12px;
	font-weight: bold;
  color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.req {                                    /* Required input fields  */
	font-size: 9px;
	font-weight: bold;
	color: #CC0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
  margin: 0px;
}

.sem {
  font-size: 13px;
	font-style: italic;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
  margin: 0px;
  line-height: 25px;
}

.sem2 {
  font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
  margin: 0px;
  line-height: 20px;
}

.semheader {                                    /* Seminar Title Text  */
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
  padding: 20px 0px 10px 25px;
  margin: 0px;
}

.semtitle {                                    /* Seminar Title Text  */
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
  margin: 0px;
  padding: 0px 0px 0px 25px;
}

.semtitle2 {                                    /* Seminar Title Text  */
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
  margin: 10px 0px 0px 20px;
}

.servicecall {                      /*  Service caption on index page  */
	font-size: 17px;
  color: #0000CC;
	font-weight: bold;
	font-style: italic;
  text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px;
	margin: 0px;
}

.sidebar {                                   /* used to vertically align sidebars @ top  */
  position:absolute;
	top:116px;
}

.xyz {                      /*  Delete after service is OK  */
	font-size: 12px;
  color: #0000CC;
	font-weight: bold;
	font-style: italic;
  text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 8px;
	margin: 0px;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

/*  COLORS */
.green {
	color: #006600;
	font-weight: bold;
}

.purple {
	color: #660066;
	font-weight: bold;
}

.blue {
	color: #336699;
	font-weight: bold;
}

.darkblue {
	color: #003366;
	font-weight: bold;
}

.white {
	color: white;
}

.lightblue {
	color: #6699FF;
}

