@charset "utf-8";
body  {
	background: #CCCCCC;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	line-height:1.7em;
	height:100%;
}

.twoColFixRtHdr #headerimage {
	margin:0 0 0 0;
	text-align: center;
	background-image:url("../images/header2.jpg");
	height:140px;
} 



.twoColFixRtHdr #container {
	background-image:url("../images/sysclr.jpg");
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	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. */
	padding: 10px;
} 

h1 { 
	font-size: 1.5em;
	margin: 15px 0 13px 0;
} 

h2 { 
	font-size: 1.1em;
	margin: 10px 0 13px 10px;
} 

h3 { 
	font-size: .95em;
	clear: right;
	margin: 15px 0 0 0;
} 

.twoColFixRtHdr #sidebar1 {
	margin: 20px 10px 0 0;
	float: right; /* 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 */
	padding: 0;
}

.twoColFixRtHdr #sidebar1A {
	margin: 0 0 0 0;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 15px 10px 10px;
}
.twoColFixRtHdr #sidebar1B {
	margin: 10px 0 0 0;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 15px 10px 10px;
}
.twoColFixRtHdr #sidebar1C {
	margin: 10px 0 0 0;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 15px 10px 10px;
}

.twoColFixRtHdr #sidebar1D {
	margin: 0 0 10px 0;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 15px 10px 10px;
}

.twoColFixRtHdr #mainContent { 
}

.twoColFixRtHdr #mainContent2 { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 20px 20px 20px;
	background:#FFFFFF; 
}

.twoColFixRtHdr #MainContentSubA{
	margin: 0px 0px 0 4px;
	padding: 1px 20px 20px 20px;
	background:#FFFFFF; 
}

.twoColFixRtHdr #MainContentSubB{
	margin: 0px 0px 0 4px;
	padding: 1px 20px 20px 20px;
	background:#FFFFFF; 
}

.twoColFixRtHdr #MainContentSubX{
	width:900px;
	margin: 0px 0px 0 4px;
	padding: 1px 20px 20px 20px;
	background:#FFFFFF; 
}

.twoColFixRtHdr #MainContentSubMovie{
    z-index: -100;
	width:900px;
	margin: 0px 0px 0 4px;
	padding: 1px 20px 20px 20px;
	background:#FFFFFF; 
}


.twoColFixRtHdr #header { 
	background:#CCCCCC; 
	clear:both;
} 

.twoColFixRtHdr #footer p {
	margin: 50px 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 5px 10px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.75em;
}
.fltrt { /* 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;
}
.fltlft { /* 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;
}

.clearleft { /* 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:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.expand {
height:250px;
width:1px;
}

#page-loader {
	position: absolute;
	top: 0;
	bottom: 0%;
	left: 0;
	right: 0%;
	background-color: white;
	z-index: 99;
	display: none;
	text-align: center;
	width: 100%;
	padding-top: 25px;
}


.twoColFixRtHdr #blur{
	position: relative;
	background-color: #ccc; /*shadow color*/
/*	color: inherit;*/
	margin: 20px 275px 0 15px;
}

.twoColFixRtHdr #shadow, #MainContentSubA{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.twoColFixRtHdr #shadow, #MainContentSubB{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.twoColFixRtHdr #shadow{
	background-color: #666; /*shadow color*/
/*	color: inherit; */
}

.twoColFixRtHdr #content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

.twoColFixRtHdr #srnshotsthm{
	text-align: center;
}

.twoColFixRtHdr addycontent{
	font-size: .8em;
	clear: right;
	margin: 15px 0 0 0;
}

.twoColFixRtHdr #MainContentSubHomeSubA{
	float:left;
	background: #FFFFFF;
	width: 215px;
	padding: 1px 25px 10px 0px;
	margin: 0px auto 0 0;
}

.twoColFixRtHdr #MainContentSubHomeSubB{
	background: #FFFFFF;
	padding: 1px 25px 10px 15px;
}

.twoColFixRtHdr #MainContentSubHome{
	padding: 0 0 0px 0;
}

.twoColFixRtHdr #producthighlight { 
	margin: 10px 0 0 223px;
	padding: 2px 0 2px 2px;
	background-color:#CCC;
	color:#900;
	font-size:.9em;
	font-weight:bold;
	text-transform: uppercase;
} 

.twoColFixRtHdr #news { 
	margin: 10px 0 0 0;
	padding: 2px 0 2px 2px;
	background-color:#CCC;
	color:#900;
	font-size:.9em;
	font-weight:bold;
	text-transform: uppercase;
} 


.twoColFixRtHdr #MainContentSubSupportSubA{
	float:left;
	margin:0;
	background: #FFFFFF;
	width: 215px;
	padding: 1px 25px 10px 0px;
}

.twoColFixRtHdr #MainContentSubSupportSubB{
	float:right;
	margin:0;
	width: 295px;
	background: #FFFFFF;
	padding: 1px 25px 10px 15px;
	}

