/* DEFAULTS
----------------------------------------------------------*/
page
{
}

body
{
    
    background: #FFFFFF;
    font-family: "Lucida Handwriting" , Times New Roman, "Helvetica Neue" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    text-decoration: none;
    font-variant: small-caps;
    font-size: 22px;
    background-image: url('images/White2.gif');
}

a img {border: none; } 

li{
  padding-right: 30px;
  padding-left: 10px;
    background-image: url("images/yellowGradBg.png");
}

a:link, a:visited
{ 
    color: #A52A2A;
    text-decoration: none;
}
a:hover
{
    color: #990000;
    text-decoration: none;
}

a:active
{
    color: #A52A2A;
}
a.footerLink
{
    color: #000000;
    text-decoration: none;
}

p
{
    font-variant: normal;
    font-size: large;
}

img
{
    border-style: none;
}
/* HEADINGS   
----------------------------------------------------------*/

h1
{
    font-size: 1.4em;
    font-variant: small-caps;
    white-space: nowrap;
    text-align: center;
}

h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
}


h2
{
    font-size: 20;
    font-weight: 600;
    text-align: center;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
}

hr
{
    padding: 1px;
    border-style: none;
    background-position: center center;
    background-image: url('images/eagle.png');
    background-repeat: no-repeat;
    height: 22px;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.bgpattern
{
    background-image: url('images/pshero_grey.png');
    background-position: center top;
    background-repeat: repeat-x;
    background-attachment: fixed;
}


.page
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
    top: -20px;
}
.pageBlock
{

 -moz-border-bottom-radius: 15px;
 border-bottom-right-radius: 15px;
 border-bottom-left-radius: 15px;
-moz-box-shadow:   0 0 10px 5px black, 25px 0px 20px #FFCCCC, -25px 0px 20px #FFCCCC; 
 -webkit-box-shadow: 0 0 10px 5px black, 25px 0px 20px #FFCCCC, -25px 0px 20px #FFCCCC; 
 box-shadow: 0 0 10px 5px black, 25px 0px 20px #FFCCCC, -25px 0px 20px #FFCCCC;
 
 
    background-image: url('images/White2.gif');
    width: 1000px;
    margin: 0 auto;
    font-size: 22px;
}


.header
{
    width: 1000px;
    background-image: url('images/yellowGradBg.png');
}

.header h1
{
    color: #CCCCCC;
    border: none;
}

div.centeredDiv
{
    min-height: 900px;
    text-align: center;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
div.centeredDivrelative
{
    text-align: center;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#miniDiv h4
{
    background-color: #FFCCCC;
}

.footerDiv
{
    padding-top: 10px;
    text-align: center;
}
.footerContentDiv
{
    width: 1000px;
    font-size: 12px;
    position: relative;
}


/* TAB MENU   
----------------------------------------------------------*/

.main
{
    width:100%;
}
div.hideSkiplink
{
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}


/* MISC  
----------------------------------------------------------*/

.clearIt
{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
    white-space: normal;
    line-height: normal;
    word-spacing: normal;
    letter-spacing: normal;
    background-image: none;
    table-layout: fixed;
    background-color: #FFFFFF;
}

.title
{
    text-align: center;
    width: 100%;
    height:225px;
    background-image: url('images/minibackground.png');
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969
}


/* specialty div containers */
#image
{
    position: relative;
    width: 1000px;
} 
#text
{
    position: absolute;
    top: 0;
    left: 0;
    width: 617px;
    height:470px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    background: #ffffff;
    border:none;
}
.opaqFooter
{
    position: relative;
    top: 0;
    left: 0;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    text-align: center;
}
#words
{
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    background: transparent;
    color: #000000;
}
/* end specialty div containers */
/* Products */

img.products
{
    width: 400px;
}
img.favors
{
    width: 400px;
    vertical-align: text-top;
    margin: 5px 5px 5px 5px;
    padding: 5px;
}


/* Accordion */

.miniDiv
{
    width: 50%;
    float: left;
}

.accordianDiv
{
    float: right;
    width: 49%;
}

.accordion
{
    font-variant: small-caps;
    width: 100%;
    font-family: Lucida Handwriting, Arial, Helvetica, sans-serif;
}  

          

        .accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}  

          

        .accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    background-color: #FFCCCC;
    font-size: 20px;
    color: #A52A2A;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: hand;
}  

.accordionHeader:hover
{
    background-color: #EEE4AE;
}
          
.accordionContent
{
    text-align: right;
    border-top: none;
    padding: 10px;
    padding-top: 10px;
    font-size: 18px;
    color: #666666;
}  
   
.accordion2Content
{
    background-position: -10px;
    text-align: right;
    border-top: none;
    padding: 10px;
    padding-top: 10px;
    font-size: 18px;
    color: #000000;
}
.accordianTblHeader
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: #ffcccc;
    vertical-align: bottom;
}




.accordianTblContent
{
    text-align: right
}
/* Lists */

.minilist
{
    float: left;
    width: 50%;
    background-color: #FFCCCC;
}
.minipanel
{
    float: right;
    width: 50%;
    background-color: Lime;
    visibility: hidden;
    min-height:800px;
}

/* default layout */
.ajax__tab_default .ajax__tab_header {white-space:normal !important}
.ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_tab {overflow:hidden;text-align:center;display:-moz-inline-box;display:inline-block}

