/* 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;
	padding-left: 15px;
	font-weight: normal;
}

span.pathway img {
	display: none;
}

span.pathway a {
  padding-right: 30px;
}

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

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

/*** fonts ***/
body {
		line-height: 125%;
		font-family: Tahoma, Helvetica, sans-serif;
}

/* size attributes */

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

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

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

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

#nav a,
#inset a {
	font-size: 110%;
}

div.moduletable h3,
td.side h3,
.componentheading {
	font-size: 130%;
}

td.contentheading {
  font-size: 150%;
  line-height: 120%;
  padding-top: 5px;
  padding-bottom: 9px;
}

.componentheading {
  margin-bottom: 15px;
}

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


/* font family */
h1,
h2,
h3,
h4,
h5,
.contentheading,
.componentheading,
.sectiontableheader {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}

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

a:hover {
	text-decoration: none;
}

/* component heading */

.componentheading {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 0;
	height: 25px;
	line-height: 25px;
	text-indent: 15px;
	margin-left: -15px;
	margin-right: -5px;
}

/* module settings */

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

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

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

table.controller td.user1,
table.controller td.user2,
table.controller td.user3,
table.controller td.user4 {
	padding: 0 15px;
}

div.moduletable h3 {
	text-indent: 15px;
	margin-left: -15px;
}

td.user2 div.moduletable h3 {
	margin-right: -15px;
}

td.user4 div.moduletable h3 {
	margin-right: -15px;
}

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

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

/* side modules */

td.left div.module div div div {
  background: none;
  padding: 10px 10px 15px 17px;
}

td.right div.module div div div {
  background: none;
  padding: 10px 15px 15px 10px;
}

td.right div.module-menu div div div,
td.left div.module-menu div div div {
  background: none;
  padding: 10px 0 15px 0px;
}

td.left div.module div div div div,
td.left div.module-menu div div div div,
td.left div.module-color div div div div,
td.right div.module div div div div,
td.right div.module-menu div div div div,
td.right div.module-color div div div div {
  padding: 0;
}

div.module h3,
div.module-menu h3 {
  margin: 0 -10px;
  padding-top: 2px;
  padding-bottom: 7px;
  margin-bottom: 4px;
	text-indent: 10px;
}

td.left div.module-menu h3 {
	text-indent: 17px;
}

div.module-menu h3 {
  margin: 0;
}

td.left div.module-color div div div {
  background: none;
  padding: 10px 10px 15px 17px;
}

td.right div.module-color div div div {
  background: none;
  padding: 10px 15px 15px 10px;
}

div.module-color h3 {
  margin: 0 -10px;
  padding-top: 2px;
  padding-bottom: 7px;
  margin-bottom: 4px;
	text-indent: 10px;
}

/* 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: 0 15px;
}

/** regular joomla menu **/

a.mainlevel {
	display: block;
	height: 16px;
	line-height: 15px;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 3px;
}

div.module-menu a.mainlevel {
  height: 30px;
  line-height: 26px;
}

td.right div.module-menu a.mainlevel {
	padding-left: 30px;
}

td.left div.module-menu a.mainlevel {
	padding-left: 30px;
}

td.right div.module-menu a.mainlevel:hover {
   background-position: 0 -30px; 
}

td.left div.module-menu a.mainlevel:hover {
   background-position: 100% -30px; 
}

a#active_menu:link,
a#active_menu:visited {
	font-weight: bold;
}

td.right div.module-menu a#active_menu {
   background-position: 0 -60px; 
}

td.right div.module-menu a#active_menu:hover {
   background-position: 0 -30px; 
}

td.left div.module-menu a#active_menu {
   background-position: 100% -60px; 
}

td.left div.module-menu a#active_menu:hover {
   background-position: 100% -30px; 
}

li.active_menu a:link,
li.active_menu a:visited {
  font-weight: bold;
}

a.sublevel:link,
a.sublevel:visited {
	font-weight: normal;
}

/* headings */

h1 {
	line-height: 100%;
	font-size: 18px;
}

h2 {
   line-height: 100%;
   font-size: 16px;
}

h3 { 
   line-height: 100%;
   font-size: 14px;
}

h4 {
	 line-height: 100%;
	 font-size: 12px;
}

.small,
.modifydate,
.createdate {
	font-weight: normal;
	font-style: italic;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

/** 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;
}

td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #ECF0F4;
}

tr.sectiontableentry1 td, 
tr.sectiontableentry2 td,
td.sectiontableentry1, 
td.sectiontableentry2 {
  padding: 4px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

table.contentpaneopen td p {
  padding-right: 10px;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}


table.adminform textarea {
  width: auto;
  color: #666;
}

/** width stuff **/

.w-wide div.wrapper {
	width: 929px;
}

.w-thin div.wrapper {
	width: 782px;
}

/** template layout stuff **/

body {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

div.wrapper {
	margin: auto;
	position: relative;
}

div#header2 {
  height: 103px;
  width: 782px;
  background: transparent;
}

span#logo {
  float: left;
  display: block;
  width: 782px;
  height: 103px;
}

