/* ____ Layout ____ */

#mainPanel
	{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 750px;
	}

#headerPanel
	{
	text-align: left;
	width: 750px;
	height: 140px;
	background: transparent url("../images/trillium_header_v2.jpg") no-repeat;
	/* border: 4px solid #000; */
	border: none;
	}

#navPanel
	{
	text-align: left;
	width: auto;
	height: auto;
	margin-top: 15px;
	padding-top: 0px;
	background-color: #d5aebd;  /* HACK */
	/* border: 4px solid #000; */
	border: none;
	}

#componentPanel
	{
	text-align: left;
	width: auto;
	padding: 5px;
	margin-top: 10px;
	/* background: #fff url("../images/tom_trillium_bg.png") no-repeat; */
	/* border: 4px solid #000; */
	border: none;
	}

#footerPanel
	{
	text-align: center;
	font-size: .75em;
	width: auto;
	height: auto;
	margin-top: 5px;
	padding-top: 0px;
	background-color: #d5aebd;  /* HACK */
	/* border: 4px solid #000; */
	border: none;
	}

#footerPanel a
	{
	color: black;
	text-decoration: none;
	}
	

#modulePanel
	{
	position: absolute;
	top: 10px;
	left: 775px;
	width: auto;
	color: white;
	background-color: #9c9973;
	padding: 15px;
	/* border: 4px solid #000; */
	border: none;
	}

#footer
	{
	/* float: left; */
	text-align: left;
	width: 734px;
	margin: 10px 10px 0px 10px;

	padding: 5px;
	background-color: #ddd;
	border: 2px solid black;

	font: bold 9px/3em tahoma, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
/* ____________ Heading and Photos ________ */

.heading-name {
   position: relative;
   width: auto;
   top: 20px;
   left:20px;
   font-family: "Times New Roman", "Nimbus Roman No9 L", times, serif;
   font-size: 24pt;
   font-style: italic;
   color: #dec69c;
   letter-spacing: 2px;
}

.heading-subname {
   position: relative;
   width: auto;
   top: 20px;
   left:20px;
   font-family: "Ariel", "Nimbus Sans L", verdana, sans-serif;
   font-size: 12pt;
   color: #dec69c;
   letter-spacing: 1.3em;
}

.heading-pathway {
   position: relative;
   width: auto;
   top: 60px;
   left:10px;
   font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
   font-size: 12px;
   color: #dec69c;
}

.heading { 
   background-image: url(label.png);
   background-repeat: no-repeat;
}
.heading-text {
   position: relative;
   width: auto;
   top: 1px;
   left:5px;
   text-transform: uppercase;
   font-family: georgia, times, serif;
   font-size: 12pt;
   font-weight: bold;
   letter-spacing: 5px;
   color: #dec69c;
}

.left-photo {
   float: left;
   margin-right: 10px;
   padding: 4px;
   border: 1px solid black;
}

.right-photo {
   float: right;
   margin-left: 10px;
   padding: 4px;
   border: 1px solid black;
}

/* Mos-Specific Formating */

body
	{
	margin: 0;
	padding: 0;
	font: 12pt tahoma, verdana, sans-serif;
	color: #442;        /* TRF */
	text-align: center;
	/* background: url("../images/bg.gif"); */
	/* background: url("../images/green086.jpg");*/
	}

/* _____ lists & typog ______ */
	
#footer a
	{
	background: #cb9;
	padding: 2px 5px;
	color: #edb;
	border: none;
	margin: 0;
	}
	
#footer a:hover
	{
	background: #000;
	border: none;
	}
	
#linkList h3
	{
	width: 210px;
	height: 25px;
	margin: 0.5em 0 0 0;
	padding: 0;
	/* background-color: #0ff;   DEBUG */
	}
	
#linkList p,
#linkList li
	{
	font: x-small/1.6em tahoma, verdana, sans-serif;
	color: #efece3;
	text-indent: 0;
	}
	
#linkList li
	{
	color: #000;
	border-bottom: 1px solid #923b09;
	line-height: 1.5em;
	padding: 0.5em 17px 0.5em 17px;
	}
	
#linkList ul
	{
	list-style: none;
	margin: 0;
	/* padding: 0.5em 0; */
	padding: 0;
	border-top: 1px solid #923b09;
	background: #bd4d0d url(list-bg.jpg);
	}
	
#linkList li:hover
	{
	background: #b64a0b;
	}
	
#linkList li a
	{
	display: block;
	border: none;
	color: #f4f0e6;
	font-weight: bold;
	margin-left: -12px;
	padding-left: 12px;
	background: url(arrow.gif) no-repeat 0 60%;
	}
	
#linkList li a:hover
	{
	color: #ec9;
	background-position: -300px 60%;
	}
	
#linkList li a.c
	{
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	color: #000;
	font-weight: normal;
	}
	
#linkList li a.c:hover
	{
	color: #6e2308;
	}
	
#linkList #larchives li,
#linkList #lresources li,
#linkList #lfavorites li
	{
	padding: 0.5em 0;
	}

#linkList #larchives li a,
#linkList #lresources li a,
#linkList #lfavorites li a
	{
	background: transparent url(bullet.gif) no-repeat 5px 60%;
	display: inline;
	padding-left: 17px;
	margin: 0;
	}
	
#linkList #larchives li a:hover,
#linkList #lresources li a:hover,
#linkList #lfavorites li a:hover
	{
	background-position: -295px 60%;
	}


/* ________________ general ________________ */

a
	{
	color: #c50;
	text-decoration: none;
	border-bottom: 1px solid #dca;
	}
	
h1
	{
	display: none;
	}
	
h2
	{
	font-size: 2em;
	font-weight: normal;
	color: #922;
	margin: 0 0 0.7em 0;
	padding: 0;
	}
	
h3
	{
	margin: 0 0 0.8em 0;
	text-transform: uppercase;
	font-family:  tahoma, verdana, sans-serif;
	font-size: 12pt;
	letter-spacing: 0.5em;
	color: #222;        /* TRF */
	}
	
h3 span
	{
	display: none;
	visibility: hidden;
	}
	
p
	{
	text-indent: 0.5em;
	margin: 0 0 0.6em 0;
	}

/* The following hack is to correct paragraph text size in IE/WIN */

/* \*/ * html body p { font-size: 80%; } /* */


/* MOS Specific *********************************************/

td.pathway {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	padding-top: 1px;
	padding-left: 3px;
}

a.pathway:link, a.pathway:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}

