/* DEFAULTS
----------------------------------------------------------*/

body {
    /*background-color: #002f5f;*/
	/*background-color: #37465e;*/
	background-color: #042126;
    color: #000000;
    font-size: 16px;
    font-family: "Calibri";
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

a:link {
    color: #034af3;
}

a:visited {
  color: purple;
  background-color: transparent;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

p {
    font-family: "Calibri";
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.3em;
}

label {
    font-weight: normal;
}

hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: none;
}

a {
    text-decoration: underline;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Calibri";
    font-size: 1.5em;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

h1 {
    font-family: "Calibri";
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-family: "Calibri";
    font-size: 1.5em;
    font-weight: 600;
	line-height: 1em;
	margin-bottom: .5em;
	margin-top: 1em;
}

h3 {
    font-family: "Calibri";
    font-size: 1.2em;
	margin-bottom: .5em;
	margin-top: 1em;
}

h4 {
    font-family: "Calibri";
    font-size: 1.1em;
}

h5, h6 {
    font-family: "Calibri";
    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: 1100px;
    background: #002F5F;
    margin: 20px auto 0px auto;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #002F5F;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #FFFFFF;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #002F5F;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* DIVs   
----------------------------------------------------------*/

div.content {
    background-color: #FFFFFF;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    /*
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
*/
}

div.linktombstone {
    background-color: #0066CC;
    Width: 300px;
    Height: 290px;
    text-align: left;
    padding-left: 15px;
}

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            /*color: #dde4ec;*/
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            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;
*/
            }

/* BUTTONS  
----------------------------------------------------------*/

a.btn-default {
    background-color: #FFFFFF;
}

    a.btn-default:hover {
        color: #333;
        background-color: #37465E;
        border-color: #37465E;
    }

a.btn {
    font-size: .875rem;
}

a.button {
    font-family: Calibri;
    font-weight: bold;
    font-size: large;
    text-align: center;
    /*background-color: #FFFFFF;*/
    color: #002F5F;
    padding: 2px;
    text-decoration: none;
    display: block;
    margin: 3px auto 3px auto;
    text-decoration: none;
	line-height: 1.8;
}

a.bluebutton {
    font-family: Calibri;
    font-weight: bold;
    font-size: large;
    text-align: center;
    background-color: #0066CC;
    color: #FFFFFF;
    padding: 2px;
    text-decoration: none;
    display: block;
    margin: 3px auto 3px auto;
    text-decoration: none;
}

a.lightbluebutton {
    font-family: Calibri;
    font-weight: bold;
    font-size: large;
    text-align: center;
    /*background-color: #0076c0;*/
	/*background-color: #71c1d3;*/
	background-color: #acf2e5;
    color: #042126;
    padding: 2px;
    text-decoration: none;
    display: block;
    margin: 3px auto 3px auto;
    text-decoration: none;
}

.lightbluebutton:hover {
  background-color: #042126;
  color: white;
}

a.buttonorange {
    font-family: Calibri;
    font-weight: bold;
    font-size: large;
    text-align: center;
    background-color: #E98300;
    color: #FFFFFF;
    padding: 2px;
    text-decoration: none;
    display: block;
    margin: 3px auto 3px auto;
    text-decoration: none;
}

a.buttongray {
    font-family: Calibri;
    font-weight: bold;
    font-size: large;
    text-align: center;
    background-color: #D4D4D4;
    color: #FFFFFF;
    padding: 2px;
    text-decoration: none;
    display: block;
    margin: 3px auto 3px auto;
    text-decoration: none;
}

a.buttonorangeongray {
    font-family: Calibri;
    font-weight: bold;
    font-size: large;
    text-align: center;
    background-color: #D4D4D4;
    color: #E98300;
    padding: 2px;
    text-decoration: none;
    display: block;
    margin: 3px auto 3px auto;
    text-decoration: none;
}

a.linkbutton {
    font-family: Calibri;
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
    background-color: #0066CC;
    color: #FFFFFF;
    padding: 6px;
    text-decoration: none;
    display: block;
    margin: 3px auto 3px auto;
    text-decoration: none;
    /*
    -moz-box-shadow:inset 0px 1px 0px 0px #0066CC;
	-webkit-box-shadow:inset 0px 1px 0px 0px #0066CC;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0066CC), color-stop(1, #0066CC) );
	background:-moz-linear-gradient( center top, #0066CC 5%, #0066CC 100% );
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
*/
}

a.linkbuttontransparent {
    font-family: Calibri;
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
/*    background-color: #0076C0;*/
    color: #000000;
    padding: 2px;
    text-decoration: none;
    display: block;
    margin: 3px auto 3px auto;
    text-decoration: none;
}

a.linkbuttontransparent:hover {
  background-color: #042126;
  color: white;
}

a.gradientbutton {
    font-family: "Calibri";
    -moz-box-shadow: inset 0px 1px 0px 0px #CCCCCC;
    -webkit-box-shadow: inset 0px 1px 0px 0px #CCCCCC;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #CCCCCC) );
    background: -moz-linear-gradient( center top, #CCCCCC 5%, #FFFFFF 100% );
    color: #000000;
    font-size: large;
    text-decoration: none;
}

a.headingbutton {
    font-family: Calibri;
    font-weight: bold;
    font-size: 18pt;
    text-align: left;
    background-color: #0066CC;
    color: #FFFFFF;
    padding: 0px;
    text-decoration: none;
    display: block;
    margin: 0px auto 0px auto;
    text-decoration: none;
}

a.headingbuttontransparent {
    font-family: Calibri;
    font-weight: bold;
    font-size: 18pt;
    text-align: left;
   /* background-color: #0076C0;*/
    color: #000000;
    padding: 0px;
    text-decoration: none;
    display: block;
    margin: 0px auto 0px auto;
    text-decoration: none;
	padding-bottom: 15px;
	/*adjusting line height in blue boxes for multiple line heading*/
    line-height: 1;
}

a.largebutton {
    font-family: "Calibri";
    -moz-box-shadow: inset 0px 1px 0px 0px #33CCFF;
    -webkit-box-shadow: inset 0px 1px 0px 0px #33CCFF;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #33CCFF), color-stop(1, #33CCFF) );
    background: -moz-linear-gradient( center top, #33CCFF 5%, #33CCFF 100% );
    color: #FFFFFF;
    font-size: x-large;
    font-weight: bold;
    text-decoration: none;
}

a.graybutton {
    font-family: Calibri;
    font-weight: bold;
    /*font-size: large;*/
    text-align: center;
    background-color: #CDCDCD;
    color: #002F5F;
    padding: 2px;
    text-decoration: none;
    display: block;
    margin: 3px auto 3px auto;
    text-decoration: none;
}

a:hover {
    /*color: #CCFFFF;*/
    /*text-decoration: none;*/
}

a:active {
    color: #034af3;
    text-decoration: none;
}

.button {
  background-color: #042126;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
/*button1 is for quick links on home page*/
.button1 {
  background-color: #b4ea54; 
  color: black; 
  border: 2px solid #b4ea54;
  width: 250px;
  border-radius: 5px;
}

.button1:hover {
  background-color: #042126;
  border: none;
  color: white;
}

.button2 {
  background-color: #b4ea54; 
  color: black; 
  border: 2px solid #b4ea54;
  width: 250px;
  border-radius: 5px;
}

.button2:hover {
  background-color: #042126;
  border: none;
  color: white;
}

/*for buttons throughout site*/
a.linkbutton3 {
  background-color: #042126;
  color: #ffffff; 
  border: 2px solid #042126;
  /*width: 250px;*/
  border-radius: 5px;
  display: inline;
  line-height: 1.8;
}

a.linkbutton3:hover {
  background-color: #b4ea54;
  border: none;
  border-radius: 5px;
  display: inline;
  line-height: 1.8;
  color: black;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.button5:hover {
  background-color: #555555;
  color: white;
}

/* 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.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

#goog-gt-tt .gray {
	color: black !important;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.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;
}

.field-validation-error {
    color: red;
}

.case-status-level-image {
    width: 72px;
    text-align: center;
    vertical-align: bottom;
}

.case-status-level-arrow {
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

.case-status-level-text {
    width: 72px;
    text-align: center;
    vertical-align: top;
    color: #0076c0;
    font-size: 0.875rem;
}

/* Read More/Read Less */
.addReadMore.showLessContent .HidSec,
.addReadMore.showLessContent .readLess {
    display: none;
}

.addReadMore.showMoreContent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-family: "Calibri";
    font-size: .875em;
    /*font-weight: bold;
    font-style: italic;*/
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showMoreContent .HidSec,
.addReadMoreWrapTxt.showMoreContent .readLess {
    display: block;
}

/*extra spacing for ordered list*/

ol.extraspacing {
	line-height:1.25em;
}

/*Quick link buttons on home page*/

.btn.btn-success {
    color: #ffffff;
    background-color: #002f87;
    background-image: linear-gradient(to bottom, #002f87, #002f87);
    border-color: #002f87 #002f87 #002f87;
}
.btn.btn-success:hover {
    color: #ffffff;
    background-color: #002f87;
    background-image: linear-gradient(to bottom, #002f87, #002f87);
    border-color: #002f87 #002f87 #002f87;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    /*background-color: #002f5f;
    border-color: #002f5f;
	background-color: #37465e;
	border-color: #37465e;*/
	background-color: #042126;
	border-color: #042126;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:focus {
    background-color: #b60000;
    border-color: #b60000;
}
/*blue boxes on home page*/
#rcorners1 {
  border-radius: 25px;
  /*background: #00a7b5;*/
	background: #80d3da;
  padding: 10px; 
  width: 320px;
  height: 520px;
padding-top: 0px; 
}

/*gold background on bene QOC page*/
#rcorners2 {
  border-radius: 25px;
  background: #D8CA73;
  padding: 10px; 
  width: 320px;
  height: 160px; 
padding-top: 20px;	
}

/*background on library resources page*/
#rcorners4 {
  border-radius: 25px;
  background: #f2ece4;
  padding: 20px; 
  width: 320px;
  /*height: 220px;*/
padding-left: 35px;	
}

/*figures*/

figure {
  	display: table;
	border: 1px #cccccc solid;
  	padding: 4px;
  	
}

figcaption {
  	display: table-caption;
  	caption-side: bottom;
	font-style: italic;
  	padding: 2px;
}



