/* Warnings and Messages */
.warning {
	/*font-weight: bold;*/
	color: red;
}

.success {
	/*font-weight: bold;*/
	color: green;
}

/* Links */
/*:
link {
	color: black;
}
*/
a:active {
	color: rgb(255, 0, 102);
}
a:hover { 
	color: red;
}

/* Horizontal Navigation Bar */
div#navbar {
	height: 30px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #336699;
}

div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
	clear: both;
}

div#navbar li {
	list-style-type: none;
	display: inline;
}

div#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}

div#navbar li a:link {
	color: #FFF;
}
/*
div#navbar li a:visited {
	color: #CCC;
}
*/
div#navbar li a:hover {
	color: black;
	background-color: rgb(217, 231, 242);
}

div#navbar ul li#active a {
	color: gray;
	background-color: rgb(217, 231, 242);
}

/* ************** Buttons ********************* */
.redbutton {
	color: white;
	background-color: #ee000d;
	width: 85%;
}

.bluebutton {
	color: white;
	background-color: #16247d;
	width: 85%;
}

/* ************** End Buttons ********************* */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*
	background: url("/HBI/images/beige032.jpg");
	color: rgb(127,92,46);
	background-image: url("/HBI/images/house_small.jpg");
	background-repeat: no-repeat;
	background-color: rgb(241,241,234);
	*/
	margin: 10px 10px 10px 10px;
	padding: 0px;
}

#footer {
	clear: both;
	margin: 10px 10px 10px 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 8px;
	padding: 5px;
	border-top: 1px solid #333;
	color: rgb(0, 39, 93);
}

/* The following is used to scale images. */
div.rightcol {
  float: right;
  width: 78%;
  /*width: 900px;*/
  border: thin silver solid;
  margin: 0.5em 0.2em 0.2em 0.2em;
  padding: 0.2em;
  font-size: 14px;
}

/* The following is used for the left column content. */
div.leftcol {
	float: left; 
	width: 18%;
	/*width: 200px;*/ 
	padding: 0.2em 0.2em 0.2em 0.2em; 
	margin: 0.5em 0 0 0; 
	border: thin silver solid; 
	font-size: 14px;
}
/* End of left content. */

div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}
/* end of image scaling */

/* The following is used for the main header content */

#headerWrapper {
	margin: 0em;
	padding: 0em;
}

#logo {
 float: left;
}

#logoWrapper {
	background-image: url(/proddev/images/header_bg.jpg);
	background-repeat: repeat-x;
	/*background-repeat: no-repeat;*/
	/*background-color: #ffffff;*/
	height: 84px;
}

#tagline {
	color: #eae8e9;
	font-size: 1.5em;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align : center;
	vertical-align: middle;
	padding-top: 1em;
}

#taglineWrapper {
	text-align: left;
}

/* Use the 'scaled' from above with the image itself. */

/* End of main header style. */

/* This is a class for the headings in magazine, events, etc. */
.hdg {
	text-align: center; 
	font-size: 17px; 
	font-weight: bold;
}

/* This is a class for the event dates. */
.event {
	text-align: center; 
	font-size: 17px; 
	font-weight: bold;
	color: #330066;
}

/* This is a class to use for labels in tables, etc. */
.lbl {
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

.banner {
	background-color: silver;
	color: black;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
}

.tochdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330099;
   margin: 10px 10px 0px 10px;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-style: none;
	padding: 3px 2px 3px 2px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-style: none;
	padding: 3px 2px 3px 2px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: decimal;
	list-style-position: outside;
}

h1,h2,h3,h4,h5 {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border-style: none;
}