
body,td,th {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

body {
	margin: 0px;
	background: url('/images/IHPBG_2011.jpg') no-repeat top left;
	behavior:url('/js/cssHoverFix.htc');
}

sup {
	line-height: 0;
}

#IHPMenu {
	position: relative;
	float: left;
	top: 165px;
	width: 200px;
	height: 500px;
	z-index: 100;
}

#IHPContent {
	position: absolute;
	left: 200px;
	float: left;
	padding: 150px 0px 0px 20px;
	width: 600px;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#IHPCalendarImage {
	position: relative;
	float: left;
	top: 100px;
	left: 20px;
	text-align: right;
}

/*
#IHPFooter {
	position: relative;
	clear: both;
	width: 600px;
	padding-top: 20px;
}
*/
/*** TEXT HEADING TREATMENTS ***/

h2 { font-size: 36px; margin-top: 10px; margin-bottom: 15px; }
h3 { font-size: 24px; margin-top: 10px; margin-bottom: 0px; }
h4 { font-size: 18px; margin-top: 10px; margin-bottom: 0px; }

/*** TEXT LINK TREATMENTS ***/
a { 
     text-decoration:underline;
	 color: #009966;
} 
a:hover {  /*, #nav li:hover*/
     background-color:#EEEEEE; 
} 
.linksm { 
     text-decoration:underline;
	 font-size: 13px;
	 color: #009966;
}

/*** MENU ***/

/* Main Menu */
#navigation {
	width: 200px;
	font-size: 14px;
	font-weight: bold;
}
#navigation ul {
	position: relative;
	margin: 10px;
	padding: 8px;
	background-color: #eee;
	border: 1px solid #999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	behavior: url(/css/border-radius.htc);
	border-radius: 8px;
}
#navigation ul li {
	height: 30px;
	line-height: 30px;
	list-style: none;
	padding-left: 10px;
	background-color: #eee;
	/*border-top: 1px #fff solid;*/
	border-bottom: 1px #fff solid;
	cursor: pointer;
}

/* Main Menu Link Styles */
#navigation ul li a {
	color: #555;
	text-decoration: none;
}
#navigation ul li a:hover {
	background-color: #C5E3BF;	
}
#navigation ul li:hover {
	background-color: #C5E3BF;
	position: relative;
}

/* Sub-Menu */
#navigation ul ul {
	display: none;
	position: absolute;
	left: 140px;
	top: -19px;
}
#navigation ul li:hover ul {
	display: block;
}
#navigation ul ul li {
	display: block;
	background-color: #e5e5e5;
	width: 150px;
	float: left;
	display: inline;
	/*border-top: 1px #fff solid;*/
	border-bottom: 1px #fff solid;
	cursor: pointer;
}
#navigation ul ul li:hover {
	text-decoration: none;
}
#navigation li:hover ul li ul {
	display: none;
}
#navigation ul ul li ul {
	left: 110px;
	background-color: #EEE;
}
#navigation ul ul li:hover ul {
	background-color: #C5E3BF;
	display: block;
}

/*** END MENU ***/

.headline {	font-size: 16px;
	color: #990000;
	font-weight: bold;
	margin-top: 0px;
}
.maintext {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}
.attntext {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}
.attntext_sm {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}
.attntext_main {
	font-weight: bold;
	font-style: italic;
	color: #990000;
}
.disclaimer {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 90%;
}
.rightbox {
	float:right;
	width:250px;
	margin-top:15px;
	margin-left:25px;
	border:3px solid #DDD;
	background-color:#FFF;
	text-align:center;
	padding:10px;
}
.onlinescheduler {
	width:200px;
	border:3px solid #DDD;
	background-color:#FFF;
	margin-left:10px;
	padding-left:10px;
}
.eventsbox {
	width:550px;
	border:3px solid #DDD;
	background-color:#FFF;
	padding:10px;
}
.classdescriptions {
	margin-bottom:0px;
	margin-top:10px;
}
.frmfld {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #666;
}
.frmfldsm {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #666;
}
.frmbtn {
	background: #fff;
	border: thin solid #00CC00;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
.frmbtnsm {
	background: #fff;
	border: thin solid #DDD;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 1px;
	font-size: 8px;
	font-weight: normal;
	cursor: pointer;
}
.greybox {
	width: 100%;
	padding: 20px;
	border: 4px solid #DDD;
	background-color: #EEE;
	margin-bottom: 12px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	behavior: url(/css/border-radius.htc);
	border-radius: 25px;
}
.greybox h3, h4 {
	margin-top: 0px;
}
.whitebox {
	width: 100%;
	padding: 20px;
	border: 4px solid #DDD;
	background-color: #FFF;
	margin-bottom: 12px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	behavior: url(/css/border-radius.htc);
	border-radius: 25px;
}
.whitebox h3, h4 {
	margin-top: 0px;
}

/* */
#field { margin-left: .5em; float: left; }
#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
/*br { clear: both; }*/
input { border: 1px solid black; margin-bottom: .5em;  }
input.error { border: 1px solid red; }
label.error {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}
label.valid {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}
