@charset "utf-8";
body {

}


/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#fff;
 color: #333333;
 text-align:center;
 padding:0;
 background-image: url(../images/page-structure/gray_background.jpg);
 background-repeat: repeat;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:1.5em;
 }
 
#headerBack {
 margin:0px;
 background-image: url(../images/page-structure/header-background.jpg);
 background-repeat:repeat-x;
}

#header {
 width:900px;
 background-image: url(../images/page-structure/header-logos.gif);
 background-repeat:no-repeat;
 height:160px;
 border:0;
 color: #333333;
 }

#outer {
 text-align:left;
 border:0;
 width:900px;
 margin:auto;
 }

#bar {
 height:25px;
 border:0;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 clear:both;
 position:relative;
 border:0;
 width:900px;
 padding:0;
 }

#rightCol {
 float:right;
 border:0;
 height:480px;
 width:365px;
 text-align:left;
 }

#leftCol {
 float:left;
 width:530px;
 height:480px;
 border:0;
 text-align:left;
 }
 
 #tabs3Left {
 width:240px;
 }
 
#tabs3Right {
 float:right;
 width:220px;
 padding-left:20px;
 } 
 
#bottomCol {
 clear:both;
 width:899px;
 height:220px;
 border:0;
 text-align:left;
 padding:0;
 margin-bottom:20px;
}

.graybox {
 float:left;
 width:320px;
 height:195px;
 margin-left:20px;
 border:0;
 background-image: url(../images/home-images/gray-back.gif);
 background-repeat:no-repeat;
}

p.grayboxtext {
 margin-top:8px;
 margin-left:20px;
 margin-right:20px;
 margin-bottom:0;
 padding-top:20px;
}

#quotes {
 float:right;
 width:425px;

 margin-right:20px;
 }


.boxContent {
 background-color:#fff;
 margin:5px;
 padding-bottom:15px;
}

.boxFiller {
 height:435px;
 margin:10px;
 clear:both;
 }
 
 .boxFillerTwo {
  height:190px;
  margin:10px;
  clear:both;
 }
 
 .boxFillerThree {
 height:150px;
 margin:10px;
 clear:both;
 }



#footer {
clear:both;
border:0;
 margin:0;
 }
 
 #foot-text {
	color: #000;
	font-size: 95%;
	line-height: 1.5em;
	padding: 10px 0 50px 10px;
}

IMG {
 border:none;
 }
 
IMG.displayed {
 display: block;
 margin-left: auto;
 margin-right: auto
}

.awards {
	position:abolute;
	margin-left:75px;
	bottom:0;
	}



 
 
 <!-- #### NAVIGATION STYLES #### -->

a.header,  a.header:link, a.header:visited,  a.header:hover, a.header:active {
	text-decoration: none;
	color:#881122;
}

a.header:hover {
	text-decoration: underline;
}

a, a:link, a:visited, a:hover, a:active {
	color: #881122;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



.linkbutton {
    margin: 0;
    padding: 0;
    list-style: none;
}
	
.linkbutton li {	
    padding: 0 0 5px 18px;
    background-image: url(../images/arrow_inverse.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
}


.plainLink a, .plainLink a:link, .plainLink a:visited, .plainLink a:hover, .plainLink a:active {
	color: #881122;
	text-decoration: none;

}

.plainLink a:hover {
	text-decoration: none;
	border-bottom: 1px solid #881122;
}


#trial
{
  display: block;
  float:left;
  margin-left:20px;
  width: 134px;
  height: 67px;
  background: url(../images/home-images/free-trial-button.gif) no-repeat 0 0;

}

#trial:hover
{ 
  background-position: 0 -67px;
}

#trial span
{
  display: none;
}

#webinar
{
  display: block;
  float:right;
  margin-right:20px;
  width: 135px;
  height: 67px;
  background: url(../images/home-images/webinar-button.gif) no-repeat 0 0;

}

#webinar:hover
{ 
  background-position: 0 -67px;
}

#webinar span
{
  display: none;
}



.button {
    background: url(../images/page-structure/header-rollovers.gif) no-repeat 0 0;
    padding: 5px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #6a6047;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
.button:hover {
    background-position: 0 -28px;
}

#bottomNav {
 clear:both;
 text-align:center;
 font-weight:bold;
 font-size:14px;
}



