* {
	font: 11pt 'Times New Roman', Times;
}

img {
	border: 0;
}

.text-smaller {
	font: 10pt Garamond, 'Times New Roman', Times;
}

.text-normal {
	font: 10pt Garamond, 'Times New Roman', Times;
}

.text-normal-cap {
	font: 13pt Garamond, 'Times New Roman', Times;
}

.text-medium {
	font: 12pt Garamond, 'Times New Roman', Times;
}

.text-medium-cap {
	font: 15pt Garamond, 'Times New Roman', Times;
}

.text-bold-red {
        font-weight: bold;
        color: #f00;
}

.text-header {
	font: 20pt Garamond, 'Times New Roman', Times;
	color: #4c4c4c;
}

.text-header-cap {
	font: 36pt Garamond, 'Times New Roman', Times;
	font-style: italic;
	color: #4c4c4c;
}

.text-header-cap-no-italic {
	font: 36pt Garamond, 'Times New Roman', Times;
	color: #4c4c4c;
}

.text-normal-times {
	font: 10pt 'Times New Roman', Times;
}

.text-small-arial {
	font: 8pt Arial, Helvetica, sans-serif;
}

.login_divider {
	color: #a5a5a5;
}

.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
	width: 975px;
	position: relative;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 975px;
	float: left;
	background: url(/images/menu_bar.png);
	height: 35px;
	z-index: 0;
}

#navbar li {
	float: left;
}

#navbar a {
	display: block;
	padding: 8px 31px;
	text-decoration: none;
	color: #414141;
}

#navbar a:hover {
	color: #828282;
}

#login-text {
	float: right;
	margin: 5px 10px;
	white-space: nowrap;
}

#login-text a {
	text-decoration: none;
	color: #4c4c4c;
}

#login-text a:hover {
	color: #828282;
}

/* bottom nav */
#bottom-container {
	margin: 0;
	padding: 0;
	width: 975px;
  background: url(/images/bottom_gradient.jpg) no-repeat;
	height: 120px;
}

#bottom-navbar {
	margin-top: 20px;
	padding: 0;
	list-style: none;
	width: 975px;
	float: left;
	height: 120px;
}

#bottom-navbar li {
  float: left;
  text-align: center;
}

.footer-header {
  font: 10pt Garamond, 'Times New Roman', Times;
  color: #4f4f2f;
  margin-bottom: 14px;
}

.footer-detail {
  font: 8pt Arial, Helvetica, sans-serif;
  height: 75px;
  text-align: left;
}

.footer-detail a {
  font: 8pt Arial, Helvetica, sans-serif;
  color: #4f4f2f;
  text-decoration: none;
}

.footer-border {
  border-right: 1px solid rgb(221, 225, 207);
}

#footer-glossary {
  margin: 0;
  padding: 0;
	list-style: none;
}

#footer-glossary li {
  padding-left: 2.1em;
  float: left;
  text-align: left;
  line-height: 0.8em;
}

.glossary-header {
  font: 8pt Arial, Helvetica, sans-serif;
  color: rgb(110, 142, 14);
}
/* end bottom nav */

.copyright {
	color: #4f4f2f;
	padding-top: 5px;
	font: 8pt Arial, Helvetica, sans-serif;
}

#flash {
	color: #6e8e0e;
	margin-top: 30px;
}

.clickable {
	cursor: pointer;
}

.home-logo {
	cursor: pointer;
}

/* errors */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.common-header {
	background: url(/images/products_gradient.gif) no-repeat;
	width: 975px;
	height: 110px;
	margin: 0;
	padding: 0;
	position: relative;
}

.green-link {
	text-decoration: none;
	color: #6e8e0e;
}

.red-link {
	text-decoration: none;
	color: #f00;
}

.header-spacing {
	word-spacing: 3px;
}

.au-back-to-main-page {
	position: absolute;
	height: 22px;
	width: 162px;
	top: 26px;
	left: 10px;
	background: url(/images/back_to_main_page.png) no-repeat;
}

.au-back-to-main-page:hover {
	background-position: 0 -22px;
}

.au-next-page {
	position: absolute;
	height: 22px;
	width: 108px;
	top: 26px;
	right: 10px;
	background: url(/images/next_page.png) no-repeat;
}

.au-next-page:hover {
	background-position: 0 -22px;
}

.bottom-menu-bar:hover {
  text-decoration: underline;
}
