/* 
    Government of Alberta Base Style Sheet
    CSS2 Definitions for Layout
    GOA HOMe
*/
/* Base Definitions with Layout
body {background-color:#5f6a72;text-align:center;} */


/* 
    Primary Layout Containers 

#pageWrap {width:1000px;margin: 0 auto;text-align:left;}
*/

#pageWrap {
    margin: 0px auto 0px auto;
    background: url(/images/alisIDT/page-bg-top.png);
    background-repeat: no-repeat;
    background-position: top center;
}


/* 
#pageWrap {

	min-width:760px;
	/--max-width:760px;--/

	max-width:1100px;
	/-max-width:970px;--/

	margin: 0 auto;
	text-align:left;	
}*/
/*
#page {
	margin:0 16px;
	padding:0 8px;
	position:relative;
}
*/

#page {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 952px;
}

#header {
	/**background: url(../images/interface/bgHeader.jpg) repeat-x top;**/
	text-align:right;
	height:81px;	
}
#navColumn {
	float:left;
	width:175px;
	margin-right:16px;
	clear:both;
	/*font-family: Arial, Helvetica, sans-serif;*/
} /* edit nav column was 150px*  <----------------------*/

/**************************************/
/**************************************/

#contentColumn {
	border-left: 202px solid #fff;
	/*font-family:verdana,arial,helvetica,sans-serif;*/
}

#content {
	/*\*/float:left;
	width:100%;
}

body#home #content {
	margin-top:0;	
}

/*
#footer {
	clear:both;
	margin:0 -8px;	
}
*/
/*
    Subsidiary Layout Containers
*/
/* Accessibility Helpers */
#accessHelpers {
	}
#skipToNav, #skipToContent {
	position: absolute;
	right: 20px;
	top: -100px;	
}
#skipToNav a:focus, #skipToContent a:focus {
	position: absolute;
	top: 100px;
	right:20px;
	padding: 0.15em;
	width:10em;
	color: #fff;	
}
/* Header Layout Containers */

/*new logo*/
#logo {
	padding:10px 0 8px 0px;

    /**background: url(../images/interface/bgHeaderLeft.jpg) no-repeat bottom left;**/
	float:left;
	text-align:left;
	width: 500px; /* widened for ALIS from 420px */
}
#logo img {
	float:left;
	padding:0 11px 6px 0;
	/*border-right:2px solid #4576ae;*/
	margin-right:11px;	
}


h1#siteTitle {
	float:left;
	color:#fff;
	font-weight:normal;
	font-size:16px;
	letter-spacing:1px;
	margin:0;
	padding:3px 0 0 0;
	line-height:34px;
}
h1#siteTitle a {
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	margin:0;
	padding:0;
	line-height:34px;	
}
h1#siteTitle a:hover {
	color:#ccc;	
}

/****************************************/
/****************************************/

/**
ul#metaNav {
	margin:0;	
	padding: 10px 10px 0 10px;	
	list-style:none;	
	height:21px;	
	vertical-align:bottom;
}

ul#metaNav li {	
	margin:0;	
	padding:0 0 0 10px;	
	display:inline;
}

ul#metaNav a {	
	color:#fff;
}

ul#metaNav a:hover {	
	color:#ccc;	
}
**/

/* content styles */

#metaNavDiv {
    float: right;
}

ul#metaNav {
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 5px;
    list-style-type: none;
}
ul#metaNav li {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
}
ul#metaNav a {
    font-size: 0.917em;
    color: #000000;
    text-decoration: none;
}
ul#metaNav a:hover {
   text-decoration: underline;
}

/****************************************/
/****************************************/

/**
#searchDiv {
	position:relative;
	bottom:0;
	right:0;
	padding: 4px 0px 0px 0px;
    z-index: 8;
}

#searchForm {
	/--background: url(../images/interface/bgHeaderRight.jpg) no-repeat bottom right;--/
	margin:10px 0 0 0;
	height: 21px;
	padding:10px 10px 23px 10px;
	float: right;
}

#searchForm .searchInput {
	margin:0;
}

.searchButton {
	background-color:#EEEEEE;
	border:1px solid #0A0A0A;
	color:#0A0A0A;
	font-size:11px;
	padding:2px;
	margin-left:3px;
}

.searchButton:hover {
	background-color:#AAAAAA;
	color:#FFFFFF;
}
*/

