/*--------------------------------------------------------------
# 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 styles
   ========================================================================== */

/** layout **/
	
h1#jm-logo {
	font-size: 2.5em !important;
	text-transform: uppercase;
	line-height: 1.5em;
	margin: 0;
}

#jm-breadcrumbs div.breadcrumbs {
    padding: 0 10px 0 32px;
    background-image: url("../images/breadcrumb-house.png");
    background-position: left -1px;
    background-repeat: no-repeat;
}

#jm-breadcrumbs div.breadcrumbs span.showHere {
    font-weight: bold;
    margin: 0 5px 0 0;
}

#jm-breadcrumbs div.breadcrumbs span,
#jm-breadcrumbs div.breadcrumbs a  {
    display: inline-block;
    line-height: 33px;
}

#jm-breadcrumbs div.breadcrumbs img {
    vertical-align: top;
    padding-right: 8px;
}

#jm-breadcrumbs.nofontsw {
    margin-bottom: 0;
}

#jm-stylearea a span {
    height: 6px;
    width: 6px;
    display: block;
    cursor: pointer;
}

#jm-stylearea .style_switcher {
    line-height: 6px;
    display: inline-block;
}

#jm-stylearea a:hover {
    text-decoration: none;
}

#jm-stylearea a#style_icon-1 span {
    background: #80b3ff;
}

#jm-stylearea a#style_icon-1:hover span {
    background: #9cc4fe;
}

#jm-stylearea a#style_icon-2 span {
    background: #cc1010;
}

#jm-stylearea a#style_icon-2:hover span {
    background: #cc4343;
}

#jm-stylearea a#style_icon-3 span {
    background: #76a690;
}

#jm-stylearea a#style_icon-3:hover span {
    background: #7eb29a;
}

#jm-back-top a {
	background: #2a2828 url("../images/backtotop.png") no-repeat center center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #1c1c1c;
}

#jm-back-top a:hover {
    text-decoration: none;
    cursor: pointer;
}

#jm-top-search .search .inputbox {
	border: 1px solid #f1f1f1;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	width: 245px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
   	color: #b9b9b9;
}

#jm-top-search .search input.button {
	margin: 0;
	height: 42px;
	line-height: 42px;
}	

#jm-footer a:link,
#jm-footer a:visited {
    color: #444444;
}

/** doctextsizer list **/

.smallview #jm-maincontent {
    /*CSS for "small font" setting*/
    font-size: 0.9em;
    line-height: 1.7em;
}

.normalview #jm-maincontent {
    /*CSS to return page to default setting (with no additional CSS rules added)*/
}

.largeview #jm-maincontent {
    /*CSS for "large font" setting*/
    font-size: 1.2em;
    line-height: 1.7em;
}

/* ==========================================================================
   MENU styles
   ========================================================================== */

/** default module menu **/

ul.menu {
    margin: 0;
    background: #fff;
}

ul.menu li {
	background: none;
}

ul.menu > li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
}

ul.menu li a:link,
ul.menu li a:visited {
	color: #575757;
    padding: 6px 0 6px 15px;
    display: block;
    text-decoration: none;
    border-left: 5px solid #e1e1e1;
    border-right: 1px solid #f0f0f0;
}

ul.menu > li:first-child {
	border-top: 1px solid #f0f0f0;
}

ul.menu li ul li a:link,
ul.menu li ul li a:visited {
	border-left: none;
}

ul.menu > li.active > a,
ul.menu > li > a:hover {
	background-color: #f8f8f8;
}

ul.menu > li > ul {
    border-top: 1px solid #f0f0f0; 
    border-left: 5px solid #e1e1e1;
}

/* menu top-bar2 */

#jm-top-bar ul.menu {
	background: none;
}

#jm-top-bar ul.menu li {
    display: inline-block;
    border: 0;
}

#jm-top-bar ul.menu > li:first-child {
	border-top: 0;
}

#jm-top-bar ul.menu li a:link,
#jm-top-bar ul.menu li a:visited {
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
    line-height: 22px; 
	border: 0;
	background-image: url("../images/separator.png");
    background-position: left center;
    background-repeat: no-repeat;
}

#jm-top-bar2 ul.menu li a:hover {
	color: #fff;
}

#jm-top-bar2 ul.menu > li:first-child > a:link,
#jm-top-bar2 ul.menu > li:first-child > a:visited {
    background-image: none;
}

#jm-top-bar2 ul.menu ul {
    display: none;
}

