/*
Bizmanualz Master Styles for Screen Media
Updated: January 1, 2009
*/

body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #ddd;
	}

/* ---( text )------------------------------- */

a:link {
	color: #006;
	}
a:visited {
	color: #969;
	}
a:hover {
	color: #00c;
	}
p {
	margin: .5em 0 .5em;
	padding: 0;
	margin-top: 10px;
	}
h1 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 135%;
	font-weight: bold;
	color: #006;
	padding: 0 0 3px 0;
	margin: 0;
	line-height: 19px;
	}
h2, h2 a:link {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 115%;
	color: #006;
	padding: 0;
	margin: 1em 0 0 0;
	}
h2 a:hover {
	color: #C60;
	}
h2.shaded {
	background-image: url(/images/bg_gradient.gif);
	font-weight:bold;
	padding: 5px;
	}
h2.plain {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 110%;
	color: #006;
	padding: 0;
	margin: 0;
	}
h2.plain span {
	color: #900;
	font-style: italic;
	}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	padding: 0 0 3px 0;
	margin: 1.2em 0 -.2em 0;
	border-bottom: 1px solid #ddd;
	}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	padding: 0 0 3px 0;
	margin: 1.2em 0 -.2em 0;
	}

h1 span, h2 span, h3 span {
	color: #006;
	}
blockquote {
	font-size: 88%;
	color: #555;
	padding-left: 15px;
	}
abbr, acronymn, .popup {
	font-style: normal;
	border-bottom: 1px dotted;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
strike {
	text-decoration: line-through;
	}
.callout {
	color: #900;
	background:#ffc;
	font-weight: bold;
}

/* ---( top )------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 11px;
	text-align: left;
	background-image: url(/images/bg_biz1000-white.gif);
	background-repeat: repeat-y;
	width: 980px;
	min-height: 100%;
    height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
    height: auto;
	width: 980px;
	border-bottom-image:url(/images/pg-bottom.jpg) 100%;
	}

html>body #wrap {
	width: 979px;
	background: url(/images/bg_biz1000-white.gif) repeat-y;
	height: auto;
		border-bottom-image:url(/images/pg-bottom.jpg) 100%;
	} 

#header {
	position:relative;
	margin-left:-1px;
	padding: 0;
	background: #006;
	height: 62px;
	width: 978px;
	border-bottom: 2px solid #fc0;
	}

#logo {
	background: #006;
	width:292px;
	height: 58px;
	padding: 0;
	margin: 0;
	}

#logo a  {
	border-style: none;
	display: block;
	width: 292px;
	}

#logo img  {
	display: block;
	width: 0;
	}

#logo span {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 292px;
	height: 58px;
	background: url(/images/header_logo.gif) no-repeat;
	}
	
html>body #logo span {
	top: 0px;
	}

/*---( Navigation Tabs )-----------------------------*/	

#bnav {
	float:left;
	margin-left:-1px;
	margin-top:0px;
	padding: 0;
	width:978px;
	background:  #e8e8e8;
	border-top: 1px solid #f90;
	border-bottom: 1px solid #999;
	font-weight:bold;
	}

#bnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #e8e8e8;
	}

#bnav li {
    display:block; 
    float:left; 
	position:relative;
    z-index:100;
    margin-right:1px;
    }

#bnav li span {
    display:block;
    z-index:100;
    background:#e8e8e8;
    padding: 5px 10px;
	font-size:.9em;
    }

#bnav li a, #bnav li a:visited {
    display:block;
    padding:0;
    }

#bnav li a:hover {
    border:0;
    }

#bnav li:hover dd, #bnav li a:hover dd {
    display:block;
    border-right:1px solid #cacaca;
    border-left:1px solid #cacaca;
    }

#bnav li:hover dt a, #bnav li a:hover dt a, #bnav dd a:hover {
    background: #a8a8a8;
    color:#ffffff;
    display:block;
    }

#bnav dl {
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding:0;
    }

#bnav dt {
    background: #e8e8e8;
    margin:0;
    font-size: .9em;
    float:left;
    border-right:1px solid #fff;
    }

