/*
* Body Background / Margins
* ---------------------------------------------------- */
body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background:url('/images/bg.gif');
	background-repeat:repeat-x;
	background-color:#A2BDCD;
	}

/*
* General Type Style
* ---------------------------------------------------- */
body, p, div, td, th, tr, form, ol, ul, li, input, textarea, select {
	font: 11px arial,helvetica,sans-serif;
	font-weight: normal;
	line-height:17px;
	color: #363636;
	}
em {
	font-style: normal;
	font-weight: bold;
	color: #0063CF;
}

h1 {
	font-size: 23px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #0d7ccf;
	margin: 17px 0px 25px 0px;
	clear: both;
}

h2 {
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
	color: #69B200;
    padding: 0px;
    margin: 0px 0px 8px 0px;
}

h2 A {color: #69B200;}
h2 A:visited {color: #69B200;}
h2 A:active {color: #69B200;}
h2 A:hover {color: #69B200;}

h3 {
	margin-top: 0px;
}

th { text-align: left; font-weight: bold; }
td { vertical-align: top; font-size: 11px; }

hr {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color: #363636; 
	background-color: #363636; 
	height: 1px;
}

ul li {
	list-style-image: url('/images/li_bullet.gif');
}

li {
	margin-bottom: 4px;
	list-style-type: square;
}

form {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#pageblock{
	width: auto;
	padding: 10px 20px 20px 20px;
	text-align: left;
}

a            {color: #696969; text-decoration:underline;}
a:Visited    {color: #696969; text-decoration:underline;}
a:Active     {color: #69f; text-decoration:underline;}
a:Hover      {color: #69f; text-decoration:underline;}

/*
* Classes
* ---------------------------------------------------- */
.error {
	color: #CC0000; 
	background-color:#FFEFEF;
	padding: 5px;
	margin-bottom: 5px;
}
.message {
	color: #022C87;
	background-color: #EDFFDF;
	padding: 5px;
}
.ghost {
	color: #696969;
}
.new {
	color:#FD812B;
	font-weight:bold;
	font-size:1.1em;
}

.pricetable_shadow {
	border: 2px solid #ededed;
}
.pricetable_border {
	border: 1px solid #000;
	padding: 10px 6px 10px 14px;
}

.pricetable {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	background-color: #F3F3F3;
}

.pricetable td {
	font-size: 11px;
	white-space: nowrap;
}

.smalltitle {
	font-size: 11px;
	font-weight: bold;
	color: #5AA610;
}

.smalltitle a {color: #5AA610; }
.smalltitle a:Visited {color: #5AA610; }
.smalltitle a:Active {color: #5AA610; }
.smalltitle a:Hover {color: #5AA610; }

.highlight {
	font-size: 12px;
	font-weight: bold;
	color: #c00;
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px dotted #c00;
	border-bottom: 1px dotted #c00;
}

.title {
	font-size: 12px;
	font-weight: bold;
	color: #5AA610;
}

.title a {color: #5AA610; }
.title a:Visited {color: #5AA610; }
.title a:Active {color: #5AA610; }
.title a:Hover {color: #5AA610; }

.newstitle {
	font-weight: bold;
	color: #4c4c4c;
}

.newstitle a {color: #4c4c4c; }
.newstitle a:Visited {color: #4c4c4c; }
.newstitle a:Active {color: #4c4c4c; }
.newstitle a:Hover {color: #4c4c4c; }

.formtable {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	border: 1px solid #7C8CA4;
}

	.formtable th {
		line-height: normal;
		text-align: left;
		vertical-align: middle;
		background-image: url(/images/form_table_th_bg.gif);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #4F9201;
		height: 28px;
		border-bottom: 1px solid #7C8CA4;
		padding: 0 8px;
		white-space: nowrap;
	}
	
	.formtable input, .formtable textarea {
		border: 1px solid #696969;
	}
	
	.formtable .radiocheckbox {
		border: 0px;
	}

.formtable th a            {color: #4F9201; text-decoration:underline;}
.formtable th a:Visited    {color: #4F9201; text-decoration:underline;}
.formtable th a:Active     {color: #4F9201; text-decoration:underline;}
.formtable th a:Hover      {color: #4F9201; text-decoration:underline;}

.formtablenote {
	font-size: 11px;
	color: #696969;
	border-top: 1px solid #7C8CA4;
	border-bottom: 1px solid #7C8CA4;
	background-color: #EFF7FF;
}

.formtable .file_separator {
	margin-top:5px;
	padding-top:5px;
	border-top: 1px solid #7C8CA4;
	width:400px;
}

.publications_table {
	border:0px;
	padding-bottom:8px;
	margin-bottom:12px;
}

.newstable {
	width: 100%;
	border: 0px;
}

.newstable th, 
.publications_table th {
	line-height: normal;
	text-align: left;
	vertical-align: middle;
	background-image: url(/images/newstable_th_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4F9201;
	height: 16px;
	padding: 9px 0px 9px 14px;
	white-space: nowrap;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.newstable td {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font: 11px arial,helvetica,sans-serif;
	font-weight: normal;
	line-height:17px;
	color: #363636;
}


a.subanchor {
	font-size: 10px;
	color: #222222;
	padding: 2px;
	text-decoration: none;
	background-color: #FFF;
}

a.subanchor:visited {
	font-size: 10px;
	color: #222222;
	padding: 2px;
	text-decoration: none;
	background-color: #FFF;
}

a.subanchor:hover {
	font-size: 10px;
	padding: 2px;
	text-decoration: none;
	background-color: #EBF0F7;
}

.sponsor_column {
	border-right: 1px solid #959EAC;
	width: 177px;
	background-image: url("/images/bg_side.gif");
	background-repeat: repeat-y;
}

/*
* Navigation
* ---------------------------------------------------- */

#home_stage {
	margin: 0;
	padding: 0;
}

.topnav{
	background-color: #4c4c4c;
	margin: 0px;
	width: 755px;
	height: 30px;
}

.topnav td {
	font: bold 11px arial,helvetica,sans-serif;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	margin: 0px;
}

.topnav td a                    {color: #fff; text-decoration:none;}
.topnav td a:Visited    {color: #fff; text-decoration:none;}
.topnav td a:Active      {color: #fff; text-decoration:none;}
.topnav td a:Hover        {color: #fff; text-decoration:underline;}


.leftnav {
	font: normal 11px arial,helvetica,sans-serif;
	color: #666;
	width: 140px;
	margin: 10px 7px 7px 0px;
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	line-height: 150%;
}

.leftnav a                    {color: #022C87; text-decoration:none;}
.leftnav a:Visited    {color: #022C87; text-decoration:none;}
.leftnav a:Active      {color: #6187C0; text-decoration:none;}
.leftnav a:Hover        {color: #6187C0; text-decoration:underline;}
 
 .subnav {
	width: auto;
	display: block;
 }
 
 .rollover_nav {
 	display: block;
	width: 755px;
	height:	30px;
	border: 0px;
 }
 
 .rollover_nav img{
 	display: block;
	border: 0px;
	height: 30px;
 }
 
.subnav td {
 	background-image: url('/images/subnav_bg.gif');
	background-repeat: repeat-x;
 	font: bold 10px verdana, tahoma, arial,helvetica,sans-serif;
	color: #000;
	height: 30px;
	padding-left: 20px;
	vertical-align: middle;
	white-space: nowrap;
 }
 
.subnav td a                    {color: #000; text-decoration:none;}
.subnav td a:Visited    {color: #000; text-decoration:none;}
.subnav td a:Active      {color: #000; text-decoration:none;}
.subnav td a:Hover        {color: #000; text-decoration:underline;}
 
 .block {
 	padding: 10px;
 }

 .blockheader {
 	background-color: #F3F3F3;
	padding: 3px;
	border: 1px solid #999;
	margin-bottom: 5px;
	clear: right;
	font-weight: bold;
	color: #000;
 }
 
.listdivider {
	margin: 15px 0px 19px 0px;
	border-top: 1px solid #999;
	font-size: 4px;
	clear: right;
}
 
.footer {
	background-color: #4c4c4c;
	height: 30px;
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
}

.footer a                    {color: #fff; text-decoration:none;}
.footer a:Visited    {color: #fff; text-decoration:none;}
.footer a:Active      {color: #fff; text-decoration:none;}
.footer a:Hover        {color: #fff; text-decoration:none;}

/* The postit class is for putting reminders on a page during development. */
.postit {
	width: 200px;
	background-color: #ff9;
	padding: 10px;
	margin: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ababab;
	font: normal 13px Comic-sans;
	color: #00c;
}

.cart_subnav {
	font: 10px verdana,tahoma,sans-serif;
	color: #5A92CF;
	text-align: right;
	padding-top: 2px;
	padding-right: 9px;
	line-height: 13px;
}
.cart_subnav a			{font-size: 10px; color: #f60; text-decoration: underline;}
.cart_subnav a:Visited	{color: #f60; text-decoration: underline;}
.cart_subnav a:Active	{color: #f60; text-decoration: underline;}
.cart_subnav a:Hover	{color: #f60; text-decoration: underline;}

.contact {
	font-size: 11px;
	line-height: 14px;
	color: #656565;
}

	.contact .header {
		font-size: 13px;
		line-height: 13px;
		color: #000000;
		font-weight: bold;
		margin-bottom: 5px;
	}
/*

*/
.description_block {
	margin-top:1em;
}

.description_block em {
	font-style:italic;
	font-weight: normal;
	color: #363636;
}

.policiesnow_links,
.policiesnow_callout {
	float: left;
}

.policiesnow_links {
	width: 220px;
}
.policiesnow_callout {
	background: url(/images/brochure.jpg) no-repeat 0 12px;
	width: 360px;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	padding: 0;
	margin-bottom: 2em;
	padding-left: 125px;
}
/*.policiesnow_callout p {
	font-size: 12px !important;
}*/
.demo_button,
.brochure_button,
.calculator_button,
.order_button {
	display: block;
	width: 189px;
	height: 23px;
	text-indent: -9999px;
	margin-bottom: 1.2em;
}

.demo_button {
	background: url(/images/demo_button.gif) no-repeat top left;
}
.brochure_button {
	background: url(/images/brochure_button.gif) no-repeat top left;
}
.calculator_button {
	background: url(/images/calculator_button.gif) no-repeat top left;
}
.order_button {
	background: url(/images/order_button.gif) no-repeat top left;
}

.demo_button:hover {
	background: url(/images/demo_button.gif) no-repeat bottom left;
}
.brochure_button:hover {
	background: url(/images/brochure_button.gif) no-repeat bottom left;
}
.calculator_button:hover {
	background: url(/images/calculator_button.gif) no-repeat bottom left;
}
.order_button:hover {
	background: url(/images/order_button.gif) no-repeat bottom left;
}




























