/* 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: #ECEFF1;
  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, 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: #4d7ad7;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


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

.extrapadtop {
  margin-top: 1.5em;
}

.floatleft {
	float: left;
	width: 45%;
}

.floatright {
	float: right;
	width: 45%;
}

.addmoddiv {
	overflow: hidden;
	width: 100%;
	height: 1%;
}


/* 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#header, div#footer, div#footer2 {
  clear: both;
  float: left;
  width: 100%;
  height: 60px;
  color: white;
	background-color: transparent;
}

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

div#footer {
	background-color: #464646;
	font-size: 95%;
}

div#footer2 {
	background-color: #ECEFF1;
	color: black;
	height: 30px;
	line-height: 30px;
  font-size: 95%;
	text-align: center;
}

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

div#colmid {
	float: left;
  width: 200%;
  margin-left: -200px;  /*Width of right column*/
	position: relative;
  right: 100%;
  background-color: white;  /*Center column background color*/
}

div#colleft {
	float: left;
  width: 100%;
  margin-left: -50%;
  position: relative;
  left: 400px;  /*Left column width + right column width*/
  /*background-color: #37589b;*/  /*left column background color*/
	background-color: #36599f;
}

div#col1wrap {
  float: left;
  width: 50%;
  position: relative;
  right: 200px;  /*Width of left column*/
  padding-bottom: 0;  /*Center column bottom padding.  Leave it out if it's zero*/
}

div#col1-2panel {
  margin: 0 0px 0 200px;  /*Center column side padding: 
  	Left padding = left column width + center column left padding width
	Right padding = right column width + center column right padding width*/
  position: relative;
  left: 200%;
  overflow: hidden;
  height: 1%;  /*Fixes IE6 Overflow Bug */
	padding: 0 10px 3em 10px;
}

div#col2 {
	float: left;
  float: right;  /*Overrides the float:left above*/
  width: 200px;  /*Width of left column content (left column width minus left and right padding)*/
  position: relative;
  right: 0px;  /*Width of the left-hand side padding on the left column*/
}


/* FOOTERS ------------------------------------------*/
div#footer p {
	margin: 11px 0 0 10px;
}

div#footer2 span {
	margin: 0 20px;
}

div#footer2 a {
	color: black;
}


/*--------------------------------------------------*/
div#datemain {
  float: right;
	width: auto;
	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#sgicmainlinks {
	width: 98%;
	text-align: right;
	margin: 10px 0 0 0; 
}

div#sgicmainlinks a {
	color: #22355A;
	margin: 0 0.1em;
}

/* NAVIGATION COLUMN ---------------------------------*/
ul#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #477cd0;
	border-top: 1px solid #477cd0;
	line-height: 1.4em;
}

ul#navlist a {
	padding: 5px 10px;
  color: white;
  display: block;
	width: 180px !important;  /*column width minus link padding*/
  width: 200px;  /*For IE6*/
	border-bottom: 1px solid #477cd0;
	text-decoration: none;
}

ul#navlist, ul#navlist a.navlast {
	border-bottom: 0px;
}

ul#navlist a:hover {
	background-color: #17294f;
}

span.navprimary {
	font-size: 120%; 
	font-weight: bold;
}


/* FEATURE COLUMN --------------------------*/
div.feature {
	margin: 2em auto 2em auto;
}

div.feature p{
	font-size: 14px;
	margin-left: 1em;
}
