﻿/* -------------------@Global Styles------------------- */


html, body {
	font: 15px arial;
	color: #62635A;
	height: 100%;
}


a:link, a:visited
{
	color: #0065ff;
	text-decoration: none;
}

a:hover
{
	color: #0065ff;
	text-decoration: none;
}

a:active
{
	color: #0065ff;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}
strong {
	font-weight: bold;
}

em, i, cite {
	font-style: italic;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#page
{
	background-color: #fff;
	margin: 0 auto 0 auto;
	/*margin: 0 100px 0 100px;*/
	width: 960px;
	/*padding: 30px 0 30px 0px;*/
    height: auto;
    /*min-height: 600px;*/
}
/*div#fixedContainers
{
  background-color: #fff;
  height:230px;
  position: fixed;
  z-index: 10;
  top:0;
 }*/
 div#fixedHeader
{
  height:230px;
  width: 960px;
  position: fixed;
  z-index: 10;
  top:0;
  background-color: #fff;
 }
div#header
{
  /*position:absolute;*/
  /*top:0;*/
  /*left:150px;*/
  width:100%;
  height:230px;
  margin: 0px;
  padding: 0px;
  background: #fff;
 }
#sectionHeader 
{ /* TOP LEFT SECTION IMAGES */
	width: 320px;
	height: 225px;
    background-color: #fff;
	float:left;
}
 div#logoContainer
 {
     float: left;
     position:relative;
     top: 0;
     background-color: #fff;
     z-index: 99;
     width: 640px;
     /*left: 320;*/
 }
/* .innerContainer 
{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	height: 100%;
}*/

div#homeOuterContainer
{
    
}
div#mainContainer
{
  /*width: 620px;
  height:100%;
  position: relative;*/
  /*top: 230px;
  left:330px;
  overflow:auto;*/
  margin-top: 220px;
  /*height: 100%;*/
}
 div#left-sidebar {
    position: fixed; /*position: relative;*/ /*position:absolute;*/ /*top:0;
  left:0;*/
    width: 300px;
    min-height: 1000px; /* 100%;*/
    float: left;
    background-color: #3F4B00; /*#13312b*/ /*margin-top: 230px;*/
}
 div#left-sidebarHome
 {
   /*position: relative;
  /*position:absolute;
  /*top:0;
  left:0;*/
  width:300px;
  /*height: 100%;
  height:440px;*/
  float: left;
 }
 
 /* Content Area
---------------------------------------------------------*/
div#homeContainer
{
  width: 620px;
  height:100%;
  /*position: absolute;*/
  /*top: 230px;
  left:330px;
  overflow:auto;*/
  /*margin-top: 210px;*/
  padding: 0;
  float: left;
}
div#contentContainer
{
  width: 620px;
  /*height:100%;*/
  position: relative;
  /*top: 230px;
  left:330px;
  overflow:auto;*/
  /*margin-top: 210px;*/
  padding: 0px 0 0 20px;
  float: right;
}

 /* LEFT SIDEBAR NAV
----------------------------------------------------------*/
#leftNavHome {
	/*width: 300px;*/
	height: 367px;
    background-color: #3F4B00; /*#13312b*/
    color: #fff;
    margin: 3px 0;
    padding: 40px 40px 40px 0;
}
#leftNav {
	/*width: 300px;*/
	/*height: 100%;*/
    background-color: #3F4B00; /*#13312b*/
    color: #fff;
    margin: 3px 0;
    padding: 40px 40px 40px 0;
}
.leftNavContent 
{
    /*padding: 40px;*/
    text-align: right;
    font-size: 20px;
    vertical-align: text-top;
}
.leftNavContent ul 
{
    font-family: Georgia;
    margin-top: 0;
    margin-left: -25px;
    padding-top: 0px;
    padding-left: 0;
    /*line-height: 2.5em;*/
    list-style: none;
}
.leftNavContent ul ul
{
    font-family: Arial;
    font-size: 16px;
}
.leftNavContent li
{
    margin-bottom: 25px;
    list-style: none;
}
.leftNavContent li li
{
    margin: 10px 0;
    list-style: disc;
}
.leftNavContent li.sectionCurrent 
{
    border-bottom: 1px solid #fff;
}
.leftNavContent a:link, .leftNavContent a:visited
{
    color: #fff;
    text-decoration: none;
}
.leftNavContent a:hover
{
    color: #e7e4ca;
    text-decoration: none;
}

/* FOOTER   
----------------------------------------------------------*/
div#footerContainer
{
  color: #fff; /*#62635a;*/
  /*width:100%;*/
  height:40px;
  margin: 25px 0 0 0;
  padding: 15px 0 0 0;
  /*background: #fff;*/
  font-size: 12px;
  text-align: right;
}
.copyright
{
    padding-left: 5px;
    padding-top: 8px;
    font-size: 9px;
}
.footerMenu
{
    
}
#footerContainer span.footerMenu a
{
    color: #fff; /*#62635a;*/
    padding: 0 0 0 15px;
	/*border-right: 1px solid #62635A; */
	text-align: right;
}

#footerContainer span.sectionCurrent a{
	font-weight: bold;
}

