@charset "utf-8";

/*--------------------------------------------------Body & Wrapper--------------------------------------------------*/

body  {
	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(../images/bgSpan.jpg);
	background-repeat: repeat-x;
	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: 630px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:none;
	

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000099;*/
	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 #ffff00;*/
	
} 

.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 15px; 
	padding-left:398px;
	color:#000099;
	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 #000099;

} 


/*----- 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; 
	
	}
	
	
	
/*----------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: #000099;
	}
	
.twoColFixLtHdr #subheader ul li a:hover { 
	color: #FF9900;
	}
	
	
	

	
	

/*--------------------------------------------------SideBar1--------------------------------------------------*/

.twoColFixLtHdr #sidebar1 {

	float: right; /* 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;*/
	padding-top:0px;
	padding-left:0px;
	/*border-right: 1px dashed #000099;*/
	
}

.twoColFixLtHdr #sidebar1 p.header{
	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 */
	margin-bottom:10px;
	padding-top: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:12px;
	font-weight:bold;
	color:#000099;
	/*border-top: 1px solid #000099;
	border-right: 1px solid #fff;*/
}
.twoColFixLtHdr #sidebar1 p.text{
	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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:12px;
	font-weight:normal;
	color:#333333;
	/*border-top: 1px solid #000099;
	border-right: 1px solid #fff;*/
}




.twoColFixLtHdr #sidebar1 a.nav{
	display: block;
	color: #000099;
	width: 180px;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
	/*border-bottom: 1px solid #000099;*/
	font-weight: bold;
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #sidebar1 a.nav:hover{
	color: #FF9900;
	
}

.twoColFixLtHdr #sidebar1 ul.nav
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.twoColFixLtHdr #sidebar1 ul.subnav{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	
}



.twoColFixLtHdr #sidebar1 li li a{

	display: block;
	color: #666666;
	background-color:#d7eafe;
	width: 166px;
	padding: 5px 3px 5px 10px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-weight: normal;
	font-size: 12px;
}

.twoColFixLtHdr #sidebar1 li li a:hover{

	color: #FF9900;
	

}


/*---Navigation List Classes----*/

.twoColFixLtHdr #sidebar1 li.career_database  { 
	
	background-image: url(../images/icons/career_database.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}

.twoColFixLtHdr #sidebar1 li.contact_nav  { 
	
	background-image: url(../images/icons/contact.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	
.twoColFixLtHdr #sidebar1 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 #sidebar1 li.interest_surveys  { 
	
	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 #sidebar1 li.institution_survey  { 
	
	background-image: url(../images/icons/institution_survey.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	
.twoColFixLtHdr #sidebar1 li.institution_database  { 
	
	background-image: url(../images/icons/institution_database.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	
.twoColFixLtHdr #sidebar1 li.highlighted_careers  { 
	
	background-image: url(../images/icons/video.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	
.twoColFixLtHdr #sidebar1 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 #sidebar1 li.evaluations  { 
	
	background-image: url(../images/icons/evaluation.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	
	
.twoColFixLtHdr #sidebar1 li.home  { 
	
	background-image: url(../images/icons/home.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0px 0 0px 20px;
	margin: .4em 0;
	}
	



/*-------*/
	



/*-----Small List Class-----*/

.twoColFixLtHdr #sidebar1 a.small{
	
	text-decoration: none;
	
}

.twoColFixLtHdr #sidebar1 ul.small { 
	list-style-type: none; 
	margin: 0;
	padding: 0px;
	padding-left: 20px;
	text-align: left;
	}
	

.twoColFixLtHdr #sidebar1 ul.small li{ 
	
	margin: 0;
	padding-right: 3px;
	
	
	}
	

.twoColFixLtHdr #sidebar1 ul.small li a { 
	text-decoration: none; 
	font-size:9px;
	font-weight:normal;
	color: #666666;
	}
	
.twoColFixLtHdr #sidebar1 ul.small li a:hover { 
	color: #FF9900;
	}
	
	
	

/*--------------------------------------------------MainContent--------------------------------------------------*/

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0px;
	width:390px;
	padding-top:25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right:10px;
	padding-left:15px;
	
} 

.twoColFixLtHdr #mainContent p{
	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-top: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-left: 5px;
	padding-bottom: 20px;
	font-size:12px;
	color:#333333;
}

.twoColFixLtHdr #mainContent 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:18px;
	color:#000099;
}

.twoColFixLtHdr #mainContent h2{
	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:18px;
	color:#000099;
}



/*--------------------------------------------------Footer--------------------------------------------------*/

.twoColFixLtHdr #footer { 
	margin-top:20px;
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none; 
	border-top: 2px solid #010b4c;
} 
.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:Arial, Helvetica, sans-serif;
	font-size:10px;
}


img{
border:none;
padding-left:5px;
}


#links ul{

	list-style-type:none;
	padding:15px 0 0 0;
}


#links li{

	padding:0 0 10px 0;
}


#links a{
	font-size:14px;
	font-weight:bold;
	color:#FFCC00;
}

#links a:hover{
	font-size:14px;
	font-weight:bold;
	color:#003366;
}

#content{
	margin:20px 0 0 0;
	padding:0;

}

#content p{
	font-size:12px;
	margin:5px 0 5px 0;
	padding:0;
	
}

#content a{
	font-size:12px;
	margin:0;
	padding:0;
	color:#003366;
}

#content a:hover{
	font-size:12px;
	margin:0;
	padding:0;
	color:#FFCC00;
}

#content h4{
	font-size:16px;
	margin:0;
	padding:0;
}

#content hr{
	
	margin:0 0 20px 0;
	padding:0;
}


.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;
}
