﻿
/* ===========================
   ======= Body style ======== 
   =========================== */
body {
    padding: 0;
    float: none;
    max-width: 1000px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-color: #CFC0A7;
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cfc0a7', endColorstr = '#fef8e5');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cfc0a7', endColorstr = '#fef8e5')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #cfc0a7, #fef8e5);
    background-image: -o-linear-gradient(top, #cfc0a7, #fef8e5);
    background-image: -webkit-linear-gradient(top, #cfc0a7, #fef8e5);
    background-image: linear-gradient(top, #cfc0a7, #fef8e5);
}

/* ===========================================
   ===== Main header Image & Navigation ===== 
   =========================================== */
.MasterHeader {
    padding: 0px;
    background-color: #1f3776;
    margin: 0 auto 0px auto;
    padding: 0;
}

.MasterHeader img {
        height: auto;
        margin: 0% 0;
}

#mission2 {
    padding: 4px 0 4px 0;
    color: #1f3776;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
    text-align: center;
    clear: both;
    background-color: #fef8e5;
}
#MasterHeadSearchLinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #FFFFFF !important;
    margin-right: 20px;
    float: right;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-left: 4px;
}
#MasterHeadSearchLinks span{
    float:right;
    margin-right: 0px; 
    font-size: 1.1em; 
    font-variant: small-caps;
    text-align: right; 
}
#MasterHeadSearchLinks a{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

/* end of top menu  */
#rule1 {
    background-color: #CFC0A7;
    height: 3px;
    clear: both;
}

#rule2 {
    background-color: #957870;
    height: 2px;
    clear: both;
}

h2 { margin-bottom:1px;
}

h4 {
    margin-top: 1px;
    margin-bottom: 1px;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 1em;
    color: #233F87;
    font-style: oblique;
    font-weight: lighter;
}

/* ===================================================
   ===== Master Page canvas (all content in this) ===== 
   ==================================================== */

.MasterCanvas { /* master Page  - This includes the Left Menu  */
    overflow: hidden;
    width: 100%;
    background-color:white;
    line-height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* =========================================
   ========= Master Page Footer ========== 
   ======================================== */

.MasterFooter{
 	clear: both;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 175%;
	vertical-align: middle;
	background-color: #4c463d;
	padding: 1%;
	font-size: .7em;
}
.footer 
{
	clear: both;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 175%;
	vertical-align: middle;
	background-color: #4c463d;
	padding: 1%;
	font-size: .7em;
}

.footer a{
    color: #FFF;
}

.footer a:visited {
    color: #FFFFC4;
}

.class3_links a:link    {color:white;}


/*.MasterFooter a {
    color: #FFF;
}*/

/* ===========================
   ======== Sidebar ========== 
   =========================== */

.MasterSidebar {
    width:18%;
    max-width: 158px; /* to match static pages - can we remove this */
    float: left;
    margin-left: 0%;
    margin-bottom: 2%;
	background-color: #1F3776;
    min-height: 600px;
	border-top:solid;
	border-color:grey;
	border-width:thin;
	border-bottom-right-radius: 7px;
     /* display:none; add if NOT displaying Left Menu*/
}
/* ======================================
   ======= MasterPage Content Area ====== 
   ===================================== */
.MasterContent {
    overflow: hidden;
    margin-left:15px; /* remove if displaying Left Menu*/
    width: 81%; /* 81% if displaying Left Menu*/
    min-height:500px;
}

/* =================================
   ====== Menu ====== 
   ============================== */
.sidebar-menu {

    margin: 5px 0;
    padding: 30px 0 20px 0 ;
    font-family: Arial, Helvetica, sans-serif;
}
.sidebar-menu a.menuitem , div.menuitem{
	background: #1F3776 repeat-x left bottom;
	font: bold .8em Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative;
	width: auto;
	padding: 5px 0;
	padding-left: 6px;
	text-decoration: none;
	text-align: left;
}
.sidebar-menu a.menuitem:visited, .sidebar-menu .menuitem:active{
	color: white;
}
.sidebar-menu a.menuitem .statusicon {
    /*CSS for icon image that gets dynamically added to headers*/
    position: absolute;
    font: bold .8em Courier; /* fixed width font */
    top: 5px;
    right: 5px;
    border: none;
    display: inline-block;
    padding: .0em .15em .0em .15em;
    background: white;
    color: black;
}
.sidebar-menu a.menuitem:hover{
	background: #cfc0a7;
}
.sidebar-menu div.submenu{ /*DIV that contains each sub menu*/
	background: #fef8e5;
	border-right: 1px #1f3776;
}
.sidebar-menu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar-menu div.submenu ul li{
	border-bottom: 1px #9EB8FB solid;
	border-right-color: #1f3776;
	border-right-width: 1px;
}
.sidebar-menu div.submenu ul li a{
	border-color: #9eb8fb;
	display: block;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding-left: 8px;
	background-color: #fef8e5;
	padding-right: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}
.sidebar-menu div.submenu ul li a:hover{
	background: #CFC0A7;
	color: black;
}

.center {
text-align:center !important;}

/* ------------ lite tan button #fef8e5 and website backgnd color #cfc0a7 ------------- */

.litetanbtn {
	background: #cfc0a7;
	background-image: linear-gradient(to bottom, #fef8e5, #cfc0a7 70%);
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	text-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #1f3776 !important;
	font-size: 1.2em;	
	text-decoration: none;
    text-align:center;
	font-weight: bold;
	margin:1%;
	padding: 6px 24px !important;
	display: inline-block;
}

.litetanbtn:hover {
  background: #fef8e5;
  background-image: -webkit-linear-gradient(top, #fef8e5, #cfc0a7 70%);
  background-image: -moz-linear-gradient(top, #fef8e5, #cfc0a7 70%);
  background-image: -ms-linear-gradient(top, #fef8e5, #cfc0a7 70%);
  background-image: -o-linear-gradient(top, #fef8e5, #cfc0a7 70%);
  background-image: linear-gradient(to bottom, #fef8e5, #cfc0a7 70%);
  text-decoration: none;
  color:white;
}
.litetanbtn:active {
	color:#1f3776;
	text-decoration:none;
}


/*=================================
    ======End of Menu ====== 
  ============================== */


/* ===========================
   ====== Media Queries ====== 
   =========================== */
/* ==========Large Screens ================= 
@media only screen and (min-width : 1000px) {
    body {
    padding: 0;
	max-width:1000px;
	margin: 0 auto;
	text-align: left;
	border:0px white none;
    }
}
*/
/* ===========Small Screens ================ */
@media only screen and (min-width : 150px) and (max-width : 720px) {

/*  Header Image  */
 .MasterHeader img {
        width: 100%;
        height: auto;
        margin-bottom: 1px;
    }

 #mission2 {
 display:none;
}

 #MasterHeadSearchLinks {
    margin-right: 20px;
    float: right;
    padding-bottom: 2px;
    padding-top: 0px;
    margin-left: 4px;
}

 .MasterContent {
    overflow: hidden;
    margin-left:1px; /* remove if displaying Left Menu*/
    width: 98%; /* 81% if displaying Left Menu*/
    min-height:500px;
}

/*===========================
======== Sidebar ========== 
=========================== */
 .MasterSidebar {
        display: none;
    }

 /*.MasterFooter {
        width: 100%;
        float: left;
        margin: 2% 0;
        padding-left: 0;
        background-color: #666;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #FFF;
    }*/

}
/* =========================== */
