@charset "utf-8";
/* CSS Document */
/*************** GENERAL PAGE ******************/
body
{
  	color:  #002146;  /** text color of page **/
	background-color:#838383;    /** 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_grey.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_navy_002146.png);  /* background color for leftnav LEFTNAV CHANGE */
   background-repeat:repeat-y;
   background-position: top left;
}
.nav li a {                        /** text color of links  LEFTNAV CHANGE **/
	color:#fff;
	background-image:url(../templateimages/nav_divider_white_bluebkgd.jpg); /*  LEFTNAV CHANGE */
}
.nav li a:hover {                         /** background color of links  LEFTNAV CHANGE **/ 
		background-color:#394a5e;  /** blue gray 394a5e  dark gray 838383 **/
		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:#002146;

}
 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:90%;

}
div#page_links
{
  width: 8%;
  float:right;
  display:none;  /* 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 **/
} 

/********** STYLE FOR APARTMENT TABLE PAGES ******************/
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #003366;
	padding: 0px 0px 7px;
	margin: 7px 20px 0px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFEDC1;
	border-right-color: #FFEDC1;
	border-bottom-color: #FFEDC1;
	border-left-color: #FFEDC1;
	border-top-width: .5pt;
	border-right-width: .5pt;
	border-bottom-width: .5pt;
	border-left-width: .5pt;



}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 10px;
	padding: 10px;




}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	font-weight: bold;


}
.table {
	background-color: FFEDC1;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	margin: 10px;
	padding: 10px;
	border-top-width: thin;
	border-top-style: none;
	border-right-style: none;






}
.table2 {
	background-color: FFEDC1;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 10px;
	padding: 10px;






}
.margin {
	margin-left: 20px;
	margin-right: 0px;

}
.table3 {
	background-color: #FFF3D7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	margin: 15pt;
	padding: 5px 5px 7px 9px;
	height: auto;
	text-align: center;
	border: thin none;
}
.table4 {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	margin: 9px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	height: auto;
	border: thin none;
}
.margin2 {
	margin-left: 3px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	height: auto;
	padding-top: 10px;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	color: #416DA9;
	left: 15px;
	right: 15px;
}

