/* Force display vertical scrollbar in FF and Safari */
html
{
   overflow-y: scroll;
   width: 100%;
   height: 100%;
} 

body
{
   width: 100%;
   background: #133865 url("../images/back.jpg") no-repeat top center;
   margin: 0px;
   font-family: Arial, Tahoma, Helvetica, Verdana;
   font-size: 0px;
   line-height: 0px;
   color: #ffffff;
   text-align: center;
}

a:link, a:active, a:visited, a:hover
{
   color: #ffffff;
}

/* Fix PNG display problem in IE6 */
img
{
   _behavior: url(/css/iepngfix.htc);
}

/* Fix dotted lines around links in FF */
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
object { outline:none; }
object:hover { border: 0px; }

p
{
   margin: 0px;
   margin-bottom: 16px;
   padding: 0px;
   clear: both;
}

h1
{
   padding: 0px;
   margin: 0px;
   margin-top: -8px;
   font-size: 26px;
   line-height: 33px;
}

h2
{
   padding: 0px;
   margin: 0px;
   margin-top: -8px;
   font-size: 26px;
   line-height: 33px;
}

h3
{
   padding: 0px;
   margin: 0px;
   font-size: 18px;
   line-height: 20px;
}

h4
{
   color: #2e6194;
   padding: 0px;
   margin: 0px;
   font-size: 14px;
   line-height: 20px;
}

h5
{
   padding: 0px;
   margin: 0px;
   margin-bottom: 8px;
   font-size: 12px;
   line-height: 16px;
}

hr
{
   background: #dfdfdf;
   border: 0px;
   height: 1px;
   margin-top: 23px;
   margin-bottom: 28px;
}

div
{
   padding: 0px;
   margin: 0px;
}

form
{
   margin: 0px;
   padding: 0px;
}

input
{
   margin: 2px;
   margin-left: 0px;
}

ul.square
{
   list-style: none;
   margin: 0px;
   margin-top: 8px;
   padding: 0px;
   padding-top: 4px;
   padding-bottom: 18px;
}

ul.square li
{
   background: url("../images/bullet.gif") no-repeat 0px 7px;
   padding-left: 8px;
   line-height: 18px;
}

ul.tabs
{
   width: 240px;
   list-style: none;
   padding: 0px;
   margin: 0px;
   margin-top: 11px;
}

ul.tabs a
{
   background: #ffffff url("../images/tab-r.gif") no-repeat top right;
   display: block;
   padding-left: 15px;
   padding-right: 15px;
   border-bottom: 1px solid #f2f7f9;
   color: #2e6194;
   font-weight: bold;
   line-height: 32px;
   text-decoration: none;
}

ul.tabs a.sel
{
   background: #dfebf2 url("../images/tab-r-sel.gif") no-repeat top right;
   border-bottom: 1px solid #dfebf2;
   color: #2e6194;
}

ul.tabs li
{
   float: left;
   padding: 0px;
   margin: 0px;
   margin-right: 6px;
}

.tab-cont
{
   clear:both;
   overflow: auto;
   background: #dfebf2;
   padding: 15px;
   padding-bottom: 0px;
   margin-bottom: 39px;
}

.tab-cont a
{
   text-decoration: none;
}

#copy .tab-cont a:hover
{
   color: #6991a5;
}

.tab-cont ul
{
   list-style: none;
   padding: 0px;
   margin: 0px;
}

.tab-cont ul li
{
   min-height: 26px;
   border-bottom: 1px solid #ffffff;
   padding-left: 35px;
   padding-top: 16px;
   padding-bottom: 8px;
   line-height: 20px;
}

.tab-cont ul li.pdf
{
   background: url("../images/icn-pdf.gif") no-repeat 0 11px;
}

.tab-cont ul li.doc
{
   background: url("../images/icn-doc.gif") no-repeat 0 11px;
}

.tab-cont ul li.vid
{
   background: url("../images/icn-vid.gif") no-repeat 0 11px;
}

.tab-cont ul li.pic
{
   background: url("../images/icn-pic.gif") no-repeat 0 11px;
}

.tab-cont ul li.last
{
   border-bottom: 1px solid #dce1e3;
}

#wrap
{
   width: 960px;
   text-align: left;
}

#gnav
{
   margin-right: 25px;
   margin-top: 16px;
   margin-bottom: 66px;
   text-align: right;
}

#logo
{
   position: relative;
   width: 213px;
   z-index: 15;
   margin-bottom: 12px;
   padding-left: 39px;
}

#nav
{
   width: 960px;
   position: absolute;
   margin-top: -2px;
   text-align: right;
   z-index: 2;
   
   /* Firefox wmode=transparent fix */
   background-attachment: fixed;
   background-image: url(../images/pixel.gif);
   background-repeat: no-repeat;
}