/* zero margin for ul.menu */
.jm-module .jm-module-content ul.menu {
	margin: -15px 0 0;
}

.jm-module .jm-module-content.notitle ul.menu {
	margin: 0;
}

/* color1-ms color2-ms color3-ms title-box-ms*/
.jm-module.color1-ms ul.menu,
.jm-module.color2-ms ul.menu,
.jm-module.color3-ms ul.menu {
	margin: -16px;
	background: #fff;
}

.jm-module.color3-ms ul.menu {
	margin: -15px;
	background: #fff;
}

.jm-module.color1-ms ul.menu li a:link, 
.jm-module.color1-ms ul.menu li a:visited,
.jm-module.color2-ms ul.menu li a:link, 
.jm-module.color2-ms ul.menu li a:visited,
.jm-module.color3-ms ul.menu li a:link, 
.jm-module.color3-ms ul.menu li a:visited {
	color: #575757;
}



/** second level **/

ul.menu li ul {
    margin: 0;
}

/* ==========================================================================
   TEMPLATE COMPONENT styles
   ========================================================================== */
  
/** component headings**/

div.blog h2,
div.item-page h2,
div.blog-featured h2,
div.items-more h3,
div.item-page h2,
div.archive ul#archive-items li h2,
div.contact h2,
div.contact-category h2,
div.newsfeed h2,
div.newsfeed-category h2,
div.weblink-category h2 {
    margin: 0 0 20px;
   /* text-transform: uppercase;*/
    position: relative;
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 0 0 8px
}

div.blog h2 a:link,
div.item-page h2 a:link,
div.blog-featured h2 a:link,
div.items-more h3 a:link,
div.item-page h2 a:link,
div.archive ul#archive-items li h2 a:link,
div.contact h2 a:link,
div.contact-category h2 a:link,
div.newsfeed h2 a:link,
div.newsfeed-category h2 a:link,
div.weblink-category h2 a:link,
div.blog h2 a:visited,
div.item-page h2 a:visited,
div.blog-featured h2 a:visited,
div.items-more h3 a:visited,
div.item-page h2 a:visited,
div.archive ul#archive-items li h2 a:visited,
div.contact h2 a:visited,
div.contact-category h2 a:visited,
div.newsfeed h2 a:visited,
div.newsfeed-category h2 a:visited,
div.weblink-category h2 a:visited {
	color: #575757;
}


div.blog h2:after,
div.item-page h2:after,
div.blog-featured h2:after,
div.items-more h3:after,
div.item-page h2:after,
div.archive ul#archive-items li h2:after,
div.contact h2:after,
div.contact-category h2:after,
div.newsfeed h2:after,
div.newsfeed-category h2:after,
div.weblink-category h2:after {
	height: 4px;
	width: 60px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
}


div.blog h1,
div.blog-featured h1,
div.item-page h1,
div.archive h1,
div.categories-list h1,
div.category-list h1,
div.search h1,
h1.componentheading {
    margin: 0 0 15px;
    text-transform: uppercase;
}  
  
/** category blog **/
	
.blog .category-desc {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/**single article**/

ul.actions {
    text-align: right;
}

ul.actions li {
    display: inline;
    background: none;
    margin: 0 5px;
    padding: 0;
}

.article-info {
    margin: 0 0 10px;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #a1a1a1;
}

.article-info .article-info-term {
    font-weight: bold;
}

.article-info dd {
    margin: 0;
}

/** article categories **/
	
.categories-list ul li dl {
	font-weight: bold;
}	

.categories-list ul li dt {
	float: left;
	padding-right: 5px;
}

/** article category blog / featured articles **/
	
div.items-leading {
    display: inline-block;
    width: 100%;
}

div.items-row {
    display: inline-block;
    width: 100%;
}

.items-leading .item-separator {
    clear: both;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: 0 0 30px;
}

.row-separator {
    clear: both;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: 0 0 30px;
}

.item-page {
	display: inline-block;
	width: 100%;
}

.items-row:last-child .row-separator {
    display: none;
}

.cols-2 .column-1 {
    float: left;
    width: 48%;
}

.cols-2 .column-2 {
    float: right;
    width: 48%;
}

.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
    float: left;
    width: 31%;
}

.cols-3 .column-2 {
    padding: 0 3%;
}

.cols-4 .column-1,
.cols-4 .column-2,
.cols-4 .column-3,
.cols-4 .column-4 {
    float: left;
    width: 23%;
}