#bnav dd {
    display:none;
    background: #ff8;
    border-bottom: 1px solid #999;
    /*filter:alpha(opacity=75);
    opacity: 0.90;*/
    clear:left;
    margin:0;
    padding:0;
    color: #660000;
    font-size: .8em;
    text-align:left;
    }

#bnav dt a, #bnav dt a:visited {
    display:block;
    color:#660000;
    padding: 5px 10px;
    text-decoration:none;
    }

#bnav dd a {
    background-color:#ffffff;
    /*filter:alpha(opacity=75);
    opacity: 0.90;*/
    color:#660000;
    text-decoration:none;
    display:block;
    padding: 3px 10px 3px 10px;;
    }

#bnav dd a:visited {
    padding: 3px 10px 3px 10px;
    }
	


#topnav {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	left: 455px;
	top: 5px;
	}
	
#topnav ul {
	list-style: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
	}

#topnav ul li {
	background: none;
	display: inline;
	padding: 0 5px 0 7px;
	margin: 0;
	border-right: 1px solid #fff;
	}

#topnav ul li.first {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	border-right: 0px;
	}

#topnav ul li.second {
	background: none;
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
	border-right: 1px solid #fff;
	}

#topnav ul li.last {
	background: none;
	display: inline;
	margin: 0;
	padding: 0 5px 0 5px;
	border-right: 0px;
	} 

#topnav a, #topnav a:visited {
	color:#fff;
	}

#topnav a:hover {
	color: #fc0;
	}

#topnavh {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	left: 650px;
	top: 5px;
	}
	
#topnavh ul {
	list-style: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
	}

#topnavh ul li {
	background: none;
	display: inline;
	padding: 0 5px 0 7px;
	margin: 0;
	border-right: 1px solid #fff;
	}

#topnavh ul li.first {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	border-right: 0px;
	}

#topnavh ul li.second {
	background: none;
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
	border-right: 1px solid #fff;
	}

#topnavh ul li.last {
	background: none;
	display: inline;
	margin: 0;
	padding: 0 5px 0 5px;
	border-right: 0px;
	} 

#topnavh a, #topnav a:visited {
	color:#fff;
	}

#topnavh a:hover {
	color: #fc0;
	}

/*---( End Nav Tabs )------------------------*/

/* ---( main column )----------------------------- */

#content {
	clear:left;
	float: left;
	width: 700px;
	padding: 10px 20px;
	}
	
#content-wide {
	clear:left;
	float: left;
	width: 945px;
	padding: 10px 20px;
	}	

#content .entry {
	margin-bottom: 14px;
	}

/* figures */

#content img.head {
	float: left;
	margin-bottom: 3px;
	padding: 5px;
	margin-right: 10px;
	}

#content img.fleft {
	float: left;
	margin-bottom: 3px;
	padding: 5px;
	margin-right: 10px;
	}

#content p.fleft {
	float: left;
	margin-bottom: 3px;
	padding: 5px;
	}

#content img.fright {
	float: right;
	margin-bottom: 3px;
	padding: 5px;
	margin-left: 10px;
	}

#content a img.thumb:hover {
	border-color: #999;
	}
	
#content a img {
    border:none;
	}	

/* lists */

#content ul {
	list-style-type: square;
	margin: 5px 0 10px 20px;
	padding: 0;
	}
#content ul li {
	line-height: 1.2em;
	}
#content dl {
	line-height: 1.2em;
	margin: .5em 0;
	}
#content dl dd {
	margin: 0;
	padding: 0 0 .5em 1em;
	color: #333;
	font-size: 11px;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dt span {
	font-weight: normal;
	}
#features {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 170px;
	}
#features ul {
	font-size:10px;
	list-style-type: square;
	}
#features li {
	padding: 2px;
	margin: 0;
	}
#techwrite {
	padding: 0;
	margin: 5px;
	}
#techwrite ul {
	font-size:10px;
	padding: 0;
	margin: 0;
	list-style-type: square;
	}
#techwrite li {
	padding: 0;
	margin: 0;
	}
.homepage ul {
	list-style-type: none;
	}
