/* External Style Sheet for Screen, Academy of Learning - Lindsay */

/* No need to force vertical scroll bar - done with footer div (see comment there) 
html
{
  margin-bottom: 1px;
}
*/
html, body
{
	height: 100%; /* Required for FooterStick */
}
body 
{
	position: relative;   
	margin: 0;
	background: #333333 url('images/bg_ie6fix2.gif') repeat-y;
	background-position: top center; 
	color: #131313;
  font: 11px Verdana, sans-serif;
  text-align: center;
}
#page
{
	background: #F4F2ED;	
	width: 773px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}
#container
{
 	position: relative;
  min-height: 100%; /*Required for FooterStick*/
  height: auto !important; /* For Modern Browsers */	
  padding-bottom: 60px;
	background: #F4F2ED;		  
}
#header
{
	background: url('images/header.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 145px;
	width: 773px;	
	position: relative;		
}
p
{
	font-size: 11px;
	line-height: 150%;
	letter-spacing: .04em;
	font-weight: normal;
}
h1
{
	font-size: 16px;
	padding-bottom: 4px;
	margin-top: 10px;
	line-height: 150%;
}
h2
{
	font-size: 14px;	
}
/* ===========<CONTENT DIVS>============ */
#content_container
{
	padding: 10px 40px 30px 24px;	
}
#content, #content_slim
{
	display: inline;
	float: right;	
	width: 69%;
}
#content_slim
{
width: 62%;		
}
/* ===========</CONTENT DIVS>============ */
/* =============<SIDEBAR_RIGHT (on index.html) >=============*/

#sidebar_right
{
	display: inline;
	float: right;	
	width: 210px;
	padding-bottom: 12px;
	margin-left: 20px;
	margin-right: -6px;
}
#sidebar_right_top
{
	background: url('images/sidebar_right_top.gif') no-repeat;
	width: 212px;
	height: 18px; 
	padding: 0;
	margin: 0;	
}
#sidebar_right_mid
{
	background: url('images/sidebar_right_mid.gif') repeat-y;
	width: 212px;
	padding: 0;
	margin: 0;		
}
#sidebar_right_bottom
{
	background: url('images/sidebar_right_bottom.gif') no-repeat;
	width: 212px;
	height: 16px;
	padding: 0;
	margin: 0;	 	
}
#sidebar_right h2
{
	margin-top: 0;
	text-align: center;	
	color: #F4F2ED;	
	font-size: 13px;
}
#sidebar_right p
{
	padding-left: 20px;
	padding-right: 20px;
	color: #F4F2ED;
	margin-bottom: 0;
}

#sidebar_right a, #sidebar_right a:hover
{
	color: #F4F2ED;
	font-weight: bold;
}


/* =============</SIDEBAR_RIGHT>=============*/
/* ===========<IMAGE DIVS>============ */
#image_home, #image_sitemap, #image_contact, #image_about, #image_links, #image_financial, #image_policies
{
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	background: url('images/home_collage.jpg') no-repeat;
	width: 194px;
	height:	470px;
}
#image_sitemap
{
	background: url('images/sitemap.jpg') no-repeat;	
}	
#image_contact
{
	background: url('images/contact_cf.jpg') no-repeat;	
}
#image_about
{
	background: url('images/about.jpg') no-repeat;
}
#image_links
{
	background: url('images/links.jpg') no-repeat;	
}
#image_financial
{
	background: url('images/financial.jpg') no-repeat;	
}
#image_policies
{
	background: url('images/policies.jpg') no-repeat;	
}
/* ===========</IMAGE DIVS>============ */

/* ============<HORIZONTAL NAVIGATION>============ */
#nav
{
	float: left;
	margin-left: -10px;
	padding-top: 106px;
}
#navlist ul
{
	margin: 0;
	white-space: nowrap;
	padding: 0;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 2px;
}
#navlist a
{
	padding: 3px 2px 3px 18px;
	border: none;
}
#navlist a:link, #navlist a:visited
{
	color: #958970;
	font-weight: bold;
	text-decoration: none;
}
#navlist a:hover
{
	border: none;
	background-color: black;
	background-image: url('images/bullet.gif');
	color: #F4F2ED;
}
#active a:link, #active a:visited, #active a:hover
{
	border: none;
	background-color: black;
	background-image: url('images/bullet.gif');
	color: #F4F2ED;
}
/* ====<To force other elements below #nav>==== */ 
.clear_right
{
	clear: right;	 
}
/* ======<rollover drop-down menu>============ */
#dropmenudiv
{
	padding-right: 3px;
	position: absolute;
	border: none;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 130%;
	z-index: 100;
}
#dropmenudiv a
{
	color: black;
	width: 98%;
	display: block;
	text-align: left;
	border: none;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
}
#dropmenudiv a:hover
{ 
	background-color: #333333; /* hover background color */
	color: #F4F2ED;
}
/* =====</rollover drop-down menu>============ */
/* ============</HORIZONTAL NAVIGATION>============ */

/* ==================<FOOTER>=================== */
/* ===========<horizontal footer navigation>============== */
#footer
{
	clear: both;
	height: 76px; 
	width: 773px;
	position: relative;
	margin: -84px auto 0 auto; /* 'top' number pushes footer up so it's visible - setting at -84px forces vertical scroll bar in Firefox and Netscape */
	background: url('images/footer_curve.gif') no-repeat;
}
#footer_navcontainer
{
	font-size: 10px;
	font-weight: bold;
}
#footer_nav
{
	padding-top: 28px;
	margin-left: 0;
	margin-right: 0;
}
ul#footer_nav
{
	text-align: center;	
	margin-left: 0;
	padding-left: 0;
}
#footer_nav li
{
	display: inline;
	margin: 0 5px;

}
#footer_nav li a
{
	padding: 0 6px; 
	color: black;
	border: none; 
	text-decoration: none;
}
#footer_nav li a:hover
{
	color: #F4F2ED;
}
#footer_nav li a#current
{
	color: #F4F2ED;
}
#credit
{
	margin-top: -1px;	
}
#credit a:link, #credit a:visited, #credit a:active
{
	color: black;
	text-decoration: none;
}
#credit a:hover
{
	color: white;	
	text-decoration: none;
}
/* ===========</horizontal footer navigation>============== */
/* =================</FOOTER>=================== */

/* ==============<ANCHORS>=============== */
a:link 
{
	color: #891A18;
}
a:visited 
{
	color: #666633;
}
a:hover 
{
	color: #891A18;
	text-decoration: none;
}
a:active
{
	color: #891A18;
}
/* ==============</ANCHORS>=============== */

/* ================<LEFT SIDEBAR (on Career Programs and Skills Upgrading pages>=================== */

#sidebar
{
	float: left;
	margin: 20px 0 20px -18px;	
}
#sidebar_top
{
	background: url('images/nav2_top.gif') no-repeat;
	width: 250px;
	height: 26px;	
}
#sidebar_mid
{
	background: url('images/nav2_middle.gif') repeat-y;
	width: 250px;
	padding-bottom: 8px;
}
#sidebar_bottom
{
	background: url('images/nav2_bottom.gif') no-repeat;
	width: 250px;			
	height: 33px;
}

/* ================<sidebar navigation>=================== */
ul.sidebar_nav
{
	font-weight: bold;
	text-align: left;
	list-style: none;
	padding-top: 2%;
	margin: 0 0 -3px -9px;
	width: 66%;
}
ul.sidebar_nav li
{
	display: block;
	margin: 0;
	padding: 0;
}
sidebar_nav li
{
	background: black;			
}
ul.sidebar_nav li a, ul.sidebar_nav li a:visited
{
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 2em; 
	border-width: 1px;
	border-color: #999 #2D2D2D #2D2D2D #999; 
	border-style: solid;
	color: #958970;
	text-decoration: none;
	background: black; 
}
ul.sidebar_nav li a:visited

#sidebar>ul.sidebar_nav li a 
{
	width: auto;
}
ul.sidebar_nav li#active2 a
{
	background: transparent;
	color: #F5F2ED;
	border-width: 1px;
	border-style: solid;
	border-color: #2D2D2D #999 #999 #2D2D2D;	
}
ul.sidebar_nav li a:hover, ul.sidebar_nav li#active2 a:hover
{
	color: #F5F2ED;
	background: transparent;
	border-color: #2D2D2D #999 #999 #2D2D2D; 
}
li.sidebar_nav
{
	font-size: 10px;
	line-height: 125%;
}
/* ================</sidebar navigation>=================== */
/* ================</LEFT SIDEBAR>=================== */

/* ====<Skip to Content, for Screen Readers>==== */
#skip
{
	display: none;	
}
.clear
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
#reader_img
{
/* controls padding-top in IE */	
}
/* =========================<LISTS>============================ */
ul.none
{
	list-style-type: none;	
	line-height: 175%;
}
ul 
{
	line-height: 140%;	
}
/* =========================</LISTS>============================ */

/* =================<FONT SIZE AND PRINT UTILITY DIVS>==================== */

#font_size a /* to banish underlining in IE */ 
{
	text-decoration: none;	
}
#font_size
{
	float: right;
}
#print_icon
{
	float: right;
	padding-right: 10px;

}
a#print 
{
	display: block;
	width: 20px;
	height: 20px;	
	background-image: url('images/print.gif');
	background-repeat: no-repeat;
}
a#print:hover
{
	background-image: url('images/print.gif');
	background-position: left bottom;	
}
#date
{
	padding-top: 6px;
	float: left;		
}
/* =================</FONT SIZE AND PRINT UTILITY DIVS>==================== */
#sub_image
{
	background: url('images/anniversary.gif') no-repeat;
	height: 106px;
	width: 164px;	
	float: right;
}
/* ==============<SITE LAST UPDATED DIVS>=============== */
#updated
{
	position: absolute;
	bottom: 70px;
	left: 40px;
	font-weight: normal;
	font-style: oblique;
	text-align: left;
}
#updated p
{
	font-size: 11px;	
}


/* ==============</SITE LAST UPDATED DIVS>=============== */
