	/* basic html attributes */
	body {
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	margin: 8px;
	background: #F5F5F5 url(../images/shadow.gif) repeat-y 50% 0;
	text-align: left;
	font-weight: 1.2;
	}
	p, ul, li {
	border-top-color: #CCCCCC;
	}
	ul, li {
	font-size: 12px;
	color: black;
	padding-bottom: 12px;
	}
	p {
	font-size: 11px;
	color: #666666; /*gray*/
	line-height: 1.4;
	}
	h1, h2 {
		font-size: 14px;
		font-weight: bold;
		color: #0868AC; /*blue*/
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
h2 a {
	text-decoration: none;
	color: #0868AC;
}
	table {	
	table-layout: fixed
	border-collapse: collapse;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: thin;
	}		
	td a, p a {
	color: #15165C; /* navy blue */
	text-decoration: underline;
	padding: 0;
	margin: 0;
	line-height:normal;
	}
	td a:visited, p a:visited {
		color: #0868AC; /*blue*/
	}
		th, th p {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	line-height: 1;
	color:#000000;
	}
	th p {
	padding-top: 0;
	margin: 5px 0;
	}
	th strong {
		color: #0868AC; /*blue*/
	}
	th a {
		padding: 0;
		margin: 0;
		line-height:normal;
	}

	/* main divs */
	#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0 2px;
	text-align: left;
	}
	#headerPlaceholder {
	width: 760px;
	height: 100px;
	margin: 0;
	}
	#main {
	background-image: url(../images/squares.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	width: 500px;
	margin: 7px 0 0 0px;
	padding-left: 36px;
		float: left;
	}
	/* The following style gets read only by IE/Windows. */
	* html #main {
		margin-top: 16px;
		background-position: 0px 4px;
	}
	#main img {
		/*height: 280px;*/
	}
	#callout {
	float: right;
	width: 190px;
	margin-top: 5px;
		/*margin-left: 562px;*/
	}
	/* The following style gets read only by IE/Windows. */
	* html #callout {
		margin-top: 16px;
	}
	#contact {
	width: 746px;
	height: 30px;
	clear: both;
	background-repeat: no-repeat;
	background-image: url(../images/box-contact.gif);
	background-position: center center;
	font-size: 10px;
	color: #0868AC;
	margin: 0 auto;
	padding-top: 1.75em;
	text-align: center;
	}
	.roundboxhead, .casestudyboxhead {
		width: 190px;
		margin: 0;
		background: url(../images/box-top-yellow.gif) no-repeat;
	}
	.roundboxhead h2, .casestudyboxhead h2 {
		padding-top: 10px;
		padding-left: 14px;
	}
	.roundboxbody, .casestudyboxbody {
		width: 186px;
		margin: -20px 0 0 0;
		padding-top: 12px;
		padding-bottom: 6px;
		border-left: 2px solid #FFCC80; /*yellow*/
		border-right: 2px solid #FFCC80;
	}
	.roundboxbody ul {
		list-style-type: none;
		margin: 8px 0 0 14px;
		padding: 0;
	}
	.roundboxbody p, .roundboxbody li, .roundboxbody a, .casestudyboxbody p, .casestudyboxbody a {
	padding-bottom: 8px;
	text-decoration: none;
	
	}
	.roundboxbody p {
	color: #000000;
	line-height: 1.1;
	padding-bottom: 0px;
	margin-bottom: 1em;
	margin-right: 10px;
	}
	.roundboxbody a {
		font-size: 12px;
		text-decoration: none;
		color: black;
	}
	.roundboxbody li {
	background: url(../images/bullet-orange.gif) no-repeat 0px 4px;
	padding-left: 14px;
	}
	* html .roundboxbody li{
	background-position: 0px 7px;
	}
	.roundboxbottom, .casestudyboxbottom {
		width: 190px;
		margin-top: -12px;
		background: url(../images/box-bottom-yellow.gif) no-repeat;	
		white-space: pre;	
	}
	.greenfeature, .purplefeature {
	background-position: bottom center;
	width: 190px;
	height: 120px;
	}
	.greenfeature {
		background: url(../images/box-green.jpg) no-repeat;
	}
	.purplefeature {
		background: url(../images/box-purple.jpg) no-repeat;
	}
	.greenfeature h2, .purplefeature h2 {
	color: white;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 6px;
	}
	.greenfeature p, .purplefeature p {
		padding: 0px 14px 0 14px;
		line-height: 13px;
		color: white;
	}
	/* The following style gets read only by IE/Windows. */
	* html .greenfeature p, * html .purplefeature p {
		margin-top: -12px;
	}
	/* Styles for inside pages */
	#inside_main {
	width: 580px;
	margin: 46px 10px 0 0;
	float: right;
	}
	/* The following style gets read only by IE/Windows. */
	* html #inside_main {
	/*padding-top: 48px;*/
	}
	ul.bulleted {
        list-style: none;
        margin-left: 24px;
        padding: 0;
	}
	#news_main ul.bulleted, #callout ul.bulleted {
		margin-left: 0;
	}
	#callout ul.bulleted {
		padding-left: 14px;
	}
	#callout ul.bulleted li p {
		color: #666666;
		line-height: 1.4;
		padding-left: 0;
	}
	#news_main ul.bulleted li h3, #callout ul.bulleted li h3 {
		margin: 0;
		padding: 0;
	}
	#news_main ul.bulleted li a, #callout ul.bulleted li a {
		color: #0868AC;
		font-size: 11px;
		background-image: none;
	}
	.bulleted li {
	background-image: url(../images/bullet-orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
	}
	* html .bulleted li{
	background-position: 0px 7px;
	}
	.bulleted li a {
		padding: 0;
		font-size: 12px;
		color: black;
		text-decoration: none;	
	}
	.bulleted li p {
		margin: 0;
	}
	.bulleted li ul {
		list-style-type: none;
		margin: 0;
		padding: 10px 0 0 0;
	}
	.bulleted li ul li {
		background-image: none;
		}
	#inside_main img {
	float: left;
	margin: 3px 16px 0 0;
	}
	
	/* The following style gets read only by IE/Windows. */
	* html #inside_main img {
		margin-top: 0px;
	}
