/*--------------------------------------------------------------
 # 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 {
	margin: 0;
}

#jm-logo-sitedesc {
	font-family: "Trebuchet ms";
}

h1#jm-logo {
	font-size: 2.5em;
}

h1#jm-logo a span{
	display: block;
}

h1#jm-logo a {
	text-decoration: none;
}

#jm-sitedesc {
    font-size: 1.3em;
}

/*** search module ***/

#jm-topmod div.search label {
	vertical-align: middle;
	margin: 0 0 0 8px;
}

#jm-topmod div.search input.button {	
    margin: 0 0 0 8px;
}

#jm-topmod div.search input.button  {
	padding: 5px 10px 6px;
}

#jm-topmod div.search input.button:hover {

}

#jm-topmod div.search .inputbox {
    margin: 0 0 0 8px;
}

/*** pathway ***/
#jm-pathway h3, #jm-pathway .showHere {	
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 1em;
	line-height: 1.5em;
}

#jm-pathway h3 {
	font-weight: bold;
	float: left;
}

#jm-pathway img {
	margin: 0 3px;
	vertical-align: middle;
}

/** 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;
}

/*** footer ***/
#jm-footer {
	color: #8e9799;
}

#jm-footer a {
	color: #8e9799;
}

#jm-stylearea img {
	border: solid 1px #8e9799;
	margin: 0 0 0 5px;
}





	
	
	
	
	