.ajax__tab_xp2 .ajax__tab_disabled { cursor: default; color: #A0A0A0; }


/* xp theme */
.ajax__tab_xp2 .ajax__tab_header
{
    font-size: 20px;
    background-repeat: no-repeat;
}
.ajax__tab_xp2 .ajax__tab_header .ajax__tab_outer
 {
     
    }
.ajax__tab_xp2 .ajax__tab_header .ajax__tab_inner
{
    background-position: center center;
}
.ajax__tab_xp2 .ajax__tab_header .ajax__tab_tab
{
    padding: 5px;
    margin: 5px;
    background-color: #EEE4AE;
}
.ajax__tab_xp2 .ajax__tab_header .ajax__tab_hover .ajax__tab_outer
{
    cursor: pointer;
}
.ajax__tab_xp2 .ajax__tab_header .ajax__tab_hover .ajax__tab_inner {cursor:pointer;}
.ajax__tab_xp2 .ajax__tab_header .ajax__tab_hover .ajax__tab_tab
{
    cursor: pointer;
    background-color: #EFBCC8;
}
.ajax__tab_xp2 .ajax__tab_header .ajax__tab_active
{
}
.ajax__tab_xp2 .ajax__tab_header .ajax__tab_active .ajax__tab_outer
{
    background-position: top;
    padding: 20px 0px 0px 0px;
    background-image: url('images/eagle.png');
    background-repeat: no-repeat;
    margin-top: 10px;
}
.ajax__tab_xp2 .ajax__tab_header .ajax__tab_active .ajax__tab_inner
{
}
.ajax__tab_xp2 .ajax__tab_header .ajax__tab_active .ajax__tab_tab
{
}
.ajax__tab_xp2 .ajax__tab_body
{
    font-size: 14pt;
    border: none;
    padding: 8px;
    background-color: #ffffff;
    background-image: url('images/White2.gif');
    overflow:hidden;
}

.hideButtn:hover
{
    width: 150px;
    height: 50px;
}
.showButton
{
    width: 450px;
    height: 50px;
}
.DivUpdate
{
    border-right: teal 1px solid;
    padding-right: 5px;
    border-top: teal 1px solid;
    padding-left: 5px;
    left: 400px;
    padding-bottom: 5px;
    font: menu;
    overflow: visible;
    border-left: teal 1px solid;
    color: white;
    padding-top: 5px;
    border-bottom: teal 1px solid;
    position: absolute;
    top: 100px;
    background-color: #cccc66;
    visibility: visible;
    width: 111px;
    height: 126px;
}
.formPanel
{
    position: relative;
}
.waitPanel
{
    position: absolute;
}
.favorsLeft
{
    float: left;
    vertical-align: text-bottom;
    margin: 0px 10px 5px 5px;
    padding: 5px;
    border: 2px solid #aaa;
}
.favorsRight
{
    vertical-align: text-bottom;
    margin: 0px 10px 5px 5px;
    padding: 5px;
    border: 2px solid #aaa;
    text-align: right;
    float: right;
}
.modalBackground
{
    background-color: #CCCCCC;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
} 
.modalPopup
{
 -moz-border-bottom-radius: 30px;
 border-bottom-right-radius: 35px;
 border-bottom-left-radius: 30px;
 border-top-right-radius: 35px;
 border-top-left-radius: 30px;
-moz-box-shadow: 0 0 4px 2px black, 8px 5px 8px #FFCCCC, -8px 5px 8px #FFCCCC;
 -webkit-box-shadow: 0 0 4px 2px black, 8px 5px 8px #FFCCCC, -8px 5px 8px #FFCCCC;
 box-shadow: 0 0 4px 2px black, 8px 5px 8px #FFCCCC, -8px 5px 8px #FFCCCC;
 
    background-color: #ffffdd;
     padding: 5px;
    width: 750px;
}
.editBlock
{
    font-family:  "Helvetica Neue" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    background-image: url('images/white2.gif');
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
}
.bodyuBox
{
    visibility: hidden;
}
tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	}
tr.grey td, tr.grey th
{
    border-top: 1px solid #FB7A31;
    border-bottom: 1px solid #FB7A31;
    background: #CCFFFF;
}

td {
	}


td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}



#ctl00_centeredmenu
{
    padding: 4px 1px 1px 1px;
    font-size: 18px;
}
#ctl00_centeredmenu ul {
   list-style:none;
   margin:0;
   padding:10px;
   position:relative;
    background-color: #EEE4AE;
   
}
#level1
{
    background-color: #EEE4AE;
    padding-top: 50px;
}
#level2
{
    background-color: #EEE4AE;
    padding-top: 50px;
}
#ctl00_centeredmenu ul li
{
    list-style: none;
    margin: 0;
    padding: 0 15px;
    position: relative;
}
#ctl00_centeredmenu ul li a
{
    display: block;
    margin: 0 0 0 1px;
    padding: 0px 0px;
   background-color: #480042;
    color: #000;
    text-decoration: none;
    position: relative;
}
#ctl00_centeredmenu ul li a:hover 
{
   color:#ffffff;
   background-color: #480042;
}
#ctl00_centeredmenu ul li a.selected
{
    background-color: #FFCCCC;
}
#popout
{
    background-color: #ffffff
}
#ctl00_centeredmenu ul li a.selected:hover {
   background:#000;
}