/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
	margin: 0;	padding: 0;}

p {  margin-top: 0;  margin-bottom: 5px;
}

fieldset {	border: 0;	padding: 5px 0;}

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 0px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 0px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
}

/*** fonts ***/
body {
		line-height: normal;
                font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
		/*font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;*/
		color: #444;
}

/* size attributes */

body.f-smaller {
	font-size: 10px;
}

body.f-default {
	font-size: 11px;
}

body.f-larger {
	font-size: 12px;
}

a {
	color: green; /*all links on site*/
}

a:hover {
	color: #000;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

#inset a {
	font-size: normal;
}

div.moduletable h3,
.contentheading,
.componentheading {
	font-size: 130%;
	color: #222;
}

.componentheading {
  margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}


/* font family */
h3,
.contentheading,
.componentheading,
#nav,
.sectiontableheader,
span.pathway,
.small,
.createdate,
.modifydate {
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, sans-serif;
        /*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
}

#inset {
	font-family:  Verdana, Tahoma, Helvetica, "Lucida Grande", sans-serif;
}

span.pathway {
	font-size: 10px;
	font-weight: normal;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* module settings */

div.moduletable h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0;
}

div.moduletable {
	margin-bottom: 5px;
}

td.left div.moduletable,
td.right div.moduletable  {
	margin-bottom: 5px;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}

/* default menu link styles */
a.mainlevel {
	display: block;
}

a.sublevel {

}

a.mainlevel:hover {
	text-decoration: none;
}

a.sublevel:hover {
	text-decoration: none;
}

#inset a.mainlevel {
	display: inline;
	background: none;
	padding: 0px 0px;
}

/* Left Menu Styles (was regular joomla menu) */

a.mainlevel {
	display: block;
	padding-left: 0px;
}

a.sublevel:link,
a.sublevel:visited {
        line-height: 14px;
}

a.mainlevel {
}

/* supress the display of non-active mainlevel menus ... 
   WARNING: modules/mod_mainmenu was changed to introduce this change */
//#non_active_menu.mainlevel {
//        display: none;
//}

a#active_menu:link,
a#active_menu:visited {
        color: purple;
	/*line-height: 14px;*/
}

li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}

/* headings */

h1 {
	padding-bottom: 5px;
}

h2 {
   padding-bottom: 5px;
}

h3 { 
   padding-bottom: 5px;
}

h4 {
	 padding-bottom: 5px;
}

.small {
	font-weight: bold;
	color: #999;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-weight: bold;
	color: #999;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #999;
}

/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #e0e5ed;
  border-bottom: 1px solid #cad1d8;
}

table.mainbody td.mainbody tr.sectiontableentry1 td, 
table.mainbody td.mainbody tr.sectiontableentry2 td {
  padding: 4px;
  line-height: 20px;
}

table.mainbody td.mainbody td.sectiontableentry1, 
table.mainbody td.mainbody td.sectiontableentry2{
  padding: 4px;
  line-height: 20px;
}

table.contentpaneopen, table.contentpane {
  border-collapse:separate;
  padding: 0;
  margin: 0;
  width: 100%; height:100px; margin-top:-5px;}
  
