﻿@import url("Hnav.css");
@import url("Vnav.css");

/*----------GENERAL LAYOUT-----------*/

html,body
{
	margin:0;
	padding:0;
}
body
{
	font: 12px arial, trebuchet, sans-serif;
}
div#header
{
	background-color:#BCBABB;
	height:80px;

	width:990px;
}

div#left
{
	background:#900;
	float:left;
	width:160px;
	margin-left:-100%;
	padding:0;
	
}
div#right
{
	background:#FFF;
	float:left;
	width:10px;
	margin-left:-10px;
}

div#footer
{
	clear:both;
	width:990px;
	background-color:#BCBABB;
	color: #fff;
	text-align:center;
	
}

div#wrapper
{
	float:left;
	width:100%;
}
div#content
{
	margin-top:10px;
	margin-left:175px;
	margin-right:25px;
}

/*----------LEFT COLUMN ELEMENTS-----------*/
div#left h3
{
	padding:0px 0px 0px 10px;
	color:#fff;
	font-size:1.2em;
	height:0px;
}

div#searchdiv
{
	padding:0px 0px 0px 15px;
}

/*----------CENTER COLUMN ELEMENTS-----------*/
.pview
{
	float:left;
	padding:10px;
	width:150px;
	height:200px;
}

.pview a
{
	text-decoration:none;
}

.pview a:link, .pview a:visited
{
	text-decoration:none;
	color:#00f;
	
}

.pview img
{
	border-style:none;
}

#clearer
{
	clear:both;
}


#faqlist
{
	display:block;
	padding: 0px;
	margin: 0px;
	font-weight:bold;
	font-size:13px;
	border-bottom:solid 1px #666;
}

#faqlist li{ 
	display: inline;
}

#faqlist a
{
	color: #fff;
	text-decoration: none;
	text-align:center;
	width:125px;
	background-color:#666;
	padding: 2px 3px 0 3px;
}

#faqlist a:visited, #faqlist a:active 
{
	color: #fff;
}

#faqlist a:hover
{
	color: #ccc;
}

.tbl2col
{
	width:200px;
}

.tbl3col
{
	width:150px;
}

/*----------CENTER COLUMN ELEMENTS-----------*/
.GV
{
	vertical-align:top;
}
.GVHeader
{
	background-color:#900;
	color:#fff;
}
.GVrow
{
	background-color:#fff;
}
.GValtrow
{
	background-color:#ccc;
}

.button
{
	background-color:#ddd;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	font-variant:small-caps;
	font-weight:bolder;
	color:Red;
}
a.categoryView
{
  margin: 0px;
  list-style-type: none;
  font-size: 12px;
  font-variant: small-caps;
  font-weight: bold;
  text-decoration: none;
  color: #900;
}

a.categoryView:hover
{
  text-decoration: underline;
 
}