@charset "utf-8";
/* CSS Document */
/*************** GENERAL PAGE ******************/
body
{
  	color:  #002146;  /** text color of page **/
	background-color:#002146;    /** background color of page outside content area **/
}
a
{
  color:#8d6e52;	/** text color of hyperlinks **/
  font-weight:bold;
}
a:hover
{
  color: #8d6e52;
}
/************ OUTSIDE/CONTAINER BLOCK ************/
#dropshadow_container
{
    background-image:url(../templateimages/dropshadow_blue.jpg);  /* modify drop shadow on outside container block */
	background-position:top center;
	background-repeat:repeat-y; 
}
 #container { 
	border: 1px solid  #002146;  /* border color on outside container block */
}

/************ CENTER CONTENT ************/
 #mainContent {
	background: #fff;    /** background color of center content area **/
}

/************ RIGHT COLUMN ************/
 #sidebar2 {
	background: #fff; /* the background color of right sidebar will be displayed for the length of the content in the column, but no further */
}

/************ ETSU BANNER ************/
 #banner_etsu { 
 background-image:url(../templateimages/etsu_banner.jpg);
 background-repeat:repeat-x;
 } 
 
 /************ ETSU NAVIGATION ************/
  #links_etsu {
  background-color:#8d6e52;  /** background color of top "ETSU" navigation bar  HIGHLIGHT BARS **/
}
ul#etsu_navlist li a
{
  color: #002146; /* text color for etsu top nav links */
  background-color: #8d6e52;  /* background color for etsu top nav links HIGHLIGHT BARS **/
}
ul.subetsu_navlist li a
{
  border-bottom: 1px solid black;  /** color of dividing line between menu items on drop down **/
}
ul#etsu_navlist li a:hover
{
color: #ffffff;  /* text color of top etsu link when user mouses over */
background-color: #8d6e52;  /* background color of top etsu link when user mouses over HIGHLIGHT BARS  */
}
#etsu_navlist li ul { /* second-level lists */
	background-color: #ccc;
    border: 1px solid #002146;  /** border color for drop down lists **/
}

/************ ETSU SEARCH ************/
div#search_etsu a:hover
{
  color:white;
}

/************ BREADCRUMBS ************/
 #crumbs_sizer
{
   background-color :#8d6e52;   /** background color of breadcrumb bar HIGHLIGHT BARS  **/
   border-bottom: 1px solid #002146;
}
div#breadcrumbs a, div#search_etsu a
{
  color:#002146;  /** text color of breadcrumbs **/
}

div#breadcrumbs a:hover
{
  text-decoration:underline;
  color: #fff;                 /** text color of breadcrumb on mouseover **/
}

/************ TEXT SIZER ************/
a.smalltext {
color:#002146;  /** text color of "sizer" letters */
}

a.mediumtext {
color:#002146;  /** text color of "sizer" letters */
}

a.largetext {
color:#002146;  /** text color of "sizer" letters */
}

a.smalltext:visited,a.mediumtext:visited,a.largetext:visited {
color:#002146;  /** text color of visited "sizer" letters */
}

a.smalltext:hover,a.mediumtext:hover,a.largetext:hover {
color:#fff;  /** HOVER text color of "sizer" letters */
}

a.smalltext:active,a.mediumtext:active,a.largetext:active {
color:#002147;               /** text color of active "sizer" letters */
text-decoration:underline;
}

/************ VERTICAL - LEFT NAVIGATION BAR  ************/

 #sidebar1 {
	color:#FFFFFF;  /* set text color depending on background of leftnav  LEFTNAV CHANGE  **/
	min-height:650px;       /** set minimum height for left nav **/
    height:auto !important;
}
div#faux_col_for_sidebar_height
{
   background-image:url(../templateimages/leftnav_background_white_ffffff.png);  /* background color for leftnav LEFTNAV CHANGE */
   background-repeat:repeat-y;
   background-position: top left;
}
.nav li a {                       
	color:#002146;    /** text color of links  LEFTNAV CHANGE **/
	background-image:url(../templateimages/nav_divider_grey_whitebkgd.jpg); /*  LEFTNAV CHANGE */
}
.nav li a:hover {                         /** background color of links  LEFTNAV CHANGE **/ 
		background-color:#ccc;  /** blue gray 394a5e  dark gray 838383  background color on menu item hover  LEFTNAV CHANGE **/
		text-decoration:underline;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.lefthover ul, .nav li li.lefthover ul, .nav li li li.lefthover ul {
 /* lists nested under hovered list items */
		border-color:#DEDEDE #555 #555 #DEDEDE;
		border-style:solid;
		border-width:1px 2px 2px 1px;
		background-color:#fff;         /** background color of fly out menu boxes LEFTNAV CHANGE **/

}
 li.mark_sub
 {
   background-image: url(../templateimages/arrow.png);
   background-repeat: no-repeat;
   background-position:98% center;
 }
/******* PAGE HEADING AND LOCAL NAVIGATION BAR ******/
#heading_links
{
height:15px;
}
#page_heading
{
float:left;
width:49%;

}
div#page_links
{
  width: 49%;
  float:right;
  display:inline;  /* use display:none if no local nav; use display:inline if local nav needed */
}
#local_horizontal_nav
{
  margin:0;
  padding: 0;
}
#local_horizontal_nav li
{
 display: inline;
 list-style-type: none;
 padding-right: 2px;
}
/************ FOOTER ************/
 #footer { 
	
	background:#8d6e52;  /** background color of footer HIGHLIGHT BARS **/
	border-top:1px solid #002146;  /** border color for dividing line of footer **/
} 


