﻿/* DEFAULTS
----------------------------------------------------------*/
body   
{
	font-size: 12px;
    background: #f3f3f3;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    border: 0px;
	line-height: 1;
	height: 100%;
	width: 100%;
}

    .gridTextBox
    {
        height:20px;
    }    
/* HEADINGS   
----------------------------------------------------------*/
h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* 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   
----------------------------------------------------------*/

.page
{
    width: 926px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
}

#header {
	height: 158px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 12px 8px;
    vertical-align:middle;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


/* TAB MENU   
----------------------------------------------------------*/

#footer {
	height: 115px;
	width: 866px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footerBG.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #9f9f9f;
	padding-top: 14px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;	
	font-size:14px;
	letter-spacing:-1px;
}

body.blank #footer {
	display: none;
}
#footer p {
	margin:3px 0;
	padding: 3px 0;	
}
#footer a {
	color:#666666;
	text-decoration: none;	
}
#footer a:hover {
	color:#fff;
	text-decoration: underline;	
}

#footer img {
	text-decoration: none;	
	outline-style:none;
	border-style:none;
}

#navFooter {
	margin: 3px 0 3px -6px;
	padding: 3px 0;
	overflow:hidden;
}

#navFooter li {
	float:left;
	margin:0;
	padding: 0 0 0 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9f9f9f;
	list-style-type: none;	
}
#navFooter li:first-child {
	border-left: none;
}
#navFooter li a {
	display: block;
	margin:0;
	padding: 0 6px;
	color: #666666;
	text-decoration:none;
}
#navFooter li a:hover {
	color: #5c8727;
}
#logos 
{
float:right;    
	right: 30px;
	margin-top:-70px;
	border:0px;	
}

#FDIC 
{
	left : -2px;
}

#VERSION {

	left : -2px;
	display: block;	
	color: #666666;	
}

#FDIC, #EHL, #VERSION {
	float:left;

}
p.copyright {
	clear:both;
	font-size:10px;
	letter-spacing:0;
}

body.blank #nav {
	display: none;
}

#nav {
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
	height: 52px;
	left: 0px;
	top: 106px;
	margin: 0;
	z-index: 100;
}

div.menu a
{
	color:#f1f1f1;
	display: block;
	height: 26px;
	padding: 10px 23px 16px 23px;
	font-size:15px;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	background-position: 0 0;	
}

div.menu li menu a
{
	color:#f1f1f1;
	display: block;
	height: 26px;
	padding: 10px 23px 16px 23px;
	font-size:15px;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	background-position: 0 0;	
}

#nav ul.level1 {
	width: 943px;
	height: 46px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav ul.level1 > li {
	padding: 0;
	display: inline-block;
	background: url(../images/navLIBG.png) left top no-repeat;
	position:relative;
}

#nav ul.level1 > li:first-child {
	background: none;
}

#nav ul.level2
{
	margin : 0;
	padding: 0;
display:inline-block;;
top:0px;
}

#nav ul.level2 li
{
	background-image: url(../images/nav.jpg);
	width: 200px;
	height: 46px;
	padding:0;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	margin-top : -7px;
}

div.menu ul li a:hover 
{
	color : white;
	 font-weight : bold;
	 border : 0px;
	 outline : 0px;
	 border-color : White;
	-webkit-transition: opacity 0s ease-in-out;
	-moz-transition: opacity 0s ease-in-out;
	-ms-transition: opacity 0s ease-in-out;
	-o-transition: opacity 0s ease-in-out;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/



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.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.menu a, .menu span {

    cursor: default !important;

}
 
.title img {

    cursor: default !important;

}
 

.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;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.gridTextBox
{
	padding-right:10px;
}

.gridRoundPanel
{
	text-align:center;
	vertical-align : middle;
	color:#f1f1f1; 
	font-size:1.6em; 
	font-weight: bold; 
	padding: 0px;                    
    font-variant: small-caps; 
    overflow:auto;

}

table#tablecenter {
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    width:100px;
    vertical-align:middle;       
  }  
  
section.body-content{background-color:#fff;color:#515151; line-height:1.5;padding:20px 0 10px 0}
@media screen and (min-width: 30em){section.body-content{padding:40px 0 30px 0}}
@media screen and (min-width: 48em){section.body-content{padding:60px 0 50px 0}}
@media screen and (min-width: 60em){section.body-content{padding:80px 0 70px 0}}
@media screen and (min-width: 90em){section.body-content{padding:100px 0 80px 0}}  

.content h1, .content h2, .content h3, .content h4, .content h5, .content p, .content ul, .content ol, .content blockquote, .content pre, .content dl, .content dt, .content dd {
	margin-top: 3px;
	padding-top: 3px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
	
.content h1 {
	font-family:'Droid Sans', Arial, Helvetica, sans-serif; 
 	font-size: 30px;
	line-height: 33px;
	color: #666666;
	letter-spacing: -1px;
	font-weight: normal;
}

.content h2 {
	font-size: 24px;
	line-height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#cbbb7d;
	color: #5c8727;
	font-weight: normal;
	letter-spacing: -1px;
}

.content h3 {
	font-size: 18px;
	line-height: 20px;
	font-family:'Droid Sans Bold', Arial, Helvetica, sans-serif;
	color: #5c8727;
	letter-spacing: -1px;
}

.content h4 {
	 font-size: 14px;
	 line-height: 16px;	
	 font-weight: bold;
	 color: #5c8727;
}

.tdh4 {
	 font-size: 14px;
	 line-height: 16px;	
	 font-weight: bold;
	 color: #0069aa;
}

.tdh6 {
	 font-size: 20px;
	 line-height: 16px;	
	 font-weight: bold;
	 color: #0069aa;
}

table#maintable td
{
	padding-left : 8px;	
}

table#maintable td:first-child
{
	padding-left : 0px;	
}
tr#thirdrow td
{
	padding-top:8px;
}
tr#fifthrow td
{
	padding-top:8px;
}

.PanelCorners
{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height : 180px;
	width : 350px;
	background-color : #0069AA;
}	

.PanelCornersHome
{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height : 250px;
	width : 400px;
	background-color : #0069AA;
}	

#fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 64px;
    height: 64px;
    padding:30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}

.password-policy {
    font-size: 13px;
    color: #444;
    margin-top: 8px;
    padding: 8px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
}

