/* CSS Document */
/* 
 *******************************************************************
   Spartek Systems Inc.
   https://www.sparteksystems.com/
   
   Contents of this file are protected by law, all rights reserved.
   October 17, 2007 - MGS
   
   Notes:
   Spartek Blue:	C:100 M:76 Y:0 K:19 	
   					R:16 G:54 B:116
					#103674
   Spartek Gray		#586068	 (Header)		
 *******************************************************************
*/
BODY
{
    font-size: 11pt;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #dadada;
	background-image: url(siteimages/SSbackground.jpg);
}
h1 
{
	font-size:18pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#000099;
    padding: 3px;
	margin-bottom:12px;
	margin-top:0px;
	text-align:center;
}
img.pic_centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text_small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    line-height: normal;
    padding: 0px;
}
.text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    line-height: normal;
    padding: 3px;
}
.text_hd
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #FFFFFF;
    line-height: normal;
    padding: 3px;
    font-style: normal;
    font-weight: bold;
}
.text_hd_small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #FFFFFF;
    line-height: normal;
    padding: 3px;
    font-style: normal;
    font-weight: bold;
}
p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #000000;
    line-height: normal;
    padding: 3px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	font-weight: bold;
	color: #000099;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	display: inline;
	padding: 8px;
}
.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: inline;
	padding: 8px;
}
.footer
{
	background:#fff url(siteimages/menu/bottom_bar.gif) repeat-x left top;
	text-align:left;
	height:20pt; 
	list-style:none;
	float:left;
}	
.footer a
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 9pt;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	display: inline;
	padding: 6pt;
}
.nav
{
	background:#fff url(siteimages/menu/bottom_bar.gif) repeat-x left top;
	text-align:right;
	height:20pt; 
	list-style:none;
	float:left;
}
.nav a 
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 9pt;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	display: inline;
	cursor:pointer;
	padding: 6pt;
}
.nav a:hover
{
	color: #666666;
	font-weight: bold;
}
.nav a.current 
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: inline;
	cursor:pointer;
	padding: 6pt;
}
.nav a.current:hover
{
	color: #333333;
	font-weight: normal;
	cursor:default;
}

.leftmenu 
{
	height:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin:5px 0 15px 5px; /* this page only */
	position:relative;
}

/* remove all the bullets, borders and padding from the default list styling */
.leftmenu ul 
{
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;
	width:150px;
}
/* style the list items */
.leftmenu li 
{
	background:#cccccc url(siteimages/menu/left_menu.gif);
	height:auto;
	/* for IE7 */
	float:left;
}
.leftmenu li.sub 
{
	background:#cccccc url(siteimages/menu/left_menu_sub.gif) no-repeat right center;
}
/* get rid of the table */
.leftmenu table 
{
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
}
.leftmenu a, .leftmenu a:visited 
{
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:149px;
	color:#000;
	text-indent:5px;
	border:1px solid #fff;
	border-width:0 1px 1px 1px;
}
/* hack for IE5.5 */
* html .leftmenu a, * html .leftmenu a:visited 
{
	width:150px; 
	width:149px;
}
/* style the link hover */
* html .leftmenu a:hover 
{
	color:#ffffff; 
	background:#103674
; 
	position:relative;
}

.leftmenu li:hover 
{
	position:relative;
}

/* For accessibility of the top level menu when tabbing */
.leftmenu a:active, .leftmenu a:focus 
{
	color:#ffffff; 
	background:#103674;
}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.leftmenu li:hover > a 
{
	color:#ffffff; 
	background:#103674;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.leftmenu li ul 
{
	visibility:hidden;
	position:absolute;
	top:-30px;
	/* set up the overlap (minus the overrun) */
	left:100px;
	/* set up the overrun area */
	padding:30px;
	/* this is for IE to make it interpret the overrrun padding */
	background:transparent url(siteimages/menu/left_menu_transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.leftmenu li:hover > ul 
{
	visibility:visible;
}

/* for IE5.5 and IE6 you need to style each level hover */
/* keep the third level+ hidden when you hover on first level link */
.leftmenu ul a:hover ul ul
{
	visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.leftmenu ul a:hover ul a:hover ul ul
{
	visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.leftmenu ul a:hover ul a:hover ul a:hover ul ul
{
	visibility:hidden;
}
/* make the second level visible when hover on first level link */
.leftmenu ul a:hover ul 
{
	visibility:visible;
}
/* make the third level visible when you hover over second level link */
.leftmenu ul a:hover ul a:hover ul
{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.leftmenu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.leftmenu ul a:hover ul a:hover ul a:hover ul a:hover ul 
{ 
	visibility:visible;
}

.menu 
{
	padding:0 0 0 1em; 
	margin:0; 
	list-style:none; 
	height:35px; 
	background:url(siteimages/menu/top_menu0.gif);
}
.menu li 
{
	float:left;
}
.menu li a 
{
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	color:#fff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0 0 0 14px;
	cursor:pointer;
	font-size:11px;
}
.menu li a b
{
	float:left;
	display:block;
	padding:0 28px 0 14px;
}
.menu li.current a
{
	color:#fff;
	background:url(siteimages/menu/top_menu2.gif);
}
.menu li.current a b
{
	background:url(siteimages/menu/top_menu2.gif) no-repeat right top;
}
.menu li a:hover
{
	color:#fff;
	background: url(siteimages/menu/top_menu1.gif);
}
.menu li a:hover b
{
	background:url(siteimages/menu/top_menu1.gif) no-repeat right top;
}
.menu li.current a:hover
{
	color:#fff;
	background: url(siteimages/menu/top_menu2.gif);
	cursor:default;
}
.menu li.current a:hover b
{
	background:url(siteimages/menu/top_menu2.gif) no-repeat right top;
}

.menuBox
{
    margin: 0;
    list-style: none;
    height: 35px;
    color: #FFFFFF;
    background-image: url( 'siteimages/menu/top_menu0.gif' );
  	text-align:center;
}
.menuItem
{
    display: block;
    height: 36px;
    width: 100px;
    line-height: 33px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.menuItem a
{
}

.menuItemHover
{
    display: block;
    height: 35px;
    width: 100px;
    line-height: 33px;
    background: url(siteimages/menu/menu1.gif);
    background-position: left;
    background-repeat: no-repeat;
    text-align: center;
}

.menuItemHover td
{
    display: block;
    height: 35px;
    width: 100px;
    line-height: 33px;
    background: url(siteimages/menu/menu1.gif);
    background-position: left;
    background-repeat: no-repeat;
    text-align: center;
}

.menuItemHover a, a:link, a:visited
{
    background-image: none;
}


.menuItemSelected
{
    display: block;
    height: 35px;
    width: 100px;
    line-height: 33px;
    background: url(siteimages/menu/menu2.gif);
    background-position: left;
    background-repeat: no-repeat;
    text-align:center;
}

.menuItemSelected a, a:hover, a:link, a:visited
{
    background-image: none;
}

