/* Start of CMSMS style sheet 'Typography' */
/*---------------------
    GLOBAL
---------------------*/
 
body {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #666;
}
 
/*---------------------
    TYPOGRAPHY
---------------------*/
 
h1 {
    font-size: 18px;
    margin: 5px 0 10px;
    font-weight: normal;
    color: #666;
    line-height: 20px;
}
h1 b, h1 strong {
    font-weight: normal;
    color: #A9B437;
}
h2 {
    font-size: 18px;
    line-height: 1.25em;
    margin: 0em 0 15px 0;
    color: #000;
    font-weight: normal;
    padding-bottom: 5px;
    background: url(uploads/images/layout/multiline.gif) repeat-x scroll bottom left;
}

h3 {
    font-size: 13px;
    line-height: 1.25em;
    margin: 0 0 15px 0;
    color: #A9B437;
    font-weight: bold;
    padding-bottom: 8px;
    background: url(uploads/images/layout/multiline_thin.gif) repeat-x scroll bottom left;
}
h2+h3 {margin-top: -8px;}

#subnav h3 {
    width: 542px;
    background: none;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
}
#subnav .questionsFooter h3 {
    width: 112px;
    font-size: 12px;
    line-height: 1.25em;
    font-weight: bold;
    padding: 0;
    background: none !important;
}
    
h4 {
    font-size: 1.1em;
    margin: 0px 0 0.2em 0;
    color: #000;
    font-weight: bold;
    width: 542px;
}

classname=.h4b {
    line-height: 1em;
    color: #A9B437;
}

h5 {
    font-weight: bold;
    width: 542px;
    color: #A9B437;
    padding: 3px 0;
    font-size: 11px;
    border-top: 1px dashed #CCD15D;
    border-bottom: 1px dashed #CCD15D;
}

h6 {
    font-size: 1.1em;
    margin: 0px 0 0.2em 0;
    color: #A9B437;
    font-weight: bold;
    width: 542px;
}

h2 a, h3 a, h4 a {color: #000;}
 
p {margin: 0 0 7px 0; max-width: 514px;}
* html p {width: 514px;}
* html .leftColumn p, * html .rightColumn p {width: 270px;}

big {font-size: 13px;}
small {font-size: 9px;}
 
/*---------------------
    LINKS
---------------------*/
 
a {
    color:#666666;
    text-decoration: none;
}
a:hover {color: #A9B437;}
a:active {outline: 1px dotted #ccc;}
a img {border: none;}

img.border {
    border: 1px solid #ccc; margin: 0 20px 20px 0;
}
/*.extendedContent a, .gallery a {color: #666;}
.extendedContent a:hover, .gallery a:hover {color: #A9B437; text-decoration: none;}*/
 
/*---------------------
    LISTS
---------------------*/
 
ul {
    list-style: square;
    margin:0 0 10px;
    padding-left:13px;
}
ul li {padding-left: 0px;}

ol li  {margin: 0.4em 0.5em;}

p.submenu+ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
 
/*---------------------
    TABLES
---------------------*/
 
table {
    border: 2px solid #CCD15D; 
    background: #F7F8EA;
}
 
td {
    padding: 20px;
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
}
.gallery td {line-height: 12px;}

table h3 {
    background: none; 
    font-size: 12px;
}
 
/*---------------------
    OTHER
---------------------*/
 
/*---------------------HORIZONTAL LINE */

hr {
    border: none;
    height: 1px;
    margin: 20px auto 20px 0;
    clear: both;
    border-top: 1px dashed #CCD15D;
    width: 542px;
position: relative;
text-align: left;
}




 
/*---------------------DATA TABLES */
dt{
    float: left;
    clear: left;
    font-weight: bold;
    margin: 0 0 1em 1em;
    width: 55px;
    color: #000;
}
dd {
    display: block;
    margin: 0 0 1em 0;
    padding-left: 75px;
}
 
/*---------------------BLOCKQUOTE */
blockquote {
    margin: 0.5em 0;
    padding: 1.5em;
    background: #F5F8E2;
    color: #000;
}
blockquote h2, blockquote h3,blockquote h4, blockquote a {color: #000;}
blockquote p {}
 
/*---------------------CODE VIEW */
code {
    background: #F0F0F0;
    color: #000;
    font-size: 1.1em;
}
pre {
    background: #333;
    font-size:1.2em;
    line-height:1.4em;
    color: #eaeaea;
    padding: 1em;
    margin: 0.5em 0;
    font-family: Verdana, Helvetica, sans-serif;
}
/* End of 'Typography' */

