﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color:#3066b0;
    font-size: 12px;
    font-family: "Times New Roman; Verdana", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

.ul1
{
    padding-left:10px;
     line-height:18px;
     padding-top:0px;
     
     
      
}


.ul2
{
    padding-left:30px;
     line-height:18px;
      padding-top:0px;
    
}

a:link, a:visited
{
    color: #15158C;
     text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration:underline;
}

a:active
{
    color: #15158C;
     text-decoration: none;
    
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
     color:#000000;
}

h2
{
    font-size: 10px;
    font-weight: 600;
    color:#000000;
}

h3
{
    font-size: 1.2em;
    color:#000000;
}

h4
{
    font-size: 1.1em;
    color:#000000;
}

h5, h6
{
    font-size: 1em;
    color:#000000;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.topheader
{
     width: 955px;
     height : 160px;
}

.SecurityUsaLogo
{
     width: 260px;
     width: 160px;
}




#leftsidepanel
{
    width: 260px;
    float:left;
    padding-top:0px;
    background-color:#F6F593;
     min-height:374px;
     
    
}
#rightsidepanel
{
    width: 260px;
   background-color:#F7F8DC;
    float:right;
    padding-top:0px;
    min-height:374px;
     
    
}


#rightsidepanelbr
{
    width: 260px;
   background-color:#F7F8DC;
   background-image:url('/images/sidebar/SecurityUsa.jpg');
    float:right;
    padding-top:0px;
    min-height:374px;
     
    
}

.page
{
    width: 955px;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    
        width:435px;      
        float:left;
              
}
.mainContent
{
    
        
        padding-left:20px;
        padding-right:20px;
        font-family:Verdana; 
        background-color:#ffffff;
        font-size:11px;
         padding-bottom:15px;
      
              
}
.justify
{
    
       text-align:justify;
       
              
}
   .justify2
{
    
     padding-left:20px;
       text-align:justify;
        width:150px;
         font-size:12px;
          line-height:20px;
           padding-top:5px;
            padding-bottom:0px;
             color:#15158C;
              font-style:italic;
              
}

   .justify3
{
    
     padding-left:20px;
       width:150px;
         font-size:12px;
          line-height:20px;
           padding-top:5px;
            padding-bottom:0px;
             color:#15158C;
              font-style:italic;
               text-align:center;
              
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    background-color:#15158C;
    height:35px;
     width:100%;
     color:White;
      
       
    
}
.FooterTextLarge
{
    
        color:White;
        font-size:15px;
         font-weight:bold;
         padding-top:7px;           
         font-family:Times New Roman;
         letter-spacing:2px;
		  padding-left:20px;
           
         
    
}
.FooterTextSmall
{
    
       color:White;
       font-size:11px;
      padding-left:20px;
      padding-top:9px;
      font-family:Times New Roman;
         
    
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu ul
{
    list-style:none;
    margin:0;
    padding:0;
    width:auto;
    
}

div.menu ul li
{
    padding-left: 8px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    line-height: 2.8em;
    padding: 4px 20px;
    text-decoration: none;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.PageTitle
{
   
     font-size:15px;
      color:#14148C;
       font-weight:bold;
        padding-top:10px;
        padding-bottom:0px;
         font-family:Times New Roman;   
         text-transform:uppercase;
         
}

.LinkTitle
{
   
     font-size:15px;
      color:#14148C;
       font-weight:bold;
        padding-top:10px;
        padding-bottom:0px;
         font-family:Times New Roman;   
        
         text-decoration:underline;
         
}





.headline
{
      font-size:11px;
      color:#14148C;
       font-weight:bold;
       font-family:Verdana;  
        text-transform:uppercase;       
}
.headlineBlack
{
      font-size:11px;
      color:#000000;
       font-weight:bold;
       font-family:Verdana;  
        text-transform:uppercase;       
}






.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}


/* Define the width and border for the sub menu. */



#MainNavigationMenu
{
    width: 100%;
    height:32px;
    border-bottom: none;
    background-color:#9B7F4D;
    
    
}

/* Remove the bullets and margin from each ul tag in the main and sub menu. */
#MainNavigationMenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top:7px;
    padding-left:0px;
        
}

/* Change behavior for each of the single menu items in the Sub Menu. */
#MainNavigationMenu li
{
  display : inline;
    color: #15158C;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    list-style-type: none;
    padding-right:20px;
}

/* Change the appearance of the links inside the main and sub menu items. This is the text that appears as the menu. */
#MainNavigationMenu a
{
   
    text-decoration: none;
   
}

/* Change the color of a sub menu to black. */
#MainNavigationMenu a
{
    color: #15158C;
}

/* Change the font-weight of a selected sub menu item to bold. */
#MainNavigationMenu a.Selected
{
color: #F7ED5A;
    font-weight: bold;   
    text-decoration:none;
    
}




.leftNavigationContentBottom
{
   padding-left:40px;
    padding-top:10px;
    
}
.leftNavigationContentTop
{
   padding-left:30px;
   padding-right:5px;
       
}

.td18
{
 padding-top:6px;
   font-size:17px;
   font-weight:bold;
   color:#15158C;
   padding-left:35px;
   font-family:Times New Roman;
}
#ServicesNavigationMenu
{
    width: 100%;
     text-align:center;
    border-bottom: none;
    
}

/* Remove the bullets and margin from each ul tag in the main and sub menu. */
#ServicesNavigationMenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top:5px;
    line-height:20px;
     padding-right:20px;
        
}

/* Change behavior for each of the single menu items in the Sub Menu. */
#ServicesNavigationMenu li
{
     color: #000000;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    list-style-type: none;
    
   
}

/* Change the appearance of the links inside the main and sub menu items. This is the text that appears as the menu. */
#ServicesNavigationMenu a
{
   
    text-decoration: none;
    
   
}

/* Change the color of a sub menu to black. */
#ServicesNavigationMenu a
{
    color: #000000;
    
     
}

/* Change the font-weight of a selected sub menu item to bold. */
#ServicesNavigationMenu a.Selected
{
    color: #997A4B;
    font-weight: bold;   
    text-decoration:underline;
    
}


.right
{
   float:right;
    padding-left:10px;
    
    
}
#slideshow {
    position:relative;
    height:374px;
    
    
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
   
    
}

#slideshow IMG.active {
    z-index:10;
    
   
}

#slideshow IMG.last-active {
    z-index:9;
   
}
#myslides {
	width: 260px;
	height: 374px;
    padding: 0;  
    margin:  0 auto;  
} 
 
#myslides img {  
    padding: 0px;  
    border:  0px solid rgb(100,100,100);  
    width: 260px;
    height: 374px;
    top:  0; 
    left: 0 
}