/* CSS Document */

    body,
	html {
		margin:0;
		padding:0;
		color:#000;
		background:#a7a09a;
	}


    * {   font-family: Verdana, Arial, Helvetica, sans-serif; }
	
   .banner {
	position: relative;
	height: auto;
	width: 940px;
	margin:0 auto;
	background:#2F1A38;
	padding: 10px 10px 0 10px; 
   }
   
   .Btext{
	  position: absolute;
	  font-size: 20px;
	  font-weight: bold;
	  color:#FFFFFF;
	  text-decoration:none;
	  left: 50px;
	  top:  18px;
	}

/*- Main Menu Tabs --------------------------- */

    #wrap_menu {
	  clear:left;
	  width:960px;
	  margin:0 auto; 
    }

    #main_menu {
      float:left;
	  width:960px;
	  background:#2F1A38;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;         
      font-style: normal;
	  font-weight: bold;
/*      font-size:93%;		*/		
      line-height:normal;
      }
    #main_menu ul {
	margin:0;
	padding: 5px 10px 0 20px;
	list-style:none;
    }
    #main_menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #main_menu a {
      float:left;
      background:url("images/tablleftVectorR1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #main_menu a span {
      float:left;
      display:block;
      background:url("images/tabrightVectorR1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
	  
	
    #main_menu a.getv span {
      float:left;
      padding:5px 15px 4px 6px;
      color:#FFF;
    }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #main_menu a span {float:none;}
    /* End IE5-Mac hack */
	
	#main_menu a:hover {
      background-position: 0% -42px;
	}
	#main_menu a:hover span {
      background-position:100% -42px;
	  color: #FFFF00; 
    }
 
	#main_menu  #current a {
 	  background-position:0% -84px; 
	}
    #main_menu  #current span{
	  background-position: 100% -84px;
	  color: #2F1A38;  
	   
	}
	
		
	/*- Sub Menu Tabs --------------------------- */

    #sub_menu {
	float:left;
	width:960px;
/*	height:25px; */
	/*	  background:#F4F4F4F4;  */
   	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	line-height:normal;
	background-color: #CCCCCC; 
/*	background-color: #2F1A38; */
	}
    #sub_menu ul {
	margin:0;