#searchDiv {
	position:relative;
	bottom:0;
	right:0;
	padding: 14px 0px 0px 0px;
	margin-top: 0px;
    z-index: 8;
}

#searchForm {
    float: right;
    padding: 10px 20px 2px 10px;
    width: 380px;
    overflow: hidden;
    text-align: right;
}

#searchForm .searchInput {
    width: 208px;
    font: 11px/1.2 Arial, Helvetica, sans-serif;
    color: #000000;
    padding: 3px;
    height: 14px;
    border: 1px solid #36424b;
}
#searchForm .searchButton {
    margin: 1px 0px 0px 0px;
    background: #36424b url(/images/alisIDT/sprite.png) no-repeat -2px -1px;
    width: 22px; 
    height: 22px; 
    cursor: pointer; 
    position: absolute;
    border: 1px solid #000000;
}

/****************************************/
/****************************************/

div#bgHeaderRight {
}

div#advancedsearch {
    top:0;
	right:0;
	padding: 3px 0px 0px 0px;

/*
	position:absolute;
	top:0;
	right:0;
	padding: 63px 18px 0px 0px;*/
}

div#advancedsearch a {	
	font-size:0.917em;
	color: #000000;
	text-decoration: none;
}

ul#advancedsearch a:hover {	
	color:#ccc;	
}

/****************************************/
/****************************************/

/*** OLD CODE *** Breadcrumb, Text Resizer and Search Form 
#breadcrumb {
	padding:5px 0px 2px 0px;
	color:#000;
	background:#FFF;
	border: 1px solid #000000;
}
#breadcrumb a {
	color:#000;
	white-space:nowrap;	
}
#breadcrumb a:hover {
	color:#2d68c2;	
}
#breadcrumb p {
	margin:0;
	padding:0;	
}
#textResizer {
	margin:-2px -50px 0 0;
	padding:0;
	list-style:none;
	float:right;	
}
#textResizer li {
	margin:0;
	padding:0;
	display:inline;	
}
#textResizer a {
	margin:0;
	padding:0;
	display:block;
	float:left;	
}
****/

#breadcrumb 
{
    width: 952px;
    margin: 10px 0px 5px 0px;
}

.breadcrumbbox {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    font-size: 1em;
    color: #000000;
    width: 752px;
}
#breadcrumb a {
    color: #000000; 
    text-decoration: none;
}
#breadcrumb breadcrumbbox a:hover {
    text-decoration: underline;
}

#textResizerbtns 
{
	float: right;
}

#textResizer 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 50px;
    list-style-type: none;
}

#textResizer li {
    float: left;
    display: inline;
}

/* Content Columns - hidden from IE 5 Mac which has insufficient CSS support - columns are linearized for this browser \*/
.columnLeft, .columnLeftFull, .columnLeftHalf, .columnLeftThird {
	float:left;
	clear:both;	
}
.columnLeftFull {
	width:90%;	
}
.columnLeftHalf {
	width:42%;	
}
.columnLeftThird {
	width:55%;	
}
.columnRight, .columnRightHalf, .columnRightThird {
	float:left;
	margin-left:1%;	
}
.columnRightHalf {
	margin-left:1%;
	width:42%;	
}
.columnRightThird {
	margin:0 -1% 0 4%;
	width:30%;	
}
body#home .columnRight, #servicesNav .columnRight {
	margin:0 0 0 53%;
	float:none;
	width:auto;	
}
body#home .columnLeft, #servicesNav .columnLeft {
	width:46%;	
}

/*********************************/
/*** Navigation Column Banners ***/
/*********************************/


.banner-top {
	padding:0 10px 10px 10px;
	background:#ffffff;
}

