/*************************************
 * TITLE: MSC Screen Stylesheet  *
 *************************************/

/* ##### Common Styles ##### */

body {
  color: rgb(0,0,0);
  background-color: #ffffff; /* settled on: rgb( 245,245,255)     original: rgb(240,240,240) */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 76%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

/*  Copyright  */
.copyright:link,
.copyright:visited,
.copyright:active,
.copyright:hover{
	text-decoration: none;
}

/*  Image Overlay  */
#logooverlay{
}
.logotext{
	z-index: -1;
	position: absolute;
	top: 20px; left: 20px;
}

.do_not_display {
  display: none;
}

.doNotDisplay {
  display: none;
}


/* ##### Header ##### */

#top-bar {
/*  color: rgb(39,78,144);
  background-color: rgb(140,170,230);  */
  background-color: rgb(200,220,235);    /*  #66ccff; = rgb(102,204,255);  NOTE: a nice light blue is rgb(220,230,240)  */
  width: 100%;
  border-bottom: 1px solid rgb(153,153,153);
}

#top-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.5em 1em 0.5em 1em;
  display: block;
}

#top-bar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

#top-bar ul {
	list-style-image: url(./images/Checkmark.gif); 
	list-style-type: disc; /*This is here in case the image can't be found; the bullet will default to this. */
	list-style-position: outside;
	margin-top: 0;
	padding: 0 0 0 0;
}

#top-bar li {
	font-size: 90%;
	font-weight: normal;
/*	line-height: 1em;  */
	margin: 0 0 0.1em 0;
	padding: 0.1ex 0.3em;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

.superHeader {
  color: white;
  background-color: rgb(0,140,204);
  font-size: 80%; /*  I added this line.  */
  height: 2em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
  color: rgb(39,78,144);
  background-color: rgb(140,170,230);
}

.headerTitle {
  font-size: 100%; /* original -> 337%  */
  font-weight: bold;  /* original -> normal  */
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: white;
  font-size: 80%; /*  I added this line.  */
  background-color: rgb(0,140,204); /* original -> rgb(0,51,153)  */
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}


/* ##### Side Bar ##### */

#side-bar {
  width: 12em;
  float: right;
  clear: right;
  font-size: 90%;
/*  border-right: 1px solid rgb(153,153,153);  */
}

/*
#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}
*/

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  text-align: center;
  padding: 1em 0 0 0;
}

#side-bar ul {
/*  list-style-image: none; 
  list-style-type: disc;
  list-style-position: outside;  */
  margin: 0;
  padding: 0 0 0.75em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  line-height: 1.2em;
}

#side-bar a, .thisPage {
  color: rgb(0,0,0);  /* the one I settled on - rgb(0,102,204) for my 2 monitors;   original - rgb(0,102,255);    a nice dark gray rgb(30,30,90) */
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 0;
  display: block;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  color: white;
  background-color: rgb(0,140,204);  /* original - rgb(100,135,220)  */
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 0;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,51,153); /*  original -> rgb(0,102,204)  */
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}

/* ##### Side Bar Right ##### */

#side-bar-2 {
  width: 12em;
  float: left;
  clear: left;
  padding: 0 6px 0 6px;
  font-size: 90%;  
/*  border-left: 1px solid rgb(153,153,153);  */
}

/*
#side-bar-2 div {
  border-bottom: 1px solid rgb(153,153,153);
}
*/

.sideBarTitle2 {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  text-align: center;
  padding: 1em 0 0 0;
}

#side-bar-2 ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0.75em 0;
}

#side-bar-2 li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  line-height: 0.5em;
}

#side-bar-2 a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1em 0.75em 1ex;
  display: block;
}

#side-bar-2 a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

.sideBarText2 {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.0mm 0 2ex;
  display: block;
}

#side-bar-2 .sideBarText2 a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar-2 .sideBarText2 a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground2 {
  color: inherit;
  background-color: white;
}

/* ##### Main Copy ##### */

#main-copy {
  color: rgb(0,0,0);
  background-color: rgb(255,255,255);
  font-size: 100%;  
  text-align: justify;
  line-height: 1.5em;
  margin: 0 12em 0 12em;
/*  margin: 0 12em 0 12em;    Use this for 3 column layout for FTS, VOIP sites.  For 2 column for masscom.com - use:  margin: 0 0 0 12em;  */  
  padding: 0.5mm 5mm 5mm 5mm;