div#searchbox {
	position: absolute;
	width: 150px;
	right: 16px;
	top: 21px;
}

div#searchbox input {
	background: transparent;
	padding: 2px;
	border: 0;
	width: 145px;
	margin-right: 5px;
	margin-top: 2px;
	padding-left: 10px;
}

#top {
	height: 40px;
	padding-top: 55px;
	overflow: hidden;
	margin-left: 50px;
	margin-right: 15px;
}

table.controller {
  width: 100%;
  padding: 0;
}

td.user1, td.user2, td.user3, td.user4 {
	width: 50%;
}

td#midleft, td#midright {
	width: 200px;
	padding-top: 15px;
}

td.rocket {
  width: 30%;
  padding-left: 15px;
}

td.footer {
  padding-top: 22px;
  text-align: center;
  width: 40%;
}

td.xbuttons {
  text-align: right;
  width: 30%;
  padding-top: 25px;
  padding-right: 10px;
}

.w-wide table#maintable {
	width: 929px;
}

.w-thin table#maintable {
	width: 782px;
}

td.side {
  width: 177px;
  padding-top: 1px;
	
}

td.side.leftbottom div.corner,
td.side.rightbottom div.corner,
td.thefoot div.corner {
  height: 58px;
}

div#vtop {
  overflow: hidden;
  height: 8px;
}

div#render {
  height: 210px;
  overflow: hidden;
}

div#mainbody {
	padding-top: 12px;
	width:  100%;
}

div#mainbody div.padding {
	padding: 15px;
}



/* accessibility stuff */

#access {
	position: absolute;
	z-index: 499;
	top: 25px;
	right: 165px;
	width: 200px;
	height: 21px;
	overflow: hidden;
}

#access #selectors {
	float: right;
	height: 7px;
}

#access span {
	background-repeat: no-repeat;
}

#access a {
	text-decoration: none;
}

.font-selector,
.width-selector {
  float: right;
	display: block;
	position: absolute;
	top: 14px;
	width: 16px;
	height: 7px;
}

.f-smaller #selectors .font-selector {
	right: 109px;
}

.f-default #selectors .font-selector {
	right: 83px;
}

.f-larger #selectors .font-selector {
	right: 57px;
}

.w-thin #selectors .width-selector {
	right: 31px;
}

.w-wide #selectors .width-selector {
	right: 5px;
}


#access #buttons {
	float: right;
}

#access .button {
	display: block;
	float: right;
	width: 74px;
	height: 15px;
	margin: 0 5px;	
	background-repeat: no-repeat;
}

/*horizontal menu */

div#horizmenu {
	height: 26px;
	position: relative;
}

/* some page content things */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

blockquote {
	margin: 10px;
	line-height: 140%;
}

blockquote div {
	padding: 5px 45px;
}

pre {
	padding: 10px;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

input#mod_search_searchword {
	width: 120px;
}

table#adminform #toolbar {
	background: none;
}

hr {
	color: #003366;
	border-style:dashed;
}

/* The toolbar for the content box */
ul#rokslide-toolbar {
	float: left;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
}


#rokslide-toolbar li {
	float: left;
	background: none;
	height: 38px;
	line-height: 38px;
	display: block;
	cursor: pointer;
	list-style: none;
	padding: 0 15px;
	margin-left: 3px;
	font-weight: bold;
}
	
#frame {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
	
#frame div.button {
	position: absolute;
	width: 31px;
	height: 31px;
	cursor: pointer;
	overflow: hidden;
	top: 40%;
}

#frame div.button#left {
	left: 10px;
}

#frame div.button#right {
	right: 10px;
}

#frame div.button#left:hover, #frame div.button#left.hover,
#frame div.button#right:hover, #frame div.button#right.hover{
	background-position: 0 -30px;
}

#scroller {
	margin: 0 auto;
	overflow: hidden;
}

.tab-pane {
	margin: 0 20px;
	float: left;
	overflow: hidden;
}
/*****************************
 ****       suckerfish    ****
 *****************************/


#nav {
	margin: 0;
	padding: 0;
	height: 26px;
}

#nav a {
	font-weight: normal;
	float: left;
	text-decoration: none;
	display: block;
	float: left;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
  overflow: hidden;
}

#nav a.topdaddy,
#nav li.active a.topdaddy {
	padding-right: 25px;
}

#nav li li a{
	background: none;
	font-weight: normal;
	padding: 0;
	text-indent: 15px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li li {
	padding: 0;
	background: none;
}

/* top level links */
#nav a {


}

/* sub level links */