.homepage li {
	list-style-type: none;
	font-size:11px;
	padding: 0px 0px 8px 25px;
	margin: 0 0 0 -2em;
	color: #333;
	background: transparent url(/images/bg_chevron_no_anim.gif) no-repeat top left;
	}
.homepage li a {
	padding: 0px 0px 0px 20px;
	margin: 0 0 0 -2em;
	font-weight: bold;
	}
/*.homepage li a:hover {
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	margin: 0 0 0 -2em;
	background: transparent url(/images/bg_chevron_anim.gif) no-repeat top left;
	}
*/
/* Admin Pages Navigation */

#content ul.admnav {
	list-style: none;
	line-height: 1.5em;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 3px 0 5px 0;
	border: 1px solid #ccc;
	background:#FDFCF8;
	text-align: center;
	}
#content ul.admnav li {
	background: none;
	display: inline;
	padding: 0 5px 0 5px;
	margin: 0;
	border-right: 1px solid #006;
	}
#content ul.admnav li.last {
	background: none;
	display: inline;
	margin: 0;
	padding: 0 5px 0 5px;
	border-right: 0px;
	} 
/* alert note */

#content .note {
	font-size: 77%;
	color: #666;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	}

#content .note strong {
	color: #333;
	}
	
#content .alert {
	padding-left: 18px;
/*	background: url(../images/note_icon.gif) no-repeat 0 50%; */
	}

#content .innerbox {
	clear:left;
	background-color: #fff;
	border: 1px solid #CCC;
	padding: 0 10px 0 10px;
	min-height: 100%;
    height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
    height: auto;
	}

html>body #content .innerbox {
	height: auto;
	} 

#content .innerbox p.phead {
	background-image: url(../images/bg_gradient.gif);
	font-weight:bold;
	padding:0 0 0 5px;
	}
	
#content .callout a:hover {
	background-color: #FC0;
	color: #006;
}

#content .header {
	background-color:#CCCCCC;
	background: url(../images/bg_contenthead.gif) repeat-y 50% 0;
	padding:10px;
	color: #DDD;
}

#col01 { 
	float: left; 
	width: 244px;
	padding: 0px;
	margin: 0 20px 0 0;
	}
	
#col02 {
	float: left;
	width: 244px;
	padding: 0px;
	margin: 0px;
}

#col02-b {
	float: left;
	width: 244px;
	padding: 0px;
	margin-top: 5px;
}

/*#col01 { 
	float: left; 
	width: 250px;
	padding-right: 15px;
	min-height: 100%;
    height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
    height: auto;
	}

#col02 {
	float: left;
	width: 250px;
	min-height: 100%;
    height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
    height: auto;
}*/

/* --- (Begin Subhead content box and list of links) --------*/

#content .sheader {
	float:left;
	width: 239px;
	background-image: url(../images/bg_gradient.gif);
	}
#content .sheader h1 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 145%;
	line-height: 1em;
	font-weight: bold;
	background: url(../images/bg_chevron.gif) no-repeat fixed;
	padding: 3px 0 5px 30px;
	}
html>body #content .sheader h1 {
	background: url(../images/bg_chevron.gif) no-repeat 0;
	}
.sheader2 {
	width: 493px;
	background-color: #fdfcf8;
	margin: 0px;
	padding: 5px 0 5px 15px;
	border: 1px solid #E3A816;
	}
.sheader2 h1 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	background: url(/images/bg_chevrononly.gif) no-repeat fixed;
	padding: 4px 0 5px 35px;
	}
html>body .sheader2 h1 {
	background: url(/images/bg_chevrononly.gif) no-repeat 0;
	}
.sheader2 h1 span {
	color: #900;
	}
.sheader2 p {
	font-style: italic;
	color: #006;
	margin: 0px;
	padding: 3px 0 5px 35px;
	}
.homep {
	font-size: 11px;
	}
.homeimg {
	margin: 0px 0px -2px 0px;
	padding: 0px;
	}
html>body .homeimg {
	margin: 0px;
	}
#content h1.shead {
	width: auto;
	font-size: 18px;
	margin-top: 10px;
	float: left;
	line-height: 1.2em;
	background: url(/images/bg_chevron.gif) no-repeat fixed;
	padding: 3px 0 7px 30px;
	}
