/*--------------------------------------------------------------
# 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
---------------------------------------------------------------*/

/*********************** RESET GLOBAL STYLES ***********************/

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
	line-height: 1.2em;
	font-weight: bold;
}

h1 {
    font-size: 1.8em;
      color: #097090;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.2em;
	color: #097090;
}

h4 {
    font-size: 1.0em;
	color:#0B881F;
}

h5 {
    font-size: 1.1em;
	color: #097090;
}

h6 {
    font-size: 1em;
}

fieldset {
    margin: 0;
    padding: 0 0 20px;
    border: 0;
}

fieldset legend {
	font-weight: bold;
	border-bottom: 1px solid #4b4b4b;
	padding: 0 0 10px;
	margin: 0 0 20px;
	display: block;
	width: 100%;
}

p {
    margin: 5px 0;
    padding: 0;
}

ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

ul li {
	margin: 0 0 0 3px;
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-position: left 6px;	
}

ul li a:link,
ul li a:visited {
	border: none;
}

ul li ul li {
	padding: 0 0 0 15px;
}

a:link, a:visited {
	color: #097090;
	border-bottom: none;
	outline: none;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px dotted transparent;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

a img {
    border: none;
}

img {
	max-width: 100%;
	//height: auto;
	width: auto\9; /* ie8 */
}