.banner-top h3 {
	margin:0 -5px 0 -5px;
	padding:0 10px 5px 10px;
	color:#36424b;
	font-weight: normal;
	font-size: 1.167em;
    border-bottom: 1px solid #d1d4d3;
}

.banner-top ul {
	list-style:none;
	margin:0;
	padding:0;	
}

.banner-top .content-linklist-no-space li {
	padding: 3px 3px 0px 3px;	
}

.banner-top a, #bannerPremier a
{
    text-decoration:none;
    color: #0e82ac;
    font-size: 1em;
}

.banner-top a:hover, #bannerPremier a:hover {
	text-decoration:none;
	border-bottom: 1px solid #005072;
}

/*
.banner {
	margin-top:1px;
	padding:0 10px 2px 10px;
	color:#fff;	
}

.banner h3 {
	margin:0 -10px 0 -10px;
	padding:0 10px 5px 10px;
	background:#fff;
	color:#2f8eaa;
	font-size: 1em;
}

.banner img {
	padding: 0px 0px 0px 0px;
}

.banner ul {
	list-style:none;
	margin:0;
	padding:0;	
}

.banner li {
	padding:3px;	
}

.banner a, #bannerPremier a {
	color:#fff;	
}

.banner a:hover, #bannerPremier a:hover {
	color:#fff;
	text-decoration:none;	
}

.bannerExtra {
	margin-top:14px;
	padding:0 10px 10px 35px;
	color:#2f8eaa;	
}

.bannerExtra h3 {
	margin:0 -35px 0 -35px;
	padding:0 10px 5px 15px;
	background:#fff;
	color:#2f8eaa;	
}

.bannerExtra ul {
	list-style:none;
	margin:0;
	padding:0;	
}

.bannerExtra li {
	padding:3px;	
}

.bannerExtra a {
	color:#2f8eaa;	
}

.bannerExtra a:hover {
	text-decoration:none;	
}
*/

#navColumn .banner {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    color: #000000;
    background: #ffffff;
}
#navColumn #bannerPremier h2 {
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #36424b;
}
#navColumn .banner h3 {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #36424b;
    background: #ffffff;
    border-bottom: 2px solid #f1f2f2;
    font-weight: normal;
}
#navColumn .banner ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 27px;
    line-height: 1.2em;
}
#navColumn .banner li {
    margin: 0px 0px 0px 0px;
    font-size: 1em;
    list-style-type: square;
}
#navColumn .banner h2 {
    margin-left: 10px;
    font-size: 0.9em;
    font-weight: normal;
}
#navColumn .banner a {
    color: #0e82ac;
    text-decoration: none;
}
#navColumn .banner a:hover {
    text-decoration: none;
    padding-bottom: 1px; 
    border-bottom: 1px solid #005072;
}

/* The Columns are hidden from IE 5 Mac which has insufficient CSS support - columns are linearized for this browser */
/* Column-Section Ornaments */
.section {
	background: url(../images/interface/bgSectionTopRight.jpg) no-repeat top right;
	padding:0 20px 10px 20px;	
}

h2.section {
	background: url(../images/interface/bgSectionTopLeft.jpg) no-repeat top left;
	margin:0 -20px;
	padding:16px 20px;
	color:#0d3692;
	font-weight:normal;	
}

#content.section {
	padding:0;	
}

#content.section>h2.section {
	margin: 0;	
}

/* Content Details */
#content h1 {
	font-weight:normal;
	color:#0d3692;	
}
#content a {
	color:#0d3692;
	text-decoration:underline;	
}
#content a:hover {
	text-decoration:none;
	color:#333;	
}
#content img.left {
	float:left;
	margin:0px 0px 0px 0px;	
}


/******************************************/
/*** NEW GOA Content Styles****************/
/******************************************/

#content .cp-main-content #content-cp p
{
    line-height: 1.22em;
}

#content .cp-main-content #content-cp ul,ol
{
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 17px;
   


}

#content .cp-main-content .content-cp ul li
{
    line-height: 1.22em;
    list-style-type: square;
    margin: 2px 0px 0px 0px;
}

