/*RESET*/
abbr,acronym,address,applet,article,aside,audio,big,body,blockquote,canvas,center,caption,cite,code, 
dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,
hgroup,html,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,s,samp,section,small,
span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video
	{
	margin: 0;
	padding: 0;
	border: 0;	
	outline: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	vertical-align: middle;
	}
blockquote, q
	{
	quotes: none;
	}
blockquote:before, blockquote:after, q:before, q:after 
	{
	content: '';
	content: none;
	}
ins
	{
	text-decoration: underline;
	}
del
	{
	text-decoration: line-through;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
	{
	display: block
	}

/* Text Formatting */
/* body, tbody { font-size: 71% }  un-comment this when you are ready to clean up html tags like "small" etc. */

body
	{
	overflow:scroll;
	}

h1
	{
	font-size: 140%;
	font-weight: bold;
	color: #EF7201;
	}
h2
	{
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	}
ul	
	{
	list-style: square;
	}
ol li, ul li
	{
	margin-left: 30px;
	}

/* Div */
div.template_container 
	{ 
	clear: both; 
	margin: 0px auto;
	width: 840px; 
	min-height: 180px;
	height: auto;
	} 
div.nav 
	{ 
	clear: both; 
	margin: 20px auto;
	text-align: left;
	width: 640px; 
	} 
div.content_main
	{ 
	padding: 0;
	margin: 0 auto; 
	text-align: left;
	width: 600px; 
	} 
div.content_box_left 
	{ 
	border: 1px solid #ccc; 
	float: left; 
	height: 120px; 
	margin: 20px 8px 0 0;
	padding: 0;
	width: 290px;
	} 
div.content_box_left p
	{ 
	padding: 5px 5px 0 5px;
	}
div.content_box_right 
	{ 
	border: 1px solid #CCC; 
	float: right;
	height: 120px; 
	margin: 20px 0 0 8px;
	padding: 0;
	width: 290px; 
	} 
div.content_box_right p
	{ 
	padding: 5px 5px 0 5px;
	}
div.content_box_full 
	{ 
	border: 1px solid #CCC; 
	min-height: 120px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 5px;
	width: 100%; 
	} 
div.below_content
	{ 
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	} 
.center_text
	{
	text-align:center;
	}
div.clear_float
	{
	clear: both;
	width: 100%;
	}

/* Tables */
table
	{
	border-collapse: collapse;
	border-spacing: 0;
	}	
.table1
	{
	width: 75%;
	border-collapse: collapse;
	border: 1px solid #808080;
	}
.cell1
	{
	height: 25px;
	border: 1px solid #808080;
	padding: 0;
	background-color: #EEEEEE;
	vertical-align: middle;
	}
.cell2
	{
	height: 25px;
	border: 1px solid #808080;
	padding: 5px;
	}
.cell3
	{
	height: 25px;
	border: 1px solid #808080;
	padding: 5px;
	font-weight: bold;
	}
.cell_pad5
	{
	padding: 5px;
	}

/* Hyperlinks */
a:link
	{
	color: #000080;
	text-decoration: underline;
	}
a:visited
	{
	color: #000080;
	text-decoration: underline;
	}
a:active
	{
	color: #000080;
	text-decoration: underline;
	}
a:hover
	{
	color: #000080;
	text-decoration: underline;
	}
.highlightit img
	{
	border: 1px solid #ccc;
	}
:hover.highlightit img
	{
	border: 1px solid navy;
	}
:hover.highlightit
	{
	color: red; /* Dummy definition to overcome IE bug */
	}
.highlightitB img
	{
	border: 2px solid #000000;
	}

/* horizontal lines */
hr.under_h1
	{
	height: 5px;
	border-width: 0;
	color: #000000;
	background-color: #000000;
	}
hr.light
	{
	height: 1px;
	border-width: 0;
	color: #000000;
	background-color: #000000;
	}

/* form stuff */
button
	{
	height: 20px;
	font-family: Verdana;
	font-size: 8pt;
	}
.pulldown_med
	{
	font-family:Verdana;
	font-size:11px;
	width:200px;
	}
.textinput_state
	{
	font-family:Verdana;
	font-size:11px;
	width:30px;
	}
.textinput_zip
	{
	font-family:Verdana;
	font-size:11px;
	width:70px;
	}
.textinput_short
	{
	font-family:Verdana;
	font-size:11px;
	width:100px;
	}
.textinput_med
	{
	font-family:Verdana;
	font-size:11px;
	width:150px;
	}
.textinput_long
	{
	font-family:Verdana;
	font-size:11px;
	width:200px;
	}

/* Footer stuff */
.footer
	{
	color: #808080;
	}
:link.footer
	{
	color: #808080;
	text-decoration: underline;
	}
:visited.footer
	{
	color: #808080;
	text-decoration: underline;
	}
:active.footer
	{
	color: #808080;
	text-decoration: underline;
	}
:hover.footer
	{
	color: #808080;
	text-decoration: underline;
	}

/* Product support pages */
.ps_table_main
	{
	border: 0;
	width: 590px;
	}
.ps_cell_mid_border
 	{
 	height: 21px;
 	width: 220px;
 	padding: 2px;
 	border: 1px solid #808080;
 	padding-left: 2px;
 	}
.ps_cell_mid_no_border
	{
	height: 19px;
	width: 220px;
	padding: 0;
	}
.ps_cell_left
	{
	height: 19px;
	width: 290px;
	padding: 0;
	padding-right: 4px;
	}
.ps_cell_right
	{
	height: 19px;
	padding: 0;
	width: 70px;
	}
.ps_cell_empty
	{
	height: 4px;
	padding: 0;
	}
div.ps_main
	{
	border: 0;
	width: 590px;
	}
div.ps_content_box_full 
	{ 
	border: 0; 
	min-height: 180px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 5px;
	width: 100%; 
	} 
div.ps_left
	{
	height: 19px;
	margin: 1px;
	width: 290px;
	padding: 0 4px 0 0;
	float: left;
	}
div.ps_right_border
 	{
 	height: 16px;
	margin: 1px;
 	width: 220px;
 	padding: 1px;
 	border: 1px solid #808080;
	float: left;
 	}
div.ps_right_no_border
	{
	height: 19px;
	margin: 1px;
	width: 220px;
	padding: 0;
	border: 0;
	float: left;
	}
.ps_menu
	{
	font-family:Verdana;
	font-size:11px;
	width:223px;
	}
.ps_textinput
	{
	font-family:Verdana;
	font-size:11px;
	width:217px;
	}
