﻿/* CSS layout */


/* Task Navigation formatting
================================================*/

div#task-nav {
	height: 50px;
	width: 100%;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #FFCC00;
	text-align: center;
	font-variant: small-caps;
	z-index: auto;
}
#task-nav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFCC00;
	line-height: 50px;
	text-align: center;
	margin-left: 200px;
}
#task-nav li {
	list-style-type: none;
	display: inline;
}
#task-nav li a {
	text-decoration: none;
	padding: 3px 50px;
	color: #FFCC00;
}
#task-nav li a:link {
	color: #FFCC00;
}
#task-nav li a:visited {
	color: #FFCC00;
}
#task-nav li a:hover {
	color: #FFF;
	background-color: #000;
}

/* Titling formatting
================================================*/

div#titling {
	position: absolute;
	width: 200px;
	left: 25px;
	top: 0px;
	max-height: 150px;
	z-index: 1;
}

div#titling h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-variant: small-caps;
	margin-top: 0px;
}

h1.page {
	margin-left: 257px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-variant: small-caps;
	text-indent: 0px;
	margin-top: 0px;
	visibility: hidden;
}

#titling img {
	border: 0;
	width: 121px;
	height: 150px;
	z-index: 2;
}

/* Search formatting
================================================*/

div#search {
	position: relative;
	margin-right: 5px;
	margin-top: 11px;
}
#search legend {
	display: none;
}
#search label {
	display: none;
}
#search fieldset {
	border: 0px;
}
#search .parameter {
	float: left;
}
#search input.submit {
  width: 50px;
  height: 23px;
  margin: 0;
  padding: 0;
  border: 0;
	background: transparent url('../images/go.png') no-repeat center top;
}

/* Navigation formatting
================================================*/

div#navigation {
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	z-index: 3;
}
#navigation ul {
	font-size: medium;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	margin-left: 10px;
	list-style-position: inherit;
	max-width: 220px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFCC00;
}
#navigation a.current {
	color: #FFCC00;
}
#navigation div.current {
	color: #FFCC00;
	font-size: small;
	font-weight: bold;	
}
#navigation ul.current {
	color: #FFCC00;
}
#navigation ul.Ancestors {
	color: #FFCC00;
}
#navigation ul.Peers {
	font-size: small;
	margin-left: 20px;
}
#navigation ul.Children {
	font-size: small;
	margin-left: 10px;
}
#navigation li.crumb {
	font-size: medium;
}
.l-navigation {
	z-index: 3;
	width: 230px;
}

/* Banner Left
================================================*/
div#banner-left {
	z-index: 10;
}

/* Calendar feed on home page
================================================*/
div.l-home-feeds {
	margin: 5px;
	color: #000;
	/*color: #FFCC00;*/
	width: 225px;
	font-weight: bold;
}
div.l-home-feeds .i3 {
	min-height: 200px;
}
div.l-home-feeds ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.l-home-feeds li {
	margin: 0 0 5px 0;
}
div.l-home-feeds a {
	color: #000;
	text-decoration: none;
}
div.l-home-feeds a:link {
	color: #000;
	text-decoration: none;
}
div.l-home-feeds a:visited {
	color: #000;
	text-decoration: none;
}
div.l-home-feeds a:hover {
	color: #FFCC00;
	text-decoration: none;
}
dl.vevent
{
	margin-top: 6px;
	margin-bottom: 6px;
}


/* Breadcrumbs
================================================*/

ul.l-breadcrumbs {
	position: relative;
	bottom: 2px;
	margin-left: 0;
	padding-left: 255px;
	display: inline;
}

ul.l-breadcrumbs li {
	margin-left: 0;
	padding-left: 3px;
	list-style: none;
	display: inline;
}

ul.l-breadcrumbs a {
	text-decoration: none;
}
ul.l-breadcrumbs div {
	display: inline;
	color: white;
	list-style-position: inherit;
}
ul.l-breadcrumbs div.current {
	color: white;
}
ul.l-breadcrumbs a:link {
	color: #FFCC00;
}
ul.l-breadcrumbs a:visited {
	color: #FFCC00;
}
ul.l-breadcrumbs a:hover {
	color: white;
	text-decoration: none;
}

