/* ---------------------
	Title: One Pica codebase - Screen stylesheet for Internet Explorer 6
	Filename: screen_ie6.css
	Author: One Pica Inc, Boston MA
---------------------- */

/* General
---------------------- */
body {
	font-size: 62.5%; /* equivalent to 10px; allows IE6 to resize text */
}

/* Nav-Section
---------------------- */
#nav-section {
	height: 1%; /* Fixes background overextension */
}

/* For links that have 3rd-level children, i.e. eScription Experience */
#nav-section ul li.haschildren ul li a {
	padding-bottom: 5px; /* Different from Fx */
}
#nav-section ul li.haschildren ul li a:hover, #nav-section ul li.haschildren ul li a:active {
	padding-bottom: 5px; /* Different from Fx */
}
#nav-section ul li.haschildren ul li a:hover span, #nav-section ul li.haschildren ul li a:active span {
	padding-bottom: 2px; /* Different from Fx */
}
#nav-section ul li.haschildren ul li a.current span, #nav-section ul li.haschildren ul li a.current:hover span, #nav-section ul li.haschildren ul li a.current:active span {
	padding-bottom: 3px; /* Different from Fx */
}


/* Forms
---------------------- */
form label {
	width: 35%;
	padding: 0 5% 0 0;
}
form input, form select, form textarea {
   width: 58.2%;
}
.content-form p.indent {
	margin-left: 31%; /* Different from Fx */
}
#regForm p.indent {
	margin-left: 28.6%; /* Different from Fx */
}

/* Multicol
---------------------- */
.twoColumnLayout {
	display: inline; /* Fix IE double-margin bug */
}
	.twoColumnLeft {
	}
.threeColumnLayout {
	display: inline; /* Fix IE double-margin bug */
}
	.threeColumnLeft {
	}
	.threeColumnMiddle {
	}
	
/* Content
---------------------- */