#inside_main table img {
	margin-right: 0;
	float: none;
	}	
	#navcallout {
	width: 143px;
	margin-top: 5px;
	text-align: right;
	background-image: url(/images/squares.gif);
	background-repeat: no-repeat;
	background-position: 0 15px;
	float: left;
	}
	* html #navcallout {
		margin-top: 16px;
		background-position: 0 4px;
	}
	#navcallout h2 {
		font-weight: normal;
	}
	#navcallout ul {
	list-style-type: none;
	}
	/* The following style gets read only by IE/Windows. */
	* html #navcallout ul {
		margin-top: -5px;
	}
	#navcallout li a {
	text-decoration: none;
	font-size: 12px;
	color: black;
	}
	/* Styles for inside-sub */
	#inside-sub_main, #products_main, #news_main {
	float: left;
	width: 375px;
	margin: 7px 10px 0 0;
	padding-left:27px;
	background-image: url(../images/bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}
	#products_main {
	width: 580px;
	}
	/* The following style gets read only by IE/Windows. */
	* html #inside-sub_main, * html #news_main, * html #products_main {
		margin-top: 16px;
		background-position: 10px 1px;
	}
	#inside-sub_main h1 {
		margin-left: 0px;
	}
	#inside-sub_main img {
		float: left;
		margin: 6px 16px 0 0;
	}
	.casestudyboxhead {
		background: url(../images/box-top-blue.gif) no-repeat;
	}
	.casestudyboxbody {
		border-left: 2px solid #0868AC; /*blue*/
		border-right: 2px solid #0868AC; /*blue*/
	}
	.casestudyboxbody p, .casestudyboxbody a {
	font-size: 10px;
	margin-bottom: 0;
	line-height: 1.2;
	padding: 0 12px 8px 12px;
	}
	.casestudyboxbody a {
		color: #0868AC; /*blue*/
		padding-left: 0;
	}
	.casestudyboxbody img {
	display: block;
	/*margin: 6px 0 0 14px;*/
		margin: 0 auto;
	margin-top: 6px;
	}
	.casestudyboxbottom {
		background: url(../images/box-bottom-blue.gif) no-repeat;
	}
/* Below are the styles for the header include */
#topheader {
		width: 760px;
		height: 15px;
		background: #15165C; /* navy blue */
		text-align: right;
		padding: 0;
		margin: 0;
	}
	#topheader ul {
		margin-right: 10px;
	}
	#topheader ul, #topheader li, #topheader a {
		display: inline;
		font-size: 10px;
		line-height: 15px;
		font-weight: bold;
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		list-style-type: none;
		padding: 0;
		margin: 0px 4px 0 4px;
	}
	#topheader a:hover {
		color: #5B58F2;
	}
/*  Horizontal nav */
#menu {
	width: 760px;
	height: 85px;
	margin: 0;
	padding: 0;
	background: url(../images/header.jpg) no-repeat 2px 1px;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	display: block;
	margin-top: 65px;
	float: right;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	background: #5B58F2; /*#0868ACblue*/
	width: 98px;
	height: 20px;
	border-top: none;
	border-left: 2px solid white;
	border-bottom: none;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	}
	
#menu ul li a.first {
	background: url(../images/firstmenu.gif) 0 0 no-repeat; 
	background-color: #ffffff; 
	border-left:none;
	}
	
#menu ul li a:hover {
	background: #15165C; /* navy blue */
	}
	
#menu ul li a.first:hover {
	background-image: url(../images/firstmenu.gif);
	background-position: -98px 0;
	background-color: #ffffff;
	/*background-image: url(../images/firstmenu_blue.gif)*/
	}
 
#container #products_main .prodnav a {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	display: inline;
	padding-right: 2px;
	padding-left: 5px;
	color: #15165C; /* navy blue */
}
#container #products_main .prodnav a:visited {
color:#0868AC;
}
#container #products_main .prodnav {
	list-style-type: none;
}
#container #products_main .prodnav li {
	display: inline;
}
#container #products_main .prodnav .prodnav1 {
	border-left-style: none;
}
form {
	font-size: 11px;
	color: #000000;
}
.formrow {
	clear: both;
}
form label {
	text-align: right;
	width: 100px;
	margin-right: 6px;
	float: left;
}
form input {
	float: left;
}
#directory {
	border-top-style: none;
}
#directory tr {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.product {
table-layout:fixed;
}
	.product td {
	font-size: 10px;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	}
	.product td p {
	color:#000000;
	line-height:normal;
	padding: 0;
	font-size: 10px;
	}
	.product_slogan {
	font-size: 12px;
	text-decoration: underline;
}
tr.colspacer, tr.colspacer th {font-size: 1px;}
.linklist li, .linklist li a {
	font-size: 11px;
	color: #15165C;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.alpha ul, .alpha li {
	list-style-type: none;
	display: inline;
	font-weight: bold;
}
.alpha li a {
	color: #15165c;
	text-decoration: underline;
}
.alpha li {
	padding-right: 5px;
}
.hidden {
	display: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.signature {
	font-style:italic;
	margin-top:0;
	padding-top: 0;
}
.casestudyboxbody h3 {
	padding-left: 14px;
}
