/* MENUS & PAGE APPARATUSES SETUP */

#title {
	background-image: url('title_back.png');
	background-position: center left;
	background-color: #2E67AD;
	color: white;
	/* font-weight: bold; */
	/* font-size: 24px; */
	padding: 7px 0 0 10px;
}

#title a, #title a:visited, #title a:active {
	color: white;
	text-decoration: none;
}

div#menu {
	/* padding: 0px 1px 6px 6px; */
	padding-left: 6px;
	padding-bottom: 0;
	margin: 0;
	background-image: url('menu_back2.png');
	background-position: bottom left;
	color: #222;
	/* border-top: 1px solid white; */
	/* border-bottom: 1px solid #dddddd; */
	height: 1.9em;
	line-height: 1.9em;
}

#menu a:link, #menu a:visited {
	color: #336699;
	text-decoration: none;
}

#menu a:active { 
	color: #8b9bd5;
}

#menu ul {
	/* float: left; */
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	width: auto;
}

#menu li {
	display: block;
	position: relative;
	float: left;
	width: auto !important;
	_width: 3em;
	min-width: 3em;
}

ul#nav>li {
	width: auto;
}

#menu li a {
	display: block; /* IE */
	padding: 0 4px 0 4px;
	text-decoration: none;
	width: auto;
	/* this kills IE dropdowns, (why???) - float: left; */
}

#menu li a:hover {
	background-image: url('heading_back.png');
	background-position: center left;
	background-color: #2E67AD;
	color: white;
}

#menu_active a {
	font-weight: bold;
	padding: 1px 3px 1px 3px;
}

#menu_active ul a {
	font-weight: normal;
	padding: 1px 5px 1px 5px;
}

/* second level lists */
#menu li ul {
	position: absolute;
	display: none;
	padding: 0;
	background-image: none;
	background-color: white;
	height: auto;
	border: 1px solid gray;
	z-index: 1000;
	_top: 1.9em;
	_left: 0; 
	float: none;
	clear: left;
	line-height: 1.6em;
}

#menu li li {
	position: relative; 
	display: block;
	width: auto;
	padding: 0;
	float: none;
}

/* what's this for? isn't it already covered? */
#menu li li a {
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li>ul {
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

/* lists nested under hovered list items */
#menu li:hover ul, #nav li.sfhover ul {
	display: block;
}

#menu .tx-loginboxmacmade-pi2 li {
	float: none;
}

div.tx-loginboxmacmade-pi2 {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.tx-loginboxmacmade-pi2 span {
	vertical-align: middle;
}

/* .tx-loginboxmacmade-pi2 a {
	padding: 0;
	margin: 0;
	text-decoration: none; }

.tx-loginboxmacmade-pi2 a:hover {
	background-image:url('heading_back.png');
	background-position: center left;
	color: white;
	text-decoration: none;
} */

.tx-loginboxmacmade-pi2 form {
	padding: 0;
	margin: 0;
}

.tx-loginboxmacmade-pi2 form input.text {
	font-size: 1em;
	border: 1px solid gray;
	padding: 0;
	margin: 1px 0 0 0;
	height: 1.3em;
	vertical-align: middle;
}

.tx-loginboxmacmade-pi2 form input.submit {
	font-size: 1em;
	font-family: Verdana, sans-serif;
	color: black;
	/* border: 1px #4d65bb solid; */
	border: 1px solid gray;
	padding: 0;
	margin: 0;
	line-height: 1;
	/*height: 1.3em;*/
	vertical-align: middle;
	font-weight: bold;
}

/* .tx-loginboxmacmade-pi2 form input.submit:hover {
	background-image:url('heading_back.png');
	background-position: center left;
	background-color: #2E67AD;
	color: white;
} */

.tx-loginboxmacmade-pi2 strong {
	color: gray;
}

#right_column {
	float: right;
	width: 40%;
	padding: 0 10px 0px 10px;
	background-color: #white;
	border: 8px solid #ffcc33;
	color: #990000;
}

.date {
	font-weight: bold;
	font-size: 80%;
}

#section_menu {
	float: right;
	border-left: 1px solid gray;
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	white-space: nowrap;
/*	width: 20%; */
}

#section_menu h2 {
	font-size: 1em;
	color: #cc3300;
	margin: 0.5em 0 0 0;
	padding: 0;
	font-weight: normal;
}

#section_menu #section_title {
	font-weight: normal;
	margin-bottom: 0.5em; }

#section_menu .last_updated {
	margin-top: 1em;
	font-size: 70%; }

#section_menu .csc-menu a {
	display: inline;
}

#section_menu p {
	margin-top: 0;
	margin-bottom: 0.3em;
}

#section_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#section_menu ul li {
	width: 15em;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#section_menu ul li a {
	display: block;
}

#section_menu ul li span.date {
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
}

#section_menu ul li:hover {
	background-image:url('heading_back.png');
	background-position: center left;
	background-color: #2E67AD;
	color: white;
}

#section_menu ul li:hover a {
	color: white;
	text-decoration: none;
}

#section_menu ul li:hover span.date {
	color: #EEE;
}

#section_menu ul ul a {
	padding-left: 15px;
	padding-right: 0px;
}

#section_menu ul ul ul a {
	padding-left: 30px;
}

#section_menu ul ul ul ul a {
	padding-left: 45px;
}

.section_menu_active a {
	background-color: #eee;
}

.section_menu_active a:hover {
	color: white;
	background-color: #2E67AD;
}

#banner {
	padding: 40px 0 0 10px;
	line-height: 1.4em;
}

#footer {
	clear: both;
	padding: 7px 7px 7px 10px;
	line-height: 1.4em;
	font-size: 0.8em;
	font-weight: normal;
	color: #006;
	border-top: 1px solid gray;
}

#timtaw {
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 3em;
}