html>body #content h1.shead {
	background: transparent url(/images/bg_chevron.gif) no-repeat top left;
	}
#content .buffer {
	margin-top: 60px;
	}

#content .smallbuffer {
	margin-top: 10px;
	}

#content ul .admnav {
	list-style-type: none;
	}
	
#content li.inline {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 1px dotted #006;
  }

#content li.last {
  display: inline;
  padding-left: 3px;
  padding-right: 3px;
  border-right: 0px;
  }

/* ---( entries )---------------------------------- */

p#menu {
	color: #999;
	font-size: 88%;
	margin-top: 0;
	}

p#menu.month {
	margin-top: 1em;
	}

p.quote {
	color: #006;
	font-size: 11px;
	margin:0 5px 0 15px;
	padding: 0 0 5px 0;
	font-style: italic;
	line-height:1.2em;
	}

/* ---( End Subhead content box and list of links )--------*/

.clink {
	padding-left: 14px;
/*	background: url(../images/so.gif) no-repeat 0 2px; */
	}

.artsub {
	color: #555;
	margin: 0;
	padding-left: 14px;
/*	background: url(../images/comments_off.gif) no-repeat 0 2px; */
	}

#more {
	margin-top: 0;
	padding-top: 1.5em;
	border-top: 1px solid #eee;
	}

/* ---( right column )----------------------------- */

#sidebar {
	padding:0px;
	float:right;
	font-size: 88%;
	line-height: 1.1em;
	padding: 10px 15px 0 15px;
	top: 83px;
	width: 190px;
	}

.container {
	background:#FDFCF8;
	border:1px solid #ccc;
	padding:10px;
	margin:10px 0 10px 0;
	}

.container ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type:square;
	}

form.subscription {
	margin-left: 0;
	padding-left: 0;
	}

#sidebar h3 {
	font-family: verdana, sans-serif;
	font-size: 100%;
	padding: 2px 0 4px 19px;
	margin: 0 0 8px 0;
	color: #006;
	border-bottom: 1px dotted #ddd0b9;
	background: transparent url(/images/h3-chevron.gif) no-repeat 0 2px;
	}

#sidebar h3.ship {
	font-size: 100%;
	padding: 5px 0 9px 25px;
	margin: 0 0 8px 0;
	color: #006;
	border-bottom: 1px dotted #ddd0b9;
	background: transparent url(/images/shipping_ups.gif) no-repeat 0 2px;
	}
#sidebar p.ship {
	font-size: 9px;
	color: #006;
	}

#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
	
#sidebar p {
	margin-top: 4px;
	margin-bottom: 4px;
	}

#sidebar .noBullet, #sidebar dl {
	margin:2px 0 0 10px;
	padding: 0;
	list-style: none;
	}

#sidebar ul {
	margin-top:2px;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	margin: 0;
	}

#sidebar img {
	vertical-align: middle;
	}

#sidebar #photoBox {
	margin-bottom: 20px;
	padding: 7px;
	border-bottom: 1px #ddd0b9 solid;
	border-right: 1px #ddd0b9 solid;
	background: #fff;
	}	

/* ---( contact form )------------------------------------ */

textarea, select {
	border: 1px solid #ccc;
	padding: 2px;
	color: #333; 
	}

.altButtonFormat {
	background-color: #F8F8F8;
	margin-top: 3px;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-right: #555 solid 1px;
	border-bottom: #555 solid 1px;
	font-size: 12px;
	font-weight: bold;
	color:#900;
}

textarea {
	width: 220px;
	}
	
/* ---( misc. )------------------------------------------ */

#search {
	margin-top: .5em;
	}

hr {
	border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}
.spacer {
	height: 24px;
	}
hr.heavy {
	border-top: 4px solid #999;
	color: #fff;
	background-color: #fff;
	height: 4px;
	}

h3 img {
	vertical-align: middle;
	}

ul.noBullet li {
	list-style-type: none;
	}

ul.fiveent em {
	color: #999;
	font-style: normal;
	}

.center {
	text-align: center;
	}

.hide {
	display: none;
	}

.blue {
	color: #006;
	font-weight:bold;
	}
