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

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

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, Helvetica;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/bkg.gif);
}

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

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

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


img { border: 0 none; }

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

/* menu links */

ul.menu {
	list-style:none;
	margin-left:10px;
	clear:left;
}

.menu li {
	padding-top:15px;
}

a.mainlevel:link {
	font-size: 10pt;
	color: #CC6600;
	padding-left: 0px;
	line-height: 12pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.mainlevel:visited {
	font-size: 10pt;
	color: #CC6600;
	padding-left: 0px;
	line-height: 12pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

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

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

a.mainlevel_top:link {
	font-size: 10pt;
	color: #CC6600;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 12pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.mainlevel_top:visited {
	font-size: 10pt;
	color: #CC6600;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 12pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.mainlevel_top:hover {
	text-decoration: underline;
	color: #FF6600;
}

a.mainlevel_top:active, #active_menu_top {
	font-weight: bold;
}


/* headers */

h1 {	
	font-family: Arial, Helvetica;
	font-size: 1.5em;
	font-weight: bold;
	color: #663300;
	text-align: center;
}

h2, .contentheading {
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-align: center;
}

h3, .componentheading{
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica;
	font-size: 1.2em;
	font-weight: bold;
	color: #663300;
	text-align: center;
}

h5{
	font-family: Arial, Helvetica;
	font-size: 1.1em;
	font-weight: bold;
	color: #663300;
	text-align: center;
}


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

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

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

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


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