﻿/*
$Id: main.css,v 1.1.2.115 2009/04/10 10:49:46 avg Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

/*
	general tags styles
*/
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	border: 0px none;
	background-color: #f2f2f2;
	background-image: url('../images/shadow-back.gif');
	background-repeat: repeat-y;
}
.main-container {
	border-style: solid;
	border-width: 0px;
	border-color: #A19E9A;
	background-color: #ffffff;
	vertical-align: top;
	width: 830px;
	height: 100%;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.hero {
	width: 820px;
	height: 100%;
	vertical-align: top;
	padding-left:5px;
}
.topper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fe6400;
	padding-left: 5px;
}
.topper-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	padding-right: 5px;
}
.topper-right a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}
.topper-right a:visited {
  	color: #ffffff;
	text-decoration: none;
}
.topper-right a:hover {
  	color: #ffffff;
	text-decoration: underline;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	background-color: #ffffff;
}
.box-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	width: 260px;
	height:35px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
}
.box-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	width: 250px;
	height:183px;
	text-align: left;
	vertical-align: top;
}
.box-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fe9701;
	text-align: right;
	vertical-align: top;
}

.box-link a:link {
  color: #9e2601 !important;
	text-decoration: underline;
}
.box-link a:visited {
  color: #9e2601 !important;
	text-decoration: underline;
}
.box-link a:hover {
  color: #666666 !important;
	text-decoration: none;
}
.box-link a:active  {
	color: #9e2601 !important;
	text-decoration: underline;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	height:35px;
	padding-top:15px;
	padding-bottom: 4px;
	background-color: #ffffff;
}
. footer a:link {
	color:#666666;
}
.pgtitle	{
	border-top: #cccccc 1px solid; 
	border-color: #BBBAB8; 
	background-color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	font-variant: small-caps; 
	text-align: left;
	padding-left: 5px; 
	vertical-align: middle;
	color: #333333; 
	height:35px;	
}
.pg-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	line-height: 15px;
}
.pg-content-bold-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fe6400;
}
.pg-content-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding-top:10px;
	padding-left:5px;
	width:220px;
}
.pg-content-orange {
	color:#fe6400;
}
.pg-content-right-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	padding-right: 10px;
	font-size: 11.5px;
	color:#666666;
	font-weight: bold;
	text-align: right;
	padding-top:2px;
}
.subpg	{
	text-align:center;
	width:820px;
}
.subpg-head	{
	border-top: #cccccc 1px solid;
	border-bottom: #dddcdc 1px solid;
	border-color: #BBBAB8;
	background-color: #E7E4DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	padding: 3px 0px 0px 5px;
	vertical-align: middle;
	color: #5a5959;
	height: 25px;
}
/*a:link {
  color: #9e2601 !important;
	text-decoration: underline;
}
a:visited {
  color: #9e2601 !important;
	text-decoration: underline;
}
a:hover {
  color: #9F2200 !important;
	text-decoration: underline;
}
a:active  {
	color: #9e2601 !important;
	text-decoration: underline;
}
*/
.list-item a:link
{
  color: #043fa0;
  text-decoration: none;
}
a:active  {
	color: #9e2601 !important;
	text-decoration: underline;

