/******************************
** template: 46 sbyc
** theme: 10115 sbyc-theme - blue, wide page, vertical blue lines, centered
*******************************/
body {
	text-align: center;
}
.template-table {
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}
.content_header {
	padding-left:10px;
}

hr { 
  color: #002ebb; 
  height:1px;
  background-color:#002ebb;
  border:0px; 
}

.login-link:hover {
	color: #ac7141;  
}

.login-link {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
}

.crumb-trail-link {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.footer-container a:hover {
	color: #002ebb;
}

.crumb-trail-container a:hover {
	color: #002ebb;
}
.welcome-message {
	color: #002ebb;
}

.left-menu ul {
	list-style-type:none; 
	padding: 0px;
	margin: 0px;
}
.left-menu ul li {
	padding: 0px;
	white-space:nowrap;
	margin:0px;
	position: relative;
	text-align:left;
}

.left-menu ul li span {
	padding:0px;
}
.left-menu ul li span a, .left-menu ul li span span {
	padding: 4px 4px 4px 4px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.left-menu ul li a:hover {
	text-decoration: underline;
}

.left-menu ul li span:hover {
	text-decoration: underline;
	cursor:pointer;
}
/*
.left-menu ul li.selected-menu-item {
	border-bottom-style: double !important;
}
*/
.left-menu ul li ul {
	position: absolute;
	top: 0;
	visibility: hidden;
	border: solid 2px #666666;
	padding: 3px 4px 3px 3px;
}

.left-menu ul li.menu-separator {
	height:5px;
	font-size:0px;
	line-height:0px;
}
.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 2px;
}

.left-menu ul {
	background-color: white;
}
/*
.left-menu ul li {
}
*/
.left-menu ul li a {
	color: black;
}

.left-menu ul li a:hover, .left-menu ul li span:hover {
	background-color: #0e32cd;
	color: white;
	
}

.left-menu ul li.selected-menu-item a {
	background-color: #0e32cd;
	color: white;
}

.left-menu ul li.selected-menu-item a:hover {
	color: white;
}
.left-menu ul li.menu-separator {
	background-color: #002ebb;
}
.left-menu ul li ul {
	border-color: #9496bd
}
.content-header, h1 {
	color: black;
	background-color: white;
	TEXT-ALIGN: center; FONT-SIZE: 30px;
}
.popup-body h1, .popup-body .content-header {
	color: white;
	background-color: #002ebb;
	TEXT-ALIGN: left;
	FONT-SIZE: 16px;
}

.center-it {
	text-align: center;
}

.content-sub-header-1, h2 {
	border-top: solid 0px #002ebb;
}

.content-sub-header-2, h3 {
	color: #666666;
}

.instruction-text {
	border-color: #002ebb;
}
.button-bar {
	border-top: #002ebb 1px solid;
}
.admin-table th {
	background-color: #002ebb;
	color:White;
}
h2 { 
  font-size:1.4em; 
  font-weight:bold;
  margin-top:10px;
  padding-left: 0px !important;
  padding-top: 0px !important;
  margin-left: -5px !important;
}

h3 { 
  font-size:1.2em; 
  margin-top:10px;
  padding-left: 0px !important;
  padding-top: 0px !important;
  margin-left: -5px !important;
}

h4 { 
  font-size: 1.1em; 
  margin-top:10px;
  padding-left: 0px !important;
  padding-top: 0px !important;
  margin-left: -5px !important;
}

p {
	font-size: 11px; 
}

.banner-container {
	height:200px;
}
.banner-image {
  position:relative;
  top: 0px;
  left: 0px;
  z-index:1;
}
.banner-text {
/*  margin-top: -54px; 
  margin-left: 30px;*/
  font-family: sans-serif; 
  font-style: italic; 
  font-weight: bold; 
  color: white;
  position:relative;
  top: -54px;
  left: 30px;
  z-index:5;
  text-align:left;
}
.banner-text-big {
	font-size: 32px;
}

.banner-text-small {
font-size: 12px;
}
.vertical-divider {
	background-color: #0a27a5;
	width:2px;
}
.nav_container {
	background-color: #0a27a5;
}
.long-thin-blue-line {
	width:1000px;
	background:#0a27a5;
	height:10px;
}

.nav-blue-line-divider {
	width:120;
	background:#0a27a5;
	height:6px;
	margin-top:5px; 
}
.nav-table-background {
	background:#ffffff;
	width:162px;
	border-width:0px;
}
.burgee-logo {
	vertical-align: top;
}
.common-content {
  FONT-SIZE: 11px;
  margin-left:5px;
}
.main-content-background {
	background-color:#ffffff;
}

.pictureright{
  float:right;
  margin-left:10px;
  margin-bottom:5px;
}
  
.pictureleft{
    float:left;
    margin-right:10px;
    margin-bottom:5px;
}
  
.allclear{
    clear:both;
}

.col1of2 {
       float:left; 
       width:50%;
}
  
.col2of2 {
       float:left; 
       width:49%;
}

.col1of3 {
       float:left; 
       width:32%;
}

