* {zoom: 1.0;} 

.galimage {
	border: 3px #CCCCCC solid;
}

h1 {
	font: 11px "MS Serif", "New York", serif;
	font-weight: normal;
	font-size: 18px;
	color: #B4B4AD;
	padding: 15px 0 0 0;
}

INPUT {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

HR {
	color: #B8B49A;
	height: 1px;
	line-height: 1px;
}

.title {
	font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #DDDFC8;
}

a {
	color: #533C2D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #533C2D;
	font-weight: bold;
	text-decoration: underline;
}

.linesImage {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Breadcrumb navigation */

#navlink a {
	color: #777659;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 10px 1px 3px;
}

#navlink a:hover{
	text-decoration: none;
	color: #716C55;
	background: #FFFFFF;
	padding: 1px 10px 1px 3px;
} 

.breadstick {
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #F0EEEC;
	border-bottom: 1px solid #EBEBEB;
	border-top: 0px;
	background-color: #F9F9F8;
	padding: 1px 1px 1px 5px;
}

/* Site-wide text formatting */
div,td,span {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #444;
}

.copyright {
	font: 11px Verdana, Arial, sans-serif;
	color: #FFFFFF;
	padding: 10px 0 0 10px;
}

.siteflag {
	font: 15px Georgia, Times New Roman, Times, serif;
	color: #DBE0DA;
	padding: 10px 0 0 10px;
	font-weight: normal;
	padding: 0 7px 7px 0;
}

/* Generic Module-independent formatting */
.moduletitle {
	font: 11px "MS Serif", "New York", serif;
	font-weight: normal;
	font-size: 18px;
	color: #B4B4AD;
	padding: 15px 0 0 0;
}

.summarytitle {
	font-weight: bold;
}


td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}


/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Container Styles */
div.container_box {
	padding: 6px;
	margin: 2px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Verdana;
	font-weight: bold;
}

/* News Module */
td.news_summary {
	padding-bottom: 1em;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}

/* Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #DDD;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #FFF;
}

div.workflow_action_posted {
	border: 2px solid black;
}

/* FAQ Module*/
div.faq_moduletitle {
	font-size: 16px;
}

td.category_bg {
	background-color: lightgrey;
}
td.category_title {
	font-size: 12px;
	font-weight: bold;
}
td.question {
	font-size: 10px;
	font-weight: bold;
}

/*Article Module*/
div.article_title {
	font-size: 14px;
	font-weight: bold;
}

div.article_body {
	font-size: 10px;
}

td.article_summary {
	font-size: 10px;
}

a.article_title_link {
	font-size: 12px;
	color: blue;
}

/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid Silver;
	border-right: 0px solid Silver;
	background-color: #DDD;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid Silver;
	border-left: 1px solid Silver;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid Silver;
}

td.tab_main {
	padding: .5em;
	border: 1px solid Silver;
	border-top: 0px solid Silver;
}

/* top menu */

#menu {
	width: 100%;
	float:left;
	height: 35px;
}

#menu ul {
	list-style: none;
	margin:0;
	padding: 0;
}

#menu a, #menu h6 {
	font: 13px Georgia, Times New Roman, Times, serif;
	display: block;
	margin: 0;
	padding: 2px 15px;
}

#menu h6 {
	color: #FFFFFF;
}

#menu a {
	color: White;
	text-decoration: none;
	border:none;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 12px;
	padding-right: 4px;
}

#menu a:hover {
	color: #FFFFFF;
	border:none;
}

#menu li {
	position:relative;
	float: left;
	text-align:centre;
	width:0% !;
}

#menu li li {
	font: 13	px Georgia, Times New Roman, Times, serif;
	position:relative;
	float:left;
	text-align:left;
	border-left:1px solid #669933;
	border-bottom:1px solid #8fb82e;
	border-right:1px solid #8fb82e;
	border-top:1px solid #E8E9E0;
	background:#a9d147;
	padding: 0px;
	width: 170px;
	margin: 0px;
}

#menu li li a {
	font-weight:normal;
	border-bottom:0px dotted #D9F266;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
}

#menu li li a:visited {
	font-weight:normal;
	border-bottom:0px dotted #D9F266;	
	font-size: 13px;
	
}
#menu li li a:hover {
   color: #333333;
	border-top:0px dotted #D9F266;
	border-bottom:0px dotted #D9F266;
	border-left: 0px solid #669933;
	background: #CDE492;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul {
	display: none;
}

#menu ul ul, #menu ul li:hover ul ul, #menu ul ul li:hover ul ul {
	display: none;
}

#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul {
	display:block;
	background:#a9d147;
}
/* Image Gallery stuff */
.imagegallery_moduletitle {
	font: 11px "MS Serif", "New York", serif;
	font-weight: normal;
	font-size: 18px;
	color: #B4B4AD;
}

/* Main text */
.main {
	padding: 15px 30px 0 30px;
	line-height: 16px;
}