/*

	TelDesign - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca/Phil Champagne

*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
	background: #cccccc;
	margin: 20px 0 20px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

table tr td {
	font-size: 12px;
	color: #666666;
}

.validation 
{
	color: #FF0000;
	font-weight: bold;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 993px;
	margin: 0 auto 0 auto;
    padding: 0;
	background: url('../images/wrapper/main-wrapper-bg.jpg') repeat-y;
}

#branding {
	background: #ffffff url('../images/wrapper/branding-bg.jpg') right top no-repeat;
	width: 966px;
	padding: 0;
	height: 98px;
	margin: 0 0 0 13px;
}	

#branding #logo {
	text-align: left;
	padding: 0 0 0 22px;
}

.clear {
	padding: 0;
	font-size: 1px;
	clear: both;
	width: 100%;
}

#content-container {
	padding: 18px 25px 25px 21px;
	min-height: 325px;
	_height: 325px;
}

#content {
	background: url('../images/wrapper/content-bg.jpg') repeat-y;
	float: left;
	width: 745px;
	margin: 0 0 0 5px;
}

#content-img-bg {
	background: url('../images/wrapper/content-bg-img.jpg') right bottom no-repeat;
}
	
#text-content {
	padding: 0 20px 0 20px;
	float: left;
	_height: 300px;
	min-height: 300px;
	width:65%;
}

#text-content p {
	width: 500px;
}

/* =Sidebar
---------------------------------------------------------------------------------------------------- */
#sidebar {
	color: #666666;
	float: left;
	border-left: 1px solid #666666;
	padding-left: 18px;
	width:20%;
}	

#sidebar .quote {
	color: #e75d63;
	font-size: 16px;
	font-style: italic;
	margin: 0;
}

/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	color: #666666;
	font-size: 11px;
	padding: 10px 0 20px 20px;
}

#breadcrumb a {
	color: #666666;
	font-size: 11px;
}

/* =Homepage specific
---------------------------------------------------------------------------------------------------- */
#home-branding {
	background: #ffffff url('../images/wrapper/home-branding-bg.jpg') right top no-repeat;
	width: 966px;
	padding: 0;
	height: 98px;
	margin: 0 0 0 13px;
}	

#home-branding #logo {
	text-align: left;
	padding: 0 0 0 22px;
}

#intro {
	background: url('../images/wrapper/intro-bg.jpg') repeat-y;
	width: 708px;
	margin: 0 0 0 12px;
	float: left;
}

#intro #intro-items {
	padding: 0 20px 0 6px;
}	

#intro #intro-items p {
	margin: 8px 0 8px 0;
}

#home-content-items {
	width: 128px;
	float: left;
	padding: 14px 0 0 20px;
}

#home-content-items p {
	background: url('../images/wrapper/home-content-items-on-off.gif') left top no-repeat;
	margin: 5px 0 5px 0;
	width: 198px;
	height: 28px;
}

#home-content-items a {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	color: #666666;
	display: block;
	width: 198px;
	height: 28px;
	text-decoration: none;
	background: url('../images/wrapper/home-content-items-on-off.gif') left top no-repeat;
}	

#home-content-items a:hover {
	color: #666666;
	background: url('../images/wrapper/home-content-items-on-off.gif') right top no-repeat;
	text-decoration: underline;
}

#home-content-items h1.hdr-text {
	color: #000000;
	font-size: 18px;
	margin: 0 0 14px 0;
	width: 200px;
}

#home-content-items h1.hdr-text span {
	color: #000000;
	font-size: 11px;
	font-weight: normal; 
}

#home-btn-items {
	margin: 0 0 0 13px;
	padding: 15px 0 0 0;
	font-size: 11px;
	line-height: 13px;
}

#home-btn-items .pad {
	padding: 0 0 0 120px;	
}
#home-btn-items .pad2 {
	padding: 0 0 0 100px;	
}

#home-btn-items h3 {
	color: #e2383f;
	font-size: 13px;
	margin: 12px 0 5px 0;
}

#home-btn-items a {
	font-size: 11px;
}

#home-btn-items #btn-box-1 {
	background: url('../images/wrapper/btn-box-1-bg.jpg') 0 0 no-repeat;
	height: 95px;
	width: 297px;
	float: left;
	margin: 0 18px 0 0;
}

#home-btn-items #btn-box-2 {
	background: url('../images/wrapper/btn-box-2-bg.jpg') 0 0 no-repeat;
	height: 95px;
	width: 297px;
	float: left;
	margin: 0 18px 0 0;
}

#home-btn-items #btn-box-3 {
	background: url('../images/wrapper/btn-box-3-bg.jpg') 0 0 no-repeat;
	height: 95px;
	width: 297px;
	float: left;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#tool-bar {
	width: 970px;
	margin: 0 auto 0 auto;
    padding: 0 0 3px 0;
	text-align: right;
}

#tool-bar a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#tool-bar a:hover {
	color: #e2383f; 
}

#main-nav {
	background: #243690;
	width: 966px;
	min-height: 22px;
	_height: 22px;
	margin: 0 0 0 13px;
	text-align: center;
}

#main-nav-items ul {
	width: 966px;
	float: left;
	background: #243690;
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-nav-items ul li {
	float: left;
	padding: 0 45px 0 0;
}

#main-nav-items ul li.first {
	float: left;
	padding: 0 45px 0 14px;
}

#main-nav-items ul li.last {
	float: left;
	padding: 0;
}

