html, body
{
    margin: 0;
    padding: 0;
    text-align: center;
    background: #5692c8 url(http://www.mightymiramichi.com/assets/images/layout/site_bkg.jpg) repeat-x;
    font-family: Tahoma, Trebuchet MS, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
}

img
{
    border: 0;
}

h2.entry-title {
    font-size: 20px;
    font-weight: 600;
}

h2.entry-title a {
    color: #333;
text-decoration: none;
}

h2.entry-title a:hover {
    color: #173c68;
}

#rightcol {
float: right;
width: 150px;
}

#maincol_left {
    width: 740px;
}

.content_2cols {
}

pre
{
    white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

a:focus {
    outline: 0;
}

#blue_line
{
    height: 5px;
    background-color: #337fd1;
}

.green_line {
    border-bottom: #249c3b solid 4px;
}

#pagewidth
{
    background: #ffffff;
    width: 973px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#top_area
{
    position: relative;
    background: #ffffff url(http://www.mightymiramichi.com/assets/images/layout/top_menu_bkg.jpg) no-repeat;
    height: 106px;
    width: 100%;
}

#french
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

#logo
{
    float: left;
    padding: 26px 36px 0 14px;
}

#top_menu
{
    position: relative;
    padding: 12px 0 0 0;
}

#top_menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

#top_menu ul li
{
    float: left;
    display: inline;
    border-right: 1px dotted #163360;
}

#top_menu ul li:first-child
{
    border-left: 1px dotted #163360;
}

#top_menu ul li a
{
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 170px;
    height: 47px;
    padding-top: 30px;
    text-decoration: none;
    color: #173c68;
    text-align: center;
}

#top_menu ul li a:hover
{
    text-decoration: underline;
}

#search
{
    position: relative;
    float: right;
    padding-right: 36px;
}

h3, h3 a
{
    font-family: Georgia, Times New Roman, Serif;
    color: #27a43e;
    font-size: 19px;
    font-weight: normal;
    margin: 0px;
    padding: 0 0 10px 0;
}

h3 a {
text-decoration: underline;
}

h4 {
    font-family: Georgia, Times New Roman, Serif;
    color: #15315C;
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding: 0 0 2px 0;
}

#white_wrapper {
    padding: 20px;
}

h4 a {
text-decoration: underline;
}

#header
{
    position: relative;
    background: #218a34 url(http://www.mightymiramichi.com/assets/images/layout/header_bkg.gif) no-repeat fixed right;
    width: 100%;
    color: #ffffff;
}

#header #header_images
{
    float: right;
    width:715px;
    height:243px;
}



#header ul#home_menu
{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 21px 0 0 0;
    list-style: none;
    z-index: 3000;
    width: 230px;
}

#header ul#home_menu li
{
    padding: 3px 0px 3px 23px;
    height: 45px;
}

#header a.home_menu 
{
    display:block;
    width: 220px;
    height: 40px; 
    z-index: 3000; 
}


#header_images .menu_dialog
{
    font-size: 13px;
    width: 706px;
    height: 232px;
    z-index: 100;
    position: absolute;
    top: 2px;
    left: 260px;
    background-color: White;
    overflow:visible;
}

.ui-widget-header
{
    font-size: 14px;
}

.ui-dialog-title
{
    padding-left: 30px;
}


.ui-dialog-content
{
    margin-left: 30px;
}

.ui-dialog-content ul
{
    text-align:left;
    font-size: 16px;
}

#header #header_menu_subnav
{
    position: absolute;
    top: 240px;
    left: 70px;
    font-size: 14px;
}

#header #header_menu_subnav a
{
    padding: 5px;
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

#header #header_menu_subnav a:hover
{
    text-decoration: none;
}

#wrapper
{
    background: #ffffff url(http://www.mightymiramichi.com/assets/images/layout/wrapper_bkg.jpg) no-repeat;
}

#bread_crumbs
{
    height: 13px;
    padding-top: 8px;
    margin-bottom: 10px;
    /* border-bottom: solid 4px #27a43e; */
}

#bread_crumbs .breadcrumb_links
{
    font-weight: bold;
    padding-left: 5px;
}

#spacer
{
    height: 20px;
    background-color: #fff;
}

#footer
{
    padding: 5px 5px 15px 5px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    clear: both;
}

#footer a
{
    color: #ffffff;
}

#footer a:hover
{
    text-decoration: none;
}



.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

/* printer styles */
@media print
{
    /* hide the right column when printing */
    #rightcol
    {
        display: none;
    }

    #twocols, #maincol
    {
        width: 100%;
        float: none;
    }
}


h1.sector_header 
{
    font-family: Georgia, Times New Roman, Serif;
    border-top: solid 3px #27a43e;
    border-bottom: solid 2px #27a43e;
    background-color: #15315C;
    margin-top: 5px;
    margin-left: -17px;
    padding-top: 5px;
    padding-left: 15px;
    color: #ffffff;
    line-height: 1.25em;
    font-size: 18px;
}

/*Search Styles*/
.search_highlight
{
    font-weight: bold;
}

a.search_company
{
    font-size: 14px;
    color: #0000CC;
}

a.search_catlink
{
    color: #0000CC;
}

table.search td
{
    padding-bottom: 15px;
}

table.biz_popup 
{
    text-align:left;
}

/**************Sectors Page Styles**************/
div.sector_list_container
{
    margin: 10px;
}

div.cc_cont
{
    display:block;
    padding-right: 20px;
}

ul.sector_list 
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

ul.sector_list li
{
    padding-left: 10px;
    background-image: url(http://www.mightymiramichi.com/assets/images/layout/bullet2.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

a.sector_link, a.sector_link:visited
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

a.sector_link_inactive, a.sector_link_inactive:visited
{
    font-size: 12px;
    color: #838383;
    text-decoration: none;
}

a.sector_link:hover 
{
    color: #1c2b44;
    text-decoration: underline;
}

h1.sector_title
{
    font-weight: bold;
    font-size: 14px;
}

a.sector_title, a.sector_title img
{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}

a.sector_title:hover
{
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

div.banner_right
{
    width: 235px;
    height: 279px;
    font-family: Verdana,Helvetica,Sans-Serif;
    border-top: 1px dotted #163360;
}
div.banner_right ul
{
    list-style: none;
    list-style-type: none;
}


div.banner_right img
{
width: 110px;
height: 93px;
padding-right: 5px;
padding-bottom: 5px;
}




@media print{ 
.noprint {display:none;}
#right_column{display:none;}
#top_area{display:none;}
#header{display:none;}
#bread_crumbs{display:none;}
#footer{display:none;}
}
