/* global stuff */

BODY
{
	background-color: #97ACB1;
	margin: 0px;
}

BODY P, BODY LI, BLOCKQUOTE
{
	font: 12px Verdana, sans-serif;
	line-height: 18px;
}

.corpinfo TH, .corpinfo TD
{
	font: 12px Verdana, sans-serif;
	line-height: 18px;
	vertical-align: top;
}

.corpinfo TH
{
	font-weight: bold;
	text-align: left;
}

.corpinfo TD
{
	padding: 0 15px;
}

A
{
	/* color: #A29C83; */
	/* color: #5f4d07; */
	color: #08515e;
}

A:hover
{
	text-decoration: none;
}

H2
{
	font: bold 16px Verdana, sans-serif;
}

H3
{
	font: bold 12px Verdana, sans-serif;
	border-bottom: solid 1px #A29C83;
}

#navbar
{
	background-image: url("../img/nav_ds_bg.gif");
	/*width: 365px;*/
	width: 353px;
	/*height: 38px;*/
	height: 25px;
	margin-left: -4px;
	margin-top: -4px;
	padding: 4px 8px 9px 4px;
	font: bold 12px Verdana, sans-serif;
	line-height: 25px;
	text-align: center;
}

#navbar A
{
	color: white;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

#navbar A:hover
{
	text-decoration: underline;
}



/* header */

#hdr_bg
{
	background: #A29C83 url("../img/hdr_grad_bg.png") repeat-x top left;
}

#hdr_bg_in
{
	width: 700px;
	height: 100px;
	margin: auto;
	position: relative;
}

#hdr_m
{
	position: absolute;
}

#hdr_m A IMG
{
	border: 0;
}

#hdr_modevia
{
	position: absolute;
	right: 0;
}



/* midsection */

#body_bg
{
	background-color: white;
}

#body_bg_in
{
	width: 680px;
	margin: auto;
	padding: 10px 0 10px 0;
}

		/* front page, left column */

#fp_left
{
	width: 353px;
}

#prodbox
{
	background-image: url("../img/prod_ds_bg.gif");
	background-repeat: no-repeat;
	/*width: 365px;*/
	width: 353px;
	height: 237px;
	/*height: 225px;*/
	margin-left: -4px;
	margin-top: -4px;
	margin-bottom: -12px;
	padding: 4px 8px 8px 4px;
}

#prodbox TABLE
{
	border-collapse: collapse;
}

#prodbox TH
{
	vertical-align: middle;
	width: 102px;
	padding: 4px 4px 0 4px;
	height: 57px;
}

#prodbox TH IMG
{
	border: 0;
}

#prodbox TD
{
	vertical-align: top;
	font: 9px Verdana, sans-serif;
}

.pt
{
	font: bold 12px Verdana, sans-serif;
	padding: 8px 0 4px 0;
}

#prodbox TD A
{
	font: bold 12px Verdana, sans-serif;
	color: black;
	text-decoration: none;
}

#prodbox TD A:hover
{
	text-decoration: underline;
}

.quotebox P
{
	font: 12px Verdana, sans-serif;
	line-height: 18px;
}

.qp
{
	font: 10px Verdana, sans-serif;
}

		/* front page, right column */

#fp_right
{
	float: right;
	width: 297px;
}

#fp_right P
{
	font: 12px Verdana, sans-serif;
	line-height: 24px;
	text-align: justify;
}

.mopaform, .mopaform INPUT, .mopaform SELECT
{
	font: 10px Verdana, sans-serif;
	text-align: left;
}

		/* content page, right float */

.bp_right
{
	float: right;
	width: 297px;
	font: 10px Verdana, sans-serif;
}

.bp_right A
{
	/* color: black; */
}

.bp_smrt
{
	float: right;
	width: 150px;
	border: solid 1px #CBC8B7;
	padding: 5px;
}

.bp_smrt, .bp_smrt P, .bp_smrt LI
{
	font: 10px Verdana, sans-serif;
}

.bp_smrt LI
{
	margin-left: -20px;
}

		/* content area */

H4, H4 A
{
	font: bold 12px Verdana, sans-serif;
	background-color: #E4E2D8;
	margin: 0 0 0 -10px;
	padding: 3px 0 3px 10px;
	color: black;
	text-decoration: none;
}

H4 A:hover
{
	text-decoration: underline;
}

.package
{
	padding: 0px 5px 5px 10px;
	margin-bottom: 20px;
	width: 500px;
}

.package, .package P
{
	font: 11px Verdana, sans-serif;
}



/* footer */

#ftr_bg
{
	background: #97ACB1 url("../img/ftr_grad.png") repeat-x top left;
}

#ftr_bg_in
{
	width: 680px;
	margin: auto;
	padding: 10px 0 10px 0;
	color: white;
	font: 10px Verdana, sans-serif;
}

#ftr_bg_in A
{
	color: white;
	text-decoration: none;
}

#ftr_bg_in A:hover
{
	text-decoration: underline;
}

.support_options LI
{
	padding: 5px 0;
}



/* aaron's rss stuff */

.rss-box {
	 margin: 0em;
}

.rss-items {
	margin-top:0px;
	padding:0; 
	margin-left:0px;
	font-family: Verdana, sans-serif;
}

p.rss-title {padding:0em;}

.rss-title {
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
	list-style:none;
	font-size: 12px;
	padding-bottom:1em;
}

.rss-item a {
	font-weight: bold;
	color: #000;
	text-decoration : none;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
}

