/* CSS Document */

    /* -- -- -- --     template & layout style     -- -- -- -- */
*{margin:0;padding:0;}*{-moz-box-sizing: border-box;}

body, html{
    margin:0; font-family: verdana, arial, sans-serif; font-size: 8pt;
    background:#333 url(bg.gif) repeat center center; 
    color:#CCC;
    }
body a{
    color: #CCC;
    text-decoration: none;
    font-weight: bold; 
    text-decoration: underline;
    }
body a:hover{
    color:#FFF;
    }
body { behavior:url("csshover.htc"); }



#pageBanner{
    width: 100%; 
    height: 96px;
    background: #000 url(bannerBg.gif) repeat-x top left;
    }
#pageBanner div.logo{
    height: 46px; width: 453px; margin-left: 10px; margin-top: 0px; 
    background: url(logo.jpg) no-repeat top left;
    background-position: 0px 0px ;
    }
#pageBody{
    width: 100%;
    }
table.pageBody{
    width: 100%;
    }
#leftCol{
    margin: 0;
    }
td.leftCol{
    vertical-align: top;
    width: 200px;
    }
#pageMain{
    vertical-align: top;
    text-align: justify;
    padding: 0;
    }
td.pageMain{
    vertical-align: top;
    }
#pageMain.noLeftCol{
    margin-left: 8px;
    }

img.heightStretcher{
    float: left;
    height: 400px;
    width: 1px;
    }
#pageMenu{
    margin-left: 0;
    margin-top: -40px;
    padding-left: 200px;
    padding-bottom: 4px;
    
    }

#pageMenu td{
    height: 50px;
    }   

#pageMenu a{
    
    } 
#pageMenu td{
    vertical-align: bottom;
    }
#pageMenu td:hover{
    color: #FFF;
    background: url(bannerStaff1.gif) no-repeat center bottom ;
    }    
#pageMenu img{
    border: none;
    }
    
#pageFooter{
    text-align: center;
    border-bottom: solid 1px #222;
    border-top: solid 1px #222;
    }
#breadCrumbs a{
    padding: 0 8px 0 0;
    color: #CCC;
    }
#breadCrumbs a:hover{
    color: #FFF;
    }
#pageMainFloatRight{
    float: right;
    width: 130px;
    height: 400px;
    margin: 20px 0 10px 10px;
    padding: 8px 4px;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    }
    
.pageHeading{
    text-align: center;
    font-size: 18pt;
    }



.AntzBordersLeftColTable, .AntzBordersPageMainTable{
    width: 100%; 
    vertical-align: top;
    margin: 0;
    }


blockquote{
    margin-left: 60px;
    }





h1, h2, h3{
    font-family: arial, sans-serif;
    margin: 8px 0;
    font-weight: bold;
    color: #AA9
    }

h1 {font-size: 14pt; text-align: center; color: #AA9; letter-spacing: 0pt;}

h2 {font-size: 11pt; text-align: left; margin-left: 8px;}

h3 {font-size: 12pt; text-align: left; margin-left: 8px; }


p{
    margin: 8px 0 0 12px
    }

ul, ol{
    margin-left: 64px;
    }

/*  PAGINATION  */
.pagination{
    text-align: center;
    margin: 12px 0;
    }
.pagination .current{
    color: #AAA;
    }
.pagination a{
    text-decoration: underline;
    padding: 0 2px;
    }
.pagination a.back, .pagination a.forward{
    text-decoration: none; padding: 0 16px;
    }


    /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
    
    
   
    
    
    /* -- -- -- --     Form styles     -- -- -- -- */
    
.field{
    margin:8px 0; clear: left;
    }
fieldset{
    margin: 8px 24px;
    -moz-border-radius: 8px; border-radius: 3px; 
    }
legend{
    margin: 0 16px;
    padding: 0 8px;
    }
.labelWidthLeftMargin{
    margin-left:120px;
    }
label{
   float: left; width:120px; text-align:right; padding-right:8px; 
    }
label.checkBox{
    float:none; text-align:left; width:180px;
}
label.checkBox input{
    width:12px; height:12px; margin: 0 8px 0 0;
    }
label.checkBox:hover{
    cursor:pointer;
    }
input{
    width:120px; font-size: 9pt; height: 12pt;
    }
.button{
    min-width:80px; height: 15pt; padding:0;
    }
.checkBox{
    width:12px; height:12px; margin: 0 8px 0 0; /*vertical-align:sub;*/
    }
option{
    margin:1px 3px;padding:0;
    }
    /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
    
    
    
        
    
    /* -- -- -- --     general styles     -- -- -- -- */    
.noFloat{
    float:none;
    }
.left{
    float:left;
    }
.right{
    float:right;
    }
.innerLeft{
    text-align: left;
    }
.innerRight{
    text-align: right;
    }
.innerCenter{
    text-align: center;
    }
.block{
    display:block;
    }
.none{
    display:none;
    }
.invisible{
    visibility:hidden;
    }
.visible{
    visibility:visible;
    }
.show{
    border:solid 1px black;
    }
.clear{
    clear:both;
    }
.extraShort{
    width: 42px;
    }    
.short{
    width: 80px;
    }
.med{
    width: 160px;
    }
.wide{
    width: 240px;
    }
.extraWide{
    width: 320px;
    }
.bold{
    font-weight:bold;
    }
.unBold{
    font-weight:normal;
    }
.italic{
    font-style:italic;
    }
.noItalic{
    font-style:normal;
    }
.underline{
    text-decoration:underline;
    }
.noUnderline{
    text-decoration:none;
    }
.error{
    border:solid 2px #FF6633; background-color: #FFFFCC; color: #CC6600; font-weight: bold;
    padding: 8px; margin: 8px 24px;
    }
.success{
    border:solid 1px #33FF66; color: black; 
    }
.attention{
    font-weight:bold; color:#fff; border: solid 2px #66CCCC; background-color: #BDCAFF;
    }
.smallMargin{
    margin:8px;
    }
.medMargin{
    margin:16px;
    }
.indent{
    margin-left: 48px;
    }
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
