/* CSS Document */
/*  */
/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */ 

/* style for directions on how to use section of a page */
.directions {
	margin:0 0 1em 0.5em;
	padding:0 1.25em 0 0.5em;
	border-left:0.25em solid #006699;
}
/* used to call attention to element */
.attention {
	font-weight:bold;
}
.subtext	{
	font-size:.75em;
	color:#999999;
}
/* navigation menu style parameter fo list items */
#nav ul {
	margin:0 0 0 1px;
	padding:0;
	list-style:none;
	width:12em;
}
#nav li {
	position:relative;
	margin:0;
	padding:0 0 0.5em 0;
}
#nav li ul {
	position:relative;
	left:0.5em;
}
#nav li ul li {
	padding:0 0 0 0;
	font-size:0.9em;
}
#nav form {
	margin:1px;
	padding:0 0 0 .7em;
}
.normal {
	color:#000000;
	font-size:1.33em;
}
.error {
	color: #FF0000;
	font-style: normal;
	padding: 0 0 0 0.25em;
}
.required {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	background-color: #FFE6E6;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
 /* WinIE7 only */
*:first-child+html .clearfix{
	height:1%;
} 
/* WinIE6 and below */
/*¥*/
* html .clearfix{
	height:1%;
}
/**/
/* MacIE only */
/*¥*//*/
.clearfix{
	display:inline-table;
}
/**/