/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
}


/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	width: 60.625em;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FEF200;
	margin-bottom:0px;
	}
#AccessibilityNav img {
	border:none;
}
/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}
/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}

/* ************************************----------- HEADER -----------************************************ */
div#Header {
	margin-top: 0px;
	width: 60.625em;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FEF200;
	padding-top:2px;
}
p#HeaderNav {
	color: #97969c;
	font-size: 0.65em;
	padding-right: 5px;
	margin: 0px;
}
p#HeaderNav a, p#HeaderNav a:active, p#HeaderNav a:visited {
	color: #97969c;
}
p#HeaderNav a:hover {
	text-decoration: none;
}
/* ************************************----------- MENUBAR -----------************************************ */
div#Menu {
	width: 60.625em;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	border-top: solid 1px #FFFFFF;
}
div#Menu p {
	margin: 5px 0;
	font-weight: normal;
	font-size: 0.95em;
}
/*----------- 	NAVIGATION LINKS -----------*/
div#Menu a {
	padding: 0 18px 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	background: #000000 url(/images/dot_white.gif) 100% 50% no-repeat;
}
div#Menu a:hover {
	color: #FEF200;
}
/*----------- 	QUICK LINKS -----------*/
div#QuickLinks {
	width: 60.625em;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
div#QuickLinks p {
	margin: 0 0 0 75px;;
	font-size: 0.75em;
}
div#QuickLinks a {
	color: #0079c1;
	text-decoration: none;
	padding: 0 18px 0 10px;
	background: url(/images/dot_blue_outline.gif) 100% 50% no-repeat;
}
a.NoBackground {
	background: url(/images/blank2x1.gif) 100% 50% no-repeat !important;
}

/* ************************************----------- FLASH BANNER -----------************************************ */
div#FlashBanner {
	width: 60.625em;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

div#Breadcrumb {
	width: 60.625em;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;
}
div#Breadcrumb p {
	font-size: 0.7em;
	text-align: left;
	padding: 10px;
	color: #97969c;
}
div#Breadcrumb a {
	color: #97969c;
	text-decoration: none;
}
div#Breadcrumb a:hover {
	text-decoration: underline;
}
/* ************************************----------- CONTENT AREA -----------************************************ */
table#Container {
	width: 60.625em;
	min-width: 970px;	
	margin-left: auto;
	margin-right: auto;
}


/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumn {
	width: 11.5625em;
	background: #ffffff url(/images/bg_grey_gradient.jpg) 0 0 repeat-x;
	border: solid 1px #ececec;
}
div#SubNav, div#LoginNav {
	margin: 15px 15px 5px 15px;
}
div#LoginNav p {
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-size: 0.9em;
	padding: 0px;
	line-height: 0.75em;
}

div#LoginNav a {
	color: #0079c1;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}
a.BorderBottom {
	background: url(/images/grey_dotted_line.jpg) 57px 100% no-repeat;
	padding-bottom: 10px;
	margin-right: 8px;
}
a#MarginTop {
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div#SaskPhonebookSearch {
	text-align:center;
	margin: 15px;
	padding: 20px 0;
}
div#SubNav p, div.side_menu p {
	margin: 5px 5px 15px 10px;
	text-align: left;
	font-size: 0.9em;
}
div#SubNav a {
	color: #0079c1;
	text-decoration: none;
	display: block;

	padding: 8px 0;
}
div#SubNav a:hover {
	color: #000000;
}
div.side_menu  {
	padding: 5px 5px 15px 10px;
	font-size: 0.85em;
}
div.side_menu a {
	color: #0079c1;
	text-decoration: none;
	display: block;
	padding: 8px 0;
	border-bottom: solid 1px #97969c;
}
div.side_sub_menu a {
	margin-left: 10px;
	border-bottom: none !important;
	font-size: 0.9em;
	padding:3px 0px !important;
}

td.SpacerBigColumn {
	width: 7px!important;
}
td.SpacerSmColumn {
	width: 5px!important;
}
/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding-top: 5px;
}
div.Content {
	padding: 5px 20px;
}
div.Content p, div.Content ul, div.Content ol {
	font-size: 0.75em;
	line-height: 1.5em;
}

div#HomeContent1, div#HomeContent2, div#HomeContent3 {
	width: 90% !important;
	padding-left: 5px !important;
	padding-right: 5px;
}
div#HomeContent1 li, div#HomeContent2 li, div#HomeContent3 li {
	list-style: none;
	background: url(/images/dot_blue.gif) 0px 0.55em no-repeat !important;
	margin-left: 7px;
	padding-left: 7px;
}
div#HomeContent1 ul, div#HomeContent2 ul, div#HomeContent3 ul {
	margin-left: 0px;
	padding-left: 0px;
}
div.InnerBox p, div.InnerBoxBig p {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0 5px;
}
h1 {
	color:#000000;
	font-size: 1.1em;
	font-style: italic;
	margin: 0;
}
H2 {
	color:#000000;
	font-size: 0.9em;
	font-weight:bold;
	margin: 0;
	font-style: italic;
}
H3 {
	color:#000000;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	font-style: italic;
	width: 75%
	}
H4 {
	color:#0079c1;
	font-size: 0.95em;
	font-weight:bold;
	margin: 0;
	font-style: italic;
	padding: 3px 5px;
	text-align:center;
}
h6 {
	color:#6e6d6d;
	font-size: 0.65em;
	font-style: italic;
	text-align:left;
}
div.Content a, div#Content a:visited, div.InnerBoxBig a, div.InnerBoxBig a:visited, div.InnerBox a, div.InnerBox a:visited {
	color:#0079c1;

}
div.Content a:hover, div.InnerBox a:hover, div.InnerBoxBig a:hover, div.InnerBox a:hover {
	text-decoration: none;
}
.YellowBoxes {
	background: #ffffff url(/images/bg_yellow_gradient.jpg) 0 0 repeat-x;
	border: solid 1px #ececec;
}
.GreyGradient {
	background: #ffffff url(/images/bg_grey_gradient_short.jpg) 0 0 repeat-x;
	border: solid 1px #ececec;
}