a.pathway:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: transparent;
}

/* Main Menu Styles *********************/

a.mainlevel:link, a.mainlevel:visited {
	color: #666;
	text-align: left;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EBEC9C;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

a.mainlevel:hover {
	color: #669900;
	text-align: left;
	background-color: transparent;
	width: 98%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9900;
}

a.mainmenu:link, a.mainmenu:visited {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.mainmenu:hover, {
	color: #666666;
	text-align: left;
}

a.sublevel:link, a.sublevel:visited {
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.sublevel:hover {
	color: #FF9900;
	text-align: left;
	background-color: transparent;
}

/* Module Styles ****************/

table.t_mod {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AAAAAA;	
}

table.b_mod {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AAAAAA;	
}

table.l_r_mod {
	width: 130px;
}

table.l_r_mod th {
	background-image: url(../images/module.gif);
	height: 23px;
	padding-top: 6px;
	width: 130px;
}

table.moduletable {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}

/* give a little space below each module table within the module panel */
#modulePanel table.moduletable 
        {
	margin-bottom: 10px;
	}

table.moduletable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #white;
	text-align : center;
	background: #000 url("../images/label.png") no-repeat;
}

table.moduletable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

/* Polls Style **************/

.poll {
	color : #333333;
	line-height : 12px;
	font-weight: bold;
}

.pollstableborder 
        {
  	border : 1px dotted #666666;
	}

/* Sections Style *****************/

.sectiontableheader
        {
	background-color : #E8EAF3;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C8C9CE;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C8C9CE;
	color : #000000;
	font-weight : bold;
	font-size: 11px;
	line-height: 13px;
	}

.sectiontableentry1
        {
	font-size: 11px;
	background-color : #EDEEF3;
	}

.sectiontableentry2 
        {
	font-size: 11px;
	background-color : #FFFFFF;
	}

.pagenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

a.pagenav:link, a.pagenav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

a.pagenav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color            : #000000;
	text-decoration  : underline;
	background-color: transparent;
}


.small {
	font-size : 11px;
	color : #666666;
}

.smalldark {
	font-size : 11px;
	color : #333333;
	text-decoration : none;
}

.createdate {
	font-size : 10px;
	color : #666666;
	text-decoration : none;
	font-weight : medium;
}

.modifydate  {
	font-size : 10px;
	color : #666666;
	text-decoration : none;
	font-weight : medium;
}

/* Contents Style *****************/

.frontpageheader {
	font-size: 13px;
	color : #669900;
	font-weight : bold;
        }

.slogan {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
 	color: #EDEFF4;
	padding-left: 50px;
	padding-top: 0px;
	}

.contentpane {
	font-size: 10px;
	color: black;
}

/* Turn off content item titles */
.contentheading 
	{
	display: none;
	}

/* Content Item regular text */
.contentpaneopen
	{
	font: small/1.5em tahoma, verdana, sans-serif;
	color: #110;        /* TRF */
	}
	
/* contenct Item header text */
.contentpaneopen.h3
	{
	margin: 0 0 0.8em 0;
	text-transform: uppercase;
	font-family:  tahoma, verdana, sans-serif;
	font-size: 12pt;
	letter-spacing: 0.5em;
	color: #222;        /* TRF */
	}

.componentheading {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : black;
	text-align : left;
	line-height: 16px;
	padding-left: 20px;
	padding-top: 10px;
}
.category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
}

