﻿body 
{
    background: #003399;
    margin-top: 20px;
    margin-bottom: 20px;
}
#Master_Container
{
    width: 848px;
    border: solid 1px #000000;
    margin: 0 auto;
}
.wdesign
{
    width: 848px;
    margin: 0 auto;
    text-align: right;
    padding: 5px;
}
.Header
{
    width: 848px;
    height: 150px;
    background: #FFFFFF;
}
.Navigation
{
    width: 200px;
    border-right: solid 1px #000000;
    border-top: solid 1px #000000;
    background: url(/Images/SiteGraphics/navBG.jpg);
    vertical-align: top;
}
.NavTBL
{
    width: 100%;
}
.NavTD
{
    width: 100%;
    height: 25px;
    font: Bold 11pt Arial;
    vertical-align: middle;
    padding-left: 15px;
    cursor: pointer;
}
.NavTD_Over
{
    width: 100%;
    height: 25px;
    font: Bold 11pt Arial;
    vertical-align: middle;
    padding-left: 15px;
    cursor: pointer;
    background: url(/images/SiteGraphics/navoverBG.jpg);
}
.Body_Content
{
    width: 647px;
    height: 100%;
    border-top: solid 1px #000000;
    vertical-align: top;
    background: #FFFFFF url(/Images/SiteGraphics/bodyBG.jpg) no-repeat top;
}
.Page_Title
{
    width: 100%;
    height: 36px;
    background: url(/Images/SiteGraphics/titleBG.jpg);
    border-bottom: solid 1px #000000;
    font: bold 14pt Arial;
    padding-left: 10px;
}
.Page_Body
{
    height: 100%;
    font: 10pt Arial;
    padding: 20px 10px 20px 10px;
    vertical-align: top;
    background: #FFFFFF url(/Images/SiteGraphics/bodyBG.jpg) no-repeat top;
}
.PageTBL
{
    width: 100%;
    height: 100%;
}
.Subscribe_Head
{
    width: 100%;
    height: 20px;
    font: 11pt Arial;
    vertical-align: middle;
    padding-left: 15px;
    background: url(/Images/SiteGraphics/navoverBG.jpg);
}
.Subscribe_Field
{
    width: 100%;
    height: 40px;
    font: 10pt Arial;
    vertical-align: middle;
    padding-left: 15px;
}
.BenefitsDD
{
    width: 100%;
    display: none;
    font: 9pt Arial;
    padding-left: 30px;
}  
.MenuGroup
{
 background-color:#FFFFFF;
 border:1px solid #000000;
 height: 30px;
 cursor: pointer;
}
.MenuItem
{
  font: bold 9pt arial;
  color: #000000;
  margin:0px;
  cursor: pointer;
}
.MenuItemHover 
{
  background-color: Yellow;
  font: bold 9pt arial;
  color: #000000;
  cursor: pointer;
}  
.ProductTitle
{
    width: 80%;
    background: #f39d12;
    padding: 3px 5px 3px 5px;
}
.ProductLink
{
    width: 10%;
    text-align: center;
    background: #f39d12;
}
.ProductDesc
{
    width: 100%;
    padding: 3px 5px 5px 20px;
}
.NewsTitle
{
    width: 80%;
    background: #f39d12;
    padding: 3px 5px 3px 5px;
}
.NewsLink
{
    width: 20%;
    text-align: center;
    background: #f39d12;
}
.NewsDesc
{
    width: 100%;
    padding: 3px 5px 5px 20px;
}
.galleryMask
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1000px;
	background: #000000;
	filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
    z-index: 120;
    display: none;
}
.BigPic
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 725px;
	z-index: 123;
	display: none;
	margin: 0 auto;
}
.imgTBL
{
	background: #000000;
	border-top: solid 1px #898989;
	border-left: solid 1px #898989;
	border-right: solid 1px #474747;
	border-bottom: solid 1px #474747;
}
.picTitleTxt
{
	font: bold 10pt arial;
	color: #afafaf;
	text-decoration: none;
}