 /*-- reset styles --*/

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Times New Roman';
}
    
 /* -- Primary Layout Structure -- */
body
{
    padding: 0;
    background: #fff;
    width: 100%;
    color: #333;
    background: url('../images/design/site_bg_2.jpg') no-repeat;
} 

/* Paragraph Styling */
 .news p, feature_content p{
 font-size: 1em;
 line-height: 1.25em;
 margin: 1.25em 0;
 padding: 0;
 text-align: justify;
}
p.italic {
	font-style: italic;
}
strong {
    font-weight: bold;
}
h2, h3, h4, h5, g6 {
padding-top: 8px;
margin-left: 8px;
margin-bottom: 8px;
text-transform:Capitalize;
}
h2
{
    font-family: 'Times New Roman';
    font-size: 28px;
    letter-spacing: -.04em;
    line-height: 1.4em;
    border-bottom: 1px solid #EdEdEd; margin: 0;
}

.meta {
     text-transform: uppercase;
     font-size: 12px;
     letter-spacing: -.04em;
     font-style: italic;
     margin: 0;
}

.press_box_content h2 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin: 8px 0px;    
}
h3
{
    color: #295176;
    font-size: 16px;
    line-height: 18px;
    margin: 0px 0px 10px;
    font-weight: bold; 
 
}


h4
{   
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0px 10px;
    color: #555;
    font-weight: bold;
}
.news h4 {
    font-style: italic; 
}
h5
{   
    margin: 0; padding: 0;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 4px; 
    color: black;
  
}
h6
{   
    margin: 0; padding: 0;
    font-size: 12.5px;
    line-height: 18px;
    margin: 0px 0px 2px;
    color: #666;
    
}
.posted
{
    color:#808080;
    font-size: .7em;
    font-weight: normal;
    margin-top: .2em;
    margin-bottom: 1em;
    font-family: "tahoma";
}
/* End Paragraph Styling */

/* Basic Link Styling */
a {
    color: #394D7B;
    text-decoration: none;
}
a:hover {
    color: #B8001C;
}
*:target {
    background: yellow;
}

/* End Link Styling */

/* Wrapper box */
#wrapper
{
    width:960px;
    margin: auto;
}

/* Header contains the top most content including logo, main links, and search */
#topmenu {
    float: right;
    margin: 15px 0 -4px 0; 
    width: 700px;
    text-align: right;
}
#topmenu a {
    font-size: .8em;
    font-weight: bold; 
    color: white;
    text-transform: uppercase;
    height: 30px;
    line-height: 28px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #a1a1a1;  
    border-bottom: 0;
    background: url('../images/design/menu_bg.jpg') #959595;
}
#topmenu .subscriber {
     background: url('../images/design/menu_subscriber.jpg') #959595;
}
#topmenu a:hover {
    background: url('../images/design/menu_hover.jpg') #959595;
    color: white;
}
/* Header Container - Contains Topbar, left logo, header image, search */
#header
{ 
    padding: 0;  margin: 0; 
    height: 175px;
    position: relative;
    border: 1px solid #a1a1a1;
    border-bottom: 0;
    background: #86A6BF;
}
#header_img
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 0px;
    height: 174px;             
   
}
#header_img img {
    height: 175px;
    width: 958px;
}

#michifWord {

    z-index: 999;
    display: none;
    text-align: center;
}
.michifPara {
    padding: 15px 0px;
    font-size: .9em;
    color: #333;
    font-style:italic;
}

#michifWord a, #michifTitle a {
    color: red;
    font-size: 1em;
}
#michifWordWord, #michifWordMeaning {

    color: black;
    font-weight: bold;
    font-size: 1em;
    
}
#michifWordWord {
    color: #2A5277;
}
/* End of Header Styling */

/* Begin Menu Styling */
#menu
{
    padding: 0;  margin: 0; 
    margin-top: -1px; 
    border-left: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;

}
#topbar {
    height: 35px;
    background: #f1f1f1;
    z-index: 99;
    border: 1px solid #a1a1a1;
    border-top: 0; border-bottom: 0;
    
}
#site_search
{
    display: inline;
    text-align: right;
    float: right; 
    margin-top: 3px;
    padding: 4px;
    width: 300px;
    height: 27px;
}
#site_search input {
    color: #888;
    border: 1px solid #ccc;
    height: 16px;
}
#site_search input.btn {
    color: white;
    border: 1px solid #6597b2;
    text-transform: uppercase;
    height: 22px;
    background: #c0c7f3;
    font-size: .8em;
    font-weight: bold;
    background: url('http://mnbc.ca/images/design/menu_subscriber.jpg') repeat;
}
/* End Menu Styling */

