/* ------------------------------------------------- */
/* box to the right of the navbar */
/* ------------------------------------------------- */
#workContainer {
	float: left;
	width: 550px;
	/*height: 362px;
	*/color: #000000;
	border: 1px solid black;
	position: relative;
	margin: 70px 0;
}
#workContainer p {
	font-size:14px; 
	line-height: 16px;
	margin: 0px 10px 16px 10px;
	margin-bottom:1em;
}
#workContainer h1 {
	/*32px via YUI Fonts CSS foundation*/
	font-size:32px; 
	line-height: 32px;
	margin: 12px 10px 16px 10px;
}
#workContainer h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:22px; 
}
#workContainer h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:14px;
	color: #CC0000;
}
#workContainer h2,
#workContainer h3 {
	/* top & bottom margin based on font size */
	margin: 22px 3px 4px 10px;
	color: #123456;
}
#workContainer h2.first,
#workContainer h3.first {
	margin-top: 4px;
	height: 1.2em;
	overflow: hidden;
}
#workContainer h3 {
	/* top & bottom margin based on font size */
	margin: 8px 3px 0 0;
}
#workContainer h3,
#workContainer h4,
#workContainer h5,
#workContainer h6,
#workContainer strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
#workContainer abbr,
#workContainer acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
#workContainer em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
#workContainer blockquote,
#workContainer ul,
#workContainer ol,
#workContainer dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
#workContainer ol,
#workContainer ul,
#workContainer dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
#workContainer ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
#workContainer ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: square outside;
}
#workContainer dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
/* quotes within text */
#blockquote {
	border: 1px solid black;
	padding: 8px;
	position: relative;
	background:#ECE5B6; 
	margin-left:40px; 
	margin-right:40px; 
	margin-bottom:10px;
	color: #123456;
}
/* at the bottom of multipage sections */
#pagenumbers {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
/* step-by-step process */
#fourpanel {
	text-align: center;
}
#fourpanel *{
	padding: 0;
	margin: 0;
}
#steps {
	color: #123456;
	padding-left: 10px;
	padding-right: 10px;
}
/* ------------------------------------------------- */
/* scroll box for Meet our Students - sample profile */
/* ------------------------------------------------- */
#studentsIntroPictures{
	float: left;
	width: 195px; 
	height: 310px; 
	overflow: auto;
}
#studentsIntroPictures img{
/*	display: block; */
	margin-left: 8px;
	float: left;
	width: 80px;
	height: 90px;
	padding: 5px;
}
/* container box for Meet our Students - form/text */
#studentsIntroForm{
	padding: 5px 5px 5px 5px;
	width: 330px; 
	height: 310px; 
	overflow: auto; 
/*	border: 1px solid red; */
	border-left: 1px solid #123456;
	margin-bottom: 10px;
}

/* ------------------------------------------------- */
/* scroll box (inside of work container) */
/* ------------------------------------------------- */
#scrollContainer{
	padding: 5px 5px 5px 5px;
	height: 310px; 
	overflow: auto; 
}

#shortScrollContainer{
	padding: 5px 5px 5px 5px;
	width: 310px; 
	height: 235px; 
	overflow: auto; 
}

/* ------------------------------------------------- */
/* Inquiry Form */
/* ------------------------------------------------- */
fieldset {
	/*margin:1em 0 0 0;*/
	padding: 0;
	border: 0;
	/*border-top: 1px solid #123456;  */
}
fieldset legend {  
	margin-left: 1em;  
	color: #123456;  
	font-weight: bold;
} 
fieldset div.fm-opt,
fieldset div.fm-req {
	font-weight:bold;
}
fieldset div.fm-req label:before {
	content:"* ";
}
fieldset p{
	padding: 0;
	margin: 0;
}
label {
	padding: 0;
	padding-top: 3px; 
	float: left;
	clear: left;
	width: 200px;
}
#workContainer input.checkbox {
	float: left; 
	clear: left;
	margin-left: 10px;
	padding: 0;
}
label.checkbox {
	margin-left: 15px;
	width: 400px;
	clear: none;
	padding: 0;
}
label.short {
/*	margin-left: 15px; */
	width: 120px;
	clear: none;
	padding: 0;
}
#workContainer textarea {
	width: 405px;
}
#workContainer input.text {
	width: 200px;
}
#workContainer input.short_text {
	width: 120px;
}
#workContainer input.short_text {
	margin-bottom: 3px;
}
#workContainer input.text,
#workContainer select {
	margin-bottom: 5px;
}
input:focus, textarea:focus {
	background:#e5e5e5;
	color:#000;
}
#workContainer input.submit {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 170px;
}

.blue_line {
	background-image: url("http://yfuusa.org/img/blue_line.jpg");
    background-repeat: no-repeat;
    float: right;
    height: 1px;
    margin-top: 10px;
    width: 100%;
}

.header_box {
	float: right;	
}

#colRight .header_box td {
	padding: 2px 8px;	
}

/* Normal styling */
.cb {
	float: left;
    margin: 1em 0 0;
    width: 250px;
    position:relative;
}
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(http://yfuusa.org/img/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(http://yfuusa.org/img/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(http://yfuusa.org/img/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(http://yfuusa.org/img/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(http://yfuusa.org/img/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(http://yfuusa.org/img/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}

#colRight .i3 h1 {
	font-size: 24px;
    font-weight: normal;
    line-height: 16px;
}

#colRight .i3 p {
	color: #53371F;
    font-size: 12px;
    line-height: 12px;	
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

