/* ====================================================================
  GENERAL MARKUP
-------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.16em;
}

img {
	border: none;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-size: 12px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	background: #336600;
}

h1, h2, h3, h4, h5, h6 {
	color: #00689c;
}
h1 { font-size: 1.66em; font-weight: normal;}
h2 { font-size: 1.33em; }
h3 { font-size: 1.16em; }
h4 { font-size: 1.08em; }
h5 { font-size: 1.em; }

p {
	margin-top: 10px;
}

a:link { color: #006fa3; text-decoration: none; }
a:visited { color: #006fa3; text-decoration: none; }
a:hover { color: #006fa3; text-decoration: underline; }
a:active { color: #006fa3; text-decoration: none; }



/* ====================================================================
  Header & Footer
-------------------------------------------------------------------- */
p.support {
	font-size: 18px;
	color: #990300;
}

p.support-number {
	font-size: 16px;
	font-weight: bold;
	color: #990300;
	margin-top: 2px; 
}

#footer {
  font-size: 10px;
}



/* ====================================================================
  LAYOUT
-------------------------------------------------------------------- */
#welcome {
	padding: 30px;
	height: 165px; h\eight: 255px;
	background-image: url(images/panel-welcome.png);
}

#wrap {
  position: absolute;
  left: 50%; margin-left: -379px; 
  width: 756px;
  height: 100%;
}

#header {
	height: 92px;
	background: url(images/header-top.png) repeat-x left;
}

#menu {
	height: 22px;
	background: url(images/menu.png) repeat-x left;
}

#submenu {
	height: 28px;
	background-color: #90A2AA;
}

#content {
	background-color: #FFFFFF;
}

#footer {
  height: 22px;
  background-color: #00689c;
}

/*##########################################################################################################
============================================================================================================
Client-Side Display Elements
------------------------------------------------------------------------------------------------------
##########################################################################################################*/

/* >> General */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sohotext {
	font-family : Arial;
	font-size: 12px;
}

.SMtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.uptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}

/* Generic form button style. */
.FormLt1 {
	font-family : Arial;
	font-size : 8px;
	cursor: pointer;
}



/* >> Menu System - #HMAINS# */

/* This is the main hsub table */
table.hmains {
   border: 0px;
   padding: 0px;

	margin: 0px 20px;
	height: 20px;

   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
	color: #FFFFFF;
}

/* This cell contains a submenu link */
td.hMenu {
   border: 0px;
	padding: 0px 15px 0px 10px;
	background: url(images/arrow.gif) no-repeat left;
	font-size: 13px;
	font-weight: bold;
}

a.hMenu { line-height: 18px; margin-left: 5px; }
a.hMenu:link { color: #990000; text-decoration: none; }
a.hMenu:visited { color: #990000; text-decoration: none; }
a.hMenu:hover { color: #0099ff; text-decoration: none; }
a.hMenu:active { color: #0099ff; text-decoration: none; }





/* >> Menu System - #HSUBS# */

/* This is the main hsub table */
table.hsubs {
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

/* This cell contains a submenu link */
td.hsubs {
   border: 0px;
   padding: 0px 10px 2px 10px;
}

a.hsubs:link { color: #FFFFFF; text-decoration: none; }
a.hsubs:visited { color: #FFFFFF; text-decoration: none; }
a.hsubs:hover { color: #d4d4d4; text-decoration: underline; }
a.hsubs:active { color: #d4d4d4; text-decoration: none; }




/* >> Menu System - #HSUBS# *** FOR FOOTER */

/* This is the main hsub table */
#footer table.hsubs {
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
}

/* This cell contains a submenu link */
#footer td.hsubs {
   border: 0px;
   padding: 0px 5px 2px 5px;
}

#footer a.hsubs:link { color: #FFFFFF; text-decoration: none; }
#footer a.hsubs:visited { color: #FFFFFF; text-decoration: none; }
#footer a.hsubs:hover { color: #00CCFF; text-decoration: none; }
#footer a.hsubs:active { color: #00CCFF; text-decoration: none; }