.twoColFixRtHdr #MainContentSubSupportSubAZZZ{
	margin:0 600px 0 0;
	float:left;
	background: #FFFFFF;
	width: 50%; /* 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 */
	padding: 1px 25px 10px 0px;
}

.twoColFixRtHdr #MainContentSubSupportSubBZZZZ{
	background: #FFFFFF;
	padding: 1px 25px 10px 15px;
}


/*
Created by: mrhoo 
Web Site: http://www.webdeveloper.com/forum/showthread.php?t=143761 
*/
/* Be sure to add or delete IDs below, according to
the number of messages that you have. */
.twoColFixRtHdr #ran1,#ran2,#ran3,#ran4,#ran5,#ran6,#ran7,#ran8 {
    display:none;
	font-size: 1.2em;
	font-style: italic;
	line-height:130%;
	color:#3366CC;
}

.twoColFixRtHdr #clientquote{
	font-size: 1.2em;
	font-style: italic;
	line-height:120%;
	color:#3366CC;
}

.twoColFixRtHdr #spkquote {
clear:both;
text-align:right;
font-size:.75em;
font-weight:300;
color:#484848;
font-style:normal;
}

img{
/* float:inherit; */
padding: 3px 3px 3px 3px;
margin: 10px 0 15px 0;
border:solid;
border-width:1px;
border-color:#999999;
}

.twoColFixRtHdr #noborder {
border:none;
}

.twoColFixRtHdr #mapicons {
padding:0px 0px 0px 0px;
border:solid;
border-width:1px;
margin:0 0 0px 0px;
border-color:#999999;
}

.twoColFixRtHdr #iconmenu {
padding:0px 0px 0px 0px;
border:solid;
border-width:1px;
margin:0 0 3px 6px;
}

A:link {
text-decoration: underline;
color:#5B5B5B;
font-weight:thin;
} /* ----- for normal, unvisited links, no underline; */

A:visited {
text-decoration: underline;
color:#5B5B5B;
font-weight:thin;
} /* ---visited is for previously visited links */

A:hover {
text-decoration: underline;
color:#0066CC;
font-weight:thin;
} /* ---visited is for previously visited links */

A:active {
text-decoration: none;
color:#0066CC;
font-weight:thin;
} /* --- active is for link appearance while you're clicking */



h1.missionstatement { 
	font-size: .7em;
	margin: 15px 0 13px 0;
} 

h2.missionstatement { 
	font-size: 1.1em;
} 

h3.missionstatement { 
	font-size: .95em;
	clear: right;
	margin: 15px 0 0 0;
} 

li {
background-repeat: no-repeat; 
background-position: 0.5em;
}

ul {
}

.twoColFixRtHdr #alignwithbullets{
margin:0 0 10px 10px;
}

.twoColFixRtHdr #emph {
margin:15 15 15 15;
color:#3B3B3B;
font-weight:600;
}

.twoColFixRtHdr #emphbox {
color:#3B3B3B;
font-weight:600;
}

.twoColFixRtHdr #emphdif {
color:#5B5B5B;	
font-weight:thin;
font-size:1.25em;
font-variant:small-caps;
}

.twoColFixRtHdr #emphmodname {
font-weight:600;
}

.twoColFixRtHdr #modfwdslash {
color: #990000
}






/*Button Style*/
.button {
    float:left;
    height:auto;
    font:76%/150% "Lucida Grande", Geneva, 
    Verdana, Arial, Helvetica, sans-serif;
    width:229px;
    text-align:center;
    white-space:nowrap;
	margin: 0 0 20px 0;
}
/*Button Arrow Styles*/
.arrows {
    font-size:90%;
    margin:0.2em;
}
/*Button link styles*/
.button a:link, .button a:visited {
    color: #eee;
    background-color:#1e5184;
    font-size:1.25em;
    font-weight:bolder;
    text-decoration: none;
    border-bottom:0.1em solid #555;
    border-right:0.1em solid #555;
    border-top:0.1em solid #ccc;
    border-left:0.1em solid #ccc;
    margin: 0.2em;
    padding:0.6em;
    display:block;
	height:1.2em;
}
.button a:hover {
    background-color:#003366;
    color:#999;
    border-top:0.1em solid #777;
    border-left:0.1em solid #777;
    border-bottom:0.1em solid #aaa;
    border-right:0.1em solid #aaa;
    padding:0.6em;
    margin: 0.2em;
	height:1.2em;
}

img.title{
float:left;
padding: 3px 3px 3px 3px;
margin: 20px 0 15px 0;
border:none;
} 

.hide{display:none;}

.hide #analytics-video{
margin:0 0 0 0;
}



div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  border: 0px;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #999999;
/*
  border: 1px solid #ffffff;
*/
}
div.img a:hover img
{
  border: 1px solid #000066;
/* 
border: 1px solid #0000ff;
*/
}

div.desc
{
  text-align: left;
  font-weight: normal;
  width: 208px;
  margin: 2px 2px 10px 2px;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}