@charset "utf-8";

/*--------------------------------------------------Body & Wrapper--------------------------------------------------*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	background-image: url(../images/bgfade.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FF0000;
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 



/*--------------------------------------------------Header--------------------------------------------------*/

.twoColFixLtHdr #header { 
	background: #fff; 
	background-image: url(../images/header.jpg);
	height:143px;
	border-bottom:1px solid #FF0000;
	
} 

.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 15px;
	padding-left:398px;
	color:#FF0000;
	font-size:16px;
}



/*--------------------------------------------------SubHeader--------------------------------------------------*/

.twoColFixLtHdr #subheader { 
	background: #FFFFFF;
	background-image:url(../images/fade.jpg);
	background-repeat: repeat-x; 
	margin:0;
	padding:5px;
	height:20px;
	border-bottom:1px solid #c6c6c6;

} 


/*----- Search List Class-----*/
	
.twoColFixLtHdr #subheader ul.search { 
	list-style-type: none; 
	margin: 0;
	padding: 0;
	text-align: left;
	}
	

.twoColFixLtHdr #subheader ul.search li { 
	display: inline; 
	
	}
	


/*----- Function List Classes (print, pdf, etc)-----*/

.twoColFixLtHdr #subheader ul.functions { 
	list-style-type: none; 
	margin: 0;
	padding: 0;
	text-align: right;
	}
	

.twoColFixLtHdr #subheader ul.functions li { 
	display: inline; 
	
	}
	
	
	
/*----------Function List Icon Classes----------*/

.twoColFixLtHdr #subheader li.bookmark  { 
	
	background-image: url(../images/icons/favorite.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 15px;
	margin: .4em 0;
	}	

.twoColFixLtHdr #subheader li.print  { 
	
	background-image: url(../images/icons/printer.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 15px;
	margin: .4em 0;
	}	
	
.twoColFixLtHdr #subheader li.pdf  { 
	
	background-image: url(../images/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 15px;
	margin: .4em 0;
	}	
	
.twoColFixLtHdr #subheader li.contact  { 
	
	background-image: url(../images/icons/contact.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 15px;
	margin: .4em 0;
	}	
	
/*-----End List Icon  Classes------*/


.twoColFixLtHdr #subheader ul li a { 
	text-decoration: none; 
	padding: .2em .5em;
	font-size:9px;
	color: #990000;
	}
	
.twoColFixLtHdr #subheader ul li a:hover {
	color: #FF6600;
	}
	
	
	

	
	

/*--------------------------------------------------SideBar1--------------------------------------------------*/

.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #f1f3f5;*/
	margin:0;
	padding:0;


	
}

.twoColFixLtHdr #sidebar1 p{
	margin-top: 30px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 3px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/fade.jpg);
	background-repeat: repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#990000;
	border-top: 1px solid #FF0000;
	border-right: 1px solid #fff;
}



/*--------------------------------------------------Nav--------------------------------------------------*/

.twoColFixLtHdr #nav {
		margin:25px 0 0 10px;
		padding:5px;
		border: 1px solid  #c6c6c6;
}

.twoColFixLtHdr #nav a{
	display: block;
	color: #990000;
	width: 163px;
	margin:0;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
	/*border-bottom: 1px solid #000099;*/
	font-weight: bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #nav a:hover{
	color: #FF6600;
	background: #FFFFCC;
}



.twoColFixLtHdr #nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	
}



/*---Navigation List Classes----*/


