@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00b3b3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0em 0em 0em 0em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000075;
}
p {
	font-size: 12px;
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
}
.tc #contain { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/0001a.gif) no-repeat; height: 900px; width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.tc #navbar {
	margin-left: 0em;
	margin-top: 8.1em; /* left alignment of navigation bar */
}
.tc #sidecol {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 665px; /*	height: 665px;  the actual height of this div. */
	/* padding: 5px 10px 15px 20px; */
}
.tc #main { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidecol div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidecol space when the content in #sidecol ends. */
} 
.tc #ftr {
	margin-top: 2em;
	/* padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.tc #ftr p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 5px 10px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ffffff;
}
.rightfloat { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.leftfloat { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* This is how the text will look before mouse over on the email link. */
.emaillnk {
	font: Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #ffffff;
}
/* This is how the text will look on mouse over on the email link. */
.emaillnk:hover {
	text-decoration: underline;
	text-transform: uppercase;
	color: #ffffff;
}
/* This is how the text will look before mouse over in footer. */
.ftlnk {
	text-decoration: underline;
	color: #ffffff;
}
/* This is how the text will look on mouse over in footer. */
.ftlnk:hover {
	text-decoration: underline;
	color: #00b3b3;
}
/*This is how the text will look before mouse over in Sidebox*/
.sdlnk {
	font: Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #ffffff;
}
/*This is how the text will look on mouse over in Sidebox.*/
.sdlnk:hover {
	color: #ffff11;
}
.sdhdr1 {
	margin-top: 14.5em;
	font-weight: bold;
	text-align: center;
}
.sdhdr2 {
	margin-top: 4.5em;
	font-weight: bold;
	text-align: center;
}
.sdhdr3 {
	margin-top: 4.4em;
	font-weight: bold;
	text-align: center;
}
.sdhdr4 {
	margin-top: 3.8em;
	font-weight: bold;
	text-align: center;
}
.h3pad {
	margin-top: 11em;
	margin-left: 1em;
}
.h3pad2 {
	margin-left: 1em;
}
.sdemail {
	margin-top: 6.5em;
	text-align: center;
}
.splsp {
	margin-bottom: -.5em;
}
.mwnews_btn {
	margin-top: 0em;
	margin-left: 30em;
	cursor: pointer;
}
/* ------------- PAGE 2 THRU 4 STYLES START HERE -------------  */
.tc #contain2 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/0001b.gif) no-repeat; height: 900px; width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.tc #contain3 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/0001c.gif) no-repeat; height: 900px; width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.tc #contain4 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/0001d.gif) no-repeat; height: 900px; width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.sdemail2 {
	margin-top: 37.5em;
	text-align: center;
} 
.p_mainpg2 {
	font-size: 12px;
	font: Verdana;
	text-align: justify;
	margin-top: 5em;
	margin-left: 2em;
	margin-right: 2em;
}
.sbtitles {
	font-family: Verdana; 
	font-size: 16px; 
	color: #000075; 
	text-align: left;
}
.sbtitles2 {
	font-family: Verdana; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000075; 
	text-align: left;
}
.parahd1 {
	color: #740000; 
	font-weight: bold; 
	font-size: 12px; 
	font-style: italic;
}
.parahd2 {
	color: #1e4f97; 
	font-weight: bold; 
	font-size: 10px;
}
.tags {
	font-weight: lighter; 
	font-size: 12px; 
	font-style: italic;
}
.feattxt {
	font-size: 12px; 
	font-weight: lighter; 
	color: #000075; 
	font-style: italic; 
	text-align: center;
}
.class2 A:link {
	text-decoration: underline; 
	color: #740000;
}
.class2 A:visited {
	text-decoration: underline; 
	color: #00b3b3;
}
.class2 A:active {
	text-decoration: underline; 
	color: #740000;
}
.class2 A:hover {
	text-decoration: underline; 
	color: #00b3b3;
}
ul {
	width: 45em;
	margin-bottom: 2em;
}
/* ------------- DATASHEET STYLES START HERE -------------  */
.tc #contain5 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/0002a.gif) no-repeat; height: 900px; width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.tc #contain6 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/0002b.gif) no-repeat; height: 900px; width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.tc #contain7 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/0002c.gif) no-repeat; height: 900px; width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.tc #contain8 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/0002d.gif) no-repeat; height: 900px; width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.tc #contain9 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/0002e.gif) no-repeat; height: 900px; width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.tc #contain10 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/0002f.gif) no-repeat; height: 900px; width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.tc #contain11 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/0002g.gif) no-repeat; height: 900px; width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.tc #contain_form { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/0001e.gif) no-repeat; height: 900px; width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.inter_navbar {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
/* This is how the text will look before mouse over on the inter_navbar. */
.inter_navbar_lnk {
	font: Verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #740000;
}
/* This is how the text will look on mouse over on the inter_navbar. */
.inter_navbar_lnk:hover {
	font: Verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #000075;
	background-color: #00b3b3;
}
.ptoppg2 {
	margin-top: 4em;
}
.tc #ftr2 {
	margin-top: 1.3em;
	/* padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.tc #ftr3 {
	margin-top: 2em;
	/* padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.tc #ftr4 {
	margin-top: 2.3em;
	/* padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.tc #ftr5 {
	margin-top: 1.4em;
	/* padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.tc #ftr6 {
	margin-top: 2.4em;
	/* padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.cert_txt {
	color: #740000;
	font-weight: bold;
}
/* This is how the table will render on sysadmin pg */
.style3 {
	font: Verdana;
	font-size: 12px;
	color: #000075;
}
/* This is how the bullets will ender on webadmin pg */
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 3px;
	list-style-type: disc;
	padding: 10px 10px 10px 10px;
}
li {
	font-size: 12px;
	text-align: justify;
}
/* This is how the headers will render on voip pg */
.parahd3 {
	font: Verdana;
	font-size: 16px;
	color: #000075; 
	font-weight: 600;
	margin-left: 1.5em;
	margin-top: 3.5em;
}
.parahd31 {
	font: Verdana;
	font-size: 16px;
	color: #000075; 
	font-weight: 600;
	margin-left: 1.5em;
	margin-top: 1.5em;
}
.parahd4 {
	font: Verdana;
	font-size: 12px;
	color: #740000; 
	font-weight: bold;
}
/* This is how the MindWorks link will render on all pgs */
.mdwks A:link {
	font: Verdana;
	text-decoration: underline; 
	color: #740000;
	font-weight: bold;
}
.mdwks A:visited {
	text-decoration: underline; 
	color: #740000;
	font-weight: bold;
	font: Verdana;
}
.mdwks A:active {
	text-decoration: underline; 
	color: #740000;
	font-weight: bold;
	font: Verdana;
}
.mdwks A:hover {
	text-decoration: underline; 
	color: #740000;
	font-weight: bold;
	font: Verdana;
}
.overview_align2 {
	margin-bottom: 5px;
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 15px;
}
/* ------------- FORM STYLES -------------  */
.p_form {
	font-size: 11px;
	font: Verdana;
	text-align: justify;
	margin-left: 3.5em;
}
.close {
	font: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #740000;
	margin-left: 2em;
	margin-top: 5em;
	float: left;
}
.formtiny2 {
	font: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #740000;
}
.formtiny3 {
	font: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #740000;
	margin-left: 14.5em;
	margin-top: -2em;
	float: left;
}
.hr1 {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 90%;
	text-align: center;
}
.hr2 {
	margin-top: 3em;
	width: 90%;
}
input {
	background-image: url(../images/inputbox.gif);
	color: #000075;
	font: Verdana;
	font-size: 11px;
	border: 1px solid #740000;
	padding: 1px 1px 1px 1px;
} 
textarea {
	background-image: url(../images/textarea.gif);
	color: #000075;
	font: Verdana;
	font-size: 11px;
	border: 1px solid #740000;
}
select {
	background-image: url(../images/inputbox.gif);
	color: #000075;
	font: Verdana;
	font-size: 11px;
	border: 1px solid #740000;
}
.submit {
	background-color: #740000;
	color: #ffffff;
	font: Verdana;
	font-size: 10px;
	margin-left: 15em;
	background-image: none;
	cursor: pointer;
}
.aster {
	color: #740000;
	font-weight: bold;
}
.cat_title {
	color: #740000;
	font: Verdana;
	font-size: 14px;
	font-weight: bold;
}
.form_title {
	color: #740000;
	font: Verdana;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
.form_title2 {
	color: #740000;
	font: Verdana;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: 2.5em;
	margin-bottom: 1em;
}
.close2 {
	font: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #740000;
	margin-left: 2em;
	margin-top: 4em;
	float: left;
}
.calendar {
	z-index:1000;
	margin-left: 19em;
	margin-top: -2.3em;
	margin-bottom: -2em;
}