#nav ul ul a {
	display: block;
	text-decoration: none;
	width: 167px;
	text-transform: none;
}

/* top level buttons */

#nav li {
	float: left;
	padding: 0;
  background: none;
  height: 26px;
}

#nav ul li {
	position: relative;
}

#nav li ul {
	top: 26px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
}
	
#nav ul {
	padding: 0;
	margin: 0;
}

#nav li li {
	float: left;
	padding: 0;
  width: 170px;
}

/* margin for pullouts */
#nav li ul ul {
	margin: -26px 0 0 170px;
}


#nav li:hover ul ul, 
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,  
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul, 
#nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul,
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul{
	z-index: 100;
	left: 0;
}

#nav li:hover, #nav li.sfhover {
      left: 0;
}

#nav ul ul a {
	background: none;
}

#nav li li.active {
	background: none;
}
/** style 1 **/

/* blue/green-gray/orange */

body {
		color: #4F89BD;
}

a {
	color: #637632;
}

a:hover {
	color: #637632;
}

h1 {
	color: #2C517A;
}

h2 {
   color: #809740;
}

h3 { 
   color: #333;
}

td.contentheading {
  color: #2C517A;
  background: url(images/horiz_divider.png) 50% 100% no-repeat;
}

.componentheading {
	background: url(images/head2_l.png) 100% 0 no-repeat;
	color: #809740;
}

td.user1 div.moduletable h3 {
	background: url(images/head1_l.png) 100% 0;
	color: #2C517A;
}

td.user2 div.moduletable h3 {
	background: url(images/head1_r.png) 0 0;
	color: #2C517A;
}

td.user3 div.moduletable h3 {
	background: url(images/head3_l.png) 100% 0;
	color: #2C517A;
}

td.user4 div.moduletable h3 {
	background: url(images/head3_r.png) 0 0;
	color: #2C517A;
}

td.side {
  color: #809740;
}

td.side a:link,
td.side a:visited {
  color: #2C517A;
}

td.side a:hover {
  color: #437CBC;
}

td.left div.module,
td.left div.module-menu {
  background: url(images/side_l_mid.png) 100% 0 repeat-y;
}

td.left div.module div,
td.left div.module-menu div {
  background: url(images/side_l_bot.png) 100% 100% no-repeat;
}

td.left div.module div div,
td.left div.module-menu div div {
  background: url(images/side_l_top.png) 100% 0 no-repeat;
}

td.right div.module,
td.right div.module-menu {
  background: url(images/side_r_mid.png) 0 0 repeat-y;
}

td.right div.module div,
td.right div.module-menu div {
  background: url(images/side_r_bot.png) 0 100% no-repeat;
}

td.right div.module div div,
td.right div.module-menu div div {
  background: url(images/side_r_top.png) 0 0 no-repeat;
}

div.module h3,
div.module-menu h3 {
  color: #809740;
}

td.right div.module h3,
td.right div.module-menu h3 {
	background: url(images/side_r_div.png) 0 100% no-repeat;
}

td.left div.module h3,
td.left div.module-menu h3 {
	background: url(images/side_l_div.png) 100% 100% no-repeat;
}

td.left div.module-color {
  background: url(images/side2_l_mid.png) 100% 0 repeat-y;
}

td.left div.module-color div {
  background: url(images/side2_l_bot.png) 100% 100% no-repeat;
}

td.left div.module-color div div {
  background: url(images/side2_l_top.png) 100% 0 no-repeat;
}

td.right div.module-color {
  background: url(images/side2_r_mid.png) 0 0 repeat-y;
}

td.right div.module-color div {
  background: url(images/side2_r_bot.png) 0 100% no-repeat;
}

td.right div.module-color div div {
  background: url(images/side2_r_top.png) 0 0 no-repeat;
}

div.module-color h3 {
  color: #fff;
}

td.left div.module-color h3 {
	background: url(images/side2_l_div.png) 100% 100% no-repeat;
}

td.right div.module-color h3 {
	background: url(images/side2_r_div.png) 0 100% no-repeat;
}

div.module-color {
  color: #E7E8E6;
}

a.mainlevel {
	background: url(images/menu_bullet.png) 0 50% no-repeat;
}

td.side a.mainlevel:link,
td.side a.mainlevel:visited,
td.side a.sublevel:link,
td.side a.sublevel:visited {
  color: #687C34;
}

td.right div.module-menu a.mainlevel {
	background: url(images/menu_r_bg.png) 0 0 no-repeat;
}

td.left div.module-menu a.mainlevel {
	background: url(images/menu_l_bg.png) 100% 0 no-repeat;
}

a#active_menu:link,
a#active_menu:visited {
	color: #4681B8;
}

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

.small,
.modifydate,
.createdate {
	color: #2C517A;
}