/*	padding:10px 10px 0 50px; */
	padding: 0px 10px 0px 20px;
	list-style:none;
     }
    #sub_menu li {
      display:inline;
      margin:0;
      padding:0;
	}
    #sub_menu a {
      float:left;
      background:url("images/smtableftvector.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #sub_menu a span {
      float:left;
      display:block;
      background:url("images/smtabrightvector.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#2F1A38;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #sub_menu a span {float:none;}
    /* End IE5-Mac hack */
    #sub_menu a:hover span {
      color:#2F1A38;
      }
    #sub_menu a:hover {
      background-position:0% -42px;
      }
    #sub_menu a:hover span {
      background-position:100% -42px;
	  color: #00CCFF;
    }
	
	#sub_menu  #current a {
 	 /* background-position:0% -84px;  */
	}
    #sub_menu  #current span{
	/* background-position: 100% -84px; */
	  color: #00CCFF;
	  text-decoration: underline;
	}
	
	.font_sub_menu {
	font-size: 9px;
	font-weight: bold;
	color:#000000;
    }
	/*- Divider --------------------------- */
	
	#divider {
	float:left;
	width:960px;
	height:4px;
	background-color: #CCCCCC;
    }
	
	#divider_lower {
	float:left;
	width:960px;
	height:4px;
	background-color: #FFFFFF;
    }
	
	/*- Main body wrap, benifits, mainright--- */
	
	#wrap {
		clear:left;
		width:960px;
		margin:0 auto;
		font-size: 10px;
		background-color: #FFFFFF;
    }
	
	.benefits {
		float:left;
		width:125px;
		height:400px; /* overwrite is separae class if nexessage */
		color:#2F1A38;
		font-size: 10px;
		padding:2 2 2 2x;
		background-color: #DCE8EF;
		text-align:center;
	}
	
	.benefits ul {
		margin:0;
	/*	padding:10px 10px 0 50px; */
		list-style:none;
    }
    .benefits li {
		margin: 0px;
		padding:0;
	/*	list-style-type: square; */
	}
	
	.benefits h2 {
	    color:#00CCFF; 
		font-size: 12px;
		font-weight:bold;
	}	
    
	.mainright {
		float:right;
		width:819px;
		margin-left: 6px;
		Margin-right: 10px;
		color:#666666;
		background-color: #FFFFFF;
    }
   
    .mainright ol#twelve {
	   font-size: 11px;
	   text-indent: 0px;
	   line-height: 160%   
	}
   
   	.mainright p {
	  text-indent: 6px;
	}
	
	.mainright p span.twelve{
	   font-size: 12px;
	   text-indent: 0px;      
	}
	
	.mainright p span.boldp{
	   font-size: 11px;
	   text-indent: 0px;
	   color:#2F1A38; 
	   font-weight:bold;
	   text-align: left;      
	}
	
	.mainright p span.lowerbanner{
	   font-size: 16px;
	   font-style:italic;
	   text-indent: 0px;
	   color:#2F1A38; 
	}
		
	.mainright h2 {
	    color:#2F1A38; 
		font-weight:bold;
		text-align: center;
	}
	
	.mainrightleft {
		float:left;
		width:393px;
		margin-left: 6px;
	    color:#666666;
		background-color:#CCFFCC;
    }
	
	.mainrightright {
		float:left;
		width:393px;
		margin-left: 16px;
		Margin-right: 10px; 
		color:#666666;
		background-color:#CCFFCC;
    }

	.mainrightdivider {
		float:left;
		width:825px;
		height:1px;
	}
	
	
	.mainfooter {
		width:960px;
		height:41px;
		padding: 0px;
    	border:0;
		clear: left;
	/*	font-size: 10px; */        
        font-style: normal;
	    font-weight: bold;
		background:url("images/footer.jpg") no-repeat left top;
		background-color: #2F1A38;
	}

	.mainfooterleft {
		width:140px;
		height:auto;
		float: left;
		padding-left: 65px;
		padding-top: 1px; 
	}
	
	.mainfootercentre {
		width:550px;
		height:auto;
		float: left;
		font-size: 8px;
		font-weight:300;
		text-align: center;
		padding-left: 45px;
		padding-top: 1px; 
	}	
	
	.mainfooterright {
		width:100px;
		height:auto;
		float: right;
	}
	
	
	
	/*- Graphic Thumbs ------------ */
	.thumbnail{
		position: relative;
		z-index: 0;
	}
	
	.thumbnail:hover{
		background-color: transparent;
		z-index: 50;
	}
	
	.thumbnail span{ /*CSS for enlarged image*/
		position: absolute;
		background-color: lightyellow;
		padding: 5px;
		left: -1000px;
		border: 1px dashed gray;
		visibility: hidden;
	 /*	color: black; */
		text-decoration: none;
	}
	
	.thumbnail span img{ 
		border-width: 0;
		padding: 2px;
	}
	
	.thumbnail:hover span{ 
		visibility: visible;
		top:  0px;
		left: 30px; 
    }

	
	.getvect {
		position: relative;
		top: 30px;
		left: 820px;
		z-index: 1;
		width: 120px;
		height:20px; /* overwrite is separae class if nexessage */
		color:#2F1A38;
		font-size: 10px;
		background-color:#FFFF00;
		text-align:center;
	}
	
	.getvecttext{
		position:relative; 
		left: 0px;
		top: -47px;	
	}
	

	
	 #media
     {
                margin-top: 20px;
				text-align: center;
     }
     #noUpdate
     {
                margin: 0 auto;
                font-family:Arial, Helvetica, sans-serif;
                font-size: x-small;
                color: #cccccc;
                text-align: left;
                width: 210px; 
                height: 200px;	
                padding: 40px;
     }
	
	
	
  