/*
 * headings
 */

p, ol, ul, li {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;

}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, serif;
        line-height: 120%;
}

h1 {
	font-weight: bold;
	color: #683300;
        font-size: 24px;
}

.componentheading,
.contentheading {
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	color: #683300;
        line-height: 120%;
	font-weight: 600;
        font-size: 24px;

}
h2 {
	font-weight: normal;
	color: #683300;
        font-size: 22px !important;
}

h3 {
	font-weight: normal;
	color: #ba6d22;
        font-size: 20px !important;
}

h4 {
	font-weight: normal;
	color: #ba6d22;
        font-size: 18px !important;
}

h5 {
	font-weight: normal;
	color: #683300;
        font-size: 16px !important;
}

h6 {
	font-weight: bold;
	color: #333;
        font-size: 14px !important;
}

/*
 * anchor
 */
a.dotted:link, a.dotted:visited {
	color: #d14c2d;
        text-decoration: none;
        font-size: 14px;
        border-bottom: 1px dotted #d14c2d !important;
}

a.dotted:hover {
	color: #FF9900;
        text-decoration: none;
        border-bottom: 1px dotted #ff9900 !important;
}
a:link, a:visited {
	color: #d14c2d;
        font-size: 14px;
        text-decoration: none;
}

a:hover {
	color: #FF9900;
        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;
}


/*
 * emphasis
 */

em.box { 
	padding: 4px 4px 4px 4px;
	background: #e6e9eb;
	border-bottom: 1px dotted #646464;
	font-style: normal;
}

/*
 * unsorted lists
 */
ul.arrow,
ul.check {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li,
ul.check li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: normal; 
}

ul.arrow li { background: url(../images/typography/bullet-1.gif) 0 0 no-repeat;}
ul.check li { background: url(../images/typography/list_checkbox.png) -10 -10 no-repeat;   }








/*
 * 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: normal;
	line-height: 26px;  
}

/*
 * horizontal rule
 */
 
hr.dotted {
	margin: 15px 0px 15px 0px;
	display: block;
	background: url(../images/typography/line_dotted.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}

/*
 * highlighted div and span tags
 */

span.note,
span.info,
span.alert,
span.download,
span.tip {
	display: block;
}

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
}

div.info, span.info {
	background: #f4f5f6 url(../images/typography/box_info.png) 3px 8px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert, span.alert {
	background: #fff5eb url(../images/typography/box_alert.png) 3px 8px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}

div.download, span.download {
	background: #fbe7e2 url(../images/typography/box_download.png) 3px 8px no-repeat;
	border-top: 1px dotted #d14c2d;
	border-bottom: 1px dotted #d14c2d;
}

div.tip, span.tip {
	background: #fffdeb url(../images/typography/box_tip.png) 3px 8px no-repeat;
	border-top: 1px dotted #ffcc33;
	border-bottom: 1px dotted #ffcc33;
}



/*
 * blockquotes
 */

q.blockquote {
	display: block;
}

q.blockquote {
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 130%
}

q.blockquote:before,
q.blockquote:after {
  content: "";
}

blockquote:first-letter,
q.blockquote:first-letter,
blockquote.quotation p:first-letter {
	font-size: 150%
}

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;
}


div#bottomcontainer {
        font-size: 11px;
        font-family: Georgia, Times New Roman, serif;
        color: #FFF;
        }
div#bottomcontainer a {
        font-size: 11px;
        color: #cd4a2c;
        text-decoration: underline;
        }