 /*-- 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-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    }
    
 /* -- Primary Layout Structure -- */
body
{
    padding: 0;
    background: #fff;
    width: 100%;
    font-family:"georgia, times new roman, times,serif";
    font-size: 14px;
    line-height: 16px;
    color: #333;
} 

/* Paragraph Styling */
p {
    margin: 10px 0px 10px 0px;
    line-height: 1.3em;
}
h2
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 24px;
    line-height: 26px;
    margin: 0px 0px 10px;
}
.news h2 {
    border: 0;
    margin-bottom: .1em;
    margin-right: 40px;
}
.press_box_content h2 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin: 8px 0px;    
}
h3
{
    margin: 0; padding: 0;
    color: #295176;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 8px;
    text-decoration: underline;
    font-weight: bold; 
 
}
.news h3 {
    margin: 0;
    border: 0;
    padding: .2em;
    padding-left: 0;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
}

h4
{   
    margin: 0; padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 0px 0px 6px;
    color: #555;
    font-weight: bold;
}
.news h4 {
    color: #555;
    font-weight: normal;
    font-size: 1.1em;
    font-style: italic; 
    margin-top: .1em;
    margin-bottom: .1em;
    font-weight: bold;
}
h5
{   
    margin: 0; padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 4px; 
    color: black;
  
}
h6
{   
    margin: 0; padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12.5px;
    line-height: 18px;
    margin: 0px 0px 2px;
    color: silver;
    
}
.posted
{
    color:#808080;
    font-family: Tahoma, sans-serif;
    font-size: .9em;
    font-weight: normal;
    margin-top: .8em;
    border-top: 1px solid #ccc;
    margin-bottom: 1em;
}
/* End Paragraph Styling */

/* Basic Link Styling */
a {
    color: #394D7B;
    text-decoration: none;
}
a:hover {
    color: #B8001C;
}
a[href^="mailto:"]:before {
    content: "";
}
a[href^="mailto:"] {
    background: url("../images/design/email.gif") left center no-repeat; 
    line-height: 25px;
    padding-left: 25px;
}
/* End Link Styling */

/* Wrapper box */
#wrapper
{
    width: 760px;
    margin-top: 10px 5px 10px 5px;
    margin: auto;
}

/* Header contains the top most content including logo, main links, and search */
#topmenu {
    float: right;
    margin: 10px 0 -1px 0; 
    width: 700px;
    text-align: right;
}
#topmenu a {
    font-family:tahoma,verdana,"Lucida Grande",sans-serif;
    font-size: .8em;
    font-weight: 475; 
    color: white;
    text-transform: uppercase;
    padding: 2px 8px 2px 8px;
    background: #3D6080;
    margin:0;    
}
#topmenu a:hover {
    background: #B8001C;
    text-decoration: 0;
}
/* Header Container - Contains Topbar, left logo, header image, search */
#header
{ 
    padding: 0;  margin: 0; 
    height: 173px;
    position: relative;
    border: 1px solid #a1a1a1;
    background: #86A6BF;
}
#topbar {
    position: relative;
    top: 0; 
    right: 0;
    height: 30px;
    z-index: 99;
}
#left_logo {
    
    position: absolute;
    top: 0px;
    left: 0px;
    width: 195px;  
    height: 175px;
    margin-right: 10px; 
    z-index: 98;         
}
#header_img
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 759px;
    margin-top: 0px;
    height: 174px;
    display:none;               
   
}
#header_img img {
    height: 174px;
    width: 759px;
}

#site_search
{
    position: absolute;
    right: 2px;
    top: 2px;  
}

#michifWord {

    font-family:tahoma,verdana,"Lucida Grande",sans-serif;
    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;  
    border-left: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;

}
/* End Menu Styling */

/* Begin Content Styling */
#content
{
    margin: 0; padding: 0;        
    border: 1px solid #a1a1a1;
    background: #F1F1F1;   
}

#content_full{
    margin: 0; padding: 0;        
    border: 1px solid #a1a1a1;
    background: #F1F1F1; 
    border-top: 1px solid #ccc;
}

#content_left
{
    float: left;
    width: 100%;
    margin-right: -220px; 
}

#content_right{ 
    float: right;
    width: 220px;   
    height: 100%;
}

.innertube
{
    margin-right: 225px;
    margin-left: 8px;
}

.innertube2
{
    margin: 0px 8px 4px 8px;
}
.innertube2 img, .innertube img {
    padding: 4px;
}
/* Feature News Box */
#feature, #headlines, #community {
    display: block;
    margin: 0px 4px 8px 4px;
    background: white;
    font-size: .9em;
    font-family:tahoma,verdana,"Lucida Grande",sans-serif;    
    border: 1px solid #BCBEC0;
    width: 516px;
}
.feature_content {
    min-height: 290px;
}
.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 p {
    padding: 4px 0px 4px 0px;
    margin: 0;
    color: #333;
    font-size: 1.1em;
}
.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:before {
    content: "\00BB  ";
}

