/* CSS Document */

body
{	padding: 0;
	margin: 0;
	text-align: left;
}

.master {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.topbg {
	background: url(images/tb.gif) repeat-x top;
	height: 329px;
}

.top_home {
	background: url(images/top_home.gif) no-repeat top left;
	height: 329px;
}

.topbg_inner {
	background: url(images/tb_inner.gif) repeat-x top left;
	height: 119px;
}

.banner_home {
	text-align: left;
	vertical-align: bottom;
	padding-left: 40px;
	padding-bottom: 45px;
}

.menu a:link, .menu a:visited {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(images/menu_normal.gif) no-repeat top center;
	text-align: center;
	padding: 15px 2px 0 2px;
	text-transform: uppercase;
	text-decoration: none;
	display:block;
	height: 26px;
}

.menu a:hover, .menu a:active, .menu .selected a {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(images/menu_active.gif) no-repeat top center;
	text-align: center;
	padding: 15px 2px 0 2px;
	text-transform: uppercase;
	text-decoration: none;
	display:block;
	height: 26px;
}


.LeftPane  { 
	width: 250px;
	padding: 12px;
}

.ContentPane  {
	padding: 12px;
}

.RightPane  { 
	width: 250px;
	padding: 12px;
}

.RightPane2  { 
	width: 300px;
	padding: 12px;
}

.MenuBg {
	background: url(images/menu_bg.gif) repeat-x top;
	border: #f13030 3px solid;
	height: 41px;
}

* html .MenuBg {
	background: url(images/menu_bg.gif) repeat-x top;
	border: #f13030 3px solid;
	height: 35px;
}

.FooterBg {
	background: url(images/footer_bg.gif) repeat-x top;
	height: 64px;
	padding: 0 16px;
}

.Breadcrumb, A.Breadcrumb:link, A.Breadcrumb:visited {
	font-size: 20px;
	color: #000;
	text-decoration: none;
}
A.Breadcrumb:hover, A.Breadcrumb:active {
	font-size: 20px;
	color: #000;
	text-decoration: none;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;	
	color: #666;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;

    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    bold;
    color: #333;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  15px;
    font-weight:    bold;
    color: #333;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #333;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #333;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #0D4170;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #0D4170;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #2960C6;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #2960C6;
}

A:link, A:visited, A:active  {
	color: #1a239c ;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
}

A:hover {
	color: #1a239c ;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

.box {
	margin-top: 35px;
	margin-right: 10px;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL LI   {
	list-style-image:url(dot_red.gif);
	line-height: 18px;
	vertical-align: bottom;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #666;
    height:1pt;
    text-align:left;
}

.Copyright {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;
font-weight: normal;
text-decoration: none;
vertical-align: top;
}

.Privacy {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#d53535;
font-weight: normal;
text-decoration: none;
vertical-align: top;
}

A.Privacy:link, A.Privacy:visited {
font-size:11px;
color:#d53535;
font-weight: normal;
text-decoration: none;
vertical-align: top;
}

A.Privacy:active, A.Privacy:hover {
font-size:11px;
color:#d53535;
font-weight: normal;
text-decoration: underline;
vertical-align: top;
}


.TopLink {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666;
font-weight: normal;
text-decoration: none;
padding: 0 4px;
}

A.TopLink:link, A.TopLink:visited {
font-size:10px;
color:#666;
font-weight: normal;
text-decoration: none;
padding: 0 4px;
}

A.TopLink:active, A.TopLink:hover {
font-size:10px;
color:#666;
font-weight: normal;
text-decoration: underline;
padding: 0 4px;
}

.RedTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #dc1b09;
	text-align: left;
}

.LightGray_bg_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #900;
	padding: 0 12px;
	text-align: left;
	line-height: 34px;
}
.LightGray_bg p {
	color: #333;
	font-size: 14px;
	padding: 0;
	padding-bottom: 6px;
	margin: 0;
	text-align: left;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
}


/* Block_DarkGray Container */
#Block_DarkGray {
	padding: 0;
	margin-bottom: 5px;
}

#Block_DarkGray p {
	font-size: 14px;
	padding: 0; 
	color: #333;
	margin-bottom: 12px; 
	line-height: 120%;
}

.tl_Block_DarkGray {
	background: url(images/tl1.gif) no-repeat top left;
	width: 12px;
	height: 38px;
}

.tb_Block_DarkGray {
	background: url(images/tb1.gif) repeat-x top;
	height: 38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	vertical-align: middle;
}

.tr_Block_DarkGray {
	background: url(images/tr1.gif) no-repeat top right;
	width: 16px;
	height: 38px;
}


.Block_DarkGray_Content {
	padding: 12px;
	border: #dcdcdc 1px solid;
	border-top: none;
}

#Block_DarkGray p
{
FONT-FAMILY: Tahoma, Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color:#333;
font-weight:normal;
line-height: 120%;
}

#Block_DarkGray .title, #RedTitle .title  {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	background: url(images/dot_green.gif) no-repeat top left;
	padding-left: 10px;
}

#Block_DarkGray .textbox_form, #RedTitle .textbox_form {
	width: 140px;
	border: #999 1px solid;
}

.btn {
	background: url(images/submit.gif) no-repeat;
	width: 55px;
	height: 20px;
	border: none;
}
#RedTitle {
	padding: 0;
}

#RedTitle p {
	font-size: 14px;
	padding: 0; 
	color: #333;
	line-height: 120%;
}

#RedTitle li {
	padding-bottom: 6px;
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
}

.RedTitle_topbg {
	border-bottom: #eaeaea 2px solid;
	height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #dc1b09;
}

.RedTitle_Content td {
	font-size: 14px;
}

.RedTitle_Content {
	padding-top: 8px;
}