#content .cp-main-content .content-cp ol li
{
    padding: 0px 0px 10px 0px;
   
}




#content .cp-main-content .content-cp ol li  li
{
    padding: 0px 0px 0px 0px;
 
   
}

#content .cp-main-content .content-cp ol li 
{
    list-style-type: decimal;
   
}

#content .cp-main-content .content-cp ol li  ul li
{
    list-style-type: circle;
   
}


#content .cp-main-content #content-cp a
{
    color: #0e82ac;
    text-decoration: none;
}

#content .cp-main-content #content-cp a:hover
{
    border-bottom: 1px solid #005072;
}

table.lp-main-content td#content-area-lp a
{
    color: #0e82ac;
    text-decoration: none;
}

table.lp-main-content td#content-area-lp a:hover
{
    border-bottom: 1px solid #005072;
}

#content .cp-main-content #content-cp h1 {
    margin: 0px -10px 10px -2px;
    padding: 0px 2px 2px 0px;
    font-weight: bold;
    font-size: 20px;
    color: #36424b;
    border-bottom: 1px solid #d1d4d3;
    background: #ffffff;
}

table.lp-main-content td#content-area-lp h2 {
    padding: 0px 10px 15px 0px;
    font-weight: normal;
    font-size: 18px;
    color: #36424b;
}

table.lp-main-content td#content-area-lp h2 a:hover
{
    color: #0e82ac;
    text-decoration:none;
}

#content .cp-main-content #content-cp h2 {
    padding: 0px 10px 15px 0px;
    font-weight: bold;
    font-size: 18px;
    color: #36424b;
}
#content .cp-main-content #content-cp h2.section {
    padding: 0px 10px 0px 0px;
    font-weight: bold;
    font-size: 18px;
    color: #36424b;
}
#content .cp-main-content #content-cp h3.subhead1 {
    padding: 0px 10px 0px 0px;
    font-weight: normal;
    font-size: 18px;
    color: #36424b;
}

#content .cp-main-content #content-cp h3 {
    color: #36424b;
}

#content .cp-main-content #content-cp h4 {
    margin: 10px 0px 15px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #36424b;
}


/******************************************/
/******************************************/

.clear {
	clear:both;
	line-height:.1em;
	font-size:.1em;	
}
.layoutTable td {
	padding:5px;	
}
img.alignLeft {
	float:left;
	margin: 0 10px 10px 0;	
}
.lastupdated {
	font-size:.8em;
	 margin-top: -8px;	
}
#content img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#leadStories img {
	padding:0 15px 10px 0;	
}

/* Footer Styles
#footer {
	background:#0d3692 url(../images/interface/bgFooter.jpg) repeat-x;
	color:#fff;
	height:130px;	
}
#footer #footerLogo {
	float:left;	
}
#footer #footerLogo img {
	margin:47px 0 34px 0;
	padding:0 35px 0 31px;
	border-right:1px solid #6680ba;	
}
#footer #goaLinks {
	margin:38px 0 0 20px; 
	padding:0;
	list-style:none;
	float:left;
	width:700px;	
}
#footer #siteLinks {
	margin:3px 0 0 20px; 
	padding:0;
	list-style:none;
	float:left;
	width:700px;
}
#footer #termsConditions {
	margin:0 0 0 20px;
	padding:3px 5px;
	list-style:none;
	float:left;
	width:700px;	
}
#footer #copyright {
	margin:0 0 0 20px;
	padding:3px 5px;
	float:left;
	width:700px;	
}
#footer #copyright a {
	margin-left:20px;	
}
#footer a {
	color:#fff;	
}
#footer a:hover {
	color:#ccc;	
}
#footer li {
	margin:0;
	padding:0 5px;
	display:inline;	
}
*/
 
#footer {
    clear: both;
    padding: 45px 0px 0px 0px;
    margin-top: 5px;
    width: 928px;
    height: 95px;
    overflow: hidden;
}