.feature_content a[href^="mailto:"]:before {
    content: "";
}
.headlines_content ul, .lsideupper ul  {
   list-style:square; 

}
.nolink a:before {
    content: "";
}
.feature_img, .feature_img img {
    padding: 0;
    margin: 0;
    border: 0;
    
}
/* End Feature News Box */

/* Begin Headlines & Press Releases */
#headlines {
    height: 300px;
    width: 516px;
    background: white;
}
.headlines_container {
    width: 258px;
    float: left;
    margin-right: 0px;
    
}
.headlines_content {
    padding: 4px;

}

/* 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;

}
.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: 5px;
    background: url('../images/design/headlines_title.gif');
    font-size: 1em;
    color: white;
    font-weight: 800;
    font-family: Verdana, verdana, "times new roman",times,serif;
    text-align: left;
}

#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-top: 5px 0px 5px 0px;
    background: white;
    border: 1px solid #BCBEC0;
    padding:4px;
    font-family:Arial,Helvetica,Verdana;
    font-size: .8em;
    color: #222;
}
.press_box_content img {
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid #dfdfdf;
}

.presidential_content
{
    position: relative;
    border: 1px solid #BCBEC0;
    margin-top: 0px;
    height: 194px;
    background: url('../images/design/president_dumont.jpg') #E0E9EF right no-repeat;
    font-family:Arial,Helvetica,Verdana;
    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
{
    margin: 0; padding: 0;
    background: url('../images/design/h1bg_mock.gif');
    height: 40px;
    color: white;
    font-family: "Helvetica Neue Light", Arial, Helvetica, Arial, sans-serif; 
    font-size:2.5em;
    padding: 22px 8px 10px 8px;
    text-decoration:none;    
}
.submenu
{
    margin: -20px 0px 15px -8px;
}
.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{
    display: inline;
    background:none;
    list-style-type: none;
    padding-right: 2px;
}

.submenu ul li a{
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-family:tahoma,verdana,"Lucida Grande",sans-serif; 
    font-size: .8em;
    padding: 2px 2px 6px 2px;
    font-weight: bold;
}

.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;
    font-family:georgia,"times new roman",times,serif;
    background: white;
    border: 1px solid #efefef;
}
.news
{
    margin: 10px;
    padding: .5em 10px .5em 10px; 
    margin-top: 5px;
    font-family:georgia,"times new roman",times,serif;
    background: #fff;
    border: 1px solid #CFCFCF;
}
.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: #fff;
}
.list_container p
{
    padding: 4px;
    margin:0;
}
table.contact_tbl
{
    width: 100%;
    overflow:auto;      
}
table.contact_tbl td
{
    vertical-align: top;
    text-align: center;
    padding: 4px;
    background: white;
    border: 1px solid #E0E8EF; 
}
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_menu {
    margin-top: 4px;
    padding: 4px 4px 0px 0px;
}
#footer_menu a {
    font-family:tahoma,verdana,"Lucida Grande",sans-serif;
    font-size: .8em;
    font-weight: 475; 
    color: white;
    text-transform: uppercase;
    padding: 2px 8px 2px 8px;
    background: #3D6080;
    margin:0;    
}
#footer_menu a:hover {
    background: #B8001C;
    text-decoration: 0;
} 
#footer {
    padding: 4px;
    text-align: center;
    line-height: 16px;
    background: #efefef;
    border: 1px solid #a1a1a1;
    margin-bottom: 6px;     
}
#footer p {
    margin: 0; padding: 0;
    font-size: 1em;
    padding-bottom: 2px;
    text-align: center;    
}


ul {
    margin-bottom: 10px;
}
li {
    margin-left: 15px;
    list-style:square;
}
.list_container li {
    margin-left: 20px;
}


.clear {
    clear: both;
}
/* jQuery lightBox plugin - Gallery style */
.gallery {
    display: relative;
    bottom: 0;
    margin-top: 20px;
    color: #779FBF;
    font-size: 10px;
    font-style: "Verdana, Tahoma, Times New Roman";
    border: 1px solid #f1f1f1;
    padding: 2px;
}
.gallery img {
    border: 0;
    width: 80px;
    height: 80px;
}
.gallery ul { list-style: none; }
.gallery ul li { display: inline; }
.gallery ul img {
    display: inline;
    margin-right: 2px;
    border: 4px solid #ccc;
}
.gallery ul a:hover img {
    border: 2px solid #B8001C;
    border-width: 4px;
    color: #fff;
}
.gallery a { display: inline; }
.gallery a:before {
    content: "";
}
.gallery ul a:hover { color: #ff0000; }

/* 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-family:arial,verdana,"Lucida Grande",sans-serif;
        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 */