/* ************************************----------- RIGHT COLUMN -----------************************************ */
/*  Background for the right column is specified here  */
td#RightColumn {
	width: 13.125em;
	background: #ffffff url(/images/bg_grey_gradient.jpg) 0 0 repeat-x;
	border: solid 1px #ececec;
	padding-top: 15px;
}
div#Search {
	background: #ffffff url(/images/bg_search.jpg) 0 0 repeat-x;
	width: 83%;
	border: solid 1px #ffffff;
	padding: 8px 5px;
}
/* ************************************----------- FOOTER -----------************************************ */
div#Footer {
	width: 60.625em;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(/images/bg_footer.jpg) 0 100% repeat-x;
}

div#Footer p {	
	font-size: 0.65em;
	color:#97969c;
	padding: 20px 10px;
}
div#Footer a, div#Footer a:active, div#Footer a:visited {	
	color:#0079c1;
}
div#Footer a:hover {	
	text-decoration: none;
}
td#Column1, td#Column2, td#Column3 {
	background: #ffffff url(/images/bg_grey_gradient.jpg) 0 0 repeat-x;
	border: solid 1px #ececec;
	/*width: 11.25em !important;*/
	padding: 0;
}

div.PageCurl {
	background: url(/images/page_curl_yellow.gif) 100% 0 no-repeat;
	padding: 3px 20px 5px 2px;
	
}
div.InnerBox {
	border: solid 1px #ececec;
	width: 80%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.InnerBoxBig {
	border: solid 1px #ececec;
	width: 90%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
td#Testimonial {
	border: solid 1px #ececec;
	background: #ffffff url(/images/bg_testimonial.jpg) 0 0 repeat-x;
}
img.TestimonialImage {
	margin-right: 10px;
}
/* ***********  Landing Page Templates **************** */
div#Content1Cell {
	background: #ffffff url(/images/bg_grey_gradient.jpg) 0 0 repeat-x;
	border: solid 1px #ececec;
	margin-left: 4px;
	margin-right: 4px;
}
td.SubPageCells {
	background: #ffffff url(/images/bg_grey_gradient_short.jpg) 0 0 repeat-x;
	border: solid 1px #ececec;
	width: 33%;
}
td.SubPageCells p, td.SubPageCells ul, td.SubPageCells ol, p.PageBottom {
	font-size: 0.75em;
	color: #000000;
}
td.SubPageCells a, p.PageBottom a {
	color: #0079c1;
	text-decoration: underline;
}
td.SubPageCells a:hover, p.PageBottom a:hover  {
	text-decoration: none;
}
td.SubPageCells h3 a {
	text-decoration: none !important;
	color: #000000 !important;
}
td.SubPageBoxDisplay {
	border-top: solid 1px #ececec;
	border-left: solid 1px #ececec;
	border-right: solid 2px #c4c4c4;
	border-bottom: solid 2px #c4c4c4;
	padding: 3px 15px 3px 3px;
	width: 33%;
	background: #ffffff url(/images/bg_testimonial.jpg) 0 0 repeat-x;
}
td.SubPageBoxDisplay4 {
	border-top: solid 1px #ececec;
	border-left: solid 1px #ececec;
	border-right: solid 2px #c4c4c4;
	border-bottom: solid 2px #c4c4c4;
	padding: 3px 15px 3px 3px;
	width: 25%;
	background: #ffffff url(/images/bg_testimonial.jpg) 0 0 repeat-x;
}
td.SubPageBoxDisplay4 div.BoxDisplay {
/*
	background: url(/images/arrow.gif) 0 0 no-repeat;
	height:46px;
	padding-left:12px;
	vertical-align:middle;
	display:table-cell;
*/
}
div.BoxDisplay {
	
}
div.BoxDisplay p {
	margin:0;
	font-size: 0.75em;
	text-align: center !important;
	font-weight:bold;
}
div.BoxDisplay a{
	color: #0079c1;
	text-decoration: none;
}
div.BoxDisplay a:hover{
	color: #000000;
	text-decoration: underline;
}
/* ************************************----------- Sitemap -----------************************************ */
span.FirstLevel {
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}

span.SecondLevel {
	font-size: 16px;
	padding-left: 25px;
}

span.ThirdLevel {
	font-size: 14px;
	padding-left: 50px;
}

span.FourthLevel {
	font-size: 13px;
	padding-left: 75px;
}
span.FifthLevel {
	font-size: 12px;
	padding-left: 100px;
}
span.SixthLevel {
	font-size: 11px;
	padding-left: 125px;
}
span.SeventhLevel {
	font-size: 10px;
	padding-left: 150px;
}
div.QuoteDiv {
	margin: 5px 35px !important;
}
div.QuoteDiv h5 {
	text-align: center;
	font-size: 1.3em !important;
	letter-spacing: 0.1em !important;
	color: #0079c1 !important;
	font-weight: bold !important;
	font-style: italic !important;
	margin: 0;
}
div#slideshow {
	margin-top: 20px;
}

span.Publications {
	font-size: 0.75em;
	text-align: center;
}

.PageTitle {
        font-size: 1.15em;
        line-height: 1.35em;
        font-weight: bold;
        COLOR: #007AC1;
        margin: 0 0 10px 0;
        text-align: left;
}