/* Begin Content Styling */
#content
{
    margin: 0; padding: 0;        
    border: 1px solid #a1a1a1;
    background: #F1F1F1;   
    border-top: 1px solid #F1F1F1;
}

#content_full{
    margin: 0; padding: 0;        
    border: 1px solid #a1a1a1;
    border-top: 1px solid #F1F1F1;
    background: #F1F1F1; 
}

#content_left
{
    float: left;
    width: 100%;
    margin-right: -220px; 
}

#content_right{ 
    float: right;
    width: 220px;   
    height: 100%;
}
.front {
	margin-top: 15px;
}

.innertube
{
    margin-right: 225px;
    margin-left: 8px;
}

.innertube2
{
    margin: 0px 8px 4px 8px;
}

/* Feature News Box */
.feature, #headlines, #community {
    margin: 15px 4px 15px 4px;
    background: white;
    font-size: .9em;
    width: 700px;
}
#community li {
    padding-top: 8px;
}
.community_even {
    background: #f4f4f4;
}

#community ul ul {
	margin: 5px 0px 5px 0px;
} 

#community li li {
	background: 0;
	margin: 0; padding: 0px 0px 5px 0px;
}
.topstories {
	background: 0;
	font-size: 11px;
	text-transform:capitalize;
	height: 328px;
}
.topstories ul 
{
    padding: 0; 
    margin: 0;
}
.topstories ul li {
    display: block;
    color: #ccc;
    padding: 0px; 
    margin: 0;
}

.topstories li a {
    display: block;
    font-size: 1.3em;
    line-height: 1.0em;
    padding: 4px 0px 4px 0px; 
    padding-left: 4px;
    font-weight: 700;
}
.topstories a {
    border-bottom: 1px solid #BCBEC0;
    border-left: 1px solid #c6c6c6;
    background: white;
}

.topstories li a:hover {
    color: #ae0107;
    
}

.tstory_link {	float: right; color: white;	}
.tstory_link ul{
    margin: 0;
    padding: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
    background:none;
    list-style-type: none;
}

.tstory_link ul li{
    margin: 0; padding: 0;
    background: none repeat scroll 0 0 transparent;
    display: inline;
    list-style-type: none;
}

.tstory_link ul li a{
    text-transform: uppercase;
    color: white;
    border-right: 1px solid #f1f1f1;
    padding-right: 4px;
}

.tstory_link ul li a:hover, .submenu ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    text-decoration: underline;   
}

.feature_content {
}
.feature_content h2 {
    margin: 0; padding: 0;
    font-size: 1.8em;
    font-weight: bold;
    color: #2F2F2F;
}
.feature_content h3 {
    margin: 0; padding: 0;
    line-height: 1.4em;
    font-size: 1.6em;
    color: #394D7B;
}
.feature_content h4 {
    margin: 0; padding: 0;
    line-height: 1.2em;
    font-size: 1.4em;
}
.feature_content a, .headlines_content a {

    display: block;
    color: #394D7B;
    text-decoration: none;
}
.feature_content a:hover, .headlines_content a:hover {
    color: #B8001C;
}
.feature_content a[href^="mailto:"] {
    display: inline;
}
.feature_content a[href^="mailto:"]:before {
    content: "";
}
.headlines_content ul, .headlines_content ul li, .lsideupper ul  {
   list-style:none;
   padding: 0;
   margin: 0; 

}
.headlines_content a {
    padding: 2px 6px 2px 6px;
    color: #333;
}
.nolink a:before {
    content: "";
}
.feature_img, .feature_img img {
    padding: 0;
    margin: 0;
    border: 0;
    
}
/* End Feature News Box */

/* Begin Headlines & Press Releases */
#headlines {
    min-height: 210px;
    width: 516px;
    background: 0;
}
.headlines_container {
    width: 256px;
    float: left;
    background: 0;
}
.headlines_content {
    background: 0;
}

/* End Headlines Styling */