td.sectiontableheader {
  border-bottom: 2px solid #CDD8E3;
  background: #ECF0F4;
}

tr.sectiontableentry1 td, 
tr.sectiontableentry2 td,
td.sectiontableentry1, 
td.sectiontableentry2 {
  border-bottom: 1px solid #ECF0F4;
}

/* template stuff */

body.w-thin {
  background: #B9E14A url(images/bg_thin.png) 50% 0 no-repeat;
}

body.w-wide {
  background: #B9E14A url(images/bg_wide.png) 50% 0 no-repeat;
}

div#header {
  background: url(images/header_top_repeat.gif) 93px 0 repeat-x;
}

div#header2 {
  background: url(images/header_top_right.gif) 100% 0 no-repeat;
}

span#logo {
  background: url(images/logo-links.png) 0 0 no-repeat;
}

#top {
	color: #fff;
}

#top a:link,
#top a:visited,
#top a:hover {
	color: #b9e14a;
}

td.footer {
  color: #9DBEDE;
}

td.footer a:link,
td.footer a:visited {
  color: #9DBEDE;
}

td.main {
  background: #fff;
}

td.side.left {
	border-top: 1px solid #E0EEB5;
  background: url(images/l_bg.png) 100% 0 repeat-y;
}

td.side.right {
	border-top: 1px solid #E0EEB5;
  background: url(images/r_bg.png) 0 0 repeat-y;
}

td.side.leftbottom {
  background: url(images/l_bg.png) 100% 0 repeat-y;
}

td.side.rightbottom {
  background: url(images/r_bg.png) 0 0 repeat-y;
}

td.side.leftbottom div.corner {
  background: url(images/l_corner.png) 0 100% no-repeat;
}

td.side.rightbottom div.corner {
  background: url(images/r_corner.png) 100% 100% no-repeat;
}

td.thefoot {
  background: url(images/thefoot_bg.png) 0 0 repeat-x;
}

td.thefoot div.corner {
  background: url(images/thefoot_corner.png) 0 0 no-repeat;
}

div#vtop {
  background: url(images/vtop_divider.png) repeat-x;
}

div#render {
  color: #fff;
}

div#mainbody {
	background: url(images/body_shadow.png) 0 0 repeat-x;
}

/* access */

.font-selector,
.width-selector {
	background: url(images/access-select.png) no-repeat;
}

.lrg .button {
	background: url(images/access-lrg.png);
}

.sml .button {
	background: url(images/access-sml.png);
}

.med .button {
	background: url(images/access-med.png);
}

.thin .button {
	background: url(images/access-thin.png);
}

.wide .button {
	background: url(images/access-wide.png);
}

/* horiz menu */

div#horizmenu {
	background: url(images/tbar_bg.png) repeat-x;
}

blockquote {
	background: #E0EEB5 url(images/quote_open.png) 0 0 no-repeat;
	color: #5C6D2E;
}

blockquote div {
	background: url(images/quote_closed.png) 100% 100% no-repeat;
}

pre {
	background: #fff;
	color: #333;
	border: 1px solid #E0EEB5;
	border-left: 5px solid #E0EEB5;
}

.highlight {
  background-color: #ffc;
}

/* suckerfish */

#nav a {
	color: #fff;
}

#nav a.topdaddy,
#nav li.active a.topdaddy {
	background: url(images/tbar_divider2.png) 100% 0 no-repeat;
}

#nav ul ul a.daddy {
	background: url(images/tbar_divider3.png) 100% 50% no-repeat;
}

#nav li a {
	background: url(images/tbar_divider.png) 100% 0 no-repeat;
}

#nav ul li a:hover,
#nav ul li ul li a:hover,
#nav ul li ul li ul li a:hover {
	color: #DEE8F2;
}

#nav li li {
	border-bottom: 1px solid #668EB2;
	border-top: 1px solid #90B9DC;
}

#nav ul ul a {
	color: #fff;
}

#nav li ul {
	border-right: 1px solid #668EB2;
	border-left: 1px solid #90B9DC;
	border-bottom: 1px solid #668EB2;
}

#nav li:hover a, #nav li.sfhover a {
  color: #ffffff;
}

#nav li li:hover a, #nav li li.sfhover a {
  color: #ffffff;
}

#nav li.active {
	background: url(images/tbar_select.png) 0 0 repeat-x;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul,
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul{
	background: #74A2CB;
}

span.pathway a {
  background: url(images/arrow.png) 100% 50% no-repeat;
}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
	z-index: 500;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	z-index: 501;
}

#lbCenter {
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #000;
	z-index: 501;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

img.album {
	border: 3px solid #ddd;
	margin: 2px;
}

#topbar {
position:absolute;
border: 2px #637632;
padding: 2px;
background-color:#ffff00;
width: 280px;
visibility: hidden;
z-index: 100;
color: #637632;
}