#footer a {
    color: #000000;
    text-decoration: none;
    font-size: 11px;
}
#footerLogo {
    float: left;
    display: inline;
    padding: 10px 10px 0px 20px;
    width: 120px;
}

#footerMenu 
{
    float: right;
    width: 700px;
}

#goaLinks {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 0.917em;
    clear: both;
    float: right;
}

#siteLinks {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
    font-size: 0.917em;
    float: right;
}

#goaLinks li,
#siteLinks li {
    float: left;
    display: inline;
    padding: 0px 5px 5px 0px;
    list-style-type: none;
}

.footer-bottom-line 
{
    border-top: 1px solid #ff7900;
    width: 792px;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
}
 
/*
    Page Layout Templates
*/
/* Photo Gallery with Grid Layout image area = 175px */
.photoGallery {
	}
.galleryItem {
	float:left;
	width:200px;
	height:225px;
	margin:10px 20px 10px 0;
	text-align:center;	
}
.galleryItem a {
	}
.galleryItem p {
	margin:0;
	padding:5px;	
}
.galleryItem img {
	}
.galleryItem .caption {
	}
/* Government and Ministry Main Landing Page */
.govLanding h3, .ministryLanding h3 {
	margin-bottom:0;	
}
.govLanding p, .ministryLanding p {
	margin-top:0;	
}
.govLanding li, .ministryLanding li {
	list-style:none;
	padding:.25em .5em;	
}
.columnLeft {
	}
.columnRight {
	}
.columnLeft .section, .columnRight .section {
	}
/* 
    Home Page Specific Style Definitions 
*/
/* HTML Feature Region Definitions - replaced at load via Javascript */
#homeFeature {
	display:none;	
}
/* Hide from IE Mac \*/
#homeFeature {
	display:block;	
}
#homeFeature {
	background: #f3efea;
	height:164px;
	width:auto;
	margin:0 0 10px 0;	
}
#homeMessage {
	height:164px;
	background:#777b80;
	text-align:left;
	width:45%;
	padding:0 5%;
	float:right;	
}
#homeMessage h2 {
	margin:35px 0 0 0;
	padding:0;
	color:#fff;
	font-size:1.6em;	
}
#homeMessage ul {
	margin:5px 0 0 0;
	padding:0;	
}
#homeMessage li {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	float:left;
	/**list-style-image:url(/interface_images/bulletPremier.gif);**/
}
#homeMessage a {
	color:#fff;
	font-weight:bold;
	padding:5px 10px 0 0;	
}
#homeMessage a:hover {
	color:#ccc;	
}
/* Programs and Services Home Page Container */
#servicesNav {
	margin:10px 0 16px 0;
	padding-right:0;
	padding-bottom:0;
	background: url(../images/interface/bgSectionTopRight.jpg) no-repeat top right;
	width:auto;	
}
#servicesNav h2 {
	background: url(../images/interface/bgSectionTopLeft.jpg) no-repeat top left;
	margin:0 -20px;
	padding:16px 20px 8px 20px;
	color:#0d3692;
	font-weight:normal;	
}
#servicesNav h3 {
	color:#79a901;
	margin:12px 0 0 0;
	padding-bottom:0;	
}
#servicesNav p {
	margin:0;
	padding:0 0 0 15px;	
}
#servicesNav .columnLeft {
	margin-left:-20px;
	padding:10px 20px 20px 20px;	
}
#servicesNav .columnRight {
	padding:10px 20px 10px 20px;
	margin:0 -20px -20px 0;	
}
#servicesNav .columnLeft a, #servicesNav .columnRight a {
	text-decoration:none;
	color:#000;	
}
#servicesNav .columnLeft h3 a, #servicesNav .columnRight h3 a {
	color:#79a901;
	margin:12px 0 0 0;
	padding-bottom:0;	
}
#servicesNav .columnLeft h3 a:hover, #servicesNav .columnRight h3 a:hover {
	color:#79a901}