.cols-4 .column-2 {
    padding: 0 1% 0 2%;
}

.cols-4 .column-3 {
    padding: 0 2% 0 1%;
}

.items-more {
    padding: 0 0 10px;
}	

/** article category list **/		

.category-list .cat-children {
	padding-top: 20px;
}

table.category {
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
    border-spacing: 0;
}

table.category th {
    padding: 8px;
    font-weight: normal;
    color: #fff;
}

table.category th a {
    text-decoration: none;
    color: #fff;
}

table.category td {
    padding: 8px;
}

table.category .cat-list-row1 {
	background: #f5f5f5;
}

/* archived articles */

.archive ul#archive-items {
	margin: 0;
}

.archive ul#archive-items li {
    background: none;
    margin: 0 0 30px;
    padding: 0;
}

.archive ul#archive-items li:last-child {
	margin: 0;
}

/** user components **/

.registration dl,
.profile dl,
.profile-edit dl,
.remind dl,
.reset dl {
    margin: 0;
}

.registration dt,
.profile dt,
.profile-edit dt,
.remind fieldset dt,
.reset fieldset dt {
    float: left;
    clear: both;
    margin: 0;
    min-width: 250px;
    min-height: 38px;
    line-height: 38px;
}

.registration dd,
.profile dd,
.profile-edit dd,
.remind fieldset dd, 
.reset fieldset dd {
    padding: 2px;
    margin: 0;
    min-height: 38px;
    line-height: 38px;
}


.login-fields {
    padding: 5px 0;
}

.login-fields label#password-lbl,
.login-fields label#username-lbl {
    min-width: 100px;
    display: inline-block;
}

fieldset.userdata {
    padding: 0;
}

/** submit article, submit a weblink **/

.edit .formelm label,
.edit .formelm-area label {
    display: inline-block;
    min-width: 150px;
}

.edit .formelm img {
    vertical-align: middle;
    margin: 0 5px;
}

.edit .formelm-buttons {
    padding: 10px 0;
}

.edit .button2-left {
	float: left;
	padding: 5px;
}

/** search **/
	
div.search div.phrases-box {
    padding-bottom: 25px;
}

div.search div.phrases-box label,
div.search fieldset.only label {
    margin-right: 10px;
    vertical-align: middle;
}

div.search div.phrases-box input,
div.search fieldset.only input {
    height: auto;
    line-height: inherit;
    padding: 0;
    border: 0;
}

/**single contact**/

.contact-email label {
    min-width: 100px;
    display: inline-block;
    padding: 0 0 5px;
}

form#contact-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

form#contact-form dt,
form#contact-form dd,
form#contact-form button.button {
    margin: 10px 0 0;
}
	
/** buttons, inputs **/
	
input, 
select, 
textarea {
    font-size: 13px;
    margin: 2px 0;
    padding: 0 0 0 8px;
    height: 32px;
	line-height: 32px;
    vertical-align: middle;
    border: 1px solid #f2efe8;
    background: #fff;
   	color: #575757;
}

select {
    padding: 8px;
    height: 35px;
    line-height: inherit;
}

textarea {
    padding: 8px;
    height: auto;
    line-height: 1.5em;
}

input.checkbox,
input.radio,
input[type="checkbox"],
input[type="radio"] {
	background: none;
	padding: 0;
	border: none;
}

input.button, 
button.validate, 
button,
a.djc_producer_items_link {
	font-size: 13px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    padding: 0 20px 0 10px;
    border: none !important;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    text-transform: uppercase;
    background-image: url("../images/button.png");
    background-repeat: no-repeat;
    background-position: right center;
	font-family: Arial, Helvetica, sans-serif;
}

input.button:hover,
button.validate:hover,
button:hover {
    text-decoration: none;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="file"]{
    height: auto;
}

input#modlgn-remember,
input#remember{
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    height: auto;
}

div.login button.button {
    margin: 10px 0 0;
}

/** page navigation **/

ul.pagenav {
    margin: 10px 0 0 0;
    clear: both;
    display: inline-block;
    width: 100%;
}

ul.pagenav li {
    line-height: 34px;
    padding: 0;
    margin: 0;
}

ul.pagenav li.pagenav-next {
    float: right;
}

ul.pagenav li.pagenav-prev {
    float: left;
}

ul.pagenav li a {
    color: #fff;
    background: #cccccc;
    display: inline-block;
    padding: 0 14px;
    -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;
    text-decoration: none;
}

ul.pagenav li a:hover {
    background: #969696;
}

