/*****************************/
/*** Core html setup stuff ***/
/*****************************/

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

body {
	font-family: Arial, Helvetica;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	color: #5c3408;
	background: #f1dcb8;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #5c3408;
}

a:hover {
	color:#855826;
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }


/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	color: #e6d1ae;
	font-size: 11pt;
	line-height: 30px;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.mainlevel:hover {
	color: #f1dcb8;
	text-decoration: underline;
}

.mainlevel a:active, #active_menu {
	color: #e6d1ae;
	font-weight: bold;
}

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
h1 {
	color: #5c3408;
	font-size: 15pt;
	line-height: 16pt;
	color: #312113;
}

h2 {
	color: #5c3408;
	font-size: 14pt;
	line-height: 15pt;
	font-weight: normal;
}

h3 {
	color: #5c3408;
	font-size: 13pt;
	line-height: 14pt;
}

h4 {
	color: #5c3408;
	font-size: 12pt;
	line-height: 13pt;
}

h5 {
	color: #5c3408;
	font-size: 11pt;
	line-height: 12pt;
}

/* content styles */
/*table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}*/
/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}

/* West Wind Add On */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000033;
	text-decoration: none;
}

.footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000033;
	text-decoration: underline;
}

.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000033;
	text-decoration: none;
}

.footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000033;
	text-decoration: none;
}