/* Home Page Links
================================================*/

div#home-links {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
#home-links ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 10px;
	margin-right: 20px;
}
#home-links a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
}
#home-links a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#home-links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#home-links a:hover {
	color: #FFCC00;
	text-decoration: none;
}

/* Page Links, aka "links"
================================================*/

div.page-links {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.page-links ul {
	list-style-type: none;
	list-style-image: none;
	padding: 1px;
	margin: 1px;
}
.page-links a {
	color: #000;
	text-decoration: none;
}
.page-links a:link {
	color: #000;
	text-decoration: none;
}
.page-links a:visited {
	color: #000;
	text-decoration: none;
}
.page-links a:hover {
	color: #FFF;
	text-decoration: none;
}
.page-links H3 {
	margin: 0px;
	font-size: small;
	font-variant: small-caps;
	font-style: italic;
}
.page-links ul {
	font-weight: normal;
	border-style: double none none none;
	line-height: 20px;
	text-indent: -12px;
}
/* Links container box formatting */
td.l-page-links .bt, {
	background:url(../images/box-g.gif) no-repeat 100% 0;
}
td.l-page-links .bt div {
	background:url(../images/box-g.gif) no-repeat 0 0;
}
td.l-page-links .bb {
	background:url(../images/box-g.gif) no-repeat 100% 100%;
}
td.l-page-links .bb div {
	background:url(../images/box-g.gif) no-repeat 0 100%;
}
td.l-page-links .i1 {
	background: url(../images/border-g.gif) repeat-y 0 0;
}
td.l-page-links .i2 {
	padding:0 12px 0 0;
	background:url(../images/border-g.gif) repeat-y 100% 0;
}
td.l-page-links .i3 {
	background: #FFCC00;
	border: 1px solid #FFCC00;
}
/* CSS for the box ends here */

/* Normally only IE (up to version 6) gets these rules */
td.l-page-links .i1,
td.l-page-links .i2 {
	background-image:url(../images/border-g.gif);
}
td.l-page-links .bt,
td.l-page-links .bt div,
td.l-page-links .bb,
td.l-page-links .bb div {
	background-image:url(../images/box-g.gif);
}

/* Cascade Links, aka "links-cascade"
================================================*/

div#cascade-links {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#cascade-links ul {
	list-style-type: none;
	list-style-image: none;
	padding: 1px;
	margin: 1px;
}
#cascade-links a {
	color: #000;
	text-decoration: none;
}
#cascade-links a:link {
	color: #000;
	text-decoration: none;
}
#cascade-links a:visited {
	color: #000;
	text-decoration: none;
}
#cascade-links a:hover {
	color: #FFF;
	text-decoration: none;
}
#cascade-links H3 {
	margin: 0px;
	font-size: small;
	font-variant: small-caps;
	font-style: italic;
}
#cascade-links ul {
	font-weight: normal;
	border-style: double none none none;
	line-height: 20px;
	text-indent: -12px;
}
/* Links container box formatting */
td.l-cascade-links .bt, {
	background:url(../images/box-g.gif) no-repeat 100% 0;
}
td.l-cascade-links .bt div {
	background:url(../images/box-g.gif) no-repeat 0 0;
}
td.l-cascade-links .bb {
	background:url(../images/box-g.gif) no-repeat 100% 100%;
}
td.l-cascade-links .bb div {
	background:url(../images/box-g.gif) no-repeat 0 100%;
}
td.l-cascade-links .i1 {
	background: url(../images/border-g.gif) repeat-y 0 0;
}
td.l-cascade-links .i2 {
	padding:0 12px 0 0;
	background:url(../images/border-g.gif) repeat-y 100% 0;
}
td.l-cascade-links .i3 {
	background: #FFCC00;
	border: 1px solid #FFCC00;
}
/* CSS for the box ends here */

