@charset "utf-8";
body  {
	font: 1em Arial, Helvetica, sans-serif; /* The default parent font.  Any text element will show up with these setting unless specified differently on that element. */
	background: #FFFFFF; /* The overall while page background.*/
	color: #000000; /* Sets the font color for the pages to be black */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* ensures no extra spacing is added*/
}
/* This is the link treatment for all states of an a link */
a:link{ border:none; color:#006699;	text-decoration: none;}
a:visited{ border:none; text-decoration: none;}
a:hover{ text-decoration: underline;}
/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.thrColHybHdr #container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 10px 0px 10px;
	width: 61.25em;
}   
.thrColHybHdr #containerFix {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 10px 0px 10px;
	width: 61.25em;
} 
/* --------------- HEADER -------------- */
/*  HEADER  */
#header{background: #FFF; padding:0px; font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;}
#header img.logo{margin-top:25px; display:inline; float:left;}
#headerActions {
	width: 34em;
	border:1px solid #2f93ce;
	border-top: 0px;
	height:31px;
	background:url(/images/footer-actions-bg-gradient.gif);
	background-repeat:repeat-x;
	color:#FFF;
	float:right;
	text-align:right;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;	
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;	
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
#headerActions ul{
	list-style:none;
	margin:0px;
	padding:6px 4em 9px 15px;
	display:block;
	text-align:left;
	float: left;
	font-size: .75em;
}
#headerActions li{
	display:inline;
	padding:0px 10px;
	margin:0px;
	border-right: 1px solid #fff;
}
#headerActions a:link{text-decoration: none; color:#fff;}
#headerActions a:visited{text-decoration: none; color:#fff;}
#headerActions a:active{text-decoration: none; color:#fff;}
#headerActions a:hover{text-decoration: underline; color:#fff;}
#headerActions li.last{border-right:0px;}
#headerActions li.first{padding-left:0px;}
#headerActionsText {
	display: inline;
	height:26px;
	font-size: .75em;
	float:left;
	padding-top:6px;
	margin:0px 20px 0px 0px;
}
#headerSecondaryActions {
	width: 34em;
	margin:10px 2px 0 0;
	height:25px;
	float:right;
}
#headerSecondaryActions .manageServices{
	width: 12em;
	background: url(/images/manage-services-bg.png);
	background-repeat:repeat-x;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;	
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;	
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	font-weight: 800;
	color:#666;
	font-size:.75em;
	height:21px;
	border: 1px solid #7E7E7E;
	padding:4px 10px 0px 10px;
	float:left;
	border-right:0;

}
#headerSecondaryActions .manageServices a:link{border:none; text-decoration: none; color:#666;}
#headerSecondaryActions .manageServices a:visited{border:none; text-decoration: none; color:#666;}
#headerSecondaryActions .manageServices a:hover{text-decoration: underline;	color:#666;}
#headerSecondaryActions .manageServicesArrow{
	width: 25px;
	border: 1px solid #7E7E7E;
	border-left:0;
	display: inline-block;
	float: left;
	height:25px;
	background: url(/images/manage-services-bg-arrow.png);
	background-repeat: no-repeat;
	cursor:pointer;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;	
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;	
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
#headerSecondaryActions .manageServicesArrow:hover{
	background: url(/images/manage-services-bg-arrow-hover.png);
	background-repeat: no-repeat;
}
#headerSecondaryActions .manageServicesArrowSelect{
	width: 25px;
	border: 1px solid #006699;
	display: inline-block;
	float: left;
	height:25px;
	background: url(/images/manage-services-bg-arrow-select.png);
	background-repeat: no-repeat;
	cursor:pointer;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;	
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	display:none;
}
#headerSecondaryActions .mainSearch{
	width: 17.75em;
	height: 25px;
	float: right;
	text-align:right;
	padding:0;
	margin:0;
}
#headerSecondaryActions .mainSearch form{height:25px;padding:0;margin:0;}
#headerSecondaryActions .mainSearch form .element{margin:2px 0 0 0;font-size:.75em; border: 1px solid #7E7E7E; color:#000; background: #F3F3F3; width:200px;padding:2px 5px;}
#headerSecondaryActions .mainSearch form .element2{margin:2px 0 0 0; font-size:.75em; padding:0;}
#headerSecondaryActions .searchBox{text-align:left; width:200px;display: inline; float:left;}
#headerSecondaryActions .mainSearch form .elementAccessible{margin:2px 0 0 0;font-size:.75em; border: 1px solid #7E7E7E; color:#666; padding:2px 5px; background: #F3F3F3; width:200px;}
#manageServicesFull{position:relative; top:-9px; border: 1px solid #2f93ce; background:#FFF; margin:0; width:958px; text-align:right; display:none;}
#manageServicesFull .column{width:299px;padding:10px 10px 0px 10px;float:left; text-align:left;}
#manageServicesFull a:link{border:none; color:#006699;	text-decoration: none;}
#manageServicesFull a:visited{border:none; text-decoration: none;color:#006699;}
#manageServicesFull a:hover{text-decoration: underline;}
#manageServicesFull a:link.businessLink{font-family: Arial, Helvetica, sans-serif;border:none; color:#069; text-decoration: none;}
#manageServicesFull a:visited.businessLink{border:none; text-decoration: none;color:#006699;}
#manageServicesFull a:hover.businessLink{text-decoration: underline;}
#manageServicesFull p{color: #F90; font-family: Verdana, Geneva, sans-serif;margin:0; font-size:.8em; font-weight:bold; padding:10px;}
#manageServicesFull ul{font-family: Arial, Helvetica, sans-serif;font-weight: bold;color: #333;font-size:.85em; margin-bottom:10px}
#manageServicesFull li{margin-left:20px; font-size:.8em; font-weight: normal; line-height:1.35em;}