/** pagination **/

div.pagination {
    padding: 10px 0 0;
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%;
}

div.pagination ul {
    margin: 0;
}

div.pagination li {
    display: inline-block;
    line-height: 34px;
    padding: 0;
    margin: 0 5px;
	background: none;
}

div.pagination ul li span,
div.pagination ul li a {
    color: #fff;
    background: #cccccc;
    display: inline-block;
    padding: 0 14px;
    -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;
    text-decoration: none;
}

div.pagination ul li a:hover,
div.pagination ul li span {
	background: #969696;
}

div.pagination ul li.pagination-start span,
div.pagination ul li.pagination-prev span,
div.pagination ul li.pagination-next span,
div.pagination ul li.pagination-end span {
    background: #cccccc;  
} 

p.counter {
    text-align: center;
    margin: 0 0 10px;
}

/* ==========================================================================
   TEMPLATE MODULES styles
   ========================================================================== */
  
/** login **/

form#login-form input.button {
    margin: 10px 0;
}	
	
form#login-form div.logout-button input.button {
    margin: 0;
}

#form-login-username label,
#form-login-password label {
    width: 100px;
    display: block;
}

div.login-greeting {
    padding-bottom: 10px;
}

/**language**/

div.mod-languages ul li {
    background: none;
    padding: 0;
}

/**search**/

div.search label[for="mod-search-searchword"] {
    display: none;
}

/** newsflash **/

.newsflash .newsflash-title {
    margin: 0 0 20px;
	text-transform: uppercase;
	position: relative;
	display: block;
	border-bottom: 1px solid #dedede;
	padding: 0 0 8px;
}

.newsflash .newsflash-title a:link,
.newsflash .newsflash-title a:visited,
.jm-module.color3-ms .newsflash .newsflash-title a:link,
.jm-module.color3-ms .newsflash .newsflash-title a:visited {
	color: #575757 !important;
}

.newsflash-title:after {
	height: 4px;
	width: 60px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
}

.newsflash .readmore {
    float: right;
}

/** tooltip **/
	
.tip {
    background: #f5f5f5;
    width: 250px;
    border: 1px solid #CCCCCC;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tip:after {
    content: '';
    position: absolute;
    left: 20px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
}

.tip .tip-title {
    font-weight: bold;
}	

/** details **/
	
.img-intro-none,
.img-fulltext-none {
	text-align: center;
	margin-bottom: 10px;
}

.image-left,
.img-intro-left,
.img-fulltext-left {
	float: left;
	margin-right: 10px;
}

.image-right,
.img-intro-right,
.img-fulltext-right {
	float: right;
	margin-left: 10px;
}

p.img_caption {
    background: #f5f5f5;
	text-align: center;
	margin: 0 0 10px;
	padding: 5px;
}

p.readmore,
p.readmore2 {
    display: inline-block;
    width: 100%;
}

p.readmore a:link,
p.readmore a:visited,
a.readmore:link,
a.readmore:visited,
a.readon:link,
a.readon:visited,
p.readmore2 a:link,
p.readmore2 a:visited,
a.readmore2:link,
a.readmore2:visited,
.djf_mod a.btn:link,
.djf_mod a.btn:visited {
    font-size: 14px;
    line-height: 1.5em;
    color: #ffffff;
    display: inline-block;
    padding: 7px 27px 6px 10px;
    position: relative;
    text-decoration: none;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 300;
}

p.readmore a:after,
a.readmore:after,
p.readmore2 a:after,
a.readmore2:after,
a.readon:after,
.djf_mod a.btn:after {
	height: 30px;
	width: 14px;
	content: "";
	position: absolute;
	right: 5px;
	top: -2px;
}

.jm-module.color3-ms p.readmore a:link,
.jm-module.color3-ms p.readmore a:visited,
.jm-module.color3-ms a.readmore:link,
.jm-module.color3-ms a.readmore:visited,
.jm-module.color3-ms a.readon:link,
.jm-module.color3-ms a.readon:visited,
.jm-module.color3-ms .djf_mod a.btn:link,
.jm-module.color3-ms .djf_mod a.btn:visited {
   color: #fff;
}

/** system pagebreak **/

hr.system-pagebreak {
    display: block;
    width: 100%;
    height: 1px;
    margin: 15px 0px;
    clear: both;
    height: 1px;
    border: none;
    background: #d2d2d2;
}

/** pagebreak pages **/