/*  border-left: 1px solid rgb(153,153,153);  */
  border-right: 1px solid rgb(153,153,153);  /*  Use this for 3 column layout for FTS, VOIP sites. For 2 column for masscom.com this is not used.  */   
}

#main-copy p {
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
/*  margin: 2.5ex 1ex 0 0;  */  /* For MSIE */
  padding: 0.5ex 0 0.5ex 1ex;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

#main-copy ul {
	list-style-image: url(./images/Bullet_Diamond.gif);
	list-style-type: disc; /*This is here in case the image can't be found; the bullet will default to this. */
	list-style-position: outside;
	margin-top: 0;
	padding: 0 0 0 0;
}

#main-copy li {
	font-size: 100%;
	font-weight: normal;
/*	line-height: 1em;  */
	margin: 0 0 1em 0;
	padding: 0.1ex 0.3em 0.1ex 0.3em;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#main-copy li.bold {
	font-weight: bold;
}

#main-copy .red {
	color: rgb(255,0,0);
}

#main-copy .blue {
color: rgb(100,130,240)
}

#main-copy .processblue {
color: rgb(0,140,204)
}

#main-copy .pureblue {
color: rgb(0,0,255)
}

#main-copy .testimonial {
	width: 75%;
	border: double rgb(0,0,0) 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.5em;
	padding: 10px 15px 10px 15px;
	background-color: #ffffcc;
	text-align: left;
}

#main-copy .testimonial p{
	margin: 0 0 0 0;
}

/* Use h1 for section heads  */
h1 {
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}

/* Use h2 for article titles  */
h2 {
	font-size: 200%;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}

/* Use h3 for section sub-head and article sub-head  */
h3 {
	font-size: 135%;
	text-align: center;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;	
	line-height: 1.5em;
}

/* h4 is the white text on a blue horizontal bar  */
h4{
	color: white;
	background-color: rgb(100,135,220);
	font-size: 100%;
	font-weight: bold;
	margin: 2em 0 0 0;
	padding: 0.5ex 1ex 0.5ex 1ex;
}

h5{
	font-size:120%;
	font-weight: bold;
	margin-bottom: 0;
}

h6{
	font-size:100%;
	font-weight: bold;
	margin-bottom: 0;
}

#main-copy .links-h1 {
	margin-bottom: 0;
}

#main-copy .links-h3 {
	text-align: left;
	color: red;
}

#main-copy .links-h3-2 {
	text-align: left;
	color: red;
	margin-top: 2em;
	margin-bottom: 1em;
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}

/* ##### Articles ##### */

.article_text{
	font-family: verdana, arial, helvetica, sans-serif; /* Microsoft uses Tahoma at 85% for article text. */
	font-weight:normal;
	font-size: 100%;
}

.article_pull-quote-frame{
	width: 50%;
	border: 18px ridge rgb(102,204,255);
}

.article_pull-quote{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5em;
	padding: 6px;
}

.article_copyright{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
}


/* ##### Contact Us ##### */

#contact_us{
/*  margin: 0 0 0 15em; */
  text-align: center;
  line-height: 2em;
}

/* ##### Footer ##### */

#footer {
  color: white;
  background-color: rgb(0,140,204);
  font-size: 90%;
  margin: 0;
  padding: 1ex 2.5mm 1ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: none;
}

#footer a:visited {
  text-decoration: none;
}

#footer a:active {
  text-decoration: none;
}

div.floatleft {
  float: left;
}

div.spacer {
  clear: both;
}

div.container {
  border: 2px;
}

#sectionbreak {
  font-size: 100%;
  color: white;
  background-color: rgb(100,135,220);
  margin: 0px auto;
  padding: 1ex 2.5mm 1ex 2.5mm;
  clear: both;
}

#sectionbreak .lefttitle {
  line-height: 1.1em;
  float: left;
  clear: left;
  font-weight: bold;
/*  padding: 1ex 2.5mm 1ex 2.5mm; */ /*  0.5ex 0 0.5ex 1ex;    */
}

#sectionbreak .righttopofpage {
  line-height: 1.1em;  
  text-align: right;
  font-weight: normal;
/*  padding: 1ex 2.5mm 1ex 2.5mm;  */  /*  0.5ex 1ex 0.5ex 0;    */
}

#sectionbreak a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

#sectionbreak a:hover {
  text-decoration: none;
}