/*  FONTS - TYPE AHEAD STYLE  */
#typeAhead {
	font-size: .75em; /* sets the font size for the Type Ahead section */
	padding: 0 .5em 0 .5em; /* top and bottom padding create visual space within this div */
	margin-top:-1px;
	width: 198px; /* the width of the Type Ahead box, which is a little larger than the text input box*/
	border: 1px solid #CCC; /* creates the light grey border around the Type Ahead options */
	text-align:left;
	background-color: #FFFFFF;
	display:block;
	z-index:9999;
	position:relative;
}
#typeAhead ul{
	margin: 0px; /* ensures no extra spacing is added*/
	padding: 0px; /* ensures no extra spacing is added*/
	list-style: none; /* removes the dots infront of list items */
	z-index:100;
}
#typeAhead li{
	margin: 0; /* ensures no extra spacing is added*/
	padding: .1em 0; /* ensures no extra spacing is added*/
	line-height: .95em; /* Sets the line hight of any line item to be .95 of an em */
	display: block; /* extends the list item to be the width of the parent div #typeAhead */
}
#typeAhead a:link{display: block; margin: 0 -.5em; padding: .25em .5em; color:#333; text-decoration: none;}
#typeAhead a:visited{color: #333; text-decoration: none; display: block; margin: 0 -.5em; padding: .25em .5em;}
#typeAhead a:hover{text-decoration: none; background-color: #EEE; display: block;}
#typeAhead strong{color: #006699;}
.thrColHybHdr #sectionTitle {
	border-bottom: 1px dashed #FF9900;
	padding: 0px;
}  
.thrColHybHdr #sectionTitle h1{
	font-size: 1.5em;
	font-weight: bold;
	color:#333333;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
.thrColHybHdr #breadcrumbs {
	font-size: .65em;
	color: #FF9900;
	padding: 3px 1px;
	margin-bottom: 15px;
}
/* This is the link treatment for breadcrumb states of an a link */
.thrColHybHdr #breadcrumbs a:link{ border:none; color:#006699;	text-decoration: none;}
.thrColHybHdr #breadcrumbs a:visited{ border:none; color:#006699; text-decoration: none;}
.thrColHybHdr #breadcrumbs a:hover{ text-decoration: underline;}

.thrColHybHdr #breadcrumbs strong{
	font-weight: normal;
	color: #333333;
}
.thrColHybHdr h2 { 
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333333;
	margin: 0;
	padding: 0;
}
.thrColHybHdr h3 { 
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333333;
	margin: 0 0 15px 0;
	padding: 15px 0 10px 0;
	background-image: url(http://www.sasktel.com/images/h3-section-heading-bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCCCCC;
	text-align:center;
}
.thrColHybHdr #flashBanner {
	margin-bottom: 1em;
	height: 112px;
	width: 748px;
	overflow: hidden;
	text-align: center;
}
/* employee images*/
.thrColHybHdr #employees {
	width: 750px;
	height: 132px;
	/*background-image:url(/images/career-section-heading-bg.gif); background-repeat:repeat-x;*/
}

