@charset "UTF-8";
/* Typography */

/* Default styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p, h4 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
h1, h2, h3, h4,
.componentheading {
	font-weight:bold;
}
h1, .componentheading {
	font-size: 1.5em;
	line-height: 1em;
	padding-bottom: 2px;
	border-bottom: #000000 solid 1px;
	display: block;
}
h2, .contentheading {
	font-size: 1.3333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}
h3 {
	font-size: 1.1666em;
	line-height: 1.2857em;
	margin-bottom: 1.2857em;
}
a {
	text-decoration: underline;
	color: #0b73ba;
}
a:hover {
	text-decoration: none;
	color: #0b73ba;
}

/* Collected styles */
#header, #topnav, #footer {
	color: #ffffff;
}
#header a, #topnav a, #footer a {
	color: #ffffff;
}
#header a:hover, #topnav a:hover, 
#footer a:hover {
	color: #ffffff;
}

/* topnav typo */
#topnav a {
  text-decoration: none;
  font-weight: bold;
  padding: 0 1.5em;
  margin: 3px 0;
  display: block;
  border-right: 1px solid #ffffff;
}
#topnav a:hover {
  text-decoration: underline;
  font-weight: bold;
}
#topnav ul {
  float:left;
  font-size: 1.1666em;
  line-height: 14px;
  vertical-align: middle;
  list-style: none;
}
#topnav li {
  float:left;
  display: inline;
  position: relative;
  z-index: 15;
}
#topnav li ul  {
  font-size: inherit;
  position:absolute;
  left:-999em;
  height:auto;
  width: 9em;
  padding: 0;
  background-color: #0B73BA;
  border-width: 0 2px 2px;
  border-color: #000000;
  border-style: solid;
}
#topnav li li {
  width: 9em;
  height: 100%;
}
 
#topnav li ul a {
  width: 6em;
  padding: 0 1.5em;
  border-right: 0;
}
 
#topnav li:hover ul ul,#topnav li:hover ul ul ul,#topnav li.sfhover ul ul,#topnav li.sfhover ul ul ul{
  left:-999em;
}
 
#topnav li:hover ul,#topnav li li:hover ul,#topnav li li li:hover ul,#topnav li.sfhover li,
#topnav li li.sfhover ul,#topnav li li li.sfhover ul {
  left:auto;
  z-index:5;
}
#topnav .last {
	border-right: none;
}

/* Main Styles */
#main ul {
	padding-left: 3em;
	margin-bottom: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
}
#main li {
	line-height: 1.5em;
}

/* Joomla Styles */
.small, .modifydate, .createdate {
	font-size: .8333em;
	line-height: 1.2em;
	color: #767472;
}
.blog {
	width: 100%;
}