
/* Site Structure Rules ---------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: white;
  text-align: center;
}

div#container {
  width: 780px;
  margin: 10px auto;
  text-align: left;
}


/* General Element Rules --------------------------------------*/
p, h1, h2, h3 {
  margin: 0.85em 0;
}

p, div#sgicmainblurb, ul {
	line-height: 1.5em;
}

h1 {
  font-size: 140%;
}

h2 {
  font-size: 120%;
}

h3 {
	font-size: 100%;
}

ul, ol {
  padding: 0.5em 0;
  margin: 0 0 0 2em;
}

ol li {
	margin-bottom: 0.5em;
}

a {
	color: #630100;
  text-decoration: underline;
}

a:hover {
	color: #454545;
}


/* Special Visual Modifiers ------------------------------------*/
.colorheading {
  color: #22355A;
	background-color: transparent;
}

.extrapadtop {
  margin-top: 1.5em;
}

.floatleft {
	float: left;
	width: auto;
}

.floatright {
	float: right;
	width: auto;
}

.wrapper {
	overflow: hidden;
	height: 1%;
}

.reportcolumn {
	width: 360px;
}


/* Random content formatting -----------------------------------*/
.alt {
  display: none;	
}


/*Follwing Div code was taken from http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-pixels.htm for the 3-column/2-column Liquid Layout.*/

div#headersgic, div#footersgic {
  clear: both;
  float: left;
  width: 100%;
  height: 60px;
  color: white;
	background-color: transparent;
}

div#headersgic {
	background: url(/images/headersgic.gif) 0 0 no-repeat;
}

div#footersgic {
  background: url(/images/footer.gif) 0	0 no-repeat;
}

div#contentbodysgic {
  position: relative;  /*Fixes IE7 overflow hidden bug*/ 
  clear: both;
  width: 100%;
  overflow: hidden;  /*Chops off any overhanging divs*/
  background-color: white;
}

div#contentbodysgic {
	background: url(/images/shadow.gif) 0 0 repeat-y;
}

div#col1-1panel {
	background: url(/images/skyblue.gif) 0 0 no-repeat;
}

div#col1-1panelb {
	padding: 20px 20px 0 10px;
	background: url(/images/skyblue2.gif) 0 0 no-repeat;
}


/*--------------------------------------------------*/
div#datemain {
  float: right;
	width: auto;
}

div#datemain {
	margin: 42px 18px 0 0 !important;
	margin: 42px 10px 0 0;
}

div#printhead {
  display: none;
}

div#headlogo {
  float: left;
	width: auto;
	margin-right: 1px;  /*Needed for IE6*/
}


/* SGI CANADA MAIN Rules -----------------------------*/
div#sgicmain {
	height: 150px;
}

div#sgicmainlinks {
	float: right;
	width: auto;
	margin: 10px 13px 0 0 !important;
	margin: 10px 7px 0 0 ;
}

div#sgicmainlinks a {
	color: #22355A;
	margin: 0 0.5em;
	text-decoration: none;
}

div#sgicmainlinks a:hover {
	text-decoration: underline;
}

div#sgicmainblurb {
	font-weight: bold;
	float: left;
	margin: 0 0 0 10px !important;
	margin: 0 0 0 5px;
	width: 400px;
	position: absolute;
	bottom: 0px;
}

div#imagemap {
	margin: 0;
}

div#regionselect {
	float: right;
	width: auto;
	margin-top: 10px;
	margin-right: -75px;
}

select#selectregion {
	border: 1px solid black;
	background-color: white;
	font-size: 95%;
	padding: 2px;
	width: 300px;
}