#footerContainer .footerMenu ul 
{
    margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#footerContainer ul.footerMenu li
{
    list-style: none;
    list-style-image: none;
    display: inline;
}
#footerContainer .footerMenu li a {
    color: #62635a;
    padding: 0 5px;
	border-right: 1px solid #62635A; 
    /*vertical-align: middle; */
    /*font-weight: normal;
    text-decoration: none;*/
}

#footerContainer .footerMenu li:hover a{
    /*color: #4682b4;*/
}

#footerContainer .footerMenu li.sectionCurrent a{
	font-weight: bold;
}

/* HEADINGS   
----------------------------------------------------------*/

h1
{
	font-size: 34px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	color: #3F4B00; /*#13312b*/
	font-family: Georgia;
    font-weight: normal;
}

h2
{
	font-size: 22px;
	color: #62635a;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 5px;
}

h3
{
	color: #62635a;
	font-size: 20px;
	font-family: Georgia;
    font-weight: normal;
    padding-bottom: 0;
    /*line-height: normal; /*.2em;*/
    margin-bottom: 5px;
}

h4
{
	padding-top:0;
	font-size: 14px;
	line-height: .2em;
}

h5, h6
{
	font-size: 1em;
}

/* OTHER Elements
----------------------------------------------------------*/
#contentContainer img.imagePadding
{
    padding-right: 15px;
    padding-top: 2px;
}
#contentContainer p {
    margin-top: 0;
}

/* TABLE Styles with Background colors   
----------------------------------------------------------*/
#contentContainer table.darkTan
{
    background-color: #d4cd9f;
    margin: 5px 0;
}

#contentContainer table.lightTan
{
    background-color: #ded9b6;
    margin: 5px 0;
}
#contentContainer table.whiteBkg
{
    background-color: #fff;
    margin: 5px 0;
}
#contentContainer table.TanAndWhite
{
    background-color: #fff;
    /*margin: 5px 0;*/
    border-spacing: 5px;
}
.TanAndWhite tr 
{
    background-color: #d4cd9f;
}
.TanAndWhite td
{
    /*padding: 10px;*/
}
.TanAndWhite td a
{
    color: #000;
    display: block;
    padding: 10px;
    height: 50px;
    width: 178px;
    vertical-align: middle;
}
.TanAndWhite td:hover, .TanAndWhite td a:hover
{
    background-color: #3F4B00; /*#13312b*/
    color: #fff;
}
.TanAndWhite td a:visited
{
    /*color: #000;
    background-color: #d4cd9f;*/
}
/**********************************/
#contentContainer table.GrayAndWhite
{
    background-color: #fff; /*margin: 5px 0;*/
    /*border-spacing: 2px;*/
    border-bottom: 3px solid #3F4B00; /*#13312b*/
}
.GrayAndWhite tr 
{
    background-color: #d8d7d5;
}
.GrayAndWhite td
{
    /*padding: 10px;*/
    margin: 0 2px 0 2px;
    border-left: 1px solid #FFF;
}
.GrayAndWhite td:first-child
{
    border-left: 0px;
}

.GrayAndWhite td a
{
    color: #000;
    display: block;
    padding: 5px;
    height: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    /*vertical-align: middle;*/
}
.GrayAndWhite td:hover, .GrayAndWhite td a:hover
{
    background-color: #3F4B00; /*#13312b*/
    color: #fff;
}
.GrayAndWhite td a:visited
{
    /*color: #000;
    background-color: #d8d7d5;*/
}
/*#contentContainer table.whiteBkg th
{
    background: none;
}*/
#contentContainer table.whiteBkg tr
{
    /*background-color: #fff;*/
}
.darkTan td, .lightTan td 
{
    padding: 30px 35px 25px 35px;
}
.whiteBkg td, .paddingSmall td
{
    padding: 8px 15px;
}
table.paddingMedium
{
    margin-bottom: 15px;
}
.paddingMedium td
{
    padding: 20px;
}
input.LoginBoxes
{
    margin-bottom: 15px;
    padding: 20px;
    background: #ccc;
    border: none;
    width: 300px;
    color: #62635A;
    font: 15px arial;
}
#contentContainer table.darkTan h1, #contentContainer table.lightTan h1, #contentContainer table.TanAndWhite h1
{
    font-family: Georgia;
    font-size: 20px;
    color: #000000;
    margin: 0;
    padding: 0;
}
#contentContainer table.darkTan h1, #contentContainer table.lightTan h1
{
    padding-bottom: 4px;
}
.darkTan table h2, .lightTan table h2, .TanAndWhite table h2
{
    font-family: Georgia;
    font-size: 17px;
    color: #000000;
}

#contentContainer table.lightTanGreyTop
{
    border-top: 5px solid #909288;
    background-color: #e9dead;
}
.lightTanGreyTop td
{
    padding: 4px 15px;
    /*font-weight: bold;*/
}

#contentContainer table.basicTable  { 
    border: 1px solid #ceced2;
    margin-bottom: 10px;
}

#contentContainer .basicTable th {
    /*background-color: #a5aeb6;*/
    font-weight: bold;
    color: #fff;
    padding: 6px 0 6px 7px;  
}
#contentContainer .basicTable td {
    padding: 3px 7px 3px 7px;
}
/*** END Table Container styles ***/

/* TAB MENU   
----------------------------------------------------------*/

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;
}

/* 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  
----------------------------------------------------------*/

.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;
}

.compactParagraph p
{
    line-height: 1.1;
}