.twoColFixLtHdr #nav li.school  { 
	
	background-image: url(../images/icons/interest_surveys.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	
.twoColFixLtHdr #nav li.career_clusters  { 
	
	background-image: url(../images/icons/career_clusters.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	

	
.twoColFixLtHdr #nav li.video  { 
	
	background-image: url(../images/icons/video.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	
.twoColFixLtHdr #nav li.resources  { 
	
	background-image: url(../images/icons/resources.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	
.twoColFixLtHdr #nav li.career_links  { 
	
	background-image: url(../images/icons/plan.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}

.twoColFixLtHdr #nav li.programs  { 
	
	background-image: url(../images/icons/programs.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	
.twoColFixLtHdr #nav li.about  { 
	
	background-image: url(../images/icons/about.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}


	
.twoColFixLtHdr #nav li.evaluation  { 
	
	background-image: url(../images/icons/evaluation.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	
	
.twoColFixLtHdr #nav li.home  { 
	
	background-image: url(../images/icons/home.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	
.twoColFixLtHdr #nav li.workforce_development  { 
	
	background-image: url(../images/icons/journey.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	


/*-------*/
	
	
	
	
	


/*--------------------------------------------------Logos--------------------------------------------------*/

.twoColFixLtHdr #logos {
		margin:25px 0 0 10px;
		padding:5px;
		border: 1px solid  #c6c6c6;
}

.twoColFixLtHdr #logos h1{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:14px;
	color:#990000;
	border-bottom:1px solid #c6c6c6;
}


.twoColFixLtHdr #logos a{
	color: #666666;
	margin:0;
	padding: 0;
	text-decoration:none;
	border-bottom: 1px solid #c6c6c6;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #logos a:hover{
	color: #990000;
}

.twoColFixLtHdr #logos ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	
}


.twoColFixLtHdr #logos li.deptEd  { 
	
	background-image: url(../images/logos/deptEd.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding: 3.5em 0 0 0;
	margin: 0 0 .5em 0;
	}
	
	
.twoColFixLtHdr #logos li.tcids  { 
	
	background-image: url(../images/logos/tcids.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding: 3.5em 0 0 0;
	margin: 0 0 1em 0;
	}

.twoColFixLtHdr #logos li.vcc  { 
	
	background-image: url(../images/logos/vcc.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding:3em 0 0 0;
	margin: 0 0 1.5em 0;
	}
	
.twoColFixLtHdr #logos li.rocc  { 
	
	background-image: url(../images/logos/rocc.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 2em 0 0 0;
	margin: .4em 0;
	}






	

/*--------------------------------------------------MainContent--------------------------------------------------*/

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 215px;
	padding:25px 25px 0 10px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	
} 

.twoColFixLtHdr #mainContent p{
	margin: 0 0 15px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0 0 10px 0;
	font-size:12px;
	color:#333333;
	text-align:justify;
}

.twoColFixLtHdr #mainContent p.underline{
	border-bottom: 1px solid #c6c6c6;
}

.twoColFixLtHdr #mainContent a{
	font-size:12px;
	color:#333333;
}

.twoColFixLtHdr #mainContent a.red{
	font-size:12px;
	color:#990000;
}

.twoColFixLtHdr #mainContent a.redMed{
	font-size:10px;
	color:#990000;
}


.twoColFixLtHdr #mainContent a.redSmall{
	font-size:8px;
	color:#990000;
}

.twoColFixLtHdr #mainContent a:hover{

	color: #FF6600;
}

.twoColFixLtHdr #mainContent h1{
	margin: 0 0 20px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:22px;
	color:#990000;
}

.twoColFixLtHdr #mainContent h2{
	margin: 45px 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:18px;
	color:#990000;
}

.twoColFixLtHdr #mainContent h3{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:14px;
	color:#990000;
}


.twoColFixLtHdr #mainContent ul{

		margin:20px 0 0 15px;
		padding:0 0 0 20px;
		

}

.twoColFixLtHdr #mainContent ol{

		margin:20px 0 0 15px;
		padding:0 0 0 20px;
		

}


.twoColFixLtHdr #mainContent li{

		padding:0 0 10px 0;
		

}






/*----------------------------------------Cluster----------------------------------*/


.twoColFixLtHdr #core_cluster{
		
		margin:0;
		padding:0;

}

.twoColFixLtHdr #core_cluster img{
		
		margin: 4px 0 0 0;
		padding:0;
		width:115px;
		float:left; 
		border:none;
		

}



.twoColFixLtHdr #core_cluster h1{
		
		margin:0 0 0 130px;
		padding:0;
		font-size:18px;

}

.twoColFixLtHdr #core_cluster h2{
		
		margin:55px 0 25px 0;
		padding:0 0 10px 0;
		font-size:16px;
		border-bottom: 1px solid #c6c6c6;

}

.twoColFixLtHdr #core_cluster h3{
		
		margin:0 0 0 130px;
		padding:0;
		font-size:14px;

}



.twoColFixLtHdr #core_cluster p{
		
		margin:5px 0 55px 130px;
		padding:0 0 10px 0;
		border-bottom: 1px solid #c6c6c6;


}

.twoColFixLtHdr #core_cluster ul{
		
		margin:5px 0 25px 130px;
		

}

.twoColFixLtHdr #core_cluster li{
		
		display:inline;


}





/*--------------------------------------------------Footer--------------------------------------------------*/

.twoColFixLtHdr #footer { 
	margin-top:20px;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebebeb; 
	border-top: 1px solid #c6c6c6;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#990000;
}





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}