#employees ul{
	float:left;
	display: inline;
	margin-left: 0px;
	padding: 0;
	margin-top: 25px; 
	border-bottom: 1px dashed #FF9900;
} 

#employees li {
	display: inline;
}

#employees li.bev{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-bev.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.bev a{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-bev-rotate.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.bev a:hover{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-bev.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}

#employees li.darrell{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-darrell.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.darrell a {
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-darrell-rotate.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.darrell a:hover{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-darrell.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}

#employees li.shelley{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-shelley.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.shelley a {
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-shelley-rotate.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.shelley a:hover {
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-shelley.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}

#employees li.matt{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-matt.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.matt a {
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-matt-rotate.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.matt a:hover {
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-matt.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}


#employees li.michelle{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-michelle.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.michelle a{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-michelle-rotate.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.michelle a:hover{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-michelle.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}


#employees li.geoff{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-geoff.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.geoff a{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-geoff-rotate.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.geoff a:hover{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-geoff.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}

#employees li.adriel{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-adriel.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.adriel a {
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-adriel-rotate.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.adriel a:hover {
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-adriel.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}


#employees li.ryan{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-ryan.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.ryan a{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-ryan-rotate.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.ryan a:hover{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-ryan.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}

#employees li.chris{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-chris.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.chris a {
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-chris-rotate.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.chris a:hover {
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-chris.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}

#employees li.drew{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-drew.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.drew a{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-drew-rotate.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}
#employees li.drew a:hover{
	float: left;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(/about-us/careers/images/75x122-drew.jpg);
	background-repeat:no-repeat;
	width: 75px;
	height: 122px;
	text-decoration: none;
}


/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
.thrColHybHdr #sidebar1 {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	border: 1px solid #CCCCCC;
	border-top: 0px;
	font-weight: bold;
	background-image: url(http://www.sasktel.com/images/h3-section-heading-bg.gif);
	background-repeat: repeat-x;
}
.thrColHybHdr #sidebar1Content {
	padding: 1.5em .5em .5em .5em; /* top and bottom padding create visual space within this div */
	font-size: .8em;
}
.thrColHybHdr #sidebar1 ul{
	margin: 0px; /* ensures no extra spacing is added*/
	padding: 0px; /* ensures no extra spacing is added*/
	list-style: none;
}
.thrColHybHdr #sidebar1 li{
	margin: 0; /* ensures no extra spacing is added*/
	padding: .1em 0; /* ensures no extra spacing is added*/
	line-height: .95em;
}
.thrColHybHdr #sidebar1 ul ul{
	padding-left: .75em; /* ensures no extra spacing is added*/
	list-style: none;
}
.thrColHybHdr #sidebar1 ul ul ul{
	list-style: none;
	font-weight: normal;
}
.thrColHybHdr #sidebar1 li a{display: block; margin: 0 -.5em; padding: .25em .5em;}
.thrColHybHdr #sidebar1 li a:visited{text-decoration: none; display: block;}
.thrColHybHdr #sidebar1 li a:hover{text-decoration: none; background-color: #E5E5E5; display: block;}

.thrColHybHdr #sidebar1DefaultLinks {
	text-align:center;
	margin-top: 4em;
	font-weight: normal;
}
.thrColHybHdr #sidebar1DefaultLinks a{
	color:#000000;
}
.thrColHybHdr #sidebar2 {
	float: right; 
	width: 13em; /* since this element is floated, a width must be given */
	padding-bottom: 15px; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p {
	margin-left: 1em; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 1em;
	font-size: .75em;
}
.thrColHybHdr #sidebar2 li {
	font-size: .75em;
	margin-right: 1em;
}
.thrColHybHdr #sidbarContentBox {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.thrColHybHdr #sidbarTile {
	border: 1px solid #CCCCCC;
	border-top: 1px Solid #CCCCCC;
	margin-bottom: 10px;	
}

.thrColHybHdr #sidbarContentBox.img{
	border: 1px solid #CCCCCC;
	text-align: center;
}

.thrColHybHdr #sidbarContentBox ul {
	list-style-type:disc;
}

.thrColHybHdr #sidbarContentBox.action {
	border: 1px solid #CCCCCC;
	border-top: 0px;
	margin-bottom: 10px;
	background-color:#FFF;
	background-image:url(/business/images/action-background-gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.thrColHybHdr .learnMoreLink{ 
	padding: 0;/* spacing around the text within the module */
	margin-bottom: 1em; /* ensures no extra spacing is added */
	text-align: right;
} 

.thrColHybHdr .careerevents{ 
	font-size: .75em;
} 


/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColHybHdr #mainContent {
 	margin: 0 14em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
} 
.thrColHybHdr #mainContent p, #mainContent ul {
	font-size: .75em; 	
} 
.thrColHybHdr #mainContent ul ul {
	font-size: 1em; 
}

