@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #666666;
	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: #333333;
}
.oneColFixCtr #container {
	width: 1024px;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtr #header {
	width: 1024px;
	margin: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(masthead-bg.jpg);
	
}
.oneColFixCtr #menubar {
	padding: ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.oneColFixCtr #mainContent {
	width: 1024px;	
}


.oneColFixCtr #menubarbottom {
	padding: 10px 0px 10px 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:4px;
	margin-bottom: 0px;
	background-image:url(bottom-bg.gif);
	font-size: .8em;
	color: #ffffff;
}

.news {
	width: 300px;
	padding: 10px 10px 10px 20px ;
	background-color: #cccccc;
	background-image:url(shadow.png);
background-position:top;
background-repeat:repeat-x;
}

.news2 {
	width: 300px;
	padding: 100px 0px 0px 0px ;
	background-color: #cccccc;
	background-image:url(newsgraphic.jpg);
background-position: bottom;
background-repeat: no-repeat;
}

.blog {
	width: 300px;
	padding: 30px 10px 10px 20px ;
	background-color: #cccccc;
	background-image:url(bg-blog.gif);
background-position:top right;
background-repeat: no-repeat;
}

.download {
	padding: 5px 10px 5px 15px ;
	background-color: #d6d6d6;
}

.featured {
	width: 391px;
	background-image:url(bg-featuredproduct.jpg);
background-position:top;
background-repeat:no-repeat;
}


.featured2 {
	padding: 30px 4px 10px 25px ;
}

.servicesupport{
	width: 391px;
	background-image:url(bg-servicesupport.jpg);
background-position:top;
background-repeat:no-repeat;
}

.servicesupport2 {
	padding: 15px 4px 0px 25px ;
	color: white;
}

.main2 {
	background-color:#FFF;
	
}