/* Begin Community News */
.community_content {
    height: 200px;
}
.community h2 {
    font-size: 1.2em;
}
/* End Community News Styling */

.sponsor {
    padding-top: 10px;
    text-align: center;
}
/* Begin Left Side Content */
.lsideupper {
    width: 219px;
    min-height: 182px;
    border: 1px solid #BCBEC0;
    border-top: 0;
    border-right: 0;
    margin-bottom: 10px;
    background: white;

}
.lsideupper p {
 font-size: 1em;
 line-height: 1.25em;
 margin: 1.25em 0;
 text-align: justify;
 padding: 0px 4px 0px 4px;
}
.lsideupper2 {
    width: 219px;
    border: 0;
}
.lsideupper_content {
    padding-top: 5px;
}
.lsideupper ul  {
   list-style:square; 
   padding-left: 6px;

}
/* Headlines, Features, Lsideupper Titles */
.main_page_title, .press_box_title {
    padding: 4px;
    background: #3d3e3e;
    font-size: 12px;
    color: white;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
}

#content_right .title {
    text-align: center;
}
.right_side_logos {
    margin-left: 35px;
    height: 300px;
}
.right_side_logos a {
    display: block;
    margin-bottom: 2px;
}

/* Right Side Containers */
.president_update_title
{
    height: 30px;
    width: 220px; 
    background: url('../images/design/presidentialupdate.jpg') white repeat-x;
 
}
.community_news_title
{
    height: 30px;
    width: 220px; 
    background: url('../images/design/communitynews.jpg') white repeat-x; 
}
.press_box
{
    margin-right: -1px;
    color: #444;
    padding: 4px;
}

.press_box_content
{
    text-align:left;
    margin: 0px 0px 5px 0px;
    background: white;
    border: 1px solid #BCBEC0;
    border-top: 0;
    padding:4px;
    font-size: .8em;
    color: #222;
}
.press_box_content img {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 4px;
}
.press_box_content img.border {
	border: 1px solid #dfdfdf;
}

.presidential_content
{
    position: relative;
    border: 1px solid #BCBEC0;
    border-top: 0;
    height: 194px;
    background: url('../images/design/president_dumont.jpg') #E0E9EF right no-repeat;
    font-size: .8em;
    color: #222;
    margin-bottom: 5px;

}
.pres_form {
    position: absolute;
    bottom:1px;
}

.pres_form select {
    margin-left: 20px;
    margin-right: 20px;
    width: 180px;
}
.block_title {
    background: #A5B8C9;
    padding: 5px;
    margin-left: 5px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #666;

}     
/* End Right Side Containers */

/* -- Main Content Area -- */

/* Heading Menu */
#h1
{
    background: #f2eff1;
    color: #333;
    display: block;
    font-size: 3.5em;
    margin: 15px 0px 0px 0px;
    padding: 15px 0 10px 10px; 
    line-height: 1em;
}
.submenu
{
    background: none repeat scroll 0 0 transparent;
    height: 20px;
    margin: 0;
    background: #e2e0e0;
    border-top: 1px solid #c9c7c7;
    border-bottom: 1px solid #c9c7c7;
    padding: 0px 0px 0px 10px;
    font-size: 12px;
    
}
.submenu ul{
    margin: 0;
    padding: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
    background:none;
    list-style-type: none;
}

.submenu ul li{
    margin: 0; padding: 0;
    background: none repeat scroll 0 0 transparent;
    display: inline;
    list-style-type: none;
}

.submenu ul li a{
    background: none repeat scroll 0 0 transparent;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0px 4px 0px 4px;
    border-right: 2px dotted #c9c7c7;
    font-size: 1.1em;
}

.submenu ul li a:hover, .submenu ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    color: #B8001C;   
}
/* End Heading Menu */

/* Containers */
.article
{
    margin: 10px;
    padding: .5em 10px .5em 10px;
    background: white;
    border: 1px solid #efefef;
}
.news
{
    margin: 10px;
    padding: .5em 15px .5em 15px; 
    margin-top: 5px;
    background: #fff;
    border: 1px solid #CFCFCF;
    font-size: 1.2em;
}
.news img {padding: 8px;}
.new
{
    background: url('../images/design/new.gif') white right top no-repeat;
}
.totop
{
    float: right;
    height: 21px;
    width: 21px;
}

