/* -- ELEMENT STYLES -- */
#barit {
	display: none;
}
html {
	scroll-behavior: smooth
}
body {
	font-family: arial, helvetica, arial, sans-serif;
	font-size: 80%;
	color: #234163;
	background-color: #EEF3FA;
	margin: 30px;
}
a {
	color: #5A799D;
}
a:hover {
	text-decoration: none;
	background-color: #EEEEEE;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #AAAAAA;
}
img {
	border: 0px;
}
ul {
	list-style-image: url(/uploads/images/drift/bullet.gif);
}
/* -- MAIN CONTAINER -- */
#layoutBox {
	float: left;
	border: 1px solid #5A799D;
	background-color: #FFFFFF;
	padding: 10px;
}
/* -- HEADER CONTAINER -- */
#headerBox {
	height: 4em;
	border: 1px solid #5A799D;
	background: #7897BB url(/uploads/images/drift/hdr_bg.jpg) repeat-x bottom;
}
#headerLeftBox {
	float: left;
	min-width: 40%;
	height: 4em;
	background: url(/uploads/images/drift/hdr_left.jpg) no-repeat bottom left;
	text-align: right;
}
#headerRightBox {
	float: right;
	width: 40%;
	height: 4em;
	background: url(/uploads/images/drift/hdr_right.jpg) no-repeat bottom right;
}
/* -- HEADER STYLES -- */
.title {
	font-family: times new roman, helvetica, arial, sans-serif;
	font-size: 280%;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	line-height: 0.9em;
}
.subTitle {
	font-size: 90%;
	color: #5A799D;
}
/* -- CONTENT CONTAINER -- */
.flex {
	display: flex;
}
#mainContent {
	margin: 10px 0 0 10px;
	border-left: 1px solid #5A799D;
	order: 2;
}
#mainContent br {
	margin-top: 10px;
}
#mainContent p {
	padding: 0px 5px 2px 10px;
}
/* -- MENU CONTAINER -- */
#menuBox {
	float: left;
	max-width: 15em;
	margin: 10px 0 0 0;
	border-right: 1px solid #5A799D;
	text-align: left;
	order: 1;
}
#menuBox p {
	margin: 5px 0 20px 2px;
}
#menuBox br {
	margin-top: 30px;
}
/* Used by items meant for text only rendering */
.noDisplay {
	display: none;
}
/* -- HEADER/FOOTER STYLES (menuBox & mainContent) -- */
#mainContent h1,
#menuBox h1,
.menuFooter,
.footer {
	font-family: times new roman, helvetica, arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #5A799D;
	background: #EEF3FA url(/uploads/images/drift/hdr_icon.gif) no-repeat bottom right;
	border-top: 1px solid #5A799D;
	border-bottom: 1px solid #5A799D;
	display: block;
	padding: 2px 2px 2px 10px;
	margin: 0 0 10px 0;
}
#mainContent h1,
.footer,
#menu_horiz {
	border-right: 1px solid #5A799D;
}
.footer {
	margin-bottom: 0px;
}
.menuFooter {
	margin-bottom: 0px;
	margin-top: 10px
}
#menuBox h1,
.menuFooter,
#menu_horiz {
	border-left: 1px solid #5A799D;
}
#mainContent h2,
#menuBox h2 {
	font-size: 80%;
	font-weight: bold;
	background-color: #EEEEEE;
	display: block;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0px;
}
#mainContent h2 {
	margin-left: 10px;
}
#mainContent h1,
#mainContent h2,
.footer {
	clear: right;
/* Set to both if you don't care about Internet Explorer */
}
#flat {
	margin: 0;
	padding: 0 0 10px;
}
#flat p {
	margin: 0;
	padding: 0;
}
.lft {
	float: left;
}
.rite {
	float: right;
}
.totop {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
}
.footer {
	font-family: arial, helvetica, arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	border-right: 1px solid #5A799D;
	border-left: 0px;
}
.footer a:hover {
	background-color: #D6E1F1;
}
.footer br {
	margin: -20px;
}
/* -- MENU/NEWS ITEM STYLES -- */
.newsGroup {
	padding: 0px 5px 0px 5px;
	margin-bottom: 30px;
}
.menuGroup {
	padding: 5px 0 5px 0;
	margin-bottom: 30px;
}
.menuGroup a {
	color: #35567C;
	text-indent: 3em;
	text-decoration: none;
	margin-bottom: 2px;
	display: block;
}
.menuGroup a:hover {
	color: #FFFFFF;
	background-color: #5A799D;
}
label.searchin {
	display: none;
}
.search-button {
	margin-top: 6px;
}
/* -- IMAGE STYLES -- */
.imgRight,
.imgLeft {
	padding: 10px 5px 5px 10px;
	border: 1px solid #FFFFFF;
}
.imgRight {
	float: right;
}
/* Below style will not work correctly unless clear = "both" on the   #mainContent h1,
#mainContent h2, .footer class */
.imgLeft {
	float: left;
}
#menu_horiz {
	margin-top: 10px;
	font-family: times new roman, helvetica, arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #5A799D;
	background: #EEF3FA url(/uploads/images/drift/hdr_icon.gif) no-repeat bottom right;
	border-top: 1px solid #5A799D;
	border-bottom: 1px solid #5A799D;
	display: block;
	padding: 2px 2px 2px 10px;
}
#menuwrapper {
	overflow: hidden;
	width: 100%;
}
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
	width: 200px;
}
/* Unless you know what you do, do not touch this */
#primary-nav,
#primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}
#primary-nav ul ul {
	margin-top: 1px;
	margin-left: -1px;
	left: 100%;
	top: 0px;
}
#primary-nav li {
	margin-left: -1px;
	float: left;
}
#primary-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
}
/* Styling the basic apperance of the menu elements */
#primary-nav a {
	margin-left: 2px;
	display: block;
	margin: 0px;
	padding: 2px 10px;
	text-decoration: none;
}
#primary-nav li a {
	border-right: 1px solid #5A799D;
	border-left: 1px solid #5A799D;
}
#primary-nav li li a {
	border: 1px solid #5A799D;
}
#primary-nav li {
	background: #EEF3FA url(/uploads/images/drift/hdr_icon.gif) no-repeat bottom right;
}
#primary-nav li li {
	background: #EEF3FA none;
}
#primary-nav li.menuparent {
	ackground-color: #5A799D;
}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li li.menuactive {
	font-weight: normal;
	text-decoration: line-through
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent,
#primary-nav ul li a.menuparent:hover,
#primary-nav ul li.menuparenth {
	background-image: url(/uploads/images/drift/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* Styling the apperance of menu items on hover */
#primary-nav li a:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
	background-color: #C7D8F0;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* driftLayout */