a.category:hover {
	color            : #000000;
	text-decoration  : underline;
	background-color: transparent;
}

/* Form Styles ****************/

form { /* borrowed from mambosolutions.com -- to fix empty space issues */
	display:inline; 
	margin: 0px; 
	padding: 0px; 
} 

.button {
  font-family      : Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #FFF;
  color            : #333;
  border           : 1px solid #666;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #333;
  background-color : #FFF;
  border           : 1px solid #666;
}

/* Links *********/

a:link, a:visited {
  font-size        : 11px;
  color            : #333;
  text-decoration  : none;
}

a:hover {
	color            : #000;
	text-decoration  : underline;
	background-color: transparent;
}

/* For content item titles that are hyperlink instead of Read On
****************************************************************/

a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #000;
	text-align:left;
	}

a.contentpagetitle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	color            : #000;
	text-decoration  : underline;
	background-color: transparent;
	}

.description {
	font-size: 10px
	color: #000;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #ffae00;
	border-left: outset 2px #f90;
	border-right: outset 2px #808080;
	border-top: outset 2px #f90;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tabheading {
	background-color: #ffae00;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
	font-weight: bold;
	font-size : 10pt;
	color : #FFF;
	text-align: center;
	background-color: #F00;
	}

/* Events Calendar */
table.moduletable th
	{
	color: #dec69c;
	}

.mod_events_table
	{
	background-color: #dedede;
	}

/* Polls */
table.moduletable td
        {
        color: #222;
        }
.sectiontableentry1
        {
         background-color: #dedede;
        }

.sectiontableentry2
        {
         background-color: #a4c67b;
        }

/*** Units For Sale ****/
.UnitSalesForm
	{
	background-color: #dedede;
	}

.units_for_sale 
	{
	margin: 10px;
	padding: 10px;
	text-align: center;
	background-color: #eeeade;
	}

.units_for_sale .title
	{
	margin: 0 0 0.8em 0;
	font-family:  tahoma, verdana, sans-serif;
	font-size: 12pt;
	letter-spacing: 0.5em;
	color: #222;        /* TRF */
	}

.units_for_sale .description
	{
	text-indent: 0.5em;
	margin: 0 0 0.6em 0;
	}

.units_for_sale .price
	{
	margin: 0 0 0.8em 0;
	font-family:  tahoma, verdana, sans-serif;
	font-size: 14pt;
	color: #222;        /* TRF */
	}

.units_for_sale .contact
	{
	margin: 3px;
	font: bold 9px/3em tahoma, verdana, sans-serif;
	border: 1px solid #000;
	background-color: white;
	}

/*** Biography ****/
.biography 
	{
	margin: 10px;
	padding: 10px;
	background-color: #eeeade;
	}