/* -- Main Content --  */
/* Containers */
.list_container
{
    padding: 4px;
    border: 1px solid #cfcfcf;
    margin-top: 10px;
    background: #f9f9f9;
}

.cfs_link {
    float: right;
    text-align: center;
    right: 0;
    bottom: 0;
    display: block;
    width: 300px;
    border: 1px solid #cfcfcf;
    border-bottom: 0;
    border-right: 0;
    background: #f1f1f1;
    padding: 4px;
    margin-bottom: -5px;
    margin-right: -4px;
}
table.contact_tbl
{
    width: 100%;
    overflow:scroll;      
    font-size: 1.2em;
}
table.contact_tbl td
{
    vertical-align: top;
    text-align: center;
    padding: 4px;
    background: white;
    border: 1px solid #E0E8EF; 
    width: 32%;
}
table.contact_tbl td.blank
{
    border: 0;
    background: 0;
}
table.contact_tbl td.center
{
    text-align: center;
    vertical-align: top;
}
table.contact_tbl img {
    height: 125px;
    width: 100px;
    text-align: center;
    border: 1px solid #333;
}
table.contact_tbl hr {
    width: 75%;
    border:0;
    height: 1px;
    background: #E0E8EF;
}
table.contact_tbl li, .press_box_content li {
    margin-left: 25px;
}
.tbl_header {
    font-weight: bold;
}

/* End Containers */
/* End -- Main Content -- */


/* -- Footer -- */
#footer {
    margin-top: 20px;
    padding: 4px;
    text-align: center;
    line-height: 16px;
    margin-bottom: 6px;
    color: black;     
}
#footer p {
    margin: 0; padding: 0;
    font-size: .8em;
    padding-bottom: 2px;
    text-align: center;    
}
#footer a {
    color: red;
}
#footer hr {
    height: 1px;
    background: #ccc;
    border: 0;
}
#footer_menu {
    margin-top: 4px;
    padding: 4px 4px 0px 0px;
}

ul {
    margin-bottom: 10px;
}
li {
    margin-left: 15px;
    list-style:square;
    line-height: 30px;
}
.list_container li {
    margin-left: 20px;
}

.clear {
    clear: both;
}

.gallery {
	width: 100%;
	height: 100px;
	padding: 25px 0px 25px 10px;	
	clear: both;
}
.gallery img
  {
  margin:8px;
  padding: 6px;
  background: white;
  box-shadow: 5px 5px 3px #888888;
  -webkit-box-shadow: 5px 5px 3px #888888; /* Safari */
  height:100px;
  width:125px;
  float:left;
  border: 1px solid #CFCFCF;
  }
.gallery img img
  {
  display:inline;
  margin:0px;
  }
.gallery img a:hover img
  {
  border:1px solid #0000ff;
  }
.gallery ul { list-style: none; }
.gallery ul li { display: inline; }
.gallery ul img {
    display: inline;
} 
/* Misc */
.center {
    text-align: center;
}
.info_red {
    border-color:#CF0827;
    border-style:solid;
    border-width:2px 1px;
    margin-bottom:10px;
    padding:8px;
}
.info_blue {
    border-color:#376186;
    border-style:solid;
    border-width:2px 1px;
    margin-bottom:10px;
    padding:8px;
}
.title {
    color:black;
    font-weight:bold;
    font-size: 1em;
    padding: 4px;
    padding-left: 0;
}

.title2 {
    color:#1F407F;
    text-decoration: underline;
    font-size: .9em;
    padding: 2px;
    padding-left: 0; 
}
.name {
    color:#BF0023;
    padding: 1px;
    padding-left: 0; 
    font-size: 1.1em;
}
.support {
    padding: 1px;
    padding-left: 0; 
    text-decoration: underline; 
}
.address {
    font-style: italic;
    color: #222;
    padding-left: .2em;
    color: #666;
    font-size: .9em;
}
.clear{
    clear: both;
    height: 1px;
}

.profiles {
    display: -moz-inline-block;
    display: inline-block;
    height: 200px;
    padding: 4px;
    background:#E0E9EF;
    border:1px solid #A4AAAF;
    text-align: center;
    margin: 4px;
}

.profiles img {
    height: 0px;
    width: 0px;
    text-align: left;
}
.large {
    font-size: 1.5em;
    line-height: 1.2em;
}
/* End Misc */

