/*********** LAYOUT STUFF **************/
html {
	height:100%;
	
	max-height:100%;
	
	padding:0;
	margin:0;
	
	border:0;
	
	font: 13px arial, verdana, "sans serif";
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: auto;
	
	/* */ 
}

body {
	height:100%;
	max-height:100%;
	overflow: auto;
	padding:0;
	margin:0;
	border:0;
}

#uber-uber-container {
	height: 100%;
	width: 100%;
	text-align: center;
	background: #E7F1FA;
	overflow: auto;
}

#uber-container {
	position: relative;
	height: 100%;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
	background: white;
}

#content {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:169px;
	bottom:25px;
	left:150px;
	right:261px;
	background: white;
}

#content-inner {
	padding: 0 5px;
}

* html #content {
	top:0;
	left:0;
	right:0;
	bottom:0;
	/*height:100%;*/
	max-height:100%;
	width:100% !important;
	width: 560px;
	overflow:auto;
	position:absolute;
	z-index:3;
	border-top:169px solid #99C4E6;
	border-bottom:25px solid #99C4E6;
	border-left:150px solid #99C4E6;
	border-right:261px solid #99C4E6;
}


#head {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:block;
	width:100%;
	z-index:5;
}

#left {
	position:absolute;
	left:0;
	top:169px;
	bottom:25px;
	width:150px;
	z-index:4;
	overflow:auto;
	background: #99C4E6;
}

* html #left {
	height:100%;
	top:0;
	bottom:0;
	border-top:169px solid #99C4E6;
	border-bottom:25px solid #99C4E6;
	color:#000000;
}

#right {
	position:absolute;
	right:0;
	top:169px;
	bottom:25px;
	width:260px;
	z-index:4;
	overflow: hidden;
	background: #99C4E6;
}

* html #right {
	height:100%;
	top:0;
	bottom:0;
	border-top:169px solid #99C4E6;
	border-bottom:25px solid #99C4E6;
	color:#000000;
}

#bottom {
	position: absolute;
	left: 0px; 
	right: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 5;
}

#bottom p, #bottom marquee {
	height: 19px;
	background: #426696; 
	color: yellow; 
	font-weight: bold; 
	margin: 0;
	padding: 2px 0 1px 0;
	font-size: 13px;
}

.column-in {
	margin: 0;
	padding: 5px;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.logo-container {
	height: 122px;
	text-align: center;
}

/*********
 Actual styles for colors, font-sizes etc
 *********/
 
/** general styles */
a {
	color: #426696;
	font-weight: bold;
}

h1, h2, h3, h4 {
	color: #426696;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

/** Header for center content */
.header {
	padding-left: 20px;
	background: #A11F27;
	color: white;
	text-align: left;
}

/** Article display styles */
div.article {
	padding: 10px 20px;
	margin: 10px 0px;
	border: 2px solid #C9C9C9;
}

div.strongArticle {
	border: 5px solid #426696;
}

div.article h3.title {
	color: #A11F27;
}

div.articleImage {
  float: right;
  margin: 5px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
div.articleImage p, div.articleImage img {
  margin: 0; 
  padding: 0;
}
div.articleImage * {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

/** Side list menu styling */
ul.menu {
	padding: 0;
	list-style: none;
	margin-top: 0;
}

ul.menu li {
	display: block;
	margin-bottom: 1px;
	margin-top: 0px;
	border: 0 !important;
	border: 1px solid silver;
	padding: 0;
}

ul.menu a {
	display: block;
	text-decoration: none;
	color: #262627;
	background: #D3D4D4;
	padding: 2px 5px;
}

ul.menu li.currentIssue a {
	background: #426696;
	color: #FFF200;
}

ul.menu li a.active {
        background-image: url(/images/current_pointer.gif);
        background-repeat: no-repeat;
        background-position: right 6px; 
}

ul.menu li.mwn a {
	background: #A22028;
	color: #FEE453;
}
ul.menu li.mwn a:hover {
	color: silver;
}

ul.menu li a:hover {
	color: #5E9EC3;
}

/** Top menu styling */
div.top-menu, div#clockdiv {
	background: #426696;
	text-align: center;
	padding: 2px;
	margin-top: 3px;
}
div.top-menu {
        color: white;
}
div#clockdiv {
        color: yellow;
        font-weight: bold;
}

div.top-menu a {
	color: white;
	text-decoration: none;
}

div.top-menu a:hover {
	color: #6B9EC3;
}

div.top-menu a.active {
	color: #FFF200;
}

div.top-menu ul {
	list-style: none;
	margin: 0;
}

div.top-menu ul li {
	display: inline;
	padding: 0px 10px;
	border-left: 1px solid white;
}

div.top-menu ul li.first {
	border-left: 0px;
}

label {
	font-weight: bold;
	color: #426696;
}

input.login_input {
	background: #D4D4D4;
	border: 1px solid silver;
	color: black;
	width: 150px;
}

input.login_input:focus {
	border: 1px solid #A11F27;
}

.directoryheaders {
	text-align: center;
}

table.directory-table {
	text-align: left;
	margin: auto;
	border-collapse: collapse;
}

table.directory-table td {
	padding: 4px;
}

.directory-header {
	background: #D4D4D4;
	padding: 2px 5px;
	border-right: 10px solid #A11F27;
}

.directory-entry-name {
	font-weight: bold;
	margin: 2px;
}

p.directory-logo {
	margin: 2px 2px 5px 2px;
}

td.directory-entry-td {
	vertical-align: top;
	width: 250px; 
}

div.articlelinks {
	margin-left: 20px;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 120%;
}

div.sub {
	margin-left: 20px;
	font-size: 80%;	
}

img {
	border: 0;	
}

ul {
	padding-left:1em;
	margin-left:0;
	margin-bottom: 1em;
}

hr {
	margin: 1px 10px;
	padding: 0;
}

.highlight {
	font-weight: bold;
	background: yellow;
}

div.title {
	background: #426696;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 16px;
}

.headlines {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
}

.headlines li {
	margin-left: 0px;
	margin-bottom: 10px;
}

.headlines li a{
	margin-left: 0px;
	font-weight: bold;
}

.headlines div.subheading {
	font-size: 14px;
	padding-left: 0px;
	font-weight: bolder;
	color: #426696;
}

#headerbanner2 {
	text-align: center;
}

#headerbanner {
	background: #99C4E6;
}


.floatRight {
	float: right;
	padding: 5px;
}

div.directory-entry {
}
div.directory-entry h4 {
	background: #237396;
	padding: 2px 5px;
	border-right: 10px solid #FEF200;
	color: #FEF200;
	font-size: 13px;
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Verdana,"sans serif";
	margin: 5px 20px 5px 0;
}
div.directory-entry img {
	margin: 5px 0;
}
div.directory-entry p {
	margin: 5px 0;
}
a.popupImage img {
	border: 3px solid #B9D2EA;
	padding: 5px;
}
a.popupImage:hover img {
	border-color: #3879B4;
}
