﻿/* 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
{
    margin-left:auto;
    margin-right:auto;
    width: 150px;
    font-size: 12px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 0px;
    color: #15158C;
    font-style: italic;
    text-align: center;
    min-height:145px;
}

.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;
}







.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;
     text-align:center;
    font-family: Times New Roman;
}



div.popup

    {
        display: none;
        position: absolute;
        border: solid 1px black;
         padding-right:20px;
        background-color: #f6f593;
        font-weight:bold;
        text-align:left;
        padding-left:20px;
      
    }
    
    
    
    a.popup:hover + div.popup
    {
        display: block;
    }
    
    
    div.popup:hover
    {
        display: block;
    }
   
   
    div.popup: Selected
    {
    color: #997A4B;
    font-weight: bold;
    text-decoration: underline;
    }











#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;
    padding-bottom:5px;
}

/* 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;
}


.LinkTitle
{
    
  padding-top:10px;   
    }

a.title2
{
  
     color: #FA9500;
    border: none;
    font-size: 12px;
  text-decoration: underline;
    font-weight:bold;
  
}

a.title2:visited
{
  
    color: #FA9500;
    border: none;
    font-size: 12px;
 
    text-decoration: underline;
     font-weight:bold;
   
}
a.title2:active
{
    
    
      color: #FA9500;
    border: none;
    font-size: 12px;
    text-decoration: none;
     font-weight:bold;
   
}
a.title2:hover
{
  color: #FA9500;
    color: #FA9500;
    border: none;
    font-size: 12px;
     text-decoration: none;
     font-weight:bold;
  
}
.imageborder1
{
     border:1px;
     border-style:solid;
     border-color:#14158B;
    
    
    
    }
    

.justify4
{
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 0px;
    color: #15158C;
    font-style: italic;
}



#SubMenu
{
    clear: both;
    width: 955px;
    height: 32px;
    border-bottom: none;
    background-color: #9B7F4D;
    text-transform: uppercase;
    text-decoration: none;
}
#SubMenu ul
{
    width: 100%;
}

/* Change behavior for each of the single menu items in the Sub Menu. */
#SubMenu li
{
    display: inline;
    color: #15158C;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    list-style-type: none;
    padding-right: 0px;
    padding-left: 10px;
}


#SubMenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top: 7px;
    padding-left: 20px;
}


#SubMenu a
{
    color: #15158C;
    text-decoration: none;
}

/* Change the font-weight of a selected sub menu item to bold. */
#SubMenu a.Selected
{
    color: #F7ED5A;
    font-weight: bold;
    text-decoration: none;
}

.imageborder0
{
    width: 261px;
    height: 375px;
}





#SubMenu2
{
    width: 256px;
    background-color: #F6F593;
  
    line-height: 20px;
    text-decoration: none;
    text-align: center;
}
#SubMenu2 a.Selected
{
    font-weight: bold;
    color: #997A4B;
    text-decoration: underline;
}


#SubMenu2 li
{
    font-size: 12px;
    list-style: none;
}

#SubMenu2 a
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.top10
{
  padding-top:5px;
  padding-left:10px;   
    
}


.textoverimage {
	position:relative;
	float:left; /* optional */
}
.textoverimage .text {
	position:absolute;
	top:140px; /* in conjunction with left property, decides the text position */
	left:10px;
	width:100%; /* optional, though better have one */
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	
	
}