.red {
	color:#f00;
	font-weight:bold;
	}
#actionBox {
	float:right;
	border-bottom:2px solid #333;
	border-left:2px solid #ccc;
	border-right:2px solid #333;
	border-top:2px solid #ccc;
	background:#EAEEEE;
	padding: 5px 8px 5px 8px;
	margin: 5px;
	}
#actionBox p {
	font-weight: bold;
	color:#006;
	text-align: center;
	}
	
ul.link-list {
	font-size:11px;
	list-style-image:url(/images/link-list1.gif);
	}

ul.link-list li {
	font-size:11px;
	list-style-image:url(/images/link-list1.gif);
	margin-top:5px;
	}

ul.link-list li.padd {
	font-size:11px;
	list-style-image:url(/images/link-list1.gif);
	padding: 5px 0;
	}

ul.link-list li a, ul.link-list li a:visited {
	text-decoration:underline;
	list-style-image:url(/images/link-list1.gif);
	}

ul.link-list li a:hover {
	color:#CC0000;
	text-decoration:none;
	background: #ffffcc;
	list-style-image:url(/images/link-listr.gif)
	}

.link-head {
	font-size:11px;
	}

.link-head a {
	text-decoration:none;
	color:#000000;
	}

.link-head a:hover {
	color: #CC0000;
	text-decoration:underline;
	}

/* ---( Right side navigation menu )----------------- */

#catnav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #C3C8CB;
	border-top: 0;
	background-color: #EAEEEE;
}
#catnav .first {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #C3C8CB;
	border-top: 0;
	background-color: #006;
}
#catnav li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FEFEFE;
	border-bottom: 1px solid #B0B4B7;
}
#catnav li.first {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FEFEFE;
	border-bottom: 1px solid #172e56;
}
#catnav a {
	list-style: none;
	margin: 0;
	color: #006;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#catnav a.first {
	list-style: none;
	margin: 0;
	color: #fc0;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 6px;
}
#catnav a:hover {
	list-style: none;
	background-color: #404BA0;
	color: #fff;
}
#catnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#catnav ul li {
  list-style: none;
	border-top: 1px solid #34548e;
	background-color: #34548e;
	border-bottom: 1px solid #34548e;
}
#catnav ul li:hover {
	list-style: none;
	border-bottom: 1px solid #34548f;
}
#catnav ul li a {
	list-style: none;
	padding-left: 12px;
	color: #a7b2c9;
}
#catnav ul li a:hover {
	list-style: none;
	background-color: #46659e;
}
#catnav ul ul li a {
	list-style: none;
	padding-left: 18px;
}
#catnav strong a {
	list-style: none;
	font-weight: normal;
	color: #006 !important;
	background-color: #10203b;
}
#catnav strong a:hover {
	list-style: none;
	background-color: #172e56 !important;
}

/* --- ( End Nav Menu ) ----------------------------*/

/* --- ( Cart fent Header ) ----------------------------*/
#headFloat {
	width: 179px;
	float: left;
	margin-right: 10px;
	}

#headFloat p {
	font-size: 11px;
	line-height: 1.1em;
	font-style: italic;
	color: #339;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-bottom: 5px;
	padding-left: 10px;
	}
/* --- ( Form Styles ) ----------------------------*/

div.row {
  clear: both;
  padding-top: 5px;
  }
div.row span.label {
  float: left;
  width: 100px;
  margin: 0 5px 0 5px;
  text-align: right;
  }
div.row span.formw {
  float: left;
  text-align: left;
  }
div.testimonial {
  text-align: right;
  margin-left: 130px;
  width: 350px;
  color:#555;
  font-weight: bold;
  font-size: 10px;
  }
 /* Product Div for Product Library */
#productbox {
float: right;
text-align: center;
background: #fff;
border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
padding: 10px; 
margin: 0 0 10px 10px; 
width: 200px;
}
#productbox h2 {
font-size: 100%;
text-align:left;
font-weight: bold;
color: #006;
padding: 0 0 2px 0;
margin: 0 0 .2em 0;
border-bottom: 1px solid #999;
}
#productbox p {
color: #006;
margin: 0;
padding: 0;
}
#productbox ul, #productbox li {
text-align:left;
list-style: none;
padding-bottom: 5px;
}
#productbox span {
float: right;
font-weight: bold;
text-align: right;
}
#productbox br {
clear: right;
line-height: .5em;
}

