/* 
================================
Skin styles for ESV
================================
*/


/* ====== FONTS/CONTROLS ======*/

Body
{
    /* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0px auto 0px;
    padding: 0;
    line-height: 1.1;
    font: 0.8em Arial, Helvetica, sans-serif;
}
A:link
{
    text-decoration: underline;
    color: #00377A;
}

A:visited
{
    text-decoration: underline;
    color: #00377A;
}

A:active
{
    text-decoration: underline;
    color: #0000ff;
}

A:hover
{
    text-decoration: none;
    color: #0000ff;
}
h1
{
    color: #333333;
    font-size: 1.4em;
    font-weight:bold;
}
h2
{
    color: #333333;
    font-size: 1.3em;
    font-weight:bold;
}
h3
{
    color: #333333;
    font-size: 1.2em;
    font-weight:bold;
}

.small_note
{
    font-size: 0.7em;
    color: #808080;
}
.small
{
    font-size: 0.9em;
    color: #808080;
}





/*====== Begin of Breadcrumb ======*/


.breadcrumbclass
{
     color: #00377A;
     text-decoration:underline;
}


.breadcrumbclass:links
{
     color: #00377A;
     text-decoration:underline;
}

.breadcrumbclass:visited
{
     color: #00377A;    
     text-decoration:underline;
}

.breadcrumbclass:hover
{
     color:#000000;   
     text-decoration:none;
}

.breadcrumbclass:active
{
     color:#000000;   
     text-decoration:none;
}

/*====== Begin of Breadcrumb ======*/



/*====== Begin of ESVLeftNav Menu ======*/
.tertiary_menu
{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align:left;
}

.tertiary_menu li
{
	float: left;
	width: 165px;
    list-style: none;
}

.tertiary_menu a
{
	display: block;
	text-decoration: none;
	position: relative;
	padding-top: 4px;
	padding-left: 17px;
	padding-bottom: 4px;
	color: #00377a;
	font-size: 0.85em;
	border-top: 1px solid #b1b1b1;
}

.tertiary_menu a:hover
{
	background-color: #ffe3b7;
	color: #00377a;
	 cursor:pointer;
	 cursor:hand;
        text-decoration:none;
}

.tertiary_menu a:visited
{
        text-decoration:none;
}



.tertiary_sub_menu
{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align:left;
}

.tertiary_sub_menu li
{
	float: left;
	width: 165px;
	  list-style: none;
	  padding-bottom:5px;
}

.tertiary_sub_menu a
{
	display: block;
	text-decoration: none;
	position: relative;
	padding-top: 2px;
	padding-left: 32px;
	padding-bottom: 2px;
	color: #9c3e0b;
	font-size: 0.85em;
	border-top: 0px;
	background-repeat: no-repeat;
	background-color:Transparent;
}


.tertiary_sub_menu a:hover
{
	color: #9c3e0b;
	background-color: #ffe3b7;	
	 cursor:pointer;
	 cursor:hand;
        text-decoration:none;
}


.tertiary_sub_menu a:visited
{
        color: #9c3e0b;
        text-decoration:none;
}



/*====== End of ESVLeftNav Menu ======*/

/*====== START of Feedback Form ======*/
.feedbackformtable
{
	color: #202020;
	font-size: 1em;
	float: left;
        margin-top:10px;
        margin-bottom:10px;
        text-align:left;
}

.returnMsgStyle
{
	color:#457ab8;
	font-size:1.5em;
 font-weight:900;
 display:block;
 margin-top:100px;
 margin-bottom:300px;
}

.feedbackformwrapper
{
	width: 50%;
	float: left;

}

.feedbackform
{
	width: 100%;
	min-width: 400px;
	float: left;
	border: 1px solid #d1d1d1;
	margin-top: 15px;
}

.feedbackformtable td
{
	vertical-align: top;
}

.textareaclass
{
	font-family:Arial;
	font-size:1.0em;
	overflow: auto;
}

.feedbackformtitles
{
	text-align: right;
	width: 120px;
}

.legendclass
{
	color: #202020;
	font-weight: 700;
	font-size: 1.3em;
}

.feedbackformintrotitle
{
	color: #202020;
	font-weight: bold;
	font-size: 1.4em;	
	display:block;
	margin-left:10px;
    margin-bottom:10px;
	width: 100%;
	min-width: 400px;
    text-align:left;
}

.feedbackformintrotext
{
	color: #202020;

    font-family:Arial;
        font-size:1.1em;  
	display:block;	
		margin-left:10px;
	width: 100%;
        line-height:25px;
        text-align:justify;
	min-width: 400px;
		  overflow:auto;
		  word-wrap:break-word; 
}

.FormTitleAdjust
{
	font-family:Arial;
	font-size:1.0em;	
	position:relative;
	left:0px;
	left:-10px !ie;
		width: 100%;
	min-width: 400px;	
			  overflow:auto;
	word-wrap:break-word; 
}

/*====== End of Feedback Form ======*/

/*====== Start of password retrieval Form ======*/

.passwordrequesttitles
{
	text-align: left;
	width: 120px;
}

.passwordrequesttable
{
    width:400px;    
}

/*====== End of password retrieval Form ======*/

/* ====== Begin of Menu ======*/


.MainMenu_MenuIcon
{
    display: none;
}
.MainMenu_RootMenuArrow
{
    display: none;
}
.MainMenu_MenuItem
{
    color: #1d2e38;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 0px 2px 0px;
    border: 1px #CFCFCF solid;
    border-width: 1px 0;
}
.MainMenu_MenuArrow
{
    font-size: 12px;
    padding: 2px 0 2px 10px;
    height: 24px;
    border: #CFCFCF solid;
    border-width: 1px 1px 1px 0;
}
.submenu
{
    z-index: 1000;
    color: #798787;
    font-weight: normal;
    padding: 0;
    background: #ffffff;
}
.submenuitembreadcrumb
{
    color: #798787;
    font-size: 12px;
    font-weight: normal;
    border: 1px #CFCFCF solid;
    border-width: 1px 0;
}
.submenuitemselected
{
    color: #798787;
    font-size: 12px;
    font-weight: normal;
    background: #e7e7e7;
    border: 1px #CFCFCF solid;
    border-width: 1px 0;
}


.rootmenuitem
{
    background: white url( 'images/nav_bkg_middle_inactive.gif' ) repeat-x left center;
    font-size: 12px;
    font-weight: normal;
    padding-right: 7px;
    color: White;
    height: 2.8em;
}
.rootmenuitem td
{
    height: 2.8em;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    padding-right: 15px;padding-left: 10px;
}
.rootmenuitem td span
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 12px;
    white-space: nowrap;
}
.rootmenuitemactive
{
    background: white url( 'images/nav_bkg_middle_active.gif' ) repeat-x left center;
    font-size: 12px;
    font-weight: normal;
    padding-right: 7px;
    color: #666666;
    cursor: pointer;
    cursor: hand;
    height: 2.8em;
}

