<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
 # Copyright (C) joomla-monster.com
 # License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
 # Website: http://www.joomla-monster.com
 # Support: info@joomla-monster.com
 ---------------------------------------------------------------*/
/***details layout styles***/

#jm-logo img, #jm-header img {
	vertical-align: top;
}

#jm-header p, #jm-logo p, #jm-copyrights p, #jm-banner p {
	margin: 0;
}

#jm-logo-sitedesc {
	color: #ffa721;
	text-align: center;
}

h1#jm-logo {
	margin: 0;
	font-size: 27px;
	line-height: 29px;
	text-transform: uppercase;
	margin: 0;
}

h1#jm-logo a {
	color: #ffa721;
	text-decoration: none;
}

#jm-sitedesc {
    font-size: 14px;
}

/*** pathway ***/
#jm-path h3, #jm-path .showHere {	
	margin: 0;
	padding: 0 10px 0 0;
}

#jm-path .showHere {
	font-weight: normal;
}

#jm-path h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	float: left;
}
#jm-path img {
	margin: 0 3px;
	vertical-align: middle;
}

#jm-path a:link, #jm-path a:visited {
	color: #D68D26;
	text-decoration: none;
}

#jm-path a:hover {
	text-decoration: underline;
}

/*** search module ***/
div.search label {
	vertical-align: middle;
	margin: 0 0 0 10px;
	line-height: 25px;
}

div.search input.button {	
    margin: 0 0 0 10px;
}

div.search .inputbox {
    margin: 0 0 0 10px;
}

/*** footer ***/

#jm-footer a:link, #jm-footer a:visited {
    color: #E3C8A1;
}

/*** styles for the left column ***/
#jm-left ul li {
    background: url("../images/submenu.png") no-repeat 0 7px transparent;
}

#jm-left a:hover {
    color: #A73A07;
}

/** language module **/
div.mod-languages ul li {
    background: none;
    padding: 0;
}

/** newsflash **/

div.newsflash a.readmore:link,
div.newsflash a.readmore:visited {
	margin-bottom: 10px;
	clear: both;
}

.newsflash-title {
	clear: both;
	color: #D14605;
	font-size: 12px;
    font-weight: bold;
}



</pre></body></html>