html { min-height: 100%; margin-bottom: 1px; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	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 */
	color: #000000;
	background-repeat: repeat-x;
	background-image: url(../images/bg_body_x.gif);
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	border-bottom: #666666;
	border-bottom-style: ridge;
	border-bottom-width: medium;
} 
.twoColFixLtHdr  #logo {

	background: url(
../images/LogoTag 300x46v1.png) left top no-repeat
} 
.twoColFixLtHdr  #topnavbar {
	background: #ffffff;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 30px;
	width: 800px;
	background-image: url(../images/greengradient_topnavbar3.png);
} 
#topnavbarmenu {
	float: right;
	height: 35px;
	width: 552px;
} 
.twoColFixLtHdr #header h1 {
	background-color: #FFFFFF;
	border-bottom: #666666;
	border-bottom-style: ridge;
	border-bottom-width: medium;
	padding: 0px 0px 0px 0px;

}
#navigate {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 410px;
	float: right;
	padding-top: 8px;
	color: #FFFFFF;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigate a:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5px 0 30px;
}
#navigate a:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 5px 0px 30px;
}
#navigate a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px 0 30px;
	text-decoration: none;
}
#navigate a:active {
	color: #7e8082;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5px 0 30px; }


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 217px; /* 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 */
	background: #ffffff;
	height: 640px;
}
.twoColFixLtHdr  #sidebarmenu {
	float: none; /* since this element is floated, a width must be given */
	width: 212px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 5px;
	height: 443px;
}
.twoColFixLtHdr  #contentbanner {

} 
.twoColFixLtHdr #mainContent {
	margin: 14px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid #cccccc 1px;
	float: right;
	width: 533px;
	font-size: 12px;
	padding: 0px 20px 25px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
} 
.twoColFixLtHdr  #Content {
	float: right;
	width: 530px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	z-index: -1020;
} 
.twoColFixLtHdr   #sidebarbottom {
	width: 200px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
}
#mainContent       a:link  {
	color: #3399CC;
	text-decoration: underline;
}
#mainContent    a:hover {
	color: #3399cc;
	text-decoration: underline;
}
#mainContent    a:visited {
	color: #3399cc;
	text-decoration: underline;
}
#mainContent    a:active {
	color: #3399cc;
	text-decoration: underline;
}
#mainContent    ul {
  margin: 5px 0 15px 0;
  line-height: 108%;
  list-style: none;
}
#maincontent  ul  ul {
  line-height: 100%;
}
#mainContent     ul     li.list {
	line-height: normal;
	margin-top: 1px;
	padding-left: 17px;
	text-decoration: none;
	background-position: 4px 2px;
	background: url(../images/bulletcontent.gif) left top no-repeat;
}
.twoColFixLtHdr #footer 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #footer {
	padding: 10px 0px 10px 0px;
	background-color: #86A434;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	width: 800px;
} 
.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;
}
#graylitewide/* Gray horizontal line, all widths */
 {
	background-color: #f5f5f5;
	text-align: left;
	width: 800px;
	height: 7px;
	margin-top: 1px;
}
#graynarrow/* Gray horizontal line, all widths */
 {
	background-color: #989898;
	text-align: left;
	width: 800px;
	height: 1px;
	clear: both;
}
#blueline/* Gray horizontal line, all widths */
 {
	text-align: left;
	width: 530px;
	height: 7px;
	clear: both;
	margin-top: 3px;
	background-image: url(../images/green_line.png);
	margin-bottom: 3px;
}
#dottedline/* Gray horizontal line, all widths */
 {
	background-color: #989898;
	text-align: left;
	width: 528px;
	height: 1px;
	clear: both;
}
.dottedLine_Top {
	border-top: 1px dotted #cccccc;
	width: 528px;
}
.comment {
	color: #333333;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	width: 100%;
	margin: 2px 0;
	padding: 2px;
}
.boxcopy { color: #7e8082; line-height: 15px; margin-top: 0; margin-bottom: -8px; padding-top: 0; padding-right: 15px; padding-bottom: 0; }
.boxsub { font-size: 15px; font-weight: 200; }
#mousetype { color: #7e8082; font-size: 9px; font-family: arial, helvetica, geneva, sans; text-align: left; float: left; clear: left; }
.mousetype2 { color: #7e8082; font-size: 9px; text-align: center;}
#pricingPage  .table  td {
	padding: 6px;
	margin: 0px;
	font: 18px Arial, Verdana;
	border-collapse: collapse;
	text-align: left;
}
#pricingPage  .table  .first {
	background-color: #FFFFFF;
	font: 16px Arial, Verdana;
	font-weight: bold;
	color: #0066CC;
	text-align: left;
	border: 0px;
}
#pricingPage   .table   .row {
	background-color: #FFFFFF;
	font: 12px Arial, Verdana;
	color: #333333;
	text-align: left;
	border-top: solid #e1e1e1 1px;
}
#pricingPage    .table    .rowlast {
	background-color: #FFFFFF;
	font: 12px Arial, Verdana;
	color: #333333;
	text-align: left;
	border-bottom: solid #e1e1e1 1px;
	border-top: solid #e1e1e1 1px;
}