.rootmenuitemactive td
{
    padding: 0 0px 0 0px;
    height: 2.8em;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    padding-right: 15px;padding-left: 10px;
}
.rootmenuitemactive td span
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    white-space: nowrap;
}

.rootmenuitemselected
{
    background: white url( 'images/nav_bkg_middle_active.gif' ) repeat-x left center;
    font-size: 12px;
    font-weight: normal;
    padding-right: 7px;
    color: #666666;
    cursor: pointer;
    cursor: hand;
    height: 2.8em;
}
.rootmenuitemselected td
{
    padding: 0 0px 0 0px;
    height: 2.8em;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    padding-right: 15px;padding-left: 10px;
}
.rootmenuitemselected td span
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    white-space: nowrap;
}
.MainMenu_MenuBreak
{
    border-bottom: #EEEEEE 0px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #ffffff 0px solid;
    border-right: #EEEEEE 0px solid;
    background-color: Transparent;
    height: 0px;
}

.RootMenu-LeftImage
{
    z-index: 1000;
    position: relative;
    left: 0px;
    top: 0px;
    background-color: Transparent;
}

.RootMenu-RightImage
{
    z-index: 1000;
    position: relative;
    left: 0px;
    top: 0px;
    background-color: Transparent;
}

.sideimagehide table
{
    visibility: visible; /*  visibility:hidden !ie;*/
}

/* ====== End of Menu ======*/

.SubHead a
{
}



.menuclass
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

.menuclass li
{
    float: left;
}

.menuclass a
{
    display: block;
    text-decoration: none;
    position: relative;
    padding-top: 10px;
}

.nav_short_active a
{
    width: 90px;
    height: 34px;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    background: transparent url( 'images/nav_bkg_short_highlight.gif' ) no-repeat right top;
    background-repeat: no-repeat;
    font-weight: normal;
    color: #666666;
    float: left;
}

