﻿*
{
    margin: 0px auto;
}
body, html
{
    /* fix for IE8 to force vertical scrollbar to show */
    height: 101%;
}
body
{
    height: 100%;
    width: 100%;
    font: 15px/1.3 Arial, 'Helvetica Neue' , 'Liberation Sans' , FreeSans, sans-serif; /*font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;      font-size: 15px;*/
    color: #111;
    margin: 0px;
    padding: 0px; /*background-color:#F5F8FA;*/ /*background-repeat: no-repeat !important; */ /* fix for IE8 to stop it repeating background */ /*backbround-attachment: fixed !important;*/
    background-color: #fff;
}
.wrapper
{
    /* ensure that the contents don't exceed the height and this includes position absolute elements */
    min-height: 100%;
    min-width: 480px;
    height: auto !important;
    height: 100%;
    margin: 0px 0px -50px 0px;
    overflow: hidden;
    position: relative; /*line-height:25px;*/
}
.footer
{
    /* ensure that the contents don't exceed the height */
    height: 50px;
    overflow: hidden; /* width:100%;*/
    clear: both;
    position: relative;
    border-top: 5px solid #F5642B;
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(top,  #e8e8e8 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e8e8e8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e8e8e8 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e8e8e8 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e8e8e8 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.push
{
    height: 50px;
    clear: both;
}
#bottright
{
    position: fixed;
    bottom: 0;
    right: 0px;
    width: 100px;
    height: 100px;
    z-index: 50;
    cursor: pointer;
    background-image: url('sysimages/bottright.gif');
}
#bottright:hover
{
    -moz-opacity: 0.50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .50;
    filter: alpha(opacity=50);
}
.socialmedia
{
    border: 2px solid #EFE7EA;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    width: 50px;
    left: 0;
}
.socialmedia:hover
{
    padding-left: 5px;
    -moz-opacity: 0.50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .50;
    filter: alpha(opacity=50);
}
@media screen and (min-width:10px)
{
    #coname
    {
        position: relative;
        top: 0px;
        left: 40px;
        font-size: 30px;
        font-weight: 500;
        font-family: arial,verdana;
        color: #666;
    }
    #coslogan
    {
        position: relative;
        top: 0px;
        left: 90px;
        padding-left: 60px;
        font-size: 12px;
        font-weight: 500;
        font-family: arial,verdana;
        font-style: italic;
        color: #666;
    }
    #topright
    {
        display: none;
    }
    #fb
    {
        position: absolute;
        bottom: 0px;
        left: 10px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }
    #linkedin
    {
        position: absolute;
        bottom: 0px;
        left: 70px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }
    #twitter
    {
        position: absolute;
        bottom: 0px;
        left: 130px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }
    #blog
    {
        position: absolute;
        bottom: 0px;
        left: 190px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }
    #gp
    {
        position: absolute;
        bottom: 0px;
        left: 250px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }
    #gp1
    {
        position: absolute;
        bottom: 0px;
        left: 310px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }
}
@media screen and (min-width: 1000px)
{
    #coname
    {
        position: relative;
        top: 0px;
        left: 40px;
        font-size: 40px;
        font-weight: 500;
        font-family: arial,verdana;
        color: #666;
    }
    #coslogan
    {
        position: relative;
        top: 0px;
        left: 90px;
        padding-left: 60px;
        font-size: 20px;
        font-weight: 500;
        font-family: arial,verdana;
        font-style: italic;
        color: #666;
    }
    #topright
    {
        display: block;
        position: relative;
        top: 70px;
        padding-right: 20px;
        float: right;
        font-size: 12px;
        font-family: arial,verdana;
        color: #333;
        text-align: right;
    }
    #fb
    {
        position: fixed;
        top: 180px;
        left: 0px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }
    #linkedin
    {
        position: fixed;
        top: 260px;
        left: 0px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }
    #twitter
    {
        position: fixed;
        top: 320px;
        left: 0px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }
    #blog
    {
        position: fixed;
        top: 380px;
        left: 0px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }
    #gp
    {
        position: fixed;
        top: 440px;
        left: 0px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }
    #gp1
    {
        position: fixed;
        top: 500px;
        left: 0px;
        width: 50px;
        height: 50px;
        z-index: 50;
    }
}
#coname
{
    position: relative;
    top: 0px;
    left: 40px;
    font-size: 40px;
    font-weight: 500;
    font-family: arial,verdana;
    color: #666;
}
#coslogan
{
    position: relative;
    top: 0px;
    left: 90px;
    padding-left: 60px;
    font-size: 20px;
    font-weight: 500;
    font-family: arial,verdana;
    font-style: italic;
    color: #666;
}
#topright
{
    display: block;
    position: relative;
    top: 70px;
    padding-right: 20px;
    float: right;
    font-size: 12px;
    font-family: arial,verdana;
    color: #333;
    text-align: right;
}
#fb
{
    position: fixed;
    top: 180px;
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: 50;
}
#linkedin
{
    position: fixed;
    top: 260px;
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: 50;
}
#twitter
{
    position: fixed;
    top: 320px;
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: 50;
}
#blog
{
    position: fixed;
    top: 380px;
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: 50;
}
#gp
{
    position: fixed;
    top: 440px;
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: 50;
}
#gp1
{
    position: fixed;
    top: 500px;
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: 50;
}
table, tr, td, p, span, div, ul, li
{
    color: #111;
    font-size: 15px;
}
#fundraising1 table, tr, td
{
    font-size: 15px;
}
p
{
    margin-top: 10px;
    min-height: 10px;
}
ul, ol
{
    padding: 10px;
}
ul
{
    padding-left: 10px;
}
li
{
    padding-left: 5px;
    margin-left: 10px;
    list-style-type: disc;
}

#content ul, ol
{
    padding: 0;
}
#content ul, #content ol
{
    padding-left: 10px;
    background-color: #fff;
}
#content li
{
    padding-left: 5px;
    background-color: #fff;
    margin-left: 19px;
    list-style-type: disc;
}
img
{
    border: none;
    background-color: #fff;
}
img.tn50
{
    height: 50px;
    width: 50px;
    margin: 0 auto;
}
a
{
    text-decoration: none;
    font-weight: 600;
    font-size: .98em;
}
a img
{
    border: none;
}
a:hover img
{
    -moz-opacity: 0.50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .50;
    filter: alpha(opacity=50);
}
a:link
{
    color: #E93828;
}
a:visited
{
    color: #E93828;
}
a:hover
{
    color: #ccc;
}
a:active
{
    color: #ccc;
}
h1, h2, h3, h4, h5, h6
{
    /*color: #E93828;*/
    font-family: 'Magra' ,Helvetica, Arial, Verdana, sans-serif;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 0px;
}
hr
{
    color: #E93828;
    border: 1px solid #E93828;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1
{
    font-size: 1.8em;
}

h2
{
    font-size: 1.6em;
}

h3
{
    font-size: 1.4em;
}

h4
{
    font-size: 1.2em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: .9em;
}
a.breadcrumb
{
    font-size: 12px;
    color: #E93828;
}
a.breadcrumb:hover, a.breadcrumb:active
{
    color: #ccc;
}

.boxes
{
    text-align: justify;
    background-color: #eaeaea;
    border: 1px solid #ccc;
    height: 200px;
    padding: 20px;
    font-size: 16px;
    z-index: 80;
    border-radius: 10px;
    background: rgb(251,251,251); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
}
h1.boxes, h2.boxes, h3.boxes, h4.boxes, h5.boxes, h6.boxes
{
    padding-bottom: 0px;
    font-size: .95em;
}
.clear
{
    clear: both;
}

#topbanner
{
    background: #fbfbfb; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2OCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDhkOGQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #fbfbfb 68%, #d8d8d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(68%,#fbfbfb), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbfbfb 68%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbfbfb 68%,#d8d8d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbfbfb 68%,#d8d8d8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbfbfb 68%,#d8d8d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-8 */
}
.quotetab
{
    position: absolute;
    left: 790px;
    top: 0px;
    background-color: #EFE7EA;
    border: 2px solid #EFE7EA;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 22px;
    width: 150px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    z-index: 10;
    font-weight: bold;
    background: rgb(251,251,251); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
}
a.toplinks
{
    color: #444;
}
a.toplinks:hover
{
    color: #E93828;
    height: 25px;
}
/* make the LI display inline */
/* its position relative so that position absolute */
/* can be used in submenu */
/*#nav {font-size: 1.04em;}*/
/* remove the list style */
#nav, #topbar
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.02em;
    height: 25px;
    letter-spacing: .8;
}
/* check settings in menuedit.aspx also */
#nav li
{
    float: left;
    display: block; /*background: #ccc;*/
    background-color: transparent;
    position: relative;
    z-index: 10; /* alter this to higher if it is obscured by content */ /*margin: 0 1px;*/
    margin: 0; /*border-right: 1px solid #FDE8C8;      border-left: 1px solid #FDE8C8;*/
    font-size: 1.02em;
    padding: 15px 10px 0px 10px;
}

/* this is the parent menu */
#nav li a
{
    display: block; /*padding: 5px 0px 0 0px;*/
    padding: 15px 10px 0px 10px;
    font-weight: 500;
    height: 25px;
    text-decoration: none;
    text-align: center;
    color: #333366;
    background-color: transparent;
}
#nav li
{
    padding: 0;
}
#nav li a:hover
{
    height: 25px;
    background: transparent;
    -moz-opacity: 0.50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .50;
    filter: alpha(opacity=50);
}
nav li:first-child a
{
    margin-left: 0;
}

nav li:last-child a
{
    margin-right: 0;
}
/* you can make a different style for default selected value */
#nav a.selected
{
    color: #f00;
}

/* submenu, it's hidden by default */
#nav ul, #nav div, #nav div > ul
{
    position: absolute;
    left: 0;
    display: none;
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none; /*border: 1px solid #FDE8C8;*/
    background-color: #fff;
    border: 1px solid #E93828;
    border-top: 5px solid #E93828;
}
#navOLD ul li > ul
{
    background: url(sysimages/nav_arrow.png);
    position: absolute;
    height: 11px;
    left: 10px;
    top: -10px;
    width: 14px;
}

#nav ul li, #nav div span
{
    float: left;
    height: 35px; /*border-top: 1px solid #FDE8C8;*/
}

/* display block will make the link fill the whole area of LI */
#nav ul a, #nav div span a
{
    display: block;
    height: 35px;
    padding: 5px 0px; /*color: #333366;*/
    font-size: 14px;
    font-weight: 600;
}

#nav ul a:hover, #nav div a:hover
{
    /*text-decoration: underline;*/
    -moz-opacity: 0.50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .50;
    filter: alpha(opacity=50);
}
#nav ul li div
{
    display: none;
    position: absolute;
    left: 200px;
    top: -1px;
    float: left;
}
#nav li li
{
    height: 30px; /*overflow: hidden;*/
    width: 250px;
}
#nav li ul li a, #nav li ul li a:hover
{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    width: 250px;
}
#nav ul li span
{
    background-color: #fff;
}
#nav ul li span a
{
    display: block;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index: 11;
    margin: 0 1px;
    height: 35px;
    padding: 5px 10px 0px 10px;
}
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul
{
    /*margin: 0 0 0 -2px;*/
}
#modaloverlay
{
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; /*text-align:center;*/
    z-index: 1000;
    background-color: #666;
    -moz-opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    opacity: .95;
    filter: alpha(opacity=95);
}
#modaloverlay div
{
    width: 600px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 10px solid #00408E;
    padding: 15px; /*text-align:center;*/
    font-size: 1.2em;
}
#modalcontents
{
    background-color: white;
}
#SlideShowDiv
{
    border-top: 2px solid #00568B;
    width: 980px;
    height: 180px;
    margin: 0em;
    overflow: hidden; /* #00568B - dark blue   #00A3B5 - light blue */
}
#SShowDivHome
{
    width: 980px;
    height: 330px;
    margin: 0 auto;
    position: relative;
}
div.sscaption
{
    position: absolute; /*margin-top: -75px; 	margin-left: -75px;*/
    width: 357px;
    right: 20px;
    top: 30px;
    text-align: center; /*left: 50%;*/
    padding: 5px 10px;
    background: black;
    color: white;
    font-family: sans-serif;
    border-radius: 10px;
    display: none;
}
#ssdots
{
    position: relative;
    top: -30px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    background-color: #ccc;
    border-radius: 10px;
    font-weight: bold;
    -moz-opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: .80;
    filter: alpha(opacity=80);
}
#ssdots li
{
    padding: 5px;
    display: inline;
}
.ssdots2
{
    position: relative;
    top: -30px;
    width: 20px;
    text-align: center;
    margin: 0 auto;
    background-color: #ccc;
    border-radius: 10px;
    font-weight: bold;
    -moz-opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: .80;
    filter: alpha(opacity=80);
}
#SlideShow1Div
{
    margin: 0em auto;
    width: 357px;
    height: 205px;
    overflow: hidden;
    float: left; /*border set in menuedit*/
}
.sscyclediv
{
    text-align: center;
    background-color: #eaeaea; /*border: 5px solid #e8e8e8;*/ /* 205px */
    height: 245px;
    width: 357px;
    margin: 0 auto;
    position: relative;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    overflow: hidden;
}
#slideshow-controls a, #slideshow-controls img
{
    background-color: transparent;
}
#slideshow-controls a:hover, .prevnext:hover
{
    filter: alpha(opacity=50);
    opacity: 0.5;
}

@media only screen and (min-width:10px)
{
    .quotetab
    {
        display: none;
    }
    .socialmedia
    {
        display: none;
    }
    #nav
    {
        font-size: .9em;
    }
    .sscycleindexdiv
    {
        width: 1000px;
        height: 355px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    #sscycleindex img
    {
        border-radius: 10px; /*width: 1000px;         height: 335px;*/
        width: 500px;
        height: 168px;
        position: relative;
    }
    #nav5
    {
        display: none;
        z-index: 50;
        position: absolute;
        bottom: 0px;
        top: 325px;
        width: 0px;
        max-width: 0px;
        height: 20px;
        margin: 0px 10px 0px 10px auto;
        padding: 0 0 5px 0;
        border-radius: 10px;
        background-color: #e8e8e8;
    }
    #nav5 a
    {
        /*margin: 0px 5px;       padding: 3px 5px;       border: 1px solid #ccc;       background: #cff;*/
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        width: 16px;
        padding: 0px 3px 0px 3px;
        background-color: #e8e8e8;
        -moz-opacity: 0.95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        opacity: .95;
        filter: alpha(opacity=95);
    }
    #nav5 a.activeSlide
    {
        /*background: #aaf;*/
        color: #E93828; /*border-bottom: 1px solid #E93828;*/
    }
    #nav5 a:focus
    {
        outline: none;
    }

}
@media only screen and (min-width:1000px)
{
    .quotetab
    {
        display: block;
    }
    .socialmedia
    {
        display: block;
    }
    #nav
    {
        font-size: 1.04em;
    }
    .sscycleindexdiv
    {
        text-align: center; /*background-color: #eaeaea;      border: 5px solid #e8e8e8;      height: 450px;      width: 300px;*/
        width: 1000px;
        height: 355px;
        margin: 0 auto;
        position: relative;
        color: #666;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5em;
        overflow: hidden;
    }
    #sscycleindex img
    {
        border-radius: 10px;
        width: 1000px;
        height: 335px;
        position: relative;
    }
    #nav5
    {
        display: block;
        z-index: 50;
        position: absolute;
        bottom: 0px;
        top: 325px;
        width: 50px;
        max-width: 100%;
        height: 20px;
        margin: 0px 10px 0px 10px auto;
        padding: 0 0 5px 0;
        border-radius: 10px;
        background-color: #e8e8e8;
    }
    #nav5 a
    {
        /*margin: 0px 5px;       padding: 3px 5px;       border: 1px solid #ccc;       background: #cff;*/
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        width: 16px;
        padding: 0px 3px 0px 3px;
        background-color: #e8e8e8;
        -moz-opacity: 0.95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        opacity: .95;
        filter: alpha(opacity=95);
    }
    #nav5 a.activeSlide
    {
        /*background: #aaf;*/
        color: #E93828; /*border-bottom: 1px solid #E93828;*/
    }
    #nav5 a:focus
    {
        outline: none;
    }
}
.sscycleindex
{
    display: none;
    width: 980px;
}
#pagerdiv
{
    z-index: 99999;
    position: absolute;
    top: 300px;
    width: 200px;
    left: 390px;
    text-align: center;
    margin: 0 auto;
    background-color: #ccc;
    border-radius: 10px;
    -moz-opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: .80;
    filter: alpha(opacity=80);
}
#pagerdiv a
{
    text-decoration: none;
    margin: 0 5px 0 5px;
}
#pagerdiv a.activeSlide
{
    color: #E93828;
}
#pagerdiv a:focus
{
    outline: none;
}
#captiondiv
{
    z-index: 99999;
    position: absolute;
    top: 50px;
    width: 200px;
    left: 675px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #ccc;
    border-radius: 10px;
    -moz-opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: .80;
    filter: alpha(opacity=80);
}
.arrowlink
{
    margin: 5px 0 0 0;
    padding: 0;
    position: relative;
}

.arrowlink a
{
    float: left;
    height: 24px;
    width: 100px;
    line-height: 24px;
    position: relative;
    margin: 0;
    padding: 0 10px 0 14px;
    background: #F79C10;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.arrowlink a:after
{
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #F79C10;
    border-style: solid;
    border-width: 12px 0 12px 12px;
}

.arrowlink a:hover
{
    background: #00408E;
}

.arrowlink a:hover:after
{
    border-color: transparent transparent transparent #00408E;
}
.button, a.button
{
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: #E93828;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px 5px 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover, a.button:hover, a.button:active
{
    text-decoration: none;
    color: #e8e8e8;
}

#s2
{
    left: 0px;
    height: 240px;
    display: none;
}
#nav2
{
    width: 600px;
    max-width: 600px;
    margin: 15px;
    margin-top: 0px;
    float: left;
}
#nav2 li
{
    width: 100px;
    float: left;
    margin: 8px;
    list-style: none;
}
#nav2 a
{
    width: 100px;
    padding: 3px;
    display: block;
    border: 1px solid #ccc;
}
#nav2 li.activeSlide a
{
    background: #E93828;
}
#nav2 a:focus
{
    outline: none;
}
#nav2 img
{
    border: none;
    display: block;
    width: 100px;
    height: 70px;
}
#s3
{
    left: 0px;
    height: 720px;
    width: 461px;
    z-index: 10;
    position: absolute;
    display: none;
}
#s3 img
{
    height: 720px;
    width: 461px;
    z-index: 10;
}
#nav3
{
    width: 600px;
    max-width: 600px;
    height: 800px;
    overflow: scroll;
    margin: 15px;
    margin-top: 0px;
    margin-left: 50px;
}
#nav3 li
{
    width: 30px;
    float: left;
    margin: 8px;
    list-style: none;
}
#nav3 a
{
    width: 30px;
    padding: 3px;
    display: block;
    border: 1px solid #ccc;
}
#nav3 li.activeSlide a
{
    background: #E93828;
}
#nav3 a:focus
{
    outline: none;
}
#nav3 img
{
    border: none;
    display: block;
    width: 30px;
    height: 50px;
}
pre
{
    clear: left;
}
.expand
{
    background: url(images/up.gif) no-repeat right top;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 2px solid #E93828;
    padding: 0,20px,10px,20px;
    margin-left: 0px;
    margin-bottom: 10px;
}
.collapse
{
    background: url(images/down.gif) no-repeat right top;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 2px solid #E93828;
    padding: 0,20px,10px,20px;
    margin-left: 0px;
    margin-bottom: 10px;
}
.hideit
{
    background-color: #FAEDF1;
    border-bottom: 1px solid #E93828;
    padding: 10px;
}
.tooltip, #tt
{
    cursor: pointer;
    position: absolute;
    display: none;
    font-style: italic;
    font-weight: bold;
    background-color: #EFE7EA;
    border: solid 1px #E93828;
    border-radius: 5px;
    padding: 10px;
    z-index: 5;
    width: 600px; /*style="position: absolute; display: none; background-color: #EFE7EA; border: 1px solid #E93828; padding: 10px;  "*/
}
#modalcont
{
    top: 0px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #E93828;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px;
    height: 0px;
    width: 1000px;
    z-index: 901;
}
.hideit
{
    display: none;
}
