@charset "UTF-8";
* {
margin: 0;
}
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form{ 

margin:0px; padding:0px; border:0px; border-collapse:separate; border-spacing:0px; } input,select{ margin:0; padding:0; 
}


a:link {
	color: #0a6bd8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #044fa4;
}
a:hover {
	text-decoration: underline;
	color: #ce9d06;
}
a:active {
	text-decoration: none;
	color: #ce9d06;
}
a {
	
}


body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #013b67;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #013a67;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/IHCCwebsite_slices_01.png);
	background-repeat: no-repeat;
	height: 189px;
}
#navbox {
	background-image: url(images/IHCCwebsite_slices_02.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#body {
	background-color: #237fe7;
	background-image: url(images/IHCCwebsite_slices_04.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:500px;
	height:auto;
!important
height:500px;
	padding-bottom: 100px;
	padding-top: 20px;
}

#bodyabout {
	background-color: #237fe7;
	background-image: url(images/subbldg_about.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:500px;
	height:auto;
!important
height:500px;
	padding-bottom: 100px;
	padding-top: 20px;
}

#bodyexpo {
	background-color: #237fe7;
	background-image: url(images/subbldg_expoday.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:500px;
	height:auto;
!important
height:500px;
	padding-bottom: 100px;
	padding-top: 20px;
}

#bodyworkshops {
	background-color: #237fe7;
	background-image: url(images/subbldg_workshops.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:500px;
	height:auto;
!important
height:500px;
	padding-bottom: 100px;
	padding-top: 20px;
}

#bodygallery {
	background-color: #237fe7;
	background-image: url(images/subbldg_gallery.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:500px;
	height:auto;
!important
height:500px;
	padding-bottom: 100px;
	padding-top: 20px;
}

#bodycontact {
	background-color: #237fe7;
	background-image: url(images/subbldg_contact.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:500px;
	height:auto;
!important
height:500px;
	padding-bottom: 100px;
	padding-top: 20px;
}

#bodysponsors {
	background-color: #237fe7;
	background-image: url(images/subbldg_sponsors.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:500px;
	height:auto;
!important
height:500px;
	padding-bottom: 100px;
	padding-top: 20px;
}

#bodyregister {
	background-color: #237fe7;
		background-image: url(images/subbldg_register.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:500px;
	height:auto;
!important
height:500px;
	padding-bottom: 100px;
	padding-top: 20px;
}





#boxcontainer {
	width: 690px;
	margin-left: 48px;
}

#boxcontainersub {
	width: 500px;
	margin-left: 48px;
}

#boxcontainergallery {
	width: 600px;
	margin-left: 48px;
}


#whitebox {
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(images/box.png);
	background-repeat: repeat;
}

#whitebox_sp {
	padding-right: 30px;
	padding-left: 30px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

#sponsors {
	background-color: #FFFFFF;
	background-position: center;
}

.subhead {
	font-size: 16px;
	color: #0755b4;
	line-height: 24px;
}

/* navigation */

#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	width: 80px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	}
	
#nav a:hover {
	color: #ffffff;
	background-color: #0756b5;
}

.navover {
	color: #ffffff;
	background-color: #0756b5;
}

#nav li { /* all list items */
	float: left;
	width: 80px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #e3b02a;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
	width: 80px;
	font-weight: bold;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #e3b02a;
}
	
	/* navigation */
#footer {
	color: #FFFFFF;
	font-size: 10px;
}
.workshopbox {
	padding: 7px;
	border: 1px solid #5ea1ed;
	margin-bottom: 15px;
}

.style1 {
	color: #0099FF;
	font-style: italic;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
}

