* {
    margin:0;
    padding:0;
    border: none;
    outline: 0;
}

body {
    width: 100%;
    background-color: #ab9dad;
    background-image: url('/images/bg_grad.png');
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
    font-size: 1em;
    color: #333;
    font-family: 'Segoe UI','Arial',sans-serif;
}

strong {
    font-family: 'Arial',sans-serif;
    font-weight: bold;
}

p {
    font-size: .8em;
    line-height: 1.6em;
    color: #333;
    margin-bottom: .8em;
    margin-top: .8em;
}

h1 {
    font-family: 'Myriad','Verdana','Arial',sans-serif;        
    font-size: 2em;
    font-weight: normal;
    color: #8c94cd;
    letter-spacing: -2px;
}


h2 {
    font-family: 'Arial',sans-serif;
    font-weight: bold;
    color: #c37505;
    font-size: 1.3em;
}

h3 {
    font-family: 'Georgia',sans-serif;
    font-weight: normal;
    color: #444;
    font-size: 1.1em;
    margin-top: 1.4em;
    margin-bottom: 1em;
}
    
/* Logobar (top white bar) */
    #logobar {
        position:absolute;
        left:0px;
        top:0px;
        width: 100%;
        height: 75px;
        background-color: white;
        border-bottom: 1px solid #cdc5d7;
        z-index: 20;
    }
    
    #logobar_sub {
        position: relative;
        width: 80%;
        max-width: 1160px;
        min-width: 900px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 18px;
    }
    
    #logo {
        display: block;
        float: left;
        margin-left: 200px;
    }
/* End Logobar */

/* SearchBox */
    #searchbox {
        position: absolute;
        right: 0px;
        float: right;
        top: 5px;      
    }
    
    #searchbox input[src='/images/searchicon.png'] {
        vertical-align: 2px;
    }
    
    input#search {
        vertical-align: 10px;
        margin-right: 4px;
        width: 180px; 
        color: #999; 
        font-style: italic;
        border: 1px solid #dcdcdc;
        height: 20px;
    }
/* End SearchBox */

div#main { 
    width: 80%;
    min-width: 900px;
    max-width: 1160px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 30px 0;
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    background-color: white;
    
    border-radius-bottomright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius-bottomleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    box-shadow: 10px 10px 5px #888;
    -moz-box-shadow: 5px 5px 10px #999999;
    -webkit-box-shadow: 5px 5px 10px #999999;  
}

/* Top left subnav */
    #subnav {
        position: absolute;
        font-family: 'Segoe UI','Arial',sans-serif; 
        font-size: .8em;
        top: 50px;
        right: 0px;
        color: silver;                
    }
    
    #subnav a:link, #subnav a:active, #subnav a:visited {
        margin: 0px 5px 0px 5px;
        color: #6b626f;
        text-decoration: none;
        color: #ab9dad;
    }
    
    #subnav a:hover {
        text-decoration: underline;
    }
/* End Top Left Subnav */

/* TextSize Div */
    div#textsize {
        position: absolute;
        border: 1px solid #cdc5d7;
        border-top: none;
        padding: 0 3px 0 3px;
        
        border-radius-bottomright: 5px;
        border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        /*
        box-shadow: 10px 10px 5px #888;
        -moz-box-shadow: 5px 5px 10px #999999;
        -webkit-box-shadow: 5px 5px 10px #999999;
        */
        background-color: white;
        width: 90px;
        z-index: 10;
        right: 20px;
        top: 75px;

    }
    
    div#textsize img.fontbutton {
        cursor: pointer;
        vertical-align: -1px;
    }
/* End Text Size Button */
/* Nav */          
    ul#nav {
        font-family: 'Segoe UI','Arial',sans-serif;
        font-size: .8em;
        line-height: 1.9em;
        position: absolute;
        top: 0px;
        background-color: #3f5e95;
        margin: 0px 0px 0px -15px;
        padding: 0px 0px 12px 0px;
        width: 201px;
        min-width: 201px;
        max-width: 201px;
        z-index: 25;
        
        
        border-radius-bottomright: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;

        box-shadow: 10px 10px 5px #888;
        -moz-box-shadow: 3px 5px 18px #746176;
        -webkit-box-shadow: 3px 5px 18px #746176;
    }

    ul#nav li {
        list-style: none;
        padding-left: 10px;
    }
    ul#nav li.active_cat {
        background-color: white;
    }
    ul#nav li.active_cat a:link, ul#nav li.active_cat a:active, ul#nav li.active_cat a:visited {
        color: #607fb6;
        display: block;
    }    
    
    ul#nav > ul {
        margin: 0px;
        padding: 0px;
        background-color: #e9edf2; 
    }
    
    ul#nav > ul a:link, ul#nav > ul a:active, ul#nav > ul a:visited {
        display: block;
        color: #607fb6;
    } 
    
    ul#nav > ul > li{
        padding-left: 20px;
    }
    
    ul#nav li:hover {
        display: block;
        background-color: #b8c5dc;
        color: white;
    }
    
    ul#nav a:link, ul#nav a:active, ul#nav a:visited {
        display: block;
        color: white;
        text-decoration: none;
    }
    
    ul#nav .pm_img {
        vertical-align: 1px; 
        border: 0px;
        margin-right: 4px;
    }
    
    ul#nav li#imgli {
        clear:both;
        margin: 0px;
        padding: 0px;
        line-height: 0px;
    }
