﻿html, body, ol, dl, dt, dd{
  margin: 0; 
  padding: 0;
  border: 0;
	list-style: none;
}

body 
{
	position: relative; /** TEMP **/
	font-family: Verdana, Times New Roman, Garamond;
	font-size: 8.0pt;
	padding: 0 440px; /* the critical side padding that sets the natural min-width! */ 
	color: #000; 
	text-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer 
{
	position: relative; /** TEMP **/
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 40%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
	max-width: 120px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -445px; /* neg side margin values should be < or = to side body padding */
	min-width: 880px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
} 


#wrapper1 {
  position: relative;
  padding-top: 0px;  
  width:1008px;
  background-color:#FFFFFF;
  border:1px solid #808990;
}

.menubgDiv
{
    background-image: url(/images/Master/itembg.png); 
    position: absolute; 
    left: 215px; 
    width: 785px; 
    top: 5px; 
    height: 85px; 
    background-position: left bottom;
}

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */

.outer 
{

  margin-left: 100px;    /*** Critical left col width value ***/
  margin-right: 245px;    /*** Critical right col width value ***/
  position: relative; /** TEMP **/
}

.outerhomepage
{
  margin-left: 10px;   
  margin-right: 320px;   
  position: relative; 
}

.float-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.center {
  float: right;
  position: relative; /** TEMP **/
  width: 100%;
  padding: 8px;
  z-index: 1;
}

.rightBuffer
{
	margin-left: 10px;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 80px;    /*** Critical left col width value ***/
  height: auto;
  margin-left: -100px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  z-index: 0;
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 230px;    /*** Critical right col width value ***/
  height: auto;
  margin-right: -232px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
  z-index: 0;
}

.righthomepage {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 300px;    /*** Critical right col width value ***/
  height: auto;
  margin-right: -302px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
  z-index: 0;
}

.centerbox 
{
	position: relative;
  text-align: justify;
  overflow: visible;
  width: 100%;
  padding: 8px;
  z-index: 1;
}

#sizer:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.container-left {z-index: 0;}

.container-right { z-index: 0; padding-left: 15px;}

.textbox { width: 100%; }

/*************** Header and Footer elements *****************/

.header {
  width: 100%;
  padding: 5px 0 0 0;
  z-index: 99;
  position: relative;
}

.header:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.header span {} 

.footer 
{
	width: 100%;
	font-size: 1.8em;
	clear: both;
	z-index: 0;
	padding: 5px 0 15px;
}

.footer p, .bottomtext
{
	margin: 10px 0 0 20px;
	font-size: small;
	color: #808990;
	text-align: center;
}

.bottomtext a
{
    text-decoration: none;
    color: #808990;
    font-weight:bold;
}

.footer hr {
	margin: 0;
	height: 5px;
}

/************** Spacing Controls for various column contents ***************/

.textpadder {padding: 8px;}


/************** Generic Rules *************/

a { vertical-align: bottom;}

p  {margin: .8em 0;}

h1
{
	margin-right:0in;
	margin-bottom:.7pt;
	margin-left:0in;
	font-size:20.0pt;
	font-family: Verdana, Times New Roman, Garamond;
	color: #FDB813;
}

.bluecolor
{
	color: #00539B;
}

.orangecolor
{
	color: #FDB813;
}

.redcolor
{
	color: Red;
}

.popup
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #00539B;
	color: White;
	border-style: solid;
	border-color: #00237B;
	border-width: 2px;
}

h2
{
	color: #00539B;
	font-size: 16.0pt;
	font-weight: bolder;
	font-family: Verdana, Times New Roman, Garamond;
}

h3
{
	margin-right:0in;
	margin-bottom:.7pt;
	margin-left:0in;
	font-size:12.0pt;
	font-family: Verdana, Times New Roman, Garamond;
	color: #FDB813;
}
	
h4
{
	margin-right:0in;
	margin-left:0in;
	color: #00539B;
	font-size:10.0pt;
	font-family: Verdana, Times New Roman, Garamond;
}

.leftImage
{
	float: left;
	padding: 0px 10px 10px 0px;
	height: auto;
	width: auto;
	position: relative;
}

.alignright {margin: 0 10px 10px 0; text-align: right; }

.small {font-size: .8em;}


/************** Special Fixes *************/

 
/* prevents oversize images from breaking layout in browsers that support max-width */

/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}


.hide {display: none;}



/************** Other **********/

/* image  settings */
div#navContainer img#iLeft
{
	float:left;
}
div#navContainer img#iRight
{	
	float:right;
	margin:0px;
	padding:0px;
	/* the next two lines will align the image directly to the left of the cell
	if they are not there then there will be a gap on the left */
	position:relative;
	left:0px;
}


/* table settings */
div#navContainer
{

	border-width: 0px;
	border-style: none;
	border-color: white;
	z-index: 99;
}


/*container for the top images*/
div#navContainer div#firstRow
{
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: white;

}

/* container for the main menu */
div#navContainer div#mainMenu
{
	background-color:#808990;
	font-weight:bold;
	padding:1px 3px 1px 3px;
}

div#mainMenu
{
    vertical-align:middle;
}

/* container for the sub menu */
div#navContainer div#subMenu
{
	padding:1px 3px 1px 3px;
	height:21px;
}

#subMenu
{
    height: 40px; 
    width: 825px; 
    position:absolute; 
    left:180px; 
    top:60px;
}


/* The font for small text on the top bar. */
.SmallText
{
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Times New Roman, Garamond;
	font-size:7.5pt;
	color:#fff;
	margin: 1px 0px 0px 0px;
}