.nav_short a
{
    width: 90px;
    height: 34px;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
    background: transparent url( 'images/nav_bkg_short_inactive.gif' ) no-repeat right top;
    background-repeat: no-repeat;
    font-weight: normal;
    color: #FFFFFF;
}

.nav_short a:hover
{
    background: transparent url( 'images/nav_bkg_short_highlight.gif' ) no-repeat right top;
    color: #666666;
}


.nav_medium a
{
    width: 125px;
    height: 34px;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
    background: transparent url( 'images/nav_bkg_medium_inactive.gif' ) no-repeat right top;
    background-repeat: no-repeat;
    font-weight: normal;
    color: #FFFFFF;
}

.nav_medium a:hover
{
    background: transparent url( 'images/nav_bkg_medium_highlight.gif' ) no-repeat right top;
    color: #666666;
}

.nav_long a
{
    width: 185px;
    height: 34px;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
    background: transparent url( 'images/nav_bkg_long_inactive.gif' ) no-repeat right top;
    background-repeat: no-repeat;
    font-weight: normal;
    color: #FFFFFF;
}

.nav_long a:hover
{
    background: transparent url( 'images/nav_bkg_long_highlight.gif' ) no-repeat right top;
    color: #666666;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:active, a.footer_link:hover
{
    color: #999999;
}



/* ====== LAYOUT ======*/

.content_page_feature_image
{ 
	width: 200px;
	height: 320px;
	border: 1px solid #dddddd;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 17px;
}
.content_page_feature_image_caption
{
	padding: 5px;
	font-size: 0.85em;
}

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: white;
}

.skinmaster
{
    width: 95%;
}


.middle
{
    width: 94%;
    min-width: 860px;
}


#loginlinks
{
    float: right;
    width: 30%;
    text-align: right;
}

#loginlinks a:visited
{
    color:#ffffff;
    text-decoration:none;  
}


#loginlinks a:link
{
    color:#ffffff;
    text-decoration:none;  
}


#loginlinks a:hover
{
    color:#00377a;
    text-decoration:none;      
}

#loginlinks a:active
{
    color:#00377a;    
    text-decoration:none;      
}


#loginlinks>a:link
{
    color:#ffffff;
    text-decoration:none;  
}

#loginlinks>a:visited
{
    color:#ffffff;
    text-decoration:none;    
}

#loginlinks>a:hover
{
    color:#00377a;
    text-decoration:none;      
}

#loginlinks>a:active
{
    color:#00377a;    
    text-decoration:none;      
}

.skinheader
{
    width: 100%;
    height: 75px;
    clear: both;
}

.logo
{
    float: left;
    position: relative;
    left: 10px;
    top: 17px;
}

.search
{
    float: right;
    position: relative;
    right: 10px;
    top: 10px;
    text-align: right;
}

.menu
{
    width: 100%;
    height: 45px;
    background: url( 'images/bkg_navigation.gif' ) repeat-x top left;
    clear: both;
}

.banner
{
    width: 100%;
    clear: both;
    position: relative;
    top: -9px;
    top: -7px !ie;
}

.banner-inner
{
    width: 100%;
    height: 140px;
    background: url('images/banner_bkg.gif') repeat-x left top; 
    overflow: hidden;
}

.banner-image
{
    float: right;
    max-width: 600px;
    height: 140px;
}

.banner-text
{
    color: #FFFFFF;
    width: 25%;
    max-width: 17.5em;
    font-size: 1.4em;
    padding-left: 15px;
    padding-top:25px;    
    float: left;
    text-align: left;
}


.bottompane
{
    width:100%;    
}


.bottompane a:link
{
      color: #999999;  
      text-decoration:underline;
}

.bottompane  a:visited
{
      color: #999999;  
      text-decoration:underline;
}

.bottompane a:hover
{
      color: #999999; 
      text-decoration:none;     
}

.bottompane a:active
{
      color: #999999; 
      text-decoration:none;     
}


/* ==================================== */

/* One_Pane_Without_Banner */
.contentOnePaneWithoutBanner
{
    width: 90%;
    margin-top: 5px;
    margin-top: 20px !ie;
    background-color: white;
    clear: both;
    text-align: left;
}

.contentpaneOnePaneWithoutBanner
{
    float: left;
    width: 90%;
    min-width: 600px;
}

/* ==================================== */


/* One_Pane_Without_Banner_Login */
.contentOnePaneWithoutBannerLogin
{
    width: 90%;
    margin-top: 5px;
    margin-top: 20px !ie;
    background-color: white;
    clear: both;
}