#main-nav-items ul li a {
	display: block;
	float: left;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 13px;
	margin: 4px 0 0 0;
}

#main-nav-items ul li a:hover {
	background: url('../images/wrapper/nav-bullet.gif') 0 3px no-repeat;
	padding: 0 0 0 13px;
	margin: 4px 0 0 0;
}

#main-nav-items ul li a.on {
	background: url('../images/wrapper/nav-bullet.gif') 0 3px no-repeat;
	padding: 0 0 0 13px;
	margin: 4px 0 0 0;
}

#left-nav {
	width: 181px;
	float: left;
	margin: 0 0 0 10px;
}

#left-nav #left-nav-items {
	background: url('../images/wrapper/left-nav-bg.jpg') repeat-y;
	padding: 15px 0 15px 0;
}

#left-nav #left-nav-items a {
	color: #999999;
	display: block;
	background: url('../images/wrapper/left-nav-bullet.gif') 0 2px no-repeat;
	padding: 0 0 12px 18px;
	margin: 0 0 0 15px;
	font-weight: bold;
	text-decoration: none;
}

#left-nav #left-nav-items a:hover {
	color: #e23940;
}

#left-nav #left-nav-items a.left-nav-on {
	color: #e23940;
}

#left-nav-header {
	background: url('../images/wrapper/left-nav-hdr-bg.jpg') 0 0 no-repeat;	
	width: 181px;
	height: 33px;
}

#left-nav-header p {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 0 15px;
}

#left-nav-footer {
	background: url('../images/wrapper/left-nav-footer-bg.jpg') 0 0 no-repeat;	
	width: 181px;
	height: 28px;
}

#left-nav-footer #font-resize td {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 0 0 15px;
	margin: 0;
}

#left-nav #left-nav-items #sub-nav a {
	background: url('../images/wrapper/sub-nav-bullet.gif') 0 4px no-repeat;
	font-size: 10px;
	color: #e23940;
	text-decoration: none;
	margin: -8px 0 15px 35px;
	padding: 0 0 0 12px;
}

#left-nav #left-nav-items #sub-nav a:hover {
	font-size: 10px;
	color: #e23940;
	text-decoration: underline;
}

#left-nav #left-nav-items #sub-nav a.sub-nav-on {
	font-size: 10px;
	color: #e23940;
	text-decoration: underline;
}


#font-resize-no-left-nav {
	background: url('../images/wrapper/font-resize-bg.jpg') 0 0 no-repeat;
	width: 181px;
	height: 35px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

#font-resize-no-left-nav td {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 0 0 15px;
	margin: 0;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	outline: none;
}

a {
	color: #243690;
}

a:hover {
	color: #5177C6;
}

/*
a:visited {
	color: #333333;
}
*/


/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	margin: 10px 0 14px 0;
}

h1 {
	font-size: 28px;
	margin: 0 0 5px 0;
	color: #e2383f;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	margin: 10px 0 5px 0;
	color: #243690;
}

h3 {
	font-size: 14px;
	margin: 10px 0 5px 0;
	color: #666666;
}

/* =Footnotes
---------------------------------------------------------------------------------------------------- */
.footNote {
	border-top:1px solid #E4E4E4; 
	margin-top: 30px;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	background: url('../images/wrapper/main-wrapper-border-btm.jpg') 0 0 no-repeat;
	width: 993px;
	margin: 0 auto 0 auto;
	text-align: center;
	height: 30px; 
	color: #666666;
	font-size: 11px;
}

#footer #footer-items {
	background: none;
	padding: 25px 0 0 0;
	margin: 0;
}	

#footer #footer-items a {
	color: #666666;
	font-size: 11px;
}

#footer #footer-items a:hover {
	color: #000000;
	font-size: 11px;
}

/* =SiteMap
---------------------------------------------------------------------------------------------------- */
ul.siteMap {
	list-style-image: url("../images/bullet-arrow.gif");
}

ul.siteMap {
	margin-bottom: 0px;
}

ul.siteMap ul {
	margin: 0;
	padding: 2px 0 0 18px;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul.tightList {
	margin: -5px 0 20px 18px; 
	padding: 0;
}

ul.tightList li {
	padding: 0 0 2px 0;
}

ul.xls {
	background: #FFFFFF url('../images/icon-xls.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

/* =Tables
---------------------------------------------------------------------------------------------------- */
.data-portal {
	width: 675px;
	margin-bottom: 40px;
	border-top: 1px solid #e8e7ec;
	border-left: 1px solid #e8e7ec;
}

.data-portal td {
	border-right: 1px solid #e8e7ec;
	border-bottom: 1px solid #e8e7ec;
	padding: 12px;
}

/* =Tool Tip effect
---------------------------------------------------------------------------------------------------- */
a.toolTip {
	position: relative;
	z-index: 24;	
	text-decoration: none;
}

.fr a.toolTip {
	top: -38px;
}

a.toolTip:hover {
	z-index: 25;
	cursor: help;
}

a.toolTip span {
	display: none;
	visibility:hidden;
	width:500px;
}

a.toolTip:hover span {
    display: block;
	visibility:visible;
    position: absolute;
    top: 0;
	left: 0;
	top: 14px;	
    border: 1px solid #243690;
    background-color: #F1EFED;
	color: #000000;
	padding: 2px 4px;	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#phone-calc input {
text-align: center;
}

.blue {

	color: #4F81BC;

}