a.ship:visited, a.ship:link, a.ship:hover, a.ship:active {
	display: block;
	font-weight: bold;
	padding: 10px 0 4px 22px;
	margin: 5px 0 0 0;
	background: url(/images/shipping_ups.gif) no-repeat 0 5px;
	}
	
 /* HP 0206 */
.tbox {
	background: #000066; 
	padding: 3px; 
	border: 1px solid #000066;
	font-size:12px;
	color:#fc0;
	text-align:center;
}

.tbox a {
	text-decoration:none;
	color:#fc0;
	text-align: center;
}

.tbox a:hover{
	background: #404BA0;
	padding: 0px; 
	color:#fff;
	display:block;
}

.tbox a:visited {
	color:#fff;
}

/* Feedburner */
#creditfooter img {  
    display:none;  
    }  

#creditfooter embed {  
    display:none;  
    }  
    
    
ul.divlist {
list-style:none;
margin-left:20px;
padding:0;
margin-top:10px;
margin-bottom:5px;
}

ul.divlist li {
list-style-type: disc;
text-indent:2px;
font-size:inherit;
}
ul.divlist li.green {
color:green;
}

a.learnbtn,a.learnbtn:link,a.learnbtn:visited {
display:block;
color:#000099;
background-image:url('/images/button-learn-more.jpg');
text-decoration:none;
font-size:11px;
width:90px;
height:17px;
text-align:center;
padding:5px 0 2px 0;
float:left;
margin:5px 0 0 15px;
}

a.samplebtn,a.samplebtn:link,a.samplebtn:visited {
display:block;
color:#000099;
background-image:url('/images/button-view-sample.jpg');
text-decoration:none;
font-size:11px;
width:90px;
height:17px;
text-align:center;
padding:5px 0 2px 0;
float:right;
margin:5px 15px 0 0;
}

a.learnbtn:hover,a.learnbtn:active,a.samplebtn:hover,a.samplebtn:active {
color:#ffffcc;
text-decoration:none;
background-image:url('/images/button-gray.jpg');
}

.hpceobox {
font-size:11px;float:left;width:221px;padding:5px;height:305px;border:1px solid silver;margin-top:10px;background-image:url(/images/boxhead3-blue.jpg);background-repeat:no-repeat;
}

.hpcfobox {
font-size:11px;float:left;width:221px;padding:5px;height:305px;border:1px solid silver; margin:10px 11px 0 11px;background-image:url(/images/boxhead3-blue.jpg);background-repeat:no-repeat;
}

.hpallbox {
font-size:11px;float:left;width:221px;padding:5px;height:305px;border:1px solid silver;margin-top:10px;background-image:url(/images/boxhead3-blue.jpg);background-repeat:no-repeat;
}

.hpallbox h2, .hpceobox h2, .hpcfobox h2 {
margin-top:0px;padding-bottom:3px;border-bottom:1px solid silver;color:#800517;
}

.hpallbox a, .hpceobox a, .hpcfobox a {
color:#006;
}

.hpallbox a:hover, .hpceobox a:hover, .hpcfobox a:hover {
color:blue;
}

.hpanchorgraphic {
width:720px; 
height:285px;
border:1px solid orange;
background:white;
}

.hpanchorgraphic h1 {
margin:0;
font-weight:bold;
font-size:20px;
color:#000066;
padding:8px 5px 8px 5px;
border-bottom:1px dotted gray;
}

.hpanchorgraphic p {
font-size:12px;
margin-top:5px;
padding:5px;
line-height:1.4em
}

.hpanchorgraphic a {
color: #006;
text-decoration:underline;
}

.hpanchorgraphic a:hover {
color:blue;
}

.hpleftboxes {
float:left;
}

.hprightboxes {
float:right;margin-top:0px;width:200px;
}

.hpsamplead {
width:210px; height:180px;border:1px solid silver;
}

.hparticlebox {
margin-top:10px;padding:5px;border:1px solid silver;height:410px;width:200px;
}