#stepContainer {
	width: 530px;
}

#stepContainer p {
	font: 12px Arial;
	color: #333;
	width: 393px;
	height: 77px;
	float: left;
}

#stepContainer p strong {
	font: bold 16px Arial;
	color: #4270be;
}

#stepContainer #steps {
	width: 286px;
	height: 45px;
	margin-left: 65px;
	list-style: none;
	background: url(../images/button-demos-sales3.png) no-repeat;
	float: left;
	padding-left: 107px;
}
#stepContainer   #steps   li {
	height: 45px;
	float: left;
	list-style: none;
}

#stepContainer #steps li a {
	height: 35px;
	display: block;
}

#stepContainer #steps #onlineDemo, #stepContainer #steps #onlineDemo a {
	background: url(../images/button-demos-sales3.png) 0px -107px no-repeat;
	width: 130px;
	list-style: none;
}

#stepContainer #steps #contactSales, #stepContainer #steps #contactSales a {
	background: url(../images/button-demos-sales3.png) 0px -242px no-repeat;
	width: 120px;
	list-style: none;
}






#configContainer {
	width: 530px;
}

#configContainer p {
	font: 12px Arial;
	color: #333;
	width: 500px;
	height: 110px;
	float: left;
}

#configContainer p strong {
	font: bold 16px Arial;
	color: #4270be;
}
#configContainer  #config {
	height: 96px;
	margin-left: 5px;
	list-style: none;
	background: url(../images/configuresteps3.png) no-repeat;
	float: left;
	padding-left: 0px;
	width: 500px;
}
#configContainer    #config    li {
	height: 96px;
	float: left;
	list-style: none;
}
#configContainer  #config  li  a {
	height: 95px;
	display: block;
}
#configContainer     #config     #stp, #configContainer     #config     #stp     a {
	background: url(../images/configuresteps3.png) 0px -242px no-repeat;
	width: 130px;
	list-style: none;
}
#configContainer   #config   #prescreen, #configContainer   #config   #contactSales   a {
	background: url(../images/configuresteps3.png) 0px -242px no-repeat;
	width: 130px;
	list-style: none;
}
#configContainer    #config    #complete, #configContainer    #config    #contactSales    a {
	background: url(../images/configuresteps3.png) 0px -242px no-repeat;
	width: 145px;
	list-style: none;
}







h1 {
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	color: #666666;
	font-size: 30px;
}
h2 {
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	color: #3C017F;
	font-size: 18px;
}
h3 {
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	color: #6940A3;
	font-size: 16px;
}	
.navbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.style2 {color: #FFFFFF}


ul#events{
	padding: 0;
	float:left;
	width:500px;
}  
ul#events li.event-block{
	background:none;
	float:left;
	font-size: 93%;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
ul#events li.event-block span.event-date{
  float:right;
  margin: 4px 6px;
  display: inline;
}
ul#events li.event-block h2 {
  padding:0;
  margin: 4px 6px;
  float:left;
  font-size:108%;
  display: inline;
}
ul#events li.event-block h2 a{
  text-decoration:none;
}
ul#events li.event-block ul{
  margin: .5em 0 .5em 0;
  float:left;
  padding: 0;

}
ul#events li.event-block ul.event-element li{
  float:left;
  margin: 0;
  padding: 0;
}

ul#events li.event-block ul.event-element img{
  float:left;
}

ul#events li.event-block ul.event-element li.title{
	width:480px;
	background: #eeeeee;
}

ul#events li.event-block ul.event-element li.title h2{
  width:380px;
}

ul#events li.event-block ul.event-element li.content{
	width:468px;
	border: #eeeeee 1px solid;
	background:none;
	padding: 0 5px .5em 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Clear fix */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}

.clear {
	display: block;
}