/* One_Pane_Without_Banner_Admin */
.contentOnePaneWithoutBannerAdmin
{
    width: 90%;
    margin-top: 5px;
    margin-top: 20px !ie;
    background-color: white;
    clear: both;
    text-align: left;
}

.contentpaneOnePaneWithoutBannerAdmin
{
    float: left;
    width: 90%;
    min-width: 600px;
}

/* ==================================== */

/* Two_Pane_With_Banner */
.contentTwoPaneWithBanner
{
    width: 100%;
    margin-top: 5px;
    margin-top: 20px !ie;
    background-color: white;
    clear: both;
}

.contentpaneTwoPaneWithBanner
{
    float: left;
    margin-left: 5px;
    width: 75%;
    min-width: 600px;
}
.rightpaneTwoPaneWithBanner
{
    float: right;
    width: 23%;
    min-width: 200px;
    text-align: left;
}


/* ==================================== */

/* Three_Pane_With_Banner */
.contentThreePaneWithBanner
{
    width: 100%;
    margin-top: 5px;
    margin-top: 20px !ie;
    background-color: white;
    clear: both;
}

.contentpaneThreePaneWithBanner
{
    float: left;
    width: 56%;
    min-width: 480px;
}
.leftpaneThreePaneWithBanner
{
    float: left;
    width: 20%;
    min-width: 170px;
    text-align: left;
}

.rightpaneThreePaneWithBanner
{
    float: right;
    width: 23%;
    min-width: 170px;
    text-align: left;
}
/* ==================================== */

/* Three_Pane_Without_Banner */
.contentThreePaneWithoutBanner
{
    width: 100%;
    margin-top: 5px;
    margin-top: 20px !ie;
    background-color: white;
    clear: both;
}

.contentpaneThreePaneWithoutBanner
{
    float: left;
    width: 56%;
    min-width: 480px;  
}
.leftpaneThreePaneWithoutBanner
{
    float: left;
    width: 20%;
    min-width: 170px;
    text-align: left;
}

.rightpaneThreePaneWithoutBanner
{
    float: right;
    width: 23%;
    min-width: 170px;
    text-align: left;
}

/* ==================================== */

/* Four_Pane_Without_Banner */
.contentFourPaneWithoutBanner
{
    width: 100%;
    margin-top: 5px;
    margin-top: 20px !ie;
    background-color: white;
    clear: both;
}

.contentpaneFourPaneWithoutBanner
{
    float: left;
    width: 50%;
    min-width: 600px;
}
.toppaneFourPaneWithoutBanner
{
    float: left;
    width: 50%;
    min-width: 250px;
    text-align: left;
}
.leftpaneFourPaneWithoutBanner
{
    float: left;
    width: 20%;
    min-width: 250px;
    text-align: left;
    margin-right: 5px;
}

.rightpaneFourPaneWithoutBanner
{
    float: right;
    width: 23%;
    min-width: 250px;
    text-align: left;
}

/* ==================================== */

.content
{
    width: 100%;
    margin-top: 5px;
    margin-top: 20px !ie;
    background-color: white;
    clear: both;
}
.contentpane
{
    float: left;
    width: 50%;
    min-width: 600px;
}

.contentpane img
{
    position: relative;
    top: 15px;
    top: 0px !ie;
}

.leftpane
{
    float: left;
    width: 20%;
    min-width: 250px;
    text-align: left;
    margin-right: 5px;
}

.rightpane
{
    float: right;
    width: 23%;
    min-width: 250px;
    text-align: left;
}

.loginpane
{
    width: 100%;
    height: 250px;
}

.linkpane
{
    width: 100%;
}

.footer
{
    clear: both;
    width: 100%;
    height: 65px;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    color: #999999;
    font-size: 0.8em;
}

.sample
{
   text-align:left;
}

/* ====== CONTROLS ======*/


.banner img
{
    float: right;
}

.banner p
{
    color: #FFFFFF;
    width: 30%;
    max-width: 17.5em;
    font-size: 1.4em;
    padding-top: 0px;
    padding-left: 0px;
    padding-top: 10px;
    float: left;
    text-align: left;
    position: relative;
    left: 15px;
    top: 0px;
    top: 20px !ie;
}
.CommandButton
{
    font-family: Arial;
    font-size: 11px;
    width: 50px;
}
.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #FFFFFF;
    color: #000000;
    font-family: Arial;
}
.control_button_standard
{
    font-family: Arial;
    font-size: 11px;
    width: 50px;
}

.control_textbox_medium
{
    font-family: Arial;
    font-size: 1em;
    width: 160px;
}

