/**
 * Various CSS styles relating to content display.
 */

h1 { margin: 0; padding: 0; }
img { border: 0; }

a {
	color: #478ABE;
	text-decoration: underline;	
}

#contents-pageHeader {
	padding-top: 30px;
}
#contents-pageHeader h1 {
	color: #6B8B06;
	float: left;
	font-family: Georgia, Times New Roman, serif;
	font-weight: 300;
	font-size: 2.2em;
	margin: 0;
	padding: 0;
}
#contents-pageHeader h2 {
	color: #6B8B06;
	font-weight: normal;
	font-size: 1.2em;
	font-family: Georgia, Times New Roman, serif;
	font-weight: 300;
	text-align: right;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
}

#contents-pageBody {
	color: black;
	font-family: Verdana, Times New Roman, Times, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
}
#contents-pageBody h1 {
	color: #5B9CC2;
	font-family: Georgia, Times New Roman, serif;
	font-size: 2.3em;
	font-weight: 300;
	margin-top: 0.5em;
}
#contents-pageBody h2 {
	color: #0D5079;
	font-weight: normal;
	font-size: 1.5em;
	font-family: Georgia, Times New Roman, serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
	border-bottom: 1px dashed #FEBA01;
}
#contents-pageBody h3 {
	color: #0D5079;
	font-weight: normal;
	font-size: 1.5em;
	font-family: Georgia, Times New Roman, serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
	border-bottom: 1px dashed #FEBA01;
}

blockquote.quotation {
    background: url(/include/layouts/default/images/quote.gif);
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	font-weight: bold;
	color: #96A6B5;
	float: right;
	width: 200px;
	margin: 1em;
	padding: 1em;
	border: 1px solid #000;
} 
blockquote.quotation div.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #96A6B5;
	font-weight: normal;
	margin-top: 10px;
	text-align: right;
}

#contents-pageBody ul,
#contents-pageBody ul li {
	list-style-image: url(/images/bullet-check.gif);
}

#contents-pageBody ul li {
	margin: 0.5em 0;
}

#contents-pageBody strong {
	font-family: "Georgia", serif;
	font-size: 13pt;
	color: #2A5C7A;
}
