/* CNS Environmental Styles */


/* Fonts */
BODY, TABLE, TBODY, TR, TD, TH, P, UL, OL, DIR, MENU, DIV, DL, DT, DD, ADDRESS, BLOCKQUOTE
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	/* font-size-adjust: .58; */
	/* word-spacing: normal; */
	/* text-transform: none; */
}

/* This is an interesting light-gray pale-blue color -> #aaaacc; */

PRE, TT, CODE, KBD, SAMP
{
	font-family: monospace;
	font-size: 9px;
}

BODY
{
	margin: 0px;
	background: #305050 url("/style/texture.jpg") top left repeat;
}

A:link    {color:#305050;}
A:visited {color:#305050;}
A:active  {color:black;}
A:hover   {color:black;}

TT
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

H1
{
 	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

H2
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
/*
	border-top: solid 1px #C0FFC0; 
	border-right: solid 1px #C0FFC0;
	border-left: solid 1px #C0FFC0;
	border-bottom: 0px;
*/
	padding: 5px;
	border-bottom: solid 1px #C0FFC0;
}
H3
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
H4
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
H5
{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
H6
{
	font-size: 12px;
	font-weight: normal;
}

.code
{
	white-space: pre;
	border: 1px dashed;
	padding: 4px;
	font-family: "Courier New",Courier,monospace;
	font-size: 10px;
	color: black;
	background: #eeeeff;
}

.contact-info
{
	font-size: 14px;
}
.contact-info TD
{
	font-size: 14px;
}

.footer
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
}

.print-header
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.menu-pad
{
	width: 98%;
	background-image: url("/img/tab/tab-none.gif");
	text-align: -webkit-left;
}

.nav-head
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.nav-head TH
{
	background: #60A680;
}
.nav-head TH A:link,
.nav-head TH A:visited
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

	text-decoration:none;
	color:black;
}
.nav-head TH A:active,
.nav-head TH A:hover
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	text-decoration:none;
	color: black;
}

.button-text
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}
.button-text A:link,
.button-text A:visited
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

	text-decoration:underline;
	color: #305050;
}
.button-text A:active,
.button-text A:hover
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

	text-decoration:underline;
	color: black;
}


.home-adjectives
{
 	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}


.nav-item
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	color: black;
	text-decoration: none;
	background: #C0FFC0;
}
.nav-item TD
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
}
.nav-item A:link,
.nav-item A:visited
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	text-decoration:underline;
	color: #305050;
}
.nav-item A:active,
.nav-item A:hover
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	text-decoration:underline;
	color: black;
}

.customer-comment P
{
	color: #305050;
}
.customer-comment P.customer-name
{
	font-size: 10px;
	color: black;
}

.customer-comment BLOCKQUOTE
{
	margin: 1em 3em;
	padding: 0.2em 0 0.2em 48px;
	background: transparent url("/style/quoleft-green-2.gif") left top no-repeat;
	text-align: justify;

}
.customer-comment BLOCKQUOTE DIV
{
	padding: 0 48px 0 0;
	background: transparent url("/style/quoright-green.gif") right bottom no-repeat;
}

