﻿/* IOGC Specific: All CSS-capable browsers */
/* Created: March 6th, 2006 */
/* Modified:  March 6th, 2006 (BC, Karo Design)*/

/* This style sheet is specific to http://www.pgic-iogc.gc.ca/
and relies on two style sheets inac.css and inac2.css  */

/*  HEADER STYLES*/
/*Reset the font-size from the Treasury Board style sheet*/
body, p, blockquote, table, td, th, input, select, form,
input, button, textarea, option, fieldset, label { font-size: 95%; }

/* default unit: baseline is 100% */
/*-------- Additional Styles taken from inac.css and inac2.css --------------------------------*/
a:hover
{
	color: #ff0000;
	background: #eeeeee;
}

abbr, acronym
{
	cursor: help;
	border-bottom: 1px dashed #000000;
}
/*-------- Departments customize Header rules; this overwrites values from clf-nsi.css --------*/

h1, h2, h3, h4, h5, h6
{
  color: #000;          /*Customized by departments */
}

/*-------- Top Nav For Gov't Links ------------------------------------------------------------*/
#gocNav a { display: block; }

#gocNav a:hover
{
	background: #000;
	color: #fff;
}

.gocNav, .gocNav a
{
	background: #000;
	color: #fff;
	font-size: 11px;
	_font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	vertical-align: top;
}

.gocNav { padding: 0px 2px; }

/*-- Top Nav For Org Links --*/
#orgNav a
{
	display: block;
	height: 2.6em;
	/*	underscore hack; in order to get a consistent look
	across browsers we feed IE 5+ a different value */
	_height: 2.7em;
}

#orgNav a:hover
{
	background: #C38A00;
	color: #ffffff;
}

#orgNav a.active { background: #C38A00; }

.orgNav, .orgNav a
{
	background: #900;
	color: #fff;
	font-size: 11px;
	/*	underscore hack; in order to get a consistent look
	across browsers we feed IE 5+ a different value */
	_font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	vertical-align: top;
}

.orgNav  a { padding: 2px 2px; }

/*-------- Top (First) Link of SIDE NAVIGATION ---------------------------------------------------*/
#topSideNav
{
	display: block;
	padding: 3px 10px 2px 10px;
	font-size: 81%;
	font-weight: bold;
	background: url("/images/sideNavHome.gif") top left no-repeat;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	heught: 100%;
}

#topSideNav a:hover, #topSideNav a:hover { color: #fff; }

/*-------- Side Navigation List -----------------------------------------------------------------*/
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 13px solid #800000;
	font-size: 81%;
	font-weight: bold;
}

#navcontainer li
{
	margin: 0;
	padding: 0;
}

/*-------- Side Navigation List: Sub Navigation List ---------------------------------------------*/
#navcontainer ul ul { border-bottom: 0; }

#navcontainer ul ul li
{
	margin: 0;
	padding: 0;
	background-color: #C38A00;
}

/*-------- Side Navigation List: Sub Navigation Styles -------------------------------------------*/
#navcontainer ul ul a
{
	display: block;
	padding: 2px 5px 5px 15px;
	border: 0;
	color: #fff;
	background-color: #C38A00;
	text-decoration: none;
	font-size: 125%;
	font-weight: normal;
	line-height: 120%;
}

#navcontainer ul ul a:hover
{
	color: #660000;
	background-color: #C38A00;
	text-decoration: none;
	border: 0;
}

#navcontainer ul ul a.subactive
{
	color: #660000;
	background-color: #C38A00;
	text-decoration: none;
	border: 0;
}

/*-------- Side Navigation List Styles -----------------------------------------------------------*/
#navlist a
{
	display: block;
	padding: 1px 10px 3px 10px;
	color: #fff;
	background-color: #800000;
	text-decoration: none;
	border-top: 1px solid #aa5151;
	border-bottom: 1px solid #500000;
}

#navlist a:hover
{
	color: #D29500;
	background-color: #800000;
	text-decoration: none;
}

#navlist a.active
{
	color: #D29500;
	background-color: #800000;
	text-decoration: none;
	border-top: 1px solid #333;
	border-bottom: 1px solid #aa5151;
}

/*-------- Content Area (WYSIWYG) -----------------------------------------------------------------*/
#content
{
	padding: 0 0 20px 0;
	border-bottom: 1px solid black;
}
#content li {font-size: 90%;}

/*-------- Footer ---------------------------------------------------------------------------------*/
#footer
{
	margin-top: 5px;
	font-size: 80%;
}

#footer td
{
	padding: 0;
	padding-top: 0px;
	vertical-align: top;
}

#footer td a
{
	margin: 0;
	padding: 0;
}

#back-to-top a
{
	text-decoration: none;
	font-weight: bold;
}
/*-------- WYSIWYG Editor Styles -------------------------------------------------------------------*/
/* WYSIWYG Editor for Clarity                                                 */
/* Created: March 9, 2006                                                     */
/* Modified: March 15, 2006 (BC, Karo)                                        */
/* These styles for use by the Clarity CMS WYSIWYG                            */
/*----------------------------------------------------------------------------*/

small
{
	/* used for captions, date and disclaimer link in page footer */
	margin-bottom: 1pt;
	/* Useful to keep disclaimers from sticking to the bottom */
	font-size: 8pt;
	font-weight: normal;
}

.footnote { font-size: 8pt; }
ul.square { list-style-type: square; }
ul.circle { list-style-type: circle; }
ol.lower-alpha { list-style-type: lower-alpha; }
ol.upper-alpha { list-style-type: upper-alpha; }
ol.lower-roman { list-style-type: lower-roman; }
ol.upper-roman { list-style-type: upper-roman; }
.nobullet {list-style: none; }
.indent { margin-left: 20px; }
.indent2 { margin-left: 40px; }
.indent3 { margin-left: 60px; }
hr.center50 { width: 50%; }

/*-------- IOGC STYLE SHEET ENDS HERE -------------------------------------------------------------*/