﻿/* Eugene M. Sadhu */
body {
	padding: 0px;
	margin: 0px;
	text-align:center;
	background-color: #2B5D5E;
}
#container {
	margin: 0pt auto; width: 864px; text-align: left;
	background: #142B2B;
}
#leftpane {
	float:left;
	color:white;
	width:214px;
}
#main {
	background-color:white;
	margin-left:214px;
	padding:30px;
	width:550px;
}

#header {
	background:#2B5D5E url(images/header.png) no-repeat scroll 0% 0%;
	height:190px;
	width:864px;
}
#motto {
	color: white;
	padding:0px 5px;
	background:transparent url(images/shape12.gif) no-repeat scroll 0% 0%;
	height:27px;
	margin-bottom: -12px;
	font-family: arial;
	border: 1px solid black;
}
#block-menu-2 ul.menu {
	list-style: none;
	padding:0px;
	margin:0px;
	font-family: arial;
}
#block-menu-2 ul.menu li {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding: 0px;
	width: 214px;
	font-weight:;
	line-height: 33px; /* height of icon */
	background-image: url(images/aboutbutton.gif);
	text-align: center;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}
#block-menu-2 .menu a:hover {
	color: white;
	text-decoration: none;
}

#block-menu-2 .menu a:visited {
	color: white;
	text-decoration: none;
}

#block-menu-2 .menu a {
	color: white;
	text-decoration: none;
}

#block-menu-2 ul.menu .current{
	background-image: url(images/aboutbutton.gif);
	background-position: 214px 0px;
	font-weight:bold;
}

#block-menu-2 ul.menu li:hover{
	background-image: url(images/aboutbutton.gif);
	background-position: 214px 0px;
	font-weight:bold;
}

#footer {
	background:transparent url(images/footerbackground.gif) no-repeat scroll 0% 0%;
	height:64px;
	width:864px;
	padding-top: 24px;
	color: white;
	text-align: center;
	clear:both;
}
h1 {
	color: #800000;
}

h2 {
	color: #800000;
}

h3 {
	color: #800000;
}

h4 {
	color: #800000;
}

h5 {
	color: #800000;
}



#tabs-wrapper {
	height: 50px;
}
#toplinks {
	left:600px;
	position:relative;
	top:-174px;
	font-family: arial;
	font-size: 12px;
	font-weight:;
	width:300px;
}
#toplinks a:active {
	color: white; text-decoration:none;
}
#toplinks a:visited {
	color: white; text-decoration:none;
}
#toplinks a {
	color: white; text-decoration:none;
}
#toplinks a:hover {
	text-decoration: underline;
	font-style: italic;
}
#toplinks li {
	border-right: 1px solid white;
}
#toplinks li.last {
	border-right: 0px;
}

#search-block-form{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:10px;
	padding-right:10px;
}

/* some overrides */
.node-form .standard {
	clear:none;
}
#main object {
	margin-left:-11px;
	margin-right:-10px;
	margin-top:-10px;
}

/*
** Menus
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../../misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../../misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}