/* 
	Sirius Academy
	designed and created by bluestorm

	print css document
*/
/* Typography */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 15pt;
}
h1,h2,h3, div.title  {
	color: #4A6418;
	margin-bottom: 10pt;
}
h1 {
	font-size: 18pt;
}
h2, div.title {
	font-size: 15pt;
}
h3 {
	font-size: 14pt;
}
a {
	color:#89C443;
	text-decoration: none;
	font-weight: bold;
}
/* Display */
a img, img  {
	margin: 0;
	padding: 0;
	border: none;
}
div.quote, div#headerflashcontainer, div#newsticker, p.back, a.top, div#primarynavigation, p#rss, div#secondarynavigation, div.contact ul.nav, p.built, div.navwrapper, div#secondarycontent {
	display: none;
}
div#logo img {
	margin-bottom: 20pt;
}
div.contact {
	position: relative !important;
	border-top: #eaeaea solid 1px;
	margin-top: 20pt;
}
img#sflogo {
	position: absolute;
	top: 15pt;
	left: 0;
}
img#hcflogo {
	position: absolute;
	top: 15pt;
	right: 0;
}
div.contact h2 {
	font-size: 10pt;
	margin-top: 20pt;
	margin-left: 120pt;
	line-height: 1em;
}
div.contact p {
	font-size: 8pt;
	line-height: 10pt;
	margin-left: 120pt;
}
div.accordbody {
	display: block !important;
	visibility: visible !important;
}
div#maincontent ul li {
	line-height:1.5em;
	margin-bottom:0.5em;
	margin-left:0.5em;
	margin-top:0.5em;
	padding-left:18px;
	background-color: transparent;
	background-image: url(/skin/ul-li.gif) !important;
	background-repeat: no-repeat;
	background-position: left 0.4em;
}
div#intro p {
	font-weight: bold;
	color: #4A6418;
}
div#maincontent img {
	border:medium none;
	float:right;
	margin:0pt 0pt 10px 20px;
}
div#maincontent .newsitem img {
	border:6px solid #D1D1D1;
	float:right;
	margin:0pt 0pt 0pt 10px;
}
div#maincontent .latest_news {
	margin:10px 0pt 0pt;
	overflow:hidden;
	padding:0;
	width:100%;
}
div#maincontent .latest_news img {
	border:4px solid #D1D1D1;
	float:left;
	margin:8px 10px 0pt 0pt;
}
.phide {
	display: none;
}