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

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

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	color: #330000;
	background: #502c02;
}

hr {
	color: #330000;
	height: 1pt;
}

a:link, a:visited {
	Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
	color: #330000;
}

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


img { border: 0 none; }

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

/* menu links */

a.mainlevel:link, a.mainlevel:visited {

	font-size: 8pt;
	color: #330000;
	padding-left: 12px;
	padding-right: 15px;
	line-height: 12pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

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

a.sublevel:link, a.sublevel:visited {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 8pt;
	color:#000000;
	margin-left: 10px;
	line-height:18pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
	}
	
a.sublevel:hover {
	text-decoration: underline;
	color:#000000;
	}

a.mainlevel:active, #active_menu {
	font-weight: bold;
	font-size: 8pt;
}


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

/* headers */

h1 {	
	font-family: Verdana, Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #330000;
}

h2, .contentheading {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #330000;
}

h3, .componentheading{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #330000;
}

h4 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #330000;
	text-align: left;
}

h5{
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #330000;
	text-align: left;
}


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



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

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

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

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

