/* HEADINGS */
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; font-weight: bold; font-family: minion-3, serif; text-shadow: 0 1px 0 #FFFFFF; }
h1 { font-size: 34px; line-height: 42px; margin-top: 25px; font-weight: normal; color: #333333; }
h2 { font-size: 30px; line-height: 32px; margin-top: 25px; color: #333333; }
h3 { font-size: 25px; line-height: 27px; margin-top: 15px; color: #3990BD; }
h4 { font-size: 18px; line-height: 18px; margin-top: 15px; color: #646566; }
h5 { font-size: 16px; line-height: 16px; margin-top: 10px; color: #3990BD; }
h6 { font-size: 16px; line-height: 16px; margin-top: 10px; color: #646566; }
strong {font-weight: bold;}
em {font-style: italic;}

/* ANCHORS */
a:link, a:visited { color: #3990BD; }
a:hover { color: #646566; }
a:link, a:visited, a:hover { text-decoration: none; }
a.icon-folder { padding-left: 17px; background: url(../images/typography/icon_folder.png) 0 40% no-repeat; }
a.icon-file { padding-left: 17px; background: url(../images/typography/icon_file.png) 0 40% no-repeat; }
a.icon-download { padding-left: 17px; background: url(../images/typography/icon_download.png) 0 40% no-repeat; }
a.icon-external { padding-left: 17px; background: url(../images/typography/icon_external.png) 0 40% no-repeat; }
a.icon-pdf { padding-left: 17px; background: url(../images/pdf_button.png) 0 40% no-repeat; }

/* LISTS */
ul, ol, dl { margin: 10px 0;	padding-left: 30px; }
ul { list-style-type: disc; }
dl { margin: 10px 0; }
dd { padding-left: 40px; }

/* icon style */
ul.arrow, ul.checkbox, ul.check, ul.star { margin: 10px 0px 10px 0px; padding-left: 20px; list-style: none; }
ul.arrow li, ul.checkbox li, ul.check li, ul.star li { margin: 5px 0px 5px 0px; padding-left: 35px; font-weight: bold; line-height: 26px; }
ul.arrow li { background: url(../images/typography/list_arrow.png) 0 0 no-repeat; }
ul.checkbox li { background: url(../images/typography/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(../images/typography/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(../images/typography/list_star.png) 0 0 no-repeat; }

/* links style */
ul.links { margin: 10px 0px 20px 0px; padding-left: 0px; list-style: none; }
.module ul.links { margin: 0; }
ul.links li { padding-left: 15px; height: 25px; line-height: 25px; background: url(../images/typography/list_links.png) 0px 0 no-repeat; cursor: pointer; }
#headermodules ul.links li { background-position: 0px -50px;	}
ul.links li:hover { background-position: 0px -25px; }
#headermodules ul.links li:hover { background-position: 0px -75px; }

/* table style */
ul.table { margin: 20px 0px 20px 0px; padding-left: 0px; list-style: none; }
ul.table li { padding: 5px; border-bottom: 1px solid #E0E0E1; }
ul.table li:nth-child(odd) { background: #F8F9FA; }
ul.table li:nth-child(even) { background: #FEFEFF; }
ul.table li:last-child { border: none; }

/* ORDERED LISTS */
ol.disc { margin: 10px 0px 10px 0px; padding: 0px 0px 0px 45px; background: url(../images/typography/list_disc.png) 20px 0px repeat-y; }
ol.disc li { margin: 5px 0px 5px 0px; padding-left: 10px; font-weight: bold; line-height: 26px; }

/* HORIZONTAL RULE */
hr { margin: 15px 0 15px 0; display: block; background: #c8c8c8; height: 1px; border: none; }
hr.dotted { margin: 15px 0px 15px 0px; display: block; background: url(../images/typography/line_dotted.png) 0 0 repeat-x; height: 1px; border: none; }

/* PARAGRAPHS */
p { margin-top: 10px; margin-bottom: 15px; }
p.dropcap:first-letter { display: block; margin: 7px 4px 0px 0px; float: left; font-size: 280%; font-family: minion-3, "Times New Roman", Times, serif; }

/* TABLES */
td, th { padding: 1px; }
table.listing {	width: 100%; margin-bottom: 30px; font-size: 11px; }
table.listing thead th { height: 30px; padding: 5px; border-bottom: 1px solid #E0E0E1; background: none; vertical-align: top; font-size: 14px; font-weight: normal; }
table.listing tbody td { height: 20px; padding: 5px; border-bottom: 1px solid #E0E0E1; }
table.listing tr.odd td { background: #F8F9FA; }
table.listing tr.even td { background: #FEFEFF; }
table.listing td.bold { font-weight: bold; font-size: 12px; }

/* BLOCKQUOTES */
blockquote { font-family: minion-3, "Times New Roman", Times, serif; background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #EEEEEE; color: #666666; display: block; float: left; font-size: 110%; font-style: italic; line-height: 1.6; padding: 7px; margin-top: 10px; margin-bottom: 10px; }
blockquote > *:first-child:first-letter { font-size: 150% }
q { font-style: italic; }
q.blockquote { margin: 10px 0 10px 15px; font-family: minion-3, "Times New Roman", Times, serif; font-style: italic; }
q.blockquote:first-letter { font-size: 150%; }
q.blockquote:before, q.blockquote:after { content: ""; }
blockquote.quotation { margin: 10px 0px 10px 0px; padding: 10px 35px 10px 35px; border: none; background: url(../images/typography/blockquote_start.png) 0 0 no-repeat; text-align:justify; }
blockquote.quotation p { margin: 0px -35px -10px 0px; padding: 0px 35px 10px 0px;	background: url(../images/typography/blockquote_end.png) 100% 100% no-repeat; }

/* FORMS */
fieldset { margin: 10px 0 10px 0; padding: 0 10px 10px 10px; border: 1px solid #c8c8c8; }
legend { padding: 0 10px 0 10px; background: #ffffff; }
form div { margin: 10px 0 10px 0; }
textarea { padding: 1px 0 1px 5px; }
option { padding: 0 0 1px 5px; }
input[type='hidden'] { display: none; }
input[type='text'], input[type='password'] { padding: 1px 0 1px 5px; }
button, input[type='button'], input[type='submit'] { padding: 2px 4px 2px 1px; line-height: 100%; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #c8c8c8; background: #ffffff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaaaaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #8c8c8c; outline: 2px solid #dcdcdc; }

/* MISC */
pre { margin: 10px 0 10px 0px; padding: 5px 0 5px 10px; border: 1px dotted #aab4be;	border-left: 20px solid #b4b4b4; background: #fafafa; font-size: 90%; color: #2E8B57; font-family: "Courier New", Courier, monospace; white-space: pre-wrap; }
acronym, abbr {	border-bottom: 1px dashed #969696; cursor: help; font-variant: small-caps; text-transform: lowercase; }