div#article-index {
    float: right;
    margin: 0 0 0 10px;
    padding: 10px 5px;
    width: 150px;
    border: 1px solid #eee;
    border-bottom: none;
}

div#article-index h3 {
    font-size: 1em;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

div.pagenavcounter {
    clear: both;
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    text-align: center;
    width: 150px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
}

/** pagebreak sliders / contact sliders **/

.pane-sliders div.panel {
    background: #fff;
    margin-bottom: 2px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.pane-sliders div.panel h3.title {
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
    background: #F7F7F7;
    border-top: 1px solid #ececec;
}

.pane-sliders div.panel h3.title:hover,
.pane-sliders div.panel h3.pane-toggler-down {
    background: #fff;
}

.pane-sliders div.panel h3.title a {
    padding: 15px 30px;
    display: block;
    color: #575757;
}

.pane-sliders div.panel h3.title:hover a {
    text-decoration: none;	
}

.pane-sliders div.panel h3.pane-toggler-down a {
    padding: 13px 30px 15px;
}

.pane-sliders div.pane-down {
    padding: 15px !important;
    border-top: 1px solid #ececec !important;
}

/** pagebreak tabs / contact tabs **/

dl.tabs {
    display: inline-block;
    padding: 10px 0 0;
    margin: 0;
}

dl.tabs dt.tabs {
    float: left;
    margin-right: 9px;
    padding: 15px 30px;
    background: #fff;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-bottom: none;
}

dl.tabs dt.tabs.closed {
    padding: 17px 30px 14px;
    border-top: 1px solid #ececec;
    border-right: 1px solid  #ececec;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: #f7f7f7;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

dl.tabs dt.tabs.closed:hover {
    background: #fff;
}

dl.tabs dt.tabs h3 {
    font-size: 13px;
    margin: 0;
}

dl.tabs dt.tabs.open h3 a:link,
dl.tabs dt.tabs.open h3 a:visited {
    color: #575757;
}

dl.tabs dt.tabs.closed h3 a:link,
dl.tabs dt.tabs.closed h3 a:visited {
    color: #575757;
}

dl.tabs dt.tabs h3 a:hover {
    text-decoration: none;
}

dd.tabs {
    clear: both;
    background: #fff;
     margin: -1px 0 0;
    padding: 10px;
    border: solid 1px #ececec;

}

/********** Unpublished **********/

.system-unpublished {
    background: transparent;
}

/********** System Messages **********/

#system-message {
    margin-bottom: 10px;
    padding: 0;
    text-shadow: none;
}

#system-message dt {
    display: none;
}

#system-message dd {
    margin: 0;
    font-weight: bold;
    text-indent: 0px;
}

#system-message dd ul {
    margin: 0 0 10px 0;
    padding: 10px;
    list-style: none;
    text-align: center;
}

/********** System Standard Messages **********/

#system-message dt.message {
    display: none;
}

#system-message dd.message ul {
    background: #c4e2fd;
    color: #206db5;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-top: 1px solid #4597e3;
    border-bottom: 1px solid #4597e3;
}

/********** System Error Messages **********/

#system-message dt.error {
    display: none;
}

#system-message dd.error ul {
    color: #fff;
    background: #f76c6d;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}

#system-message dd.error ul li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

/********** System Notice Messages **********/

#system-message dt.notice {
    display: none;
}

#system-message dd.notice ul {
    background: #c4e2fd;
    color: #206db5;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-top: 1px solid #4597e3;
    border-bottom: 1px solid #4597e3;
}

#system-message ul li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   RESET styles
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
    font-weight: normal;
}

h1 {
    font-size: 2em;
    line-height: 1.2em;
}

h2 {
    font-size: 1.8em;
    line-height: 1.2em;
}

h3 {
    font-size: 1.6em;    
    line-height: 1.2em;
}

h4 {
    font-size: 1.4em;
    line-height: 1.5em;
}

h5 {
    font-size: 1.2em;
    line-height: 1.5em;
}

h6 {
    font-size: 1em;
    line-height: 1.5em;
}

fieldset {
    margin: 0;
    padding: 0 0 20px;
    border: 0;
}

fieldset legend {
    padding: 0 0 20px;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
}

p {
    margin: 5px 0;
    padding: 0;
}

ol {
	padding-left: 40px;
}

ol ol {
	padding-left: 20px;	
}

ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0 0 0 3px;
    padding: 0 0 0 14px;
    background-repeat: no-repeat;
    background-position: left 8px;
}

a:link, a:visited {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}