

.menu {color: #ffffff; font-weight: bold; text-decoration: none; }
.submenu {color: #ffffff; text-decoration: none; }

.header {font-weight: bold; font-size: 1.4em; letter-spacing: 0.1em; font-variant: small-caps; margin: 0; display: inline;}

.textbox { border-bottom: 1px solid #cc9933; border-top: 1px solid #cc9933; border-left: 1px solid #cc9933; border-right: 1px solid #cc9933; background-color: #ffffff;}
.dropdown { border: 1px solid #cc9933; background-color: #ffffff; font-family: arial, helvetica, verdana;}

.error {color: #ff0000;}

.underline {
	text-decoration: underline;
}

.calendarheader {
	color: #7E290D;
	font-weight: bold;
}

.white12, .white10 {
	color: #ffffff;
}

html {
	font-family: arial, helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}


a {
	color: #336699;
}

div#container {
	/*width: 74%;*/
  width: 910px;
	max-width: 910px;
	border-width: 0 5px 5px 0;
	border-style: solid;
	border-color: #000000;
}


div#heading_container {
	background-color: #336699;
	color: #ffffff;
	position: relative;
}

div#branding {
	float: left;
	padding: 15px 0;
	border-width: 0 5px 5px 0;
	border-style: solid;
	border-color: #000000;
	background-color: #ffffff;
	color: #000000;
	width: 20%;
	text-align: center;
}

div#header {
	text-align: center;
	/* background-color: #cc9933; */
  background-color: #336699;
	color: #ffffff;
	padding: 10px 0px;
}

div#header h1 {
	font-size: 1.2em;
	margin: 0;
	text-transform: uppercase;
}

div#search_iapmo {
	position: absolute;
	bottom: 0;
	right: 0;
  /* background-color: #F7C673; */
	background-color: #bad3e6;
	color: #000000;
	padding: 3px;
	font-size: 0.75em;
	width: 280px;
}

div#search_iapmo form {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

div#search_iapmo #search_text {
	border: 1px solid #000000;
}

div#search_iapmo #submit_button {
	font-size: 0.8em;
	background-color: #336699;
	color: #ffffff;
	border-left: 1px solid #9BB5CE;
	border-top: 1px solid #9BB5CE;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1px 2px;
}

div#navigation {
	font-size: 0.75em;
	float: left;
	width: 20%;
	background-color: #336699;
	color: #ffffff;
	border-right: 5px solid #000000;
	padding: 15px 0;
}

div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navigation ul li {
	padding: 5px 0px 5px 0;
	border-bottom: 1px solid #9BB5CE;
}

div#navigation ul li.current {
	background-image: url(https://publications.iapmo.org/productlisting/www/images/arrow_gold.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}

div#navigation ul a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 3px 16px 3px 28px;
}

div#navigation ul a:hover {
	background-color: #9BB5CE;
}

div#navigation ul a.complete {
	background-image: url(https://publications.iapmo.org/productlisting/www/images/checkbox2.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

div#navigation ul ul a {
	padding-left: 43px;
	text-indent: -10px;
	font-weight: normal;
}

div#navigation ul ul li {
	padding: 0;
	border-bottom: 1px solid #336699;  /* ie was putting a mysterious padding on list elements until i added this.  go figure.  */
	position: relative;
}

div#navigation ul ul li.current {
	background-position: 5px 7px;
}

div#navigation ul.popout_menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 150px;
	margin-left: 5px;
	border: 1px solid #336699;
	background-color: #efebef;
	color: #336699;
	display: none;
}

div#navigation ul.popout_menu li {
	border-bottom: 1px solid #336699;
	padding: 3px;
}

div#navigation ul ul li:hover ul.popout_menu {
	display: block;
}

div#navigation ul.popout_menu a {
	color: #336699;
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
}

div#navigation ul.popout_menu a:hover {
	background-color: #fefefe;
}

div#content {
	float: right;
	width: 75%;
	padding: 5px;
	font-size: .85em;
}

div#content table {
	font-size: 1em;
}

form#frmHelpPages fieldset {
	border: 0;
	padding: 0;
}

form#frmHelpPages fieldset legend {
	display: none;
}

form#frmHelpPages fieldset #submit_button {
	display: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
