/*--------------------------------------------------------------
# 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 OF LAYOUT ELEMENTS ***********************/ 

/********** logo **********/

h1#jm-logo a:link,
h1#jm-logo a:visited {
	text-decoration: none;
	display: block;
}

/********** search **********/

.jm-module div.search label {
	vertical-align: middle;
	margin: 0 10px;
}

/********** pathway **********/

#jm-pathway span.showHere {
	font-weight: bold;
	margin: 0 3px 0 0;
}

#jm-pathway h3 {
	font-size: 0.9em;
	line-height: 1.7em;
	font-weight: bold;
	float: left;
	margin: 0 5px 0 0;
}

/********** copyrights **********/

#jm-copyrights p {
	margin: 0;
}

/********** newsflash **********/

div.newsflash a.readmore:link,
div.newsflash a.readmore:visited {
	margin-bottom: 10px;
}

/********** doctextsizer list **********/

.smallview body { /*CSS for "small font" setting*/
	font-size: 14px;
}

.normalview body { /*CSS to return page to default setting (with no additional CSS rules added)*/
}

.largeview body { /*CSS for "large font" setting*/
	font-size: 18px;
}

.smallview ul li {
	background-position: left 6px;
}

.largeview ul li {
	background-position: left 8px;
}

.smallview ul.linked li a {
	background-position: left 7px;
}

.largeview ul.linked li a {
	background-position: left 10px;
}

.smallview ul.rounded li {
	background-position: left 6px;
}

.largeview ul.rounded li {
	background-position: left 9px;
}