a:link {text-decoration: none; color: #333333;}
a:visited {text-decoration: none; color: #333333;}
a:active {text-decoration: none; color: #333333;}
a:hover {text-decoration: underline; color: #333333;}


a.blue:link {text-decoration: none; color: #3366cc;}
a.blue:visited {text-decoration: none; color: #3366cc;}
a.blue:active {text-decoration: none; color: #3366cc;}
a.blue:hover {text-decoration: underline; color: #4386ff;}

a.bluesmall:link {text-decoration: none; color: #3366cc; }
a.bluesmall:visited {text-decoration: none; color: #3366cc; }
a.bluesmall:active {text-decoration: none; color: #3366cc; }
a.bluesmall:hover {text-decoration: underline; color: #4386ff; }

a.white:link {text-decoration: none; color: white; margin-top: -2px;}
a.white:visited {text-decoration: none; color: white; margin-top: -2px;}
a.white:active {text-decoration: none; color: white; margin-top: -2px;}
a.white:hover {text-decoration: underline; color: white; margin-top: -2px;}

a.bottom:link {text-decoration: none; color: white; margin-bottom: 0;}
a.bottom:visited {text-decoration: none; color: white; margin-bottom: 0;}
a.bottom:active {text-decoration: none; color: white; margin-bottom: 0;}
a.bottom:hover {text-decoration: underline; color: white; margin-bottom: 0;}



/* bullet items */

ul { margin-left: -2em; margin-top: 0em; margin-bottom: 1.2em;}

li.newsitem  {
	list-style-image: url(arrow-sm.png);
	padding-left: 0em;
	margin-left: 0em;
	font-size: 1.2em;
	
	line-height: 1.4em;
	margin-bottom: .8em;
}


li.productitem  {
	color: #3366cc;
	list-style-image: circle;
	padding-left: 0em;
	margin-left: .5em;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: .5em;
}

li.productitemgrey  {
	color: #333333;
	list-style-image: circle;
	padding-left: 0em;
	margin-left: .5em;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: .5em;
}

li.productitem2  {
	color: #333333;
	list-style-image: circle;
	padding-left: -.2em;
	margin-left: 2.0em;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: .5em;
	margin-top: -.2em;
}


/*  */



p {
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}

p.tight {
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0em;
}

p.tight2 {
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 0em;
}

p.smalltext {
	font-size: 10px;
}


p.nobotmarg{
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: .4em;
}

p.tightwhite {
	margin-top: -.4em;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

.tiny {
	font-size: .2em;
}

.small{
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 0em;
}

.small2 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: .6em;
}

.small3 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0em;
}

.red {
	color: #993300;
	font-style:italic;
}

.smallproducts {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: .6em;
}

.last {
	margin-bottom: 2.4em;
}

H1 {font-size:2em;
color: #3366cc;
margin-bottom: .8em;

}  

H1.close {font-size:2em;
color: #3366cc;
margin-top: .2em;
margin-bottom: .2em;

}  


H2 {font-size:1.6em;
color: #575757;
margin-top: 0em;
margin-bottom: .2em;
} 

H2.blue {font-size:1.6em;
color: #3366cc;
margin-top: 0em;
margin-bottom: .2em;
} 

H2.light {font-size:1.2em;
color: #b2b2b2;
margin-bottom: .6em;
font-weight: normal;
letter-spacing: .4em;
text-transform: uppercase;
}

H2.lightspace {font-size:1.2em;
color: #b2b2b2;
margin-top: 1.8em;
margin-bottom: .6em;
font-weight: normal;
letter-spacing: .4em;
text-transform: uppercase;
} 

H3 {font-size:1.4em;
color: #3366cc;
margin-bottom: .0em;
} 

H3.grey {font-size:1.3em;
color: #575757;
margin-top: .4em;
margin-bottom: .3em;
} 

H3.blue {font-size:1.3em;
color: #3366cc;
margin-top: .4em;
margin-bottom: .3em;
} 

H4 {font-size:1em;
} 

.menuend { background-image:url(menu-bg.gif)
}

/*grey box */
.boxshadow1 { 
align-vertical: top;
background-image:url(shadow.png);
background-position:top;
background-repeat:repeat-x;
}

.boxshadow2 { background-image:url(shadow.png);
background-position:top;
background-repeat:repeat-x;
}

.pic1  {
	margin-left: 18px;
	margin-right: 13px;
}

.pic2 {
	margin-right: 5px;
}

.pic3  {
	margin-right: 15px;
}

.pic4  {
	margin-right: 18px;
}

.pic5 {
	margin-top: 8px;
	margin-left: 25px;
	margin-bottom: 3px;
}

.pic6 {
	margin-bottom: 20px;
}

.pic7 {
	margin-top: 20px;
}


.arrow  {
	margin-bottom: -3px;
}

.arrow2  {
	margin-bottom: -1px;
}

.header1  {
	margin-top: 6px;
	margin-left: 0px;
	margin-bottom: 12px;
}

.header1b  {
	margin-top: 6px;
	margin-left: 0px;
	margin-bottom: 4px;
}

.header2  {
	margin-top: 34px;
	margin-left: 20px;
	margin-bottom: 20px;
}



/*chart */

.greenbox  {
	width: 650px;
border-width: 1px;
border-style: solid;
border-color:  #cfcfcf;
border-collapse: collapse;
}

.greenboxhead
	{
	color: #333333;
	background-color: #cfcfcf;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	margin: 0px;
	padding: 4px;
	}
	
	td.greenline {
		vertical-align:top;
border-width: 1px;
border-top-width: 0px;
border-style: solid;
border-color: #cfcfcf;
padding: 4px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 1.0 em;
color:#333;
}

tr.highlight {
background-color: #f2f2f2;

}



#ceos a {
 font-size: 1.2em;
 background-color: #cccccc;
 width: 184px;
 padding-top: .8em;
 padding-bottom: .8em;
 padding-right: 1.0em;
 display: block;
 text-align: right;
 text-decoration: none;
 border-top: 0px;
 border-bottom: 1px #7d7d7d solid;
}


#ceos a:hover {
 background-color: #f5b022;
 text-decoration: none;
}