/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 650px; /*For KHTML*/
	list-style: none;
	height: 26px;
	z-index: 40;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
	width: 300px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/

}

/* Root Menu */
ul#navmenu-h a {
	float: none !important; /*For Opera*/
	float: left;
	color: #FFFFFF;
	text-decoration: none; /*For IE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}





/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	height: auto!important;
	height: 1%;
	color: #FFF;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	font-size: 12px;
	font-weight: bold;
	float: none;
	color: #FFFFFF;
	background-color: #004A6F;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	z-index: 5;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	color: #004A6F;
	background-color: #DEDEDE;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	z-index: 5;
}


ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 230px;
}

/* Do Not Move - Must Come Before display:block for Gecko */

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
	display: block;
	margin-top: -8px;
	z-index: 5;
}



#snav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 233px;
	height: 10px;
	width: 15px;
	background-color: #E0E7ED;
	margin: 3px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #324450;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#snav a:hover {
		background-color: #C7D3DE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 10px;
	width: 15px;
	margin: 3px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #324450;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;		
}



/* other */

html{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

body 		{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #23678A;
}
p {
	margin: 0px;
	padding: 0px;
}


#site   	{
	position:relative;
	width:822px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#top {
	clear: both;
	height: 141px;
}
#logo {
	background-image: url(logo.jpg);
	height: 76px;
	width: 447px;
	float: left;
	margin-top: 8px;
	clear: both;
}



    #tabsC {
	width:100%;
	line-height:normal;
	clear: both;
	float: none;
	padding-top: 22px;
      }
    #tabsC ul {
	margin:0;
	list-style:none;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("tableftA.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
	float:left;
	display:block;
	background:url("tabrightA.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#004A6F;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }

        #tabsC #current a {
	background-position:0% -42px;
	color: #004A6F;
        }
        #tabsC #current a span {
	background-position:100% -42px;
	color: #004A6F;
        }
#maintop {
	background-image: url(top-bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	z-index: -1;
}
#content {
	background-color: #FFFFFF;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#clr {
	clear: both;
}
#gray {
	background-color: #DEDEDE;
	clear: both;
	height: 35px;
}
#ftr {
	text-align: center;
	padding-top: 10px;
	clear: both;
}
#ftr a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}


#scont   	{
	width:822px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}


table.navbar {
   border-collapse: collapse;
}
table.navbar td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px;
}
table.navbar td a{
	display: block;
	text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #000000;
   background-color: #f4f4f4;
}

#sscont   	{
	width:822px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#ttlpage {
	background-image: url(shimbg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 7px;
}
#sssrc {
	background-color: #FFFFFF;
	padding: 5px;
}
#gray1 {
	background-color: #DEDEDE;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}


.sbtn {
	color: #FFFFFF;
	background-color: #003366;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: bold;
}
.inp {
	background-color: #F8F8F8;
	border: 1px solid #003366;
}
.inpA {
	background-color: #F8F8F8;
	border: 1px solid #003366;
}

a {
	color: #124D6B;
	text-decoration: underline;
}
a:hover {
	color: #24658D;
	text-decoration: underline;
}