.thrColHybHdr #mainContent h2{
 	font-size: .75em;
	font-weight:bold;
}
.thrColHybHdr #mainContent h3{
 	font-size: 1.12em;
	font-weight:bold;
}

/* employeeContent */
.thrColHybHdr #employeeContent {
 	margin: 3em 1em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
} 
.thrColHybHdr #employeeContent p, #employeeContent ul{
	font-size: .75em; 	
} 
.thrColHybHdr #employeeContent h1{
	font-size: 1.12em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 	
}
.subtitle{
	font-size: .875em;
	font-family:Arial, Helvetica, sans-serif; 	
}

.wstable .TableRow1 {
	font:Arial, Helvetica, sans-serif;
	font-size: .75em;
}

.wstable .TableRow2 {
	font:Arial, Helvetica, sans-serif;
	font-size:.75em;
	background-color: #CCCCCC;
}


.thrColHybHdr #legalContent p, #legalContent ul {
	font-size: .75em; 	
} 

#footer {padding: 20px 0 10px 0;background: #FFF; width: 960px; margin: 0 auto; font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;}
#footer p.footerText{font-size: .65em; color:#666; text-align:center; padding:0; margin:0;}
#footer ul.footerLinks{
	list-style:none;
	padding:10px;
	display: block;
	font-size: .65em;
	text-align:center;
	margin:0;
}
#footer ul.footerLinks li{
	display:inline;
	padding:0px 10px;
	margin:0px;
	border-right: 1px solid #7E7E7E;
}
#footer ul.footerLinks li a:link{text-decoration: none; color:#006699;}
#footer ul.footerLinks li a:visited{text-decoration: none; color:#006699;}
#footer ul.footerLinks li a:active{text-decoration: none; color:#006699;}
#footer ul.footerLinks li a:hover{text-decoration: underline; color:#006699;}
#footer ul.footerLinks li.last{border-right:0px;}
#footer ul.footerLinks li.first{padding-left:0px;}
#FooterActions{
	border:1px solid #2f93ce;
	border-right: 0px;
	height:31px;
	background:url(/images/footer-actions-bg-gradient.gif);
	background-repeat:repeat-x;
	background-color:#0253a7;
	color:#FFF;
	z-index:1;
	text-align:right;
	float:left;
	width:882px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;	
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topleft: 4px;	
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	display:inline;
}
#FooterActions ul{
	list-style:none;
	padding:0px;
	margin:6px 0px 4px 15px;
	display:block;
	text-align:left;
	float: left;
	font-size: .75em;
}
#FooterActions li{
	display:inline;
	padding:0px 10px;
	margin:0px;
	border-right: 1px solid #fff;
}
#FooterActions li a:link{text-decoration: none; color:#fff;}
#FooterActions li a:visited{text-decoration: none; color:#fff;}
#FooterActions li a:active{text-decoration: none; color:#fff;}
#FooterActions li a:hover{text-decoration: underline; color:#fff;}
#FooterActions li.last{border-right:0px;}
#FooterActions li.first{padding-left:0px;}
#FooterActions p{margin:6px 10px 0px 0px;font-size: .75em;padding:0px;}
#socialMedia{
	height:31px;
	width:75px;
	border: 1px solid #7E7E7E;
	background:url(/images/footer-follow-bg-gradient.gif);
	background-repeat:repeat-x;
	margin:0px;
	float:left;
	z-index:5;
	text-align:center;
	display:inline;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;	
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius-topright: 4px;	
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
#socialMedia img{
	margin:6px 5px 0px 5px;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#TabContainer {
margin: 0 14em 0 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
}


#borderTopDash{
	
	border-top: 1px dashed #FF9900;
}


.tabTitle {
	font: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000
}
.tabAlign {
	margin-top: 0px;
}

.borderDash{
	border-top: 1px dashed #FF9900;
}
ul {list-style-type:square;}
.style1 {color: #F99D31}
.style2 {text-decoration: none; font-family: Arial; line-height: .75em; text-align: center;}
.FormFieldInstruction{font-size: 10px;}
form {padding: 0 10px;}
form label{font-size: .75em;}
