/*
Use .pagewidth to center an element and give it the standard width for a CBC.ca page
*/
.pagewidth, .pagewidth_padded {
    display: block;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 986px;
}
/*
.pagewidth_padded gives the element the same total width as .pagewidth but pads the interior to leave a
usable content area equal to the width of 12 grid columns.
*/
.pagewidth_padded {
    padding: 0 13px;
    width: 960px;
    margin-bottom: 20px;
}
/* == TYPOGRAPHY == */
h1 {
    font-size: 2.5em;
    margin: 0.67em 0;
}
.blue_text {
	color: #094161;
}
.red_text {
	color: #E82C1D;
}
.grey_text {
	color: #666666;
}
/* == VERTICAL RHYTHM == */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .wrap1, .wrap2, .wrap3, .wrap4, .wrap5, .wrap6, .wrap7, .wrap8, .wrap9, .wrap10, .wrap11, .wrap12, .sep1, .sep2, .sep3, .sep4, .sep5, .sep6, .sep7, .sep8, .sep9, .sep10, .sep11, .sep12 {
    display: inline;
    float: left;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    margin: 0 10px;
}

.col1, .col1width {
    width: 60px;
}

.col2, .col2width {
    width: 140px;
}

.col3, .col3width {
    width: 220px;
}

.col4, .col4width {
    width: 300px;
}

.col5, .col5width {
    width: 380px;
}

.col6, .col6width {
    width: 460px;
}

.col7, .col7width {
    width: 540px;
}

.col8, .col8width {
    width: 620px;
}

.col9, .col9width {
    width: 700px;
}

.col10, .col10width {
    width: 780px;
}

.col11, .col11width {
    width: 860px;
}

.col12, .col12width {
    width: 940px;
}

.wrap1 {
    width: 80px;
}

.wrap2 {
    width: 160px;
}

.wrap3 {
    width: 240px;
}

.wrap4 {
    width: 320px;
}

.wrap5 {
    width: 400px;
}

.wrap6 {
    width: 480px;
}

.wrap7 {
    width: 560px;
}

.wrap8 {
    width: 640px;
}

.wrap9 {
    width: 720px;
}

.wrap10 {
    width: 800px;
}

.wrap11 {
    width: 880px;
}

.wrap12 {
    width: 960px;
}