#cont
{
   position: relative;
   z-index: 10;
   width: 946px;
   background: #ffffff;
   padding: 7px;
}

#pic
{
   font-size: 0px;
   line-height: 0px;
   background: #ffffff;
   padding: 7px;
   border-bottom: 1px solid #dce1e3;
   white-space: nowrap;
}

#ftr
{
   padding-left: 40px;
   padding-top: 15px;
   padding-bottom: 40px;
   font-size: 10px;
   text-align: left;
   white-space: nowrap;
   clear: both;
}

#ftr img
{
   position: relative;
   top: 4px;
   margin-right: 10px;
}

#resp
{
   margin-top: 10px;
   color: #ffffff;
   font-size: 10px;
   line-height: 14px;
}

#resp b
{
   color: #ffffff;
   font-weight: bold;
}

#resp .err
{
   color: #ffffff;
}

#pgs
{
   display: block;
   overflow: auto;
   color: #908e91;
   line-height: 20px;
}

#pgs .lbl
{
   float: left;
   margin-right: 9px;
   margin-bottom: 22px;
}

#pgs a
{
   float: left;
   width: 20px;
   height: 20px;
   margin-right: 4px;
   color: #3b6178;
   text-decoration: none;
   text-align: center;
}

#pgs .sel
{
   float: left;
   width: 20px;
   height: 20px;
   background: #6a90a5;
   margin-right: 4px;
   color: #ffffff;
   text-align: center;
}

table.tbl
{
   border-collapse: collapse;
   padding: 0px;
   margin: 0px;
   margin-top: 16px;
   border: none;
}

table.tbl td
{
   padding: 8px;
   padding-top: 6px;
   padding-bottom: 6px;
   font-size: 11px;
   line-height: 14px;
   border-bottom: 1px solid #dfdfdf;
   vertical-align: top;
}

table.tbl tr.hdr td
{
   background: #dfebf2;
   color: #2e6194;
   font-size: 12px;
   font-weight: bold;
   border-bottom: none;
}

table.tbl a
{
   font-weight: bold;
}

table.lst
{
   border-collapse: collapse;
   padding: 0px;
   margin: 0px;
   margin-top: 16px;
   border: none;
}

table.lst td
{
   padding: 0px;
   padding-left: 0px;
   vertical-align: top;
}

table.lst td.col1
{
   width: 150px;
}

table.frm
{
   border-collapse: collapse;
   padding: 0px;
   margin: 0px;
   margin-top: 16px;
   border: none;
}

table.frm td
{
   vertical-align: top;
}

table.frm td.desc
{
   color: #2e6194;
   text-align: right;
   padding-right: 10px;
   padding-top: 4px;
   white-space: nowrap;
}

table.frm td.misc
{
   padding-top: 4px;
}

table.frm .fld
{
   width: 298px;
   height: 19px;
   margin-bottom: 2px;
   border: 1px solid #cccccc;
   font-family: Arial, Tahoma, Helvetica, Verdana;
   font-size: 12px;
}

table.frm input.fld
{
   padding: 4px;
   padding-bottom: 0px;
}

table.frm select.fld
{
   width: 308px;
   height: 25px;
}

table.frm textarea.fld
{
   height: 100px;
   padding: 4px;
}

.dots
{
   height: 3px;
   background: #f2f7f9 url("../images/dots.gif") no-repeat;
   margin-top: 32px;
   margin-bottom: 40px;
}

img.clip
{
   position: relative;
   top: 1px;
   margin-right: 8px;
}

img.pdf
{
   vertical-align: middle;
   margin-right: 8px;
}

.disc
{
   font-size: 10px;
}

.hlight
{
   overflow: auto;
}

.tmb
{
   background: #ffffff;
   padding: 7px;
   margin: 0px;
   margin-bottom: 13px;
   border-bottom: 1px solid #dce1e3;
   line-height: 0px;

/*
   float: left;
   margin-right: 19px;
   width: 161px;
   height: 113px;
*/
}

.pdf2
{
   height: 24px;
   background: url("../images/icn-pdf2.gif") no-repeat 0 0px;
   padding-left: 36px;
   padding-top: 6px;
}

.errMsg
{
   color: #e2401a;
   font-weight: bold;
   margin-bottom: 10px;
}

.errMsg img
{
   margin-right: 5px;
   vertical-align: middle;
}

/* OVERLAY STYLES */
div.overlay
{ 
	background-image:url(/images/overlay/transparent.png); 
	width:640px; 
	height:480px;         
	display:none; 
	padding:55px; 
} 
 
div.overlay div.close
{ 
	background-image:url(/images/overlay/close.png); 
	position:absolute; 
	right:5px; 
	top:5px; 
	cursor:pointer; 
	height:35px; 
	width:35px; 
}

.w
{
   background: #000000;
   border: 1px solid #000000;
}

#mk
{
   display: none;
}