/* FONT STYLES*/
h3
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 100;
    color: #666;
    margin: 0;
    padding: 0;
}
.h3sub
{
    font-family: "Adobe Caslon Pro" , "Hoefler Text" , Georgia, Garamond, Times, serif;
    font-size: 17px;
    color: #003b69;
    font-weight: 100;
    margin-top: 0px;
}
.h3sub_author
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #003b69;
    font-weight: 100;
    margin-top: 0px;
}
h4
{
    color: #696969;
    font-size: 13px;
    font-family: "Lucida Grande" , Verdana, Helvetica, Arial, sans-serif;
    font-weight: 100;
    line-height: 9px;
}
.h4sub
{
    color: #696969;
    font-size: 11px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2px;
}
h1
{
    font: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    padding: 7px 20px 10px 20px;
    font-weight: 100;
}
img
{
    border: none;
}
/* END FONTS STYLES */
#demobody
{
    padding: 0;
    margin: 0;
    font: 100.1% 'lucida sans' , 'lucida sans unicode' , 'lucida grande' , 'trebuchet ms' , helvetica, arial, sans-serif;
}
#wrapper
{
    width: 958px;
    background-color: #f1f1f1;
    margin: 20px auto;
}
.mscontent
{
    float: right;
    display: inline;
    width: 736px;
    margin: 13px 0px 0px 0px;
    padding: 10px 15px 0px 0px;
}
#content_main
{
    float: right;
    display: inline;
    width: 736px;
    margin: -1px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url(../../images/microsite/white_back_03.png);
}
#content_header
{
    float: right;
    display: inline;
    width: 736px;
    height: 94px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: url(../../images/microsite/white_back_01.png);
}
#content_footer
{
    float: right;
    display: inline;
    width: 736px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
#sidebar
{
    float: left;
    display: inline;
    width: 158px;
    padding: 25px 10px 0px 20px;
}
#share
{
    width: 958px;
    height: 20px;
    text-align: right;
    padding: 10px 0px 0px 23px;
}
#footer
{
    width: 958px;
    height: auto;
    padding: 10px;
    text-align: left;
    display: inline-block;
}
a.ex5:visited, a.ex5:link
{
    color: #b02226;
}
a.ex5:hover, a.ex5:active
{
    color: #ffffff;
}
.arrowdiv
{
    position: relative;
    top: 0px;
}

.contentsingle
{
    padding: 20px 0px 0px 50px;
}

.contentsingle .imagevideo
{
    float: left;
    margin-right: 20px;
}

.contentsingle .singlecontent
{
    margin: 10px 20px 0px 0px;
}

.contentsingle .singlecontent .heading
{
    color: #B02226;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin: 10px 0px 10px 0px;
}

.contentsingle .singlecontent .description
{
    color: #A09288;
    font-size: 17px;
    line-height: 23px;
}

/*
ul
{
    margin: 0;
    padding: 0;
}
ul.menu
{
    height: 80px;
    border-left: 1px solid rgba(0,0,0,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    float: left;
}
ul.menu li
{
    list-style: none;
    float: left;
    height: 59px;
    text-align: center;
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
}
ul li a
{
    display: block;
    padding: 0 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    line-height: 66px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
    background: -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
}
ul li a:hover
{
    background: transparent none;
}
ul li.active a
{
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
}
*/