/* Horizontal List for Alphabet Business Listing */
.horz_list ul
    {
        margin: 0; padding: 0;
        margin: 10px; 
    }

.horz_list li
    {
        margin: 0; padding: 0;
        list-style-type: none;
        display: inline;
        background:none;

      }
.horz_list li a
    {
        font-size:14px; 
        font-weight: 600; 
        text-decoration: none;
        text-transform: uppercase;
        color: #074C7F;
        background: #f0f0f0;
        text-align: center;
        border: 1px solid #ccc;
        padding: 2px;
        padding-left: 4px;
        padding-right: 4px;    
    }

.horz_list li a:hover
    {
        text-decoration: underline;  
    }
/* End Business Listing */


#didyouknow ul {
    margin-left: 0;
    padding-left: 0;
}
#didyouknow ul li {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.didyouknow_container {
    background: #B1C1CF; 
    color: black; 
    padding: 8px; 
    border-top: 6px solid #2A2A2A; 
    border-bottom: 6px solid #2A2A2A;
}
/* Hide from IE5-mac \*/
* html q {
font-style:italic;
}
/* End hiding from IE5-Mac */
q {
font-style:italic;
quotes:"\201C" "\201D" "\2018" "\2019";
}
q:before {
content:open-quote;
}
q:after {
content:close-quote;
}
q:lang(en) {
quotes: "«" "»" "'" "'";
}
q:lang(sv) {
quotes: "\201D" "\201D" "\2019" "\2019";
}

#breadcrumb {
    padding-left: 8px;
    text-transform: uppercase;
    border:0;
    font-size: .9em;
    font-weight: 800;
    margin: 15px 0px 15px 6px;
}
#breadcrumb a {
    text-transform: uppercase;
}
#breadcrumb ul, #breadcrumb li {
    display: inline;
    color: black;
    margin: 0;
    padding: 0;
}
#breadcrumb a {
    background: url('../images/design/breadcrumb_slash.gif') no-repeat;
    padding-left: 10px;
}

.press_box_content ul ul li {
    padding: 0; margin: 0;
    margin-left: 46px;
    list-style-image: url('../images/design/sublist_arrow.jpg');
}

.other {
    padding: 0; margin: 0;
    margin-left: 35px;
    list-style-image: none;
    line-height: 30px;
}

.pdf {
    padding: 0; margin: 0;
    margin-left: 35px;
    list-style-image: url('../images/pdf-icon.png');
    line-height: 30px;
}

.doc {
    padding: 0; margin: 0;
    margin-left: 35px;
    list-style-image: url('../images/doc-icon.png');
    line-height: 30px;
}

.fancy_img{}

.box-table
{
	font-size: 14px;
	margin: 10px 0px;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}
.wide-table {
	width: 650px;
}
.box-table th
{
	font-size: 16px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #30567a;
	font-weight: bold;
}
.box-table td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #444;
	border-top: 1px solid transparent;
	vertical-align: top;
}
.box-table tr:hover td
{
	background: #d0dafd;
	color: #339;
}
.box-table ol li {
	margin: 0 0 0 1.5em; padding: 0;
}
.td-img {
	vertical-align: middle
}
.bold {	font-weight: bold; }
.center { text-align: center; }

div.feedburnerFeedBlock { 
border:1px dashed #ccc; 
background-color:#FDFFE6;
padding:12px; 
color:#686C74;
font-family:Trebuchet MS;
font-size:13px;
}
div.feedburnerFeedBlock ul {
margin-left:5px;
padding-left:5px;
list-style-type: none;
}
div.feedburnerFeedBlock ul li span.headline { 
font-size:15px;
font-weight:bold;
color:#304B7A;
text-decoration:underline;
display:block; 
margin:12px 0 0 0; 
}
.headline a{ 
font-size:15px;
color:#304B7A;
}
.headline a:hover{ 
color:#304B7A;
}
.feedTitle a{ 
font-size:15px;
font-weight:bold;
color:#304B7A;
}
.date{ 
float:right;margin-right:22px;
}
.postlink{ 
font-size:13px;
}
.announcement_content {
	padding: 20px;
	padding-left: 10px;
	font-size: 1.2em;
}

.full_img
{
padding: 0;
margin: 0;
height: 100%;
width: 100%;
}