.divLogin a
{
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Times New Roman, Garamond;
	font-size:7.5pt;
	color:#F4CC00;
	margin:1px 0px 0px 0px;
	z-index: 0;
}

.divLogin a:hover
{
	color:#eee;
	z-index: 0;
}

#ulNavigation li.SubMenuItemHeaders
{
	color: #fff;
	font-weight: bold;
	width: 178px;
	text-align: left;
}

#ulNavigation li.SubMenuItemHeadersLast
{
	color: #fff;
	font-weight: bold;
	width: 162px;
	text-align: left;
}

#ulNavigation ul {
	list-style: none;
	padding: 0;
	margin-left:-48px;
	z-index: 99;
}

#ulNavigation a {
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Times New Roman, Garamond;
	font-size:7.5pt;
	color:#ccc;
	margin:1px 0px 1px 0px;
}

#ulNavigation a {
	font-weight: bold;
	color:#8B9298;
}

#ulNavigation a {
	text-decoration: none;
}

#ulNavigation li li a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0.2em 10px;
}

#ulNavigation li li a:hover {
	padding: 0.2em 5px;
	background-color: #00338E;
	color: #eee;
}

#ulNavigation li {
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Times New Roman, Garamond;
	font-size:7.5pt;
	list-style: none;
	color:#ccc;
	float: left;
	cursor: default;
	position: relative;
	width: 112px;
	text-align: left;
	vertical-align: middle;
	z-index: 99;
}

li#first {
	border-left-width: 0em;
	list-style: none;
}

li#last {
	border-right-width: 1em;
	list-style: none;
}

.divSubMenu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0.5em 0 1em 0;
}

.divSubMenu li>ul {
	top: auto;
	left: auto;
}

#ulNavigation li li {
	display: block;
	float: none;
	border: 0;
	width: 5em;
	list-style: none;
	z-index: 99;
}

#ulNavigation li:hover ul, li.over ul {
	display: block;
	z-index: 99;
}

.SubMenuList
{
	text-align: left;
	padding: 10px 0px 20px 0px;
	z-index: 99;
}

.SubMenuSpaceDiv
{
    height:31px;
    padding:0;
    margin:0;
    background-color:White;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    z-index:101;
}

.SubMenuListDiv
{
    background-image: url(/images/Master/bggray80.png);
    padding:0;
    margin:0;
    z-index:101;
}

.SubMenuItems a
{
	border-style: none;
	font-weight: bold;
	text-align: left;
	width: 165px;
	color: #ccc;
}

.SubMenuItemsLast a
{
	border-style: none;
	font-weight: bold;
	text-align: left;
	width: 148px;
	color: #ccc;
}

.CartMasterBox
{
	width: 80%;
	margin: 0px auto;
	z-index: 1;
}

.CartItemBox
{
	width: 100%;
	height: 30px;
	margin: 0px auto;
	border-style: solid;
	border-color: Black;
	border-width: thin;	
	z-index: 1;
}

.CartItemDelete
{
	float: left;
	width: 40px;
	height: 30px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	border-right-style: solid;
	border-right-color: Black;
	border-right-width: thin;
	z-index: 1;
}

.CartItemTitle
{
	margin-left: 41px;
	margin-right: 241px;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	text-align: center;
	border-right-style: solid;
	border-right-color: Black;
	border-right-width: thin;
	z-index: 1;
}

.CartItemPrice
{
	float: right;
	width: 80px;
	height: 30px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	border-right-style: solid;
	border-right-color: Black;
	border-right-width: thin;
	z-index: 1;
}

.CartItemQuantity
{
	float: right;
	width: 80px;
	height: 30px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	border-right-style: solid;
	border-right-color: Black;
	border-right-width: thin;
	z-index: 1;
}

.CartItemTotal
{
	float: right;
	width: 80px;
	height: 30px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	z-index: 1;
}

.SidebarLinks
{
	position: relative;
	color: #00539B;
	z-index: 1;
	text-align: center;
	overflow: visible;
}

.SidebarLinks:after
{
	content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
}

.SideImage:after
{
	content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
}
	

.SidebarLinks a
{
	color: #00539B;
}

.SidebarLinks a:hover
{
	color: #FDB813;
}

.NewsTitle
{
}

.NewsContent
{
}

a.SeminarLinks:link
{
	color: White; font-weight: bold;
}

a.SeminarLinks:visited
{
	color: White; font-weight: bold;
}

a.SeminarLinks:hover
{
	color: Yellow; font-weight: bold;
}

a.SeminarLinks:active
{
	color: Yellow; font-weight: bold;
}


a.LightLinks:link
{
	color: White; font-weight: bold;
}

a.LightLinks:visited
{
	color: White; font-weight: bold;
}

a.LightLinks:hover
{
	color: Yellow; font-weight: bold;
}

a.LightLinks:active
{
	color: Yellow; font-weight: bold;
}


.ExpandPanel
{
	width: 95%; padding: 10px 10px 10px 10px; border-style: dashed; border-width: 2px; border-color: #00539B;
}


.CaptionedImageList li 
{
	list-style:none;
    display:inline;
}

.CaptionedImageList li span 
{
	display: table-cell; /*Firefox 2 */
    display: inline-block; /* Other */
    width:150px;
}

.CaptionedImageList li a 
{
	display:block;
	display:inline-block; /* for Opera */
	width:100%; /* for Opera */
}
.subNav
{
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: solid 1px #8B9298;
    color: #808990;
}
.subNav a
{
    text-decoration: none;
    color: #808990;
}