/* Normally only IE (up to version 6) gets these rules */
td.l-cascade-links .i1,
td.l-cascade-links .i2 {
	background-image:url(../images/border-g.gif);
}
td.l-cascade-links .bt,
td.l-cascade-links .bt div,
td.l-cascade-links .bb,
td.l-cascade-links .bb div {
	background-image:url(../images/box-g.gif);
}

/* Banner
================================================*/
div#banner {
	margin-left: auto;
	margin-right: auto;
}
#banner img {
	border-color: #fff;
}

div#banner-ads {
	position: relative;
	top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#banner-ads table {
	margin-left:auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

#banner-ads {
	text-align: center;
}
td.left-ad {
	height:50px;
	text-align: center;
	vertical-align: top;
}
#ads-left {
	position: relative;
	margin-left:auto;
	margin-right: auto;
	width: 200px;	
	height: 60px;
}
td.right-ad {
	height:50px;
	text-align: center;
	vertical-align: top;
}
#ads-right {
	position: relative;
	margin-left:auto;
	margin-right: auto;
	width: 200px;	
	height: 60px;
}
div#master0,
div#master1 {
	margin: 0 auto;
}
/* Home Page Content
================================================*/

/*div#home-content {*/
body.l-home div.l-home-content .main {
	background-position: right bottom;
	height: 425px;
	width: 425px;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
/*	background-image: url('../images/home-photo.gif');  */
	background-repeat: no-repeat;
	background-attachment: inherit;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

td.l-content div.l-home-content {
	color: #FFFFFF;
}

td.l-content div.l-home-content a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
}
td.l-content div.l-home-content a:link {
	color: #FFFFFF;
	text-decoration: none;
}
td.l-content div.l-home-content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
td.l-content div.l-home-content a:hover {
	color: #FFCC00;
	text-decoration: none;
}
td.l-content div.l-home-content blockquote {
	margin-left: 10px;
}

/* Invent Tomorrow
================================================*/
div#event-image img {
	border: 0;
	width: 400px;
	height: 44px;
}


/* Inside page content
================================================*/
td.l-content {
	color: #000000;
	width: 100%;
}
td.l-content a:link {
	color: #000099;
	text-decoration: underline;
}
td.l-content a:visited {
	color: #000000;
	text-decoration: underline;
}
td.l-content a:hover {
	color: #FFCC00;
	text-decoration: none;
}

/* Content Wrapper
================================================*/
td.l-content .cb {
	margin-top: -16px;
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-top: -16px;
	width: 576px;
}
td.l-content .i3 {
	min-height: 400px;
	
}
td.l-content div.Brick a {
	text-decoration: underline;
}
td.l-content div.Brick a:link {
	color: #000000;
}
td.l-content div.Brick a:visited {
	color: #FFCC00;
}
td.l-content div.Brick a:hover {
	color: #FFCC00;
}
td.l-content div.Title {
	color: #FFCC00;
}


/* feed-top
================================================*/
div#l-feed-top a, a:link, a:visited {
	color: #000;
}
div#l-feed-top a:hover {
	color: #FFCC00;
}
#li.feed-calendar {
	display: inline;
}
#p.feed-calendar {
	display: inline;
}

/* feed-bottom
================================================*/

div#l-feed-bottom {
	color: #000;
}
div#l-feed-bottom a, a:link, a:visited {
	color: #000;
}
div#l-feed-bottom a:hover {
	color: #FFCC00;
}
#li.feed-calendar {
	display: inline;
}
#p.feed-calendar {
	display: inline;
}

/* content-query
================================================*/
div.content-query div {
	color: #000;
}
div.content-query h3 {
	font-size: 1em;
	color: #000;
}

/* Right side content
================================================*/
div#content-right {
	height: 100%;
	position: relative;
	padding-bottom: 3px;
	bottom: -5px;
	right: -2px;
}

/* Footer
================================================*/

div#footer {
	color: #FFCC00;
	font-size: small;
	height: 50px;
	width: 100%;
	margin-top: 12px;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}
#footer a:link {
	color: #FFCC00;
	text-decoration: none;
}
#footer a:visited {
	color: #FFCC00;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

/* Login
================================================*/

div#login {
	width: 200px;
}