/* End Nav */

div#content {
    margin: auto auto;
    width: 100%;
    text-align: left;
    margin-right: -1px;
    top: 70px;
    margin-bottom: 50px;
    min-height: 490px;
    overflow: hidden;
    position: relative;
}

div#page_content {
    margin:0px 25px 0px 220px;
    padding-bottom: 25px;
}

div#page_content a:link, div#page_content a:active, div#page_content a:visited {
    color: inherit;        
}

div#page_content img.leftimg {
    margin: 0px 10px 4px 0px;
}

h1#heading {
    font-family: 'Myriad','Verdana','Arial',sans-serif;        
    font-size: 2em;
    font-weight: normal;
    color: white;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 25px 20px 25px 220px;
    background-color:#8c94cd; 
}
div#page_content h1 {
    margin: 26px 10px 10px 0;
    font-weight: normal;
    font-size: 1.4em;
}
div#page_content h2 {
    margin: 26px 10px 10px 0;
    font-weight: normal;
    color: #6670a3;
}

div#page_content li, div#page_content p{
    font-size: .8em;
    color: #333;
    line-height: 140%;
    margin-top: 8px; 
    margin-bottom: 8px;
}

div#page_content table#img_desc td {
    padding: 10px;
    font-size: .8em;
}

div#page_content table#img_desc td p {
    padding: 0px 10px 0px 10px;
    font-size: 1em;
}

div#page_content table#img_desc h3 {
    font-family: 'Tahoma','Verdana','Arial',sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 10px;
    color: #2c5f98;
}

div#page_content table#img_desc h4 {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 10px;
    font-style: italic;
}

div#page_content table.calendar_table {
    width: 100%;
    border-collapse: collapse;
}

div#page_content table#list td {
    border-collapse: collapse;
    padding: 6px;
    font-size: .8em;
}

div.cal_day {
    
}

div.event_div {
    
}

div#page_content td.calendar_cell {
    border: 1px solid #dcdcdc;
    width: 14%;
    padding: 5px;
    font-size: .8em;
    min-height: 70px;
    height: auto;
    height: 70px;
}

div#page_content td.calendarHeader {
    border: 1px solid #dcdcdc;
    background-color: #c6b8dc;
    color: white;
    font-size: 1em;
    font-weight: bold;
    width: 14%;
    padding: 5px;
}

table#contact_table {
    font-size: .8em;
}

div#page_content td {
    vertical-align: top;
}

div#page_content table.content-table td {
	font-size: .8em;
    padding: 5px 0;
}

div#page_content input,div#page_content select,div#page_content textarea {
    border: 1px solid #dcdcdc;
    padding: 1px;
}
div#page_content table.formtable {
    font-size: .8em; 

}

div#page_content table.content-table td {
	font-size: .8em;
}

div#page_content table.formtable span.errors {
    color: red; 

}
div#page_content td.label {
    text-align: right;
    padding: 5px;
}
div#page_content td.lLabel {
    padding: 5px;
}
div#page_content td.content {
    padding: 5px;
}

div#page_content ul {
    list-style-image: url(/images/arrow3.gif);
    margin: 10px 10px 10px 30px;
}

div#page_content a:link,div#page_content a:active, div#page_content a:visited  {
    text-decoration: none;
    color: #8254b0;
}

div#page_content a:hover {
    text-decoration: none;
    color: #222;
}

div#page_content img#map_canvas {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;    
}



div#page_content img[align=left]{
    margin-right: 18px;
    margin-bottom: 10px;
}

div#page_content ol {
    margin: 10px 10px 10px 30px;
}

/* PAGINATION STYLES */
    #pnav {
        font: 300 90%/2.5em 'Calibri',"Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #339900;
    }

    #pnav a.page:link,#pnav a.page:active,#pnav a.page:visited,
    #pnav a.next:link,#pnav a.next:active,#pnav a.next:visited,
    #pnav a.prev:link,#pnav a.prev:active,#pnav a.prev:visited  {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 1px 5px 1px 5px;
        border: 1px solid #dcdcdc;
        background-color: #f9f9f9; 
        margin: 0 2px 0 2px;
        color: #888;
    }
    #pnav a.page:hover,
    #pnav a.next:hover,
    #pnav a.prev:hover  {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 1px 5px 1px 5px;
        border: 1px solid #dcdcdc;
        text-decoration: none;
        background: white; 
        margin: 0 2px 0 2px;
        color: #245106;
    }

    #pnav a.currpage:link,#pnav a.currpage:active,#pnav a.currpage:visited {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 1px 5px 1px 5px;
        border: 1px solid #dcdcdc;
        text-decoration: none;
        background: white; 
        margin: 0 2px 0 2px;
        color: #245106;
    }