#servicesNav .columnLeft a:hover, #servicesNav .columnRight a:hover {
	text-decoration:underline;	
}
#servicesNav .moreLink {
	clear:both;
	 margin:-6px 0 0 -20px;
	background: url(../images/interface/bgServicesLeft.jpg) no-repeat bottom left;
	text-align:right;
	padding:0;
	font-weight:bold;	
}
#servicesNav .moreLink a {
	display:block;
	padding:2px 35px 15px 2px;
	background: url(../images/interface/bgServicesRight.jpg) no-repeat bottom right;	
}
/* News and Spotlight List Definitions */
#news {
	position:relative;	
}
#news #currentDate {
	position:absolute;
	top:12px;
	right:15px;
	color:#666;
	font-size:.9em;	
}
.newsList .category {
	margin:0;
	font-weight:normal;
	font-size:.9em;	
}
#content .newsList .category a {
	color:#666;	
}
#content .newsList .category a:hover {
	color:#000;	
}
.newsList .category a:hover {
	color:#000;	
}
.newsList .summary {
	font-size:1em;
	margin:0 0 12px 0;	
}
#spotlight {
	}
#spotlight ul {
	margin:0;
	padding:0;
	list-style:none;	
}
.spotlightList li {
	margin:0 0 10px 0;
	padding:0;
	font-size:1em;	
}
/* Definitions specifically for Internet Explorer 5-6 but hidden from IE Mac \*/
* html #logo {
	padding-bottom:17px;	
}
* html #searchForm {
	margin-top:6px;	
}
* html #textResizer {
	margin-right:-25px;	
}
* html #mainNav {
	padding-bottom:4px;	
}
* html #bannerPremier {
	height:1%;	
}
* html .columnLeftThird {
	width:50%;	
}
* html #servicesNav, * html #page {
	height:1%;	
}
* html #servicesNav .columnLeft {
	margin-left:-10px;	
}
* html #pageWrap {
	width: 800px /* fallback value */;
	 width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1125 ? "1100px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 780 ? "760px" : "99.7%"));
	 }
/* IE <=6 Uses a Fixed Width because it does not support Min-Width */
/* Identify Floated Elements that require Clearing */ 
.columnRight:after, #mainNav ul:after, #leadStories:after, #breadcrumb:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;	
}
.columnRight, #mainNav ul, #leadStories, #breadcrumb {
	display:inline-block;	
}
/* Hide for IE-Mac \*/
.columnRight, #mainNav ul, #leadStories, #breadcrumb {
	display:block;	
}
* html .columnRight, * html #mainNav ul, * html #leadStories, * html #breadcrumb {
	height:1%;	
} 
/* The above definitions fix IE<=6x */
/* RedDot-only definitions */
.hide {
	display:none;	
}
#metadata {
	border:1px solid #900;
	 margin:10px;	
}
#metadata h2 {
	margin:0;
	 padding:4px;	
}
#metadata p {
	margin:4px;
	 padding:0;
	 }


/* Link Icon Styles */
a.pdf {
	padding-right:20px;
	margin-right:2px;
	background: url(../images/interface/docIcons/pdf.gif) no-repeat right bottom;	
}
a.msWord {
	padding-right:20px;
	margin-right:2px;
	background: url(../images/interface/docIcons/word.gif) no-repeat right;	
}
a.msExcel {
	padding-right:20px;
	margin-right:2px;
	background: url(../interface_images/docIcons/excel.gif) no-repeat right;	
}
a.msPowerpoint {
	padding-right:20px;
	margin-right:2px;
	background: url(../images/interface/docIcons/powerpoint.gif) no-repeat right;	
}
a.externalLink {
	padding-right:28px;
	margin-right:2px;
	background: url(../images/interface/docIcons/external.gif) no-repeat right;	
}


/* Sitemap Styles */

#content-cp #navColumn .sitemap {
	list-style:none;
	margin:0;
	padding:0;	
}

#content-cp #navColumn .sitemap li {
	list-style:none;
	padding: 5px 0px 5px 0px;
}

.level1 
{
    font-weight: bold;
}