.footer-img
{
    float: left;
    width: 15%;
    min-width: 100px;
}

.footer_text
{
    width: 70%;
    height: 65px;
    float: left;
    color: #999999;
    font-size: 1.0em;
    line-height: 18px;
}


.online_services
{ 
	color: #333333;
	font-size: 11px;
	border:0px;
	padding:0px;
        margin-bottom:30px;
}

.online_services_title
{
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    color:#50565d;
}

.online_services_left
{
	padding-top: 10px;    
    width:8px;      
	background: url('images/bkg_online_services_alt_05_left.gif') no-repeat;    
}

.online_services_right
{
	padding-top: 10px;      
    width:8px;   
	background: url('images/bkg_online_services_alt_05_right.gif') no-repeat;    
}

.online_services_mid
{
	padding-top: 10px;      
	background: url('images/bkg_online_services_alt_05_mid.gif') repeat-x left top;    

}

.online_services_text_adjustment
{
    position: relative;
    top: -2px;
    margin-bottom: 3px;
}


.btnRecoverPassword-class
{
    margin-left:48px;
}

.control_textbox_medium
{
    font-family: Arial;
    font-size: 1em;
    width: 160px;
    margin-bottom: 3px;
}

.control_button_standard
{
    font-family: Arial;
    font-size: 11px;
    width: 50px;
}

.quick_links
{
    width: 222px;
    background: url( 'images/title_quick-links.gif' ) no-repeat top left;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
    line-height: 22px;
    font-size: 0.9em;
    float: right;
}

.quick_link_adjustment
{
    position: relative;
    top: -2px;
}


.primary_feature
{
    width: 100%;
    padding-bottom: 5px;
}

.primary_feature img
{
    float: left;
}

.primary_feature_text
{
    float: left;
    text-align: left;
}

.primary_feature_text h1
{
    margin-left: 20px;
}

.primary_feature_text p
{
    width: 400px;
    text-align: left;
    margin-left: 20px;
}

.secondary_feature_left
{
    float: left;
    width: 49%;
    min-width: 300px;
    padding-top: 20px;
}

.secondary_feature_right
{
    float: right;
    width: 49%;
    min-width: 300px;
    padding-top: 20px;
}
.primary_feature_heading
{
    color: #00377a;
    font-size: 1.3em;
    margin-bottom: 5px;
    font-weight: bold;
}

.primary_feature_heading a:link
{
    text-decoration:underline;    
    color: #00377a;
    font-size: 1.3em;
}

.primary_feature_heading a:visited
{
    color: #666666;
    text-decoration:underline; 
    font-size: 1.3em;
}

.primary_feature_heading a:active
{
    color: #00377a;
     text-decoration:none;   
    font-size: 1.3em;    
}


.primary_feature_heading a:hover
{
    color: #00377a;
    text-decoration:none;    
    font-size: 1.3em;
}



.secondary_feature_heading
{
    color: #00377a;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 6px;
    top: -3px;
    position: relative;
}

.secondary_feature_heading a:link
{
    text-decoration:underline;    
    color: #00377a;
    font-size: 1.2em;
}

.secondary_feature_heading a:visited
{
    color: #666666;
    text-decoration:underline; 
    font-size: 1.2em;
}

.secondary_feature_heading a:active
{
    color: #00377a;
     text-decoration:none;    
    font-size: 1.2em;   
}


.secondary_feature_heading a:hover
{
    color: #00377a;
    text-decoration:none;    
    font-size: 1.2em;
}


.transaction_form_heading
{
    font-size: 1.4em;
    font-weight: bold;
}
.tertiary_feature_heading
{
    color: #0f4382;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 6px;
    top: -3px;
    position: relative;
}
.primary_feature_text
{
}
.secondary_feature_text
{
}
.tertiary_feature_text
{
}

.secondary_feature_container
{
    width: 100%;
}

.banner_content_page
{
    width: 100%;
    height: 15px;
    background: url( 'images/banner_bkg.gif' );
    background-repeat: repeat-x;
    overflow: hidden;
    clear: both;
    position: relative;
    top: -9px;
    top: 0px !ie;
}

.linkclass
{
    position: relative;
    list-style-image: url( 'images/icon_bullet.gif' );
    left: -23px;
}

.PasswordRetrieval input
{
    width:300px;
}


.plLetterSearch a
{
    width:1.5% !ie;
}

.Quicklink_bullet_image
{
    position:relative;
    top: 1px;
    top: -1px !ie;
}