a.hprssbtn {
float:left; margin-right:10px;
}

p.hpnews {
font-weight:bold; color:#000066;margin-top:0px;padding:bottom:3px;border-bottom:1px dotted gray; font-size:12px;
}

p.hpnews a {
text-decoration:none;color:#000066; width:180px;
}

ul.newsheads {
list-style:none;
margin:0 0 5px 0;
padding:0;
border-bottom:1px dotted gray;
font-size:11px;
}

ul.newsheads li {
list-style-type:none; margin:5px 0 5px 10px; padding:3px 0 6px 0; border-bottom:1px dotted silver;
} 

/* ---- Homepage styling --- */
a.learn-top {float:left;position:absolute; top:300px;left:360px;display: block; width: 125px; height: 35px; background: url(/images/work/learn-more-button.png) no-repeat;}
a.trial-top {position:absolute;top:300px;left:510px;display: block; width: 125px; height: 35px; background: url(/images/work/free-sample-button.png) no-repeat;}
a.home-ceo {position:absolute;top:145px;left:50px;display: block; width: 234px; height: 199px; background: url(/images/ceo-series-png1.png) no-repeat;}
a:hover.trial-top {background: url(/images/work/free-sample-pressed.png) no-repeat;}
a:hover.learn-top {background: url(/images/work/learn-more-pressed.png) no-repeat;}
a span {display: none;}
.hpanchor {background: url(/images/hpanchor.jpg) no-repeat; width:940px;height:250px;margin-bottom:20px;border-bottom:2px solid #ee9933;}
.hpanchor h1 {line-height:1.2em;font-size:30px;margin:10px 0 0 150px;}
.hpanchor p {font-size:20px;color:#666;line-height:1.2em;margin:40px 0 0 300px;}
.hpcol1 {float:left;border-right:1px solid silver;padding-right:15px;width:293px;}
.hpcol2 {float:left;border-right:1px solid silver;padding:0 15px 0 15px;width:293px;}
.hpcol3 {float:left;padding-left:15px;width:293px;}
.hpcol1 h2, .hpcol2 h2, .hpcol3 h2 {font-size:18px;line-height:1.4em;color:#cc6633;border-bottom:1px dotted silver;margin-top:0px;}
.bigtext {font-size:16px;color:#666;font-weight:normal;font-style:italic;margin:10px 0 10px 0;}
.morebox {padding:8px 5px 10px 5px;border:1px solid silver;background:#fff6cc;text-align:center;margin-top:10px;}
.morebox a, morebox a:visited {text-decoration:none;color:#003399;}
.morebox a:hover {color:#999;border-bottom:1px dotted silver;}
.hpcol1 em, .hpcol2 em, .hpcol3 em {color:#666;}
.hpcol1 p, .hpcol2 p, .hpcol3 p {margin:10px 0 10px 0; color:#666;line-height:1.6em;}  

/* ---( footer )----------------------------------- */

#footer {
	position: relative;
	clear: both;
	margin: 0 2px 0 -1px;
	padding: 3px 10px;
	font-size: 90%;
	color: #555;
	background: #eee;
	border-top: solid 1px #999;
	}

#footer a, #footer a:visited {text-decoration:none;color:#369;font-size:10px;}
#footer a:hover {color:#999; text-decoration:underline;}
#footer a.ftitle {text-decoration:none;color:#666;font-size:10px;}
#footer a.ftitle:hover {text-decoration:underline;color:#999;}
.footerlinks { border-bottom:1px solid #ccc;padding-bottom:5px;margin-bottom:5px;font-size:9px;height:188px; }
ul.flinks { list-style-type:none; margin:0; padding:0; font-size:10px; }
ul.flinks li { list-style:none; margin:0; padding:1px 0 2px 0; border-bottom:1px dotted silver; }
ul.flinks a, ul.flinks a:visited { text-decoration:none;color:#369;font-size:10px; }
ul.flinks a:hover { color:#999; text-decoration:underline; } 
ul.flinks li.last { border-bottom:none; }
.footercols { width:148px;float:left;padding:5px;border-left:1px solid #ddd;height:173px; }
 