#content-cp #content-cp #navColumn h2 
{
    font-size: 0.7em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Identify Floated Elements that require Clearing */ 
.columnRight:after, #mainNav ul:after, #leadStories:after, #breadcrumb:after, .photoGallery:after, .photoGalleryBig:after, .photoGallerySmall:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;	
}

#BlueList OL LI 
{ 
list-style-type: decimal;
color: #0000ff;
}


#LCtopbg {margin:0; background-image:url(/images/interface/lc/learningclicksbg.jpg); background-position:right; background-repeat:no-repeat; height:118px; max-width:850px;padding:0}
#LCtopsecbg {margin:0; background-image:url(/images/interface/lc/bgsec.jpg); background-position:right; background-repeat: repeat-x; height:118px; max-width:850px;padding:0; min-width:721px}
#LCtoptitle{margin:0; background-image:url(/images/interface/lc/leftimage.gif); background-position:left; background-repeat:no-repeat;  height:118px; padding:0; }
.LCtitle{font-size:18px; font-weight:bold; color: rgb(255, 255, 255); background-image:url(/images/interface/lc/arrows.gif); background-repeat:no-repeat; height:28px;padding-left:25px; padding-top:5px; margin-top:39px }
#LCtopsectitle{margin:0; background-image:url(/images/interface/lc/leftsec.jpg); background-position:left; background-repeat:no-repeat;  height:118px; padding:0; background-color:none; float:left; width:678px }

/***/
/* Navigation Column Banners */
#bannerPremier {background:#2f8eaa url(/images/interface/bgBannerLinkBlue.jpg) no-repeat bottom; color:#fff;margin:16px 0 0 0; padding:0 10px 0 10px;}
#bannerPremier img {margin: 3px -8px;}
#bannerPremier h2 {font-weight:normal;font-size:1em;}
#bannerPremier h3, .banner h3 {font-size:1em;}
#bannerPremier ul {margin:0 -10px;padding:0 10px 14px 15px;}
#bannerPremier li {margin-left:10px;padding:3px 0;}
.banner {margin-top:1px;padding:0 10px 10px 10px;background:#2f8eaa url(/images/interface/bgBannerLinkBlue.jpg) no-repeat bottom;color:#fff;}
.banner h3 {margin:0 -10px 0 -10px;padding:0 10px 5px 10px;background:#fff;color:#2f8eaa;}
.banner img {margin:-10px -10px 0 -7px;}
.banner ul {list-style:none;margin:0;padding:0;}
.banner li {padding:3px;}
.banner a, #bannerPremier a {color:#fff;}
.banner a:hover, #bannerPremier a:hover {color:#fff;text-decoration:none;}




/* Identify Floated Elements that require Clearing */ 
.columnRight:after, #mainNav ul:after, #leadStories:after, #breadcrumb:after, .photoGallery:after, .photoGalleryBig:after, .photoGallerySmall:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;	
}

#BlueList OL LI 
{ 
list-style-type: decimal;
color: #0000ff;
}


#LCtopbg {margin:0; background-image:url(/images/interface/lc/learningclicksbg.jpg); background-position:right; background-repeat:no-repeat; height:118px; max-width:850px;padding:0}
#LCtopsecbg {margin:0; background-image:url(/images/interface/lc/bgsec.jpg); background-position:right; background-repeat: repeat-x; height:118px; max-width:850px;padding:0; min-width:721px}
#LCtoptitle{margin:0; background-image:url(/images/interface/lc/leftimage.gif); background-position:left; background-repeat:no-repeat;  height:118px; padding:0; }
.LCtitle{font-size:18px; font-weight:bold; color: rgb(255, 255, 255); background-image:url(/images/interface/lc/arrows.gif); background-repeat:no-repeat; height:28px;padding-left:25px; padding-top:5px; margin-top:39px }
#LCtopsectitle{margin:0; background-image:url(/images/interface/lc/leftsec.jpg); background-position:left; background-repeat:no-repeat;  height:118px; padding:0; background-color:none; float:left; width:678px }

.landing-page-main-content-wrapper {
	background-color: #ffffff; padding: 0px 0px 20px 0px; margin: 0px 0px 20px 0px;
}