/* END PAGINATION STYLES */    
/* Home Page Styles */
div.content-ml1 {
    padding-left: 180px;    
}

img#beauty {
    display: block;
    right: 0px;     
}

#nmcov_movie{
    z-index: 0;
}

div.content-ml2 {
    margin: 0 0 0 180px;
    padding: 0 20px 20px 20px;
    text-align: left;
    position: relative;
}

div.content-ml1-1 {
    margin: 0 0 0 180px;
    padding: 10px 20px 0px 20px;
    text-align: left;
    position: relative;
    background-color: #f7f6fa;
    border-bottom: 1px solid #e9dceb;
}                
div.content-ml1-1 h1 {
    margin: 0px 20px 14px 20px;
}
div.content-ml2 table {
    border: 0px;
    width: auto;         
}
div.content-ml1-1 div#fap {
    position: absolute;
    right: 20px;
    top: 4px;
}

td#leftcol {
    border-right: 1px solid #e9dceb;
    padding: 20px;
    width: 60%;
    vertical-align: top;
}

div#newsevents {
    position: relative;
    margin: 10px 0px 0px 0px;
    padding: 10px 0 0 0;
    border-top: 1px dotted #e69800;
}

div#newsevents a:link,div#newsevents a:active, div#newsevents a:visited {
    text-decoration: none;
    color: #4b4b4b;
}

div#newsevents a:hover {
    color: blue;
    
}

div#newsevents li {
    margin: 8px; 
    padding: 0px;
    list-style: none;
    font-size: .8em;
}
/* End home page styles */

h2 span.h2r a:link, h2 span.h2r a:active, h2 span.h2r a:visited{
    position: absolute;
    right: 0px;
    color: silver;
    font-size: .7em;
    text-decoration: none;
    margin-top: 8px;
}

h2 span.h2r a:hover {
    color: navy;
}

td#rightcol {
    width: 40%;
    padding: 20px;
    vertical-align: top;
}

td#rightcol a:link, td#rightcol a:active, td#rightcol a:visited {
    color: #8c94cd;
    text-decoration: none;
} 

td#rightcol a:hover {
    text-decoration: underline;
}

td#rightcol img {
    border: 1px solid #dcdcdc;
    float: left;
    margin: 5px 8px 0px 0px;
}

td#rightcol h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

div#newrap {
    position:relative;
}
    
div#leftfoot {
    padding: 20px;
    float: left;
    color: white;
    margin-left: 200px;
}
div#rightfoot  {
    padding: 20px;
    float: right;
    text-align: right;
    color: white;
}
div#footer {
    font-size: .7em;
    line-height: 150%;
    width: 80%;
    min-width: 900px;
    max-width: 1160px;
    margin: auto auto;
}
div#footer a:link, div#footer a:active, div#footer a:visited {
    color: white;
    text-decoration: none;
}
div#footer a:hover {
    text-decoration: underline;
}

div.event_popup {
        display: none;
        position: absolute;
        z-index: 1000;
        top: 180px;
        left: 0px;
        width: 100%;   
    }
table.event_table {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #dcdcdc;
    background-color: white;
}
td.popup_l_head {
    font-size: 20px;
    text-align: left;
    padding: 5px;
}

td.popup_r_head {
    text-align: right;
    padding: 5px;
    font-size: 20px;
}

#breadcrumb ul li{
   list-style-image: none;
   display:inline;
   padding: 0 3px 0 0;
   margin: 3px 0 0 0;
}
ul#breadcrumbs{
   margin:0;
   padding:0;
   list-style-type: none;
}
div#remote_header, div#body-wrapper {
    background-color: white;
    width: 779px;
    margin: 0 auto;
}
div#remote_header ul, div#body-wrapper ul {
    float: right;
    margin-right: 20px;
    margin-bottom: 7px;
}

div#remote_header li,
div#body-wrapper li {
    display: inline;
    list-style: none;
}

div#remote_header li > a:link,
div#remote_header li > a:visited, 
div#remote_header li > a:active,
div#body-wrapper li > a:link,
div#body-wrapper li > a:visited, 
div#body-wrapper li > a:active {
    color: #222e84;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    margin-left: 8px;   
}

div#remote_header li > a:hover,
div#body-wrapper li > a:hover{
    color: #222;  
}

    
div#remote_footer {
    margin: 0 auto;
    padding: 0;
    width: 779px;
    background-color: #fff;
    text-align: left;
    font-size: 11px;        
}

div#remote_footer a:link,div#remote_footer a:active,div#remote_footer a:visited {
    color: #222e84;
    text-decoration: none;
}
div#remote_footer a:hover {
    color: #222e84;
}
div#remote_footer .floatLeft {
    float: left;
    color: #222e84;
    padding: 10px;      
}

div#remote_footer .floatRight {
    float: right;
    color: #222e84;
    padding: 10px;
    text-align: right;      
}