/*
.module represents a contained block of content, normally seen on a side rail or used to populate a landing page. It
has an optional .module-head and .module-foot but requires a .module-body wrapper around the module content.
*/
.module,
.module_contained {
    margin-bottom: 24px;
    margin-bottom: 2rem;
}
.module-head {
	padding-top: 8px;
}
.module-body p {
    margin-bottom: 0.5em;
}
.module-foot {
    background: #f0f0f0;
    background: -moz-linear-gradient(center top , #fff 1%, #f0f0f0 2%) repeat scroll 0 0 #f0f0f0;
    border-top: 1px solid #cbcbcb;
    margin: 0;
    padding: 8px;
}
/*
.module_contained pads the inside of the module. This is normally used with a background colour on the module.
*/
.module_contained {
    background-color: #eee;
}
.module_contained .module-head,
.module_contained .module-body,
.module_contained .module-foot {
    padding-left: 10px;
    padding-right: 10px;
}
.module_contained ul, .module_contained ol {
	margin-left: 15px;
	margin-right: 0;
}
/* == SITE ELEMENTS == */
a, a:visited, a:active {
	text-decoration: none;
	color: #094161;
}
p a:hover, p a:focus {
	text-decoration: underline;
}
body {
	background-color: #F1F1F1;
}
.help-sitebody {
	background-color: white;
	-o-box-shadow: 0 2px 6px 0 #888;
	-ms-box-shadow: 0 2px 6px 0 #888;
	-khtml-box-shadow: 0 2px 6px 0 #888;
	-moz-box-shadow: 0 2px 6px 0 #888;
	-webkit-box-shadow: 0 2px 6px 0 #888;
	box-shadow: 0 2px 6px 0 #888;
}

a.blue_button, .blue_button {margin: 20px 0 0;} 
a.blue_button, .blue_button {
	border: 1px solid transparent;
	cursor: pointer; 
	display: inline-block;
	margin: 0;
	padding: 7px 12px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	color: #fff;
	font-size:12px;
	text-shadow: 0 -1px rgba(34,25,25,0.5); 
	line-height: 18px;
	background-color: #094161;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#185e87), to(#094161));
	background-image: -webkit-linear-gradient(top, #185e87, #094161);
	background-image: -ms-linear-gradient(top, #185e87, #094161);
	background-image: linear-gradient(top, #185e87, #094161);
	background-image: -moz-linear-gradient(top, #185e87, #094161);
	background-repeat: repeat-x;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	margin-right: 20px;
}
/*Category nav styling*/
.category_nav {
	background: #CCC;
	margin-bottom: 2em; 
}
.category_nav ul {
	list-style: none;
	padding: 0;
}
.category_nav ul li a {
	color: #000;
}
.category_nav ul li ul {
	padding: 0;
}
.category_nav ul li ul li a {
	padding-left: 25px;
}
.category_nav ul {margin:0;}
.category_nav a {
	display: block;
	color:#333;
	padding:8px 12px; 
	background-color:#ccc;
	border-bottom:1px solid #ebebeb;
}
.category_nav a:hover, .category_nav a:focus {background-color:#e0e0dc;}
.grey_top_border {
	border-top: 5px solid #C4C4C4;	
}
.no_margin {
	margin: 0;
}
.reduced_bottom_margin {
	margin-bottom: 0; 
}
.reduced_top_margin {
	margin-top: 0; 
}
.invalid {
	border: 1px solid #E72B1C;
}
.help-header {
	background: url('/help/content/static_imgs/faq_header.png') no-repeat 0 0; 
	height: 80px;
	line-height: 80px;
}
.help-header h1 {
	margin:0 20px;
}
h3.faq {
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.faq_body {
	height: 0px;
	overflow: hidden;	
}
.yui3-bd { 
	overflow: hidden;
}
 /* == NAVIGATION ELEMENTS == */
.navcontainer ul {
  margin:0 0 20px 0;
  padding:0;
  height: 35px;
  padding-left:25px;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -ms-linear-gradient(top, #fefefe, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #fefefe, #e1e1e1);
  background-image: linear-gradient(top, #fefefe, #e1e1e1);
  background-image: -moz-linear-gradient(top, #fefefe, #e1e1e1);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e1e1e1 #e1e1e1 #bfbfbf;
  border-bottom-color: #b3b3b3;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fefefe', endColorstr='#e1e1e1', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
         text-shadow: 1px 1px 1px #fff;
	border: 1px solid silver;
}
.navcontainer ul li {
	list-style-type:none;
	display:inline;
	float:left;
	padding:8px 0 10px;
	border:1px solid #c0c0c0;
	border-width: 0 1px 0 0;
}
.navcontainer ul li:first-child {
	border-left:1px solid #c0c0c0;
}
.navcontainer ul li a {
	padding:11px 16px 13px;
	color:#115278;
}
.navcontainer ul li a:hover, .navcontainer ul li a:focus {
	padding:10px 16px 13px;
	border-bottom:none;
	*background-color: #d9d9d9;
	/* IE7 don't get borders, darken color in hover */
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	  transition: background-position 0.1s linear;
		  
	background: #c7c7c7; /* old-browsers */
	background: -moz-linear-gradient(top, #c7c7c7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7c7c7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c7c7c7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #c7c7c7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c7c7c7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.navcontainer ul li a.is-selected  {background:#fff;border-top:5px solid #000;border-bottom:0;padding: 5px 16px 14px;}
.float_right {
	 float: right;
 }
 /* == ALERT BOX == */
.alert_box {
	margin-bottom:20px;
	border: 1px solid #E7DA77;
	background-color:#feffe9;
	padding:10px 0;
}
.alert_box h4 {
	background-color: #e72b1c;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	width: 40px;
	float: left;
	padding: 10px;
	margin: -12px 10px 0 -1px;
}
/* == FORM ELEMENTS == */
fieldset {
	border-width:0; 
	margin:0; 
	overflow: hidden; 
	padding: 0;
}
fieldset ul { 
	list-style: none outside none; 
	margin: 0.2em 0; 
	padding: 0; 
}
label { 
	display: block; 
	font-weight: normal; 
	padding: 0 0 6px;
}
input, textarea, select, input.faqsearch_field {
	border: 1px solid #909090;
	margin: 0;
	padding: 3px 1px 2px 4px;
	width: 95%;
	display: inline-block;
	margin-bottom: 9px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.faqsearch_field {
	margin-bottom: -20px;
}
.info ul {
	margin: 0 10px;
}
.contact_info ul li {
	width: 50%;
	float: left;
}
/* == SEARCH BAR STYLING == */
.search input {
	height: 15px; 
} 
.search input  {
	border:solid #ccc;
	border-width:1px 1px 1px; width: 420px;padding:4px 0 3px 5px;
	border-webkit-border-radius:0; 
	-moz-border-radius:0; 
	border-radius:0;
	margin-bottom: -10px;
}
.search .submit {
	background-image:url('/help/content/static_imgs/search.png');
	border: none;
	width: 27px;
	height: 24px;
}
.submit .blue_button{
	width: 75px; 
}
.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}	