/**
 * ------------------------------------------------------------------------
 * JA Portfolio template for Joomla 1.7.x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */ 

ul#quick{
  list-style-type:circle;
}

/* ADDED STYLEs
--------------------------------------------------------- */
/* for the basic table on the group membership page */
table#basic_table {
font-family:Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height:1.75em;
  margin: 20px;
  margin-left: 0px; 
  text-align: left;
  border-collapse: collapse;
  width:580px;
}
table#basic_table em{
  font-weight:normal;
}
table#basic_table th {
  font-size: 15px;
  line-height:1.0em;
  font-weight: bold;
  padding: 4px 8px;
  background: #333;
  border-top: 4px solid #26447d;
  border-bottom: 1px solid #fff;
  color: #FFFFFF;
}
table#basic_table td#heading {
 background-color:#C7DAEF;
}
table#basic_table td#heading2{
  background-color: #002c77;
  color: #ffffff;
}
table#basic_table td {
  padding: 8px;
  border-bottom: 1px solid #fff;
  color: #353535;
  border-right: 1px solid #fff;
}
table#basic_table tr:hover td {
  background: #ABC8E7;
  
}
table#basic_table tr:hover td a{
  background: #ABC8E7;
  font-size: inherit;
  
}


/*Table with Alternating Rows*/

.grayRow {
	background-color: #f4f4f4;
	padding: 5px;
	margin: 0 !important;
}
.whiteRow {
	background-color: #fff !important;
	padding: 5px;
	margin: 0 !important;
}


/* for Spectrum Management News module */
.spectrumnews li {display:block; margin:15px 0 15px 0;}

/* adjusts for banner ads */div.ja-moduletable_none .ja-box-ct, div.moduletable_none .ja-box-ct {
    margin: -10px !important;
}
body {
  background-color:#FFFFFF;
}

/* SITEMPAP Xmap styling */
#xmap ul {
  margin-top:2px;
  margin-bottom:4px;
}
ul.level_0 li {
  font-weight:bold;
  font-size:15px;
  border-top:1px solid #EEE;
  margin-top:10px;
  padding-top:5px;
  line-height:1.2em;
}
ul.level_1 li, ul.level_2 li {
  font-weight:normal;
  font-size:13px;
  border:none;
  padding-top:0;
  margin-top:0;
}
/*Outbound Link*/
a.outbound {
    background-image: url("../images/out_link.png");
      background-position: right;
    background-repeat: no-repeat;
  padding-right:12px;
}

a.attention, a:visited.attention  {
    background-image: url("../images/button_bg.png");
    background-position: top;
    background-repeat: repeat-x;
  	background-color:#002c77;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding: 9px 15px 7px;
    text-decoration: none;
  border-radius: 2px;
  border:1px solid #EEE;
  /*box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);*/
  float:left;
  margin:0 0 0 10px;
  }
  
a.attention:hover {
  color:#FFFFFF;
  text-decoration:underline;
}
a.attention:active {
  color:#FFFFFF;
  box-shadow:none;
  }  
 a.attention_small, a:visited.attention_small  {
    background-image: url("../images/button_bg.png");
    background-position: top;
    background-repeat: repeat-x;
  background-color:#002c77;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 9px ;
    text-decoration: none;
  border-radius: 2px;
  float:right;
  margin: 5px 0 0 10px;
  /*
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);*/
  }
a.attention_small:hover {
  color:#FFFFFF;
  text-decoration:underline;
}
a.attention_small:active {
  color:#FFFFFF;
  box-shadow:none;
  }    



.article-content table {
border-collapse: separate;
border-spacing: 5px;
font-size:0.9em;
margin:10px 0 20px;
}
.article-content table td {
  background-color:#f4f4f4;
  padding:5px;
  margin:5px;
  vertical-align:top;
  font-size: 115%;
}
.article-content table tr.rsform-block td {
  background-color:#FFFFFF;
  border-bottom:1px solid #EEE;
}
#userForm table {
  margin-left:-20px;
}
.article-content tr.highlight td, .article-content td.highlight {
  background-color:#002c77;
  color:#FFFFFF;
}
.article-content table tr:hover {
  color:#000;
}
.article-content table tr:hover td {
/*  background-color:#CCC; */
}
.article-content table td p {
  margin:0;
}
.article-content table.rsstable {
  margin-top:0;
}
.article-content table.rsstable td {
  background-color:#FFFFFF;
}


.article-content h3 {
  margin-top:25px;
  margin-bottom:10px;
  color:#333333;
}
.column .article-content ol li, .column .article-content ul li {
  line-height:150%;
  margin-bottom:8px;
}
.article-content img {
  margin:10px;
}
a.doclink img {
  margin:0;
}
#topnav {
  right:225px;
  position:absolute;
  top:0;
  
  font-size:11px;
}
#ja-search {
  right:10px;
  top:0;
  position:absolute;
  font-size: 11px;
  color: #666666;
}
#sm_login {
  right:10px;
  position:absolute;
  top:63px;
}
#sm_login li {
  display: block;
  float: left;
  /*padding-left: 5px;
  padding-right: 5px;
  line-height: 20px;
  border-right: 1px solid #CACCCD;*/
}

#topnav li {
  display: block;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 24px;
  border-right: 1px solid #CACCCD;
}
#topnav li a:hover {
  text-decoration:underline;
}
#ja-header {
  background-color:#FFFFFF;
}

#ja-mainnav {
  /*background-image: url(../images/mainnav_bg.png);
  background-repeat:repeat-x;*/
  background-color: #002c77;
  height:40px;
  border-bottom:1px solid #003185;
  }
#ja-container {
  /* background-image: url(../images/container_bg.png);
  background-repeat:repeat-x;
  background-position:top;*/
  }
#ja-topsl, #ja-slideshow {
  background-color:#CCC;
  background-image:url(../images/container_bg.png);
  background-position:top;
  background-repeat:repeat-x;
}
#ja-slideshow .main {
  width:960px;
  margin:0 auto;
}
#ja-slideshow .main span {
  display:block;
  width:110px;
  padding-right:6px;
  float:left;
  text-align:right;
  color:#666;
  font-size:11px;
  font-style:italic;
}
#ja-container .main { 
  background-color:#FFFFFF;
/* background-image:url(../images/container_main_bg.png);*/
  background-position:top;
  background-repeat:repeat-x;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);*/
}
#ja-botsl-2 .main {
  /*background-color:#002c77;*/
  color:#002c77;
  
  /*box-shadow: 0 0 10px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);*/
}
#ja-botsl-1 .main {
  /*(background-color:#CCCCCC;*/
  /*border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;*/
  padding-bottom:20px;
  
  /*border-top:1px solid #666666; */
  /*box-shadow: 0 0 10px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);*/
}
#ja-botsl-1 p, #ja-botsl-1 a {
  margin:0;
  font-size:1.0em;
  color:#525253;
}
#ja-botsl-2 ul.menu li {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 24px;
  font-size:14px;
  background:none;
  font-weight:normal;
  font-size:1.0em;
  height:30px;
  line-height:1.1em;
  background-image:url(http://j33.apcointl.org/templates/ja_portfolio/images/mainnav-sep.gif);
  background-position:right;
  background-repeat:repeat-y;
}
/* Below: Added so that only top level shows on bottom menu no matter the menu setting. */
#ja-botsl-2 ul.menu li ul li {
  display:none;
}
/* END */
#ja-botsl-2 ul.menu li a {
  text-decoration:none;
}
#ja-botsl-2 ul.menu li a:hover {
  text-decoration:underline;
}
#ja-botsl-2 a {
  color:#FFFFFF;
  text-decoration:underline;
}
.custom_nopadding {
  margin: -10px;
}
#ja-right p {
  margin-top:0;
}
#ja-container div.ja-moduletable, #ja-container div.moduletable, #ja-container div.ja-tabswrap  {
background-color:#FFFFFF;
/*border:1px solid #DEDEDE;*/
}
#ja-content {
  margin-bottom:0;
}
.article-content h4 {
  margin:20px 0 0 0;
  padding-top:10px;
  /*border-top:1px solid #EEE;*/
  color:#002c77;
  font-size:13px;
}

.blognewsroom h2.contentheading {
  background:none;
  margin:20px 0 0 0;
  padding:0;
  color:#002c77;
  text-shadow:none;
}
.items-leading, .items-row {
  border-bottom:1px solid #EEE;
  padding-bottom:10px;
}
.blognewsroom .items-leading h2.contentheading {
  font-size:20px;
}
.blognewsroom .item.column-1 {
  border-right:1px solid #EEE;
  margin-right:-1px;
}
.slidetext h1 a {
  text-decoration:none;
}
/* END */

/* COMMON STYLE
--------------------------------------------------------- */
body {
  color: #525253;
  font-family: Arial, Helvetica, sans-serif;
}

body#bd { 
  /*background-image: url(../images/body_bg.png);
  background-repeat:repeat;
  border-top:1px solid #CDCDCD;
  background: url(../images/bd-bg.jpg) #f5f6f7;*/
  color: #525253; 
 }

/* Normal links ---*/
a, a:visited { color: #002C77; text-decoration: underline; }

a:hover, a:active, a:focus { text-decoration: none; color: #003185; }

ul li { background:none; margin:0; padding:0; overflow:visible }

/* Readon links ---*/
p.readmore a,  a.readon, a.readmore {
  /*background: url(../images/check_alt_12x12.png) no-repeat 5px 5px;*/
  border: 1px solid transparent;
  color: #525253;
  display: block;
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0px 5px 3px 5px;
  text-align: left;
}

p.readmore a:hover, a.readon:hover,
p.readmore a:focus,
p.readmore a:active
a.readmore {
  background-color: #f0f0f0;
  border-color: #dedede;
  color: #525253;
  text-decoration: none;
}
/*feed_readmore_around a*/

.feed_readmore_around{
	text-align:left !important;
	float:right !important;
	min-width:70px;
	width:auto;
	padding-top:-5px;
	padding-bottom:15px;
}

/* Headings ---*/
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
  font-family: Arial, Helvetica, sans-serif;
}

h1.componentheading, .componentheading {
  background: url(../images/noise-bg.png) #313435;
  color: #f0f0f3;
  padding: 10px 20px;
  margin: 0 ;
  font-size: 125%;
  text-transform: uppercase;
  font-weight: bold;
}

h1.contentheading, h2.contentheading, .contentheading {

  /*background-image: url(../images/blue_h3_bg.png);
  background-position:bottom;
  background-repeat:repeat-x;
  background-color: #002c77;*/
  color: #002c77;
  padding: 5px 10px;
  margin: 0 -10px;
  font-weight: bold;
  font-size:22px;
}

.contentheading { font-size: 200%; }

h2.contentheading a { color: #313435; }

h2.contentheading a:hover,
h2.contentheading a:active,
h2.contentheading a:focus { color: #002c77; text-decoration: none; }

.blog-featured .contentheading { font-size: 180%; }

.jitem-title { font-size: 110%; font-weight: bold; }

.contentpaneopen_edit {
  position: absolute;
}

body.contentpane p {
  margin: 10px 0;
}

.categories-list h1, .category-list h2 {
  background: url(../images/noise-bg.png) #313435;
  color: #f0f0f3;
  padding: 10px 20px;
  margin: 0 -20px;
  font-size: 125%;
  text-transform: uppercase;
  font-weight: bold;
}

/* Others ---*/
hr { border-top: 1px solid #dedede; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
  padding: 1px 2px;
  font-family: Arial, Helvetica, sans-serif;
}

.inputbox {
  background: url(../images/grad-l1.gif) repeat-x bottom #fff;
  border: 1px solid #caccce;
}

.inputbox:hover, .inputbox:focus {   background: url(../images/grad-l1.gif) repeat-x bottom #fff; }

.button {
  background: url(../images/grad-d1.gif) repeat-x left bottom #5f9729;
  border: 1px solid #002c77;
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  overflow: visible;
}

.josForm .button {
  padding: 2px;
  font-weight: normal;
  border: none;
  line-height: 20px;
  display: inline;
  margin: 0 5px;
}

/* Search ---*/
#ja-container ul.menu {
margin: 0;
padding: 0;
}
.searchintro { border-bottom: 1px solid #dedede; }

.results h4 { text-transform: none; font-size: 110%; }

.search .word button {
  height: auto;
  padding: 0px 6px;
  text-align: center;
  overflow: visible;
}

.search .word label {
  vertical-align: top;
}
/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #dedede; padding-top: 15px; margin-top: 15px; }

.contact_email .inputbox {
  margin-bottom: 15px;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading {
  padding-top: 0;
}

.items-leading .leading {
  padding: 0 0 20px;
}

.items-leading .contentpaneopen,
.article_row .contentpaneopen {
  padding: 0 20px;
}

.article_column {
  padding-top: 0;
  padding-bottom: 20px;
  border-bottom: 0;
}

.article-content { overflow: visible; 
  font-size:115%;
  line-height:1.5;
  }

.article-content ul li p {
  margin: 0 ;
}

.items-row .item {
  padding-bottom: 20px;
}

.hasTip img {

}
/* Meta ---*/
div.article-tools {
  /*background: #f0f0f3;
  border-bottom: 1px solid #dedede;*/
  padding: 0 10px 0;
  margin: -5px -18px -10px;
  text-transform: uppercase;
}

div.article-tools  .buttonheading {
  float: right;
}

dl.article-info { color: #88888a; margin: 0;  }

dl.article-info dd { margin: 0; text-transform: uppercase;}

.contentdescription { background: #F0F0F3; border-top: 1px solid #DEDEDE; border-bottom: 1px solid #DEDEDE; margin: 0 -20px 20px -20px; }

p.modifydate { font-size: 92%; color: #999; text-align: left; clear: both; }

/*Inline images ---*/
.img-border {
  background: #fcfcfc;
  border: 1px solid #dedede;
  margin: 5px 15px 0 0;
  padding: 4px;
}
.img_caption.right {
  margin-left: 15px;
}
.img_caption.right .img-border {
  margin-right: 0px;
  margin-top: 0px;
}
p.img_caption { color: #999; text-transform: uppercase; }

.jatc-images {
  clear: both;
}

img[hspace="6"] {
  margin: 0 6px;
}

/* Tables ---*/
thead tr th {
  background: #313435;
  color: #fff;
  padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #dedede; padding: 5px; }

.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #dedede; }

table.contenttoc td { border-bottom: 1px dotted #dedede; }

table.contenttoc th {
  background: #f6f6f6;
  border-bottom: 1px solid #dedede;
  text-transform: uppercase;
}


/* Article index */
#article-index { 
  border: 1px solid #dedede; 
  float: right;
  margin: 0 0 10px 12px;
  padding: 0;
  width: 30%;
}

#article-index ul {
  list-style-type: none !important;
}

#article-index li { 
  border-bottom: 1px dotted #dedede;
  background: none;
  padding-left: 10px;
}
#article-index li  a{ 
  font-size: 11px;
}

.pagination a{
  font-weight: bold;
}
/* Poll */
form#poll {
  border-bottom: 1px dotted #dedede;
  font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #dedede; }

dl.poll dt {
  width: 105px;
}

table.pollstableborder td {
  background: #f6f6f6;
  border-bottom: 1px solid #dedede;
  font-weight: bold;
  padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination li span,
.pagination li strong { line-height: 20px; }

.items-more { border-bottom: 1px solid #dedede; }

.items-more h3 { font-size: 125%; }

p.counter span {
  background: #B7B7B7;
  color: #fff;
  padding: 2px 4px;
  font-size: 92%;
  font-weight: bold;
}

/* Feed ---*/
.feed_description {
  margin: 10px 0;
}

/* Message ---*/
#system-message {
  margin: 5px;
}

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable, div.moduletable, #ja-main div.custom {
  margin-top: 0; /*5px;*/
  margin-bottom:20px;
  /*margin-bottom: 10px;*/
  padding: 0;
  /*background: url(../images/grad-l1.gif) repeat-x bottom #fff;
  border: 1px solid #dedede;*/
}

#ja-main div.custom_homepage {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-top: 4px solid #002c77;
}

div.ja-moduletable h3, div.moduletable h3 {
  /*text-shadow: 0 -1px 0 rgba(0,0,0,.8);*/
}
div.ja-moduletable h3, div.moduletable h3 {
  font-size: 110%;
  padding: 14px 10px;
  color: #002c77;
  text-transform: uppercase;
  font-weight:bold;
  /*border-bottom:1px solid #666666;
  background-image: url(../images/light_h3_bg.png);*/
  background-position:bottom;
  background-repeat:repeat-x;
  background-color:#CCCCCC;
  }

div.ja-moduletable .ja-box-ct h3, div.moduletable .ja-box-ct h3 {
  font-size: 100%;
  padding: 0;
  color: #525253;
  text-transform: none;
  background: none;
}

div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
  padding: 10px; /*10px;*/
}
div.ja-moduletable h3, div.moduletable h3 {
  margin:0;
}
/* Hilite ---*/
div.moduletable_hilite, #ja-container div.moduletable_hilite {
  background: #002c77;
  color: #fff;
  /*border: 1px solid #e2e2e5;*/
}
div.moduletable_hilite .ja-box-ct, #ja-container div.moduletable_hilite .ja-box-ct {
  /*background-image: url(../images/hilite_body_bg.png);
  background-position:top;
  background-repeat:repeat-x;*/
  background-color: #002c77;
}

div.ja-moduletable_hilite .ja-box-ct h3, 
div.moduletable_hilite .ja-box-ct h3 {
  color: #fff;
}
.moduletable_hilite a {
  color:#FFFFFF;
}

/*FMG ADDED BELOW */


/* blue ---*/
div.moduletable_blue h3 {
  /*background-image: url(../images/blue_h3_bg.png);
  background-position:bottom;
  background-repeat:repeat-x;*/
  background-color: #002c77;
  color: #fff;
}
/* light ---*/
div.moduletable_light h3 {
  /*background-image: url(../images/light_h3_bg.png);
  background-position:bottom;
  background-repeat:repeat-x;*/
  background-color: #CCC;
  color: #002c77;
  border-bottom:1px solid #FFFFFF;
  
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, .8);*/
}
/* hilitegrey ---*/
div.moduletable_hilitegrey, #ja-container div.moduletable_hilitegrey {
  background: #666;
  color: #fff;
  border: 1px solid #dedede;
}
div.moduletable_hilitegrey h3 {
  background-image: url(../images/hilitegrey_h3_bg.png);
  background-position:bottom;
  background-repeat:repeat-x;
  background-color: #FFF;
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
div.ja-moduletable_hilitegrey .ja-box-ct h3, 
div.moduletable_hilitegrey .ja-box-ct h3 {
  color: #fff;
}
.moduletable_hilitegrey a {
  color:#FFFFFF;
}


/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #dedede; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main { padding: 10px 0 10px 0; }

#ja-main .inner { padding: 0; }

/* Content Main ---*/
.ja-content-main {
  background:#fff;
  /*border: 1px solid #dedede;*/
  padding: 0 18px 20px 10px;
  margin: 0 10px 20px 10px; /* 5px; */
}
.ja-content-main .contentpane {
  margin:0 -20px;
}
/* HEADER
--------------------------------------------------------- */
#ja-header {}

#ja-header .main { padding: 5px 0;}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 0; /*10px;*/}

/* Logo Image ---*/
h1.logo { width: 200px; height: 78px; }

h1.logo a {
  background: url(../images/logo.png) no-repeat left;
  display: block;
  width: 200px; /*294px;*/  
  height: 78px; /*68px;*/
}

/* Logo Text ---*/
div.logo-text h1 {
  font-size: 200%;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

div.logo-text h1 a {
  text-decoration: none;
}

p.site-slogan {
  color: #999;
  display: block;
  font-size: 85%;
  margin: 3px 0 0;
  padding: 0 10px;
  text-transform: uppercase;
}

#ja-top-header {
  margin-top:-5px;
  position:absolute;
  right:180px;
  text-align:right;
  width:50%;
}

#ja-search {
  /*border: 1px solid #B3C0D6;*/
  /*background: url(../images/icons/icon-search.png) no-repeat 10px center #F0F0F0;*/
  bottom: 20px;
  right: 5px;
  height: 20px;
  width: 200px;
  border-radius:2px;
  box-shadow: none !important;
  width: 215px;
  height: 20px;
}

#ja-search .mod_googleSearchcse .inputbox {
  background: none;
  border: 0;
  color: #666;
  width: 200px;
  height: 20px;
  margin: 0;
  padding-left: 5px; /*30px*/;
  font-weight: normal;
  color:#002C77;
  border: 1px solid #CACCCE;
}

#ja-top {
  position: absolute;
  top: 20px;
  right: 10px;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav { z-index: 20; }

#ja-mainnav .main { }

#ja-mainnav .main-inner1 {
  /*background: url(../images/noise-bg.png) #313435;*/
  padding: 0;
}

/* Breadcrumbs ---*/
#ja-navhelper .main { padding: 0; }

#ja-navhelper .main-inner1 { padding-bottom: 8px; text-transform: uppercase; }

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
.menu li a {
  text-decoration:none;
}

#ja-container ul.menu {
margin: 0 0 10px 0;
padding: 0;
}
#ja-container ul.menu li.active > a {
  font-weight:normal;
}
div.moduletable_menu {}

div.moduletable_menu .ja-box-ct { padding: 0; }
/*#ja-container ul.menu li:last-child  ul {
  background-image: url(../images/hilite_seperator.png);
  background-repeat:repeat-x;
  background-position:bottom;   
}*/
#ja-container ul.menu li { 
  /*border-bottom: 1px dotted #dedede;*/
  background-image: url(../images/hilite_seperator.png);
  background-repeat:repeat-x;
  background-position:bottom;   
  }


#ja-container ul.menu li li {
  background-image:none;
}
#ja-container ul.menu li:last-child { border-bottom: 0; }

#ja-container ul.menu li a {
  color: #fff;
  padding:7px 8px;
  margin-bottom:2px;
  line-height:1.1em;
}
#ja-container ul.menu li ul {
  margin: 0;
  }
#ja-container ul.menu li li a {
  background-image: url(.././images/menu_sub.png);
  background-repeat:no-repeat;
  background-position: 10px 0;
  padding-top:3px;
  padding-bottom:3px;
  padding-left: 20px;
  margin-bottom:2px;
}
#ja-container ul.menu li li a:hover {
  background-color: #003185;
  background-image: url(.././images/menu_sub.png);
  background-repeat:no-repeat;
  background-position: 10px 0;
}
#ja-container ul.menu li li li  a {
  padding-left: 30px;
  background-position: 20px 0;
  }
#ja-container ul.menu li li li a:hover {
  background-color: #003185;
  background-image: url(.././images/menu_sub.png);
  background-repeat:no-repeat;
  background-position: 20px 0;
}
#ja-container ul.menu li li li li  a {
  padding-left: 40px;
  background-position: 30px 0;
  }
#ja-container ul.menu li li li li a:hover {
  background-color: #003185;
  background-image: url(.././images/menu_sub.png);
  background-repeat:no-repeat;
  background-position: 30px 0;
}
#ja-container ul.menu li li li li li a {
  padding-left: 50px;
  background-position: 40px 0;
  }  
#ja-container ul.menu li li li li li a:hover {
  background-color: #003185;
  background-image: url(.././images/menu_sub.png);
  background-repeat:no-repeat;
  background-position: 40px 0;
}

/*#ja-container ul.menu li.active li a:hover {
  color: #fff;
  background: url(.././images/menu_sub.png) no-repeat 10px 5px;
}*/

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:focus,
#ja-container ul.menu li a:active {
  background-color: #003185;
  color: #fff;
  text-decoration: none;
}
#ja-container ul.menu li.current a  {
  /*background-image: url(.././images/arrow_left.png);
  background-position:left center;
  background-repeat:no-repeat;*/
  }
#ja-container ul.menu li li.current a {
  /*background: url(.././images/arrow_left.png) no-repeat 0px 5px;*/
}
#ja-container ul.menu li li.current a > #ja-container ul.menu li a {
background-image:none;
}
#ja-container ul.menu li.current li a {
  background-image: url(.././images/menu_sub.png);
  background-repeat:no-repeat;
  background-position: 10px 0;
}
/*
#ja-container ul.menu li.active {
  background-image: url(../images/menu_active.png);
  background-repeat:repeat-x;
  background-position:bottom;  
  background-color:#002C77;
  }

#ja-container ul.menu li.active a {
  color: #fff;
}
#ja-container ul.menu li.current a {
  background-image: url(../images/menu_current.png);
  background-repeat:no-repeat;
  background-position:center left;
  color:#333333;

}

#ja-container ul.menu li.active a:hover {
  color: #fff;
  background-color: #002c77;
}
*/


/* ACCORDION MENU */
#ja-container div.moduletable_hilite dt {
  font-weight:normal;
}
#ja-container div.moduletable_hilite dt a {
  text-decoration:none;
}

#ja-container div.moduletable_hilite dl.level0 dl {
margin: 0 0 0 10px;
padding: 0;
}
#ja-container div.moduletable_hilite dl dt.active > a {
  font-weight:bold;
}

div.moduletable_menu {}

div.moduletable_menu .ja-box-ct { padding: 0; }
/*#ja-container ul.menu dt:last-child  ul {
  background-image: url(../images/hilite_seperator.png);
  background-repeat:repeat-x;
  background-position:bottom;   
}*/
#ja-container div.moduletable_hilite dt.level0  { 
  border-top: 1px solid #325692;
  border-bottom:none;
  /*background-image: url(../images/hilite_seperator.png);
  background-repeat:repeat-x;
  background-position:bottom;*/   
  }
#ja-container div.moduletable_hilite dl.level1 dt {
  border:none;
}
dd {
  width:100%;
}
#ja-container div.moduletable_hilite dt.active.notparent  {
  background-image: url(../images/darkblue_bg.png);
  background-repeat:repeat-x;
  background-position:center left;
  background-color: #666666;
}

#ja-container div.moduletable_hilite dt.active span {
}

#ja-container div.moduletable_hilite dl dt:last-child { border-bottom: 0; }
#ja-container div.moduletable_hilite dl dt {
  padding-left:18px;
}
#ja-container div.moduletable_hilite dl dt a {
  color: #fff;
  margin-bottom:2px;
  line-height:1.1em;
}
#ja-container div.moduletable_hilite dl.level0 dt.parent {
background: url(../images/plus.png) no-repeat;
background-position: left center;
}
#ja-container div.moduletable_hilite dl dt.parent.open {
background: url(../images/minus.png) no-repeat;
background-position: left center;
}
#ja-container div.moduletable_hilite .column dl {
  margin:5px 0 10px 0;
}
/* ACCORDION MENU END*/


/* LEFT MAIN MENU
--------------------------------------------------------- */
#ja-inset1 ul.menu img, #ja-inset2 ul.menu img, #ja-right1 ul.menu img, #ja-right2 ul.menu img {
  display: none;
}

/* RIGHT MAIN MENU
--------------------------------------------------------- */
#ja-right { overflow: visible;
 }

/* SLIDESHOW
--------------------------------------------------------- */
#ja-slideshow {  padding:10px 0; /*margin-top: 10px;*/}

#ja-slideshow .wrap-inner1 { }

#ja-content-top, #ja-content-mass-bottom {
  /*background: #fff;
  border: 1px solid #dedede;*/
  margin: 0 10px; /* 5px 5px 10px; */
}
#ja-content-mass-top {
  margin:0 10px;
}

.fpss-container .slidetext p {
	font-size: 16px !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box { }

#ja-topsl .ja-box-right, #ja-botsl-1 .ja-box-right, #ja-botsl-2 .ja-box-right,
#ja-topsl .ja-box-full, #ja-botsl-1 .ja-box-full, #ja-botsl-2 .ja-box-full {
  background: 0 !important;
}

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
}

#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 {
  border-bottom: 0;
  padding: 0 15px;
  margin-bottom: 0;
  background: none;
}


#ja-botsl1 { margin-bottom: 15px; }

/* Top spotlight ---*/
#ja-topsl {  padding:10px 0; /*margin-top: 10px;*/}
#ja-topsl .main { padding-top: 0; }

#ja-topsl .main-inner1 {
   /*background: #dedede;*/
   padding: 5px 10px;
  color:#FFFFFF;
  font-size:1.2em;
  box-shadow: none;
  }
#ja-topsl .main-inner1 a {
  color:#FFFFFF;
}


/* Bot spotlight 1 ---*/
#ja-botsl-1 {
  margin: 0 0 15px;
  color: #F6F6F6;
}

#ja-botsl-1 .ja-box {
  background: url(../images/divider.gif) repeat-y right;
}

#ja-botsl-1 .main-inner1 {
 /*  background: url(../images/botsl-bg.gif) repeat-x bottom #fff;
  border: 1px solid #dedede;*/
}

#ja-botsl-1 .ja-moduletable h3,
#ja-botsl-1 .moduletable h3 {
  color: #F6F6F6;
  background: none;
  margin: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 125%;
  border:none;
}

#ja-botsl-1 .ja-moduletable,
#ja-botsl-1 .moduletable {
  border: 0;
  background: none;
  padding-top: 10px;
  margin: 0 0 10px;
}

#ja-botsl-1 .ja-moduletable ul,
#ja-botsl-1 .moduletable ul {
  margin-top: 0;
}


#ja-botsl-1 .ja-moduletable ul li,
#ja-botsl-1 .moduletable ul li {
  background: none;
  border-bottom: 1px dotted #dedede;
  padding: 5px 0 6px;
}

#ja-botsl-1 .ja-moduletable ul li a,
#ja-botsl-1 .moduletable ul li a {
  background: url(../images/bullet.png) no-repeat 0px 7px;
  color: #F6F6F6;
  padding-left: 12px;
  display: block;
}

#ja-botsl-1 .ja-moduletable ul.contact li a,
#ja-botsl-1 .ja-moduletable ul.contact li a:hover,
#ja-botsl-1 .moduletable ul.contact li a,
#ja-botsl-1 .moduletable ul.contact li a:hover {
  background: none;
  padding-left: 0;
}

#ja-botsl-1 .ja-moduletable ul li a:hover,
#ja-botsl-1 .moduletable ul li a:hover {
  background: url(../images/bullet-hover.png) no-repeat 0px 7px;
  color: #FFF;
  text-decoration: none;
}

/* Bot spotlight 2 ---*/
#ja-botsl-2 {
  /*margin: 0 0 15px;
  color: #88888a;*/
}

#ja-botsl-2 .main-inner1 {
  /*background: url(../images/botsl-bg.gif) repeat-x bottom #fff;*/
}

#ja-botsl-2 .moduletable,
#ja-botsl-2 .ja-moduletable {
  margin: 0;
}

/* FOOTER
----------------------------------------------------------- */
#ja-footer { padding: 0 0 30px; color: #88888a; }

#ja-footer .main { text-align: left; }
#ja-footer .main-inner1 {
  padding: 10px 15px;
  /*background: url(../images/divider-3.gif) repeat-x top;*/
}

#ja-poweredby { position: absolute; right: 10px; top: 10px; }


#ja-poweredby a {
  font-size: 0px; 
  line-height: 0px; 
  text-indent: -9999em;
}
.ja-breadcrums {
  width: 85%;
}
/* Footnav ---*/
#ja-footer .ja-footnav { margin: 0 0 5px; }

#ja-footer .ja-footnav ul li { background: url(../images/footnav-sep.gif) no-repeat right center; font-weight: bold; padding: 0 10px; }

#ja-footer .ja-footnav ul li.first-child { padding-left: 0; }
#ja-footer .ja-footnav ul li.last-child { background: none; }

#ja-footer .ja-footnav li a { font-weight: bold; color: #88888a; }

#ja-footer .ja-footnav li a:hover,
#ja-footer .ja-footnav li a:focus,
#ja-footer .ja-footnav li a:active {
  color: #002C77;
}

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/

#GB_overlay {
   z-index: 110 !important;
}

#ja-top-panel {
  background-color:#FFFFFF;
  /*background: url(../images/divider-3.gif) repeat-x bottom;
  padding: 0 0 1px;
  text-align: center;*/
  margin-top: 0;
  height:100px;
}

#ja-top-panel .main-inner1 {
/*FMG ADDED*/
    padding:5px 0;
    float:right;
}

#ja-banner { border-top: 1px solid #dedede; }

div.ja-innerdiv {
  border-bottom: 1px dotted #dedede;
  padding: 15px 0 15px 100px;
  position: relative;
  margin: 0;
}

div.ja-innerdiv h4 {
  font-size: 125%;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: none;
}

div.ja-innerdiv h4 a {
  color: #313435;
}

div.ja-innerdiv img { position: absolute; left: 0; top: 15px; }

div.ja-innerdiv .price {
  font-size: 125%;
  color: #cc0000;
  font-weight: bold;
  margin-top: 10px !important;
}

div.ja-innerdiv .price span {
  color: #666;
}

#ja-botsl-1 div.ja-innerdiv {
  padding: 15px 0 0;
}

#ja-botsl-1 div.ja-innerdiv img {
  position: relative;
  margin-bottom: 10px;
  top: auto;
}

/* Login form ---*/
#login-form #form-login-username .inputbox,
#login-form #form-login-password .inputbox {
  padding: 5px;
  background-repeat: repeat-x;
}

#login-form #form-login-submit { margin-bottom: 5px; }

#login-form ul { margin-top: 5px; }

#login-form .button { margin: 0 0 5px; }

#login-form label { font-weight: bold; color: #666; }

#login-form ul li { margin: 0; padding: 0 0 0 10px; background-position:0 7px }

#login-form ul li a { color: #666; }

#login-form ul li a:hover,
#login-form ul li a:focus,
#login-form ul li a:active { color: #002C77; }

#form-login-remember .inputbox {
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
}
/* Custome search form ---*/
#form-findhouse select,
#form-findhouse .inputbox {
  background: #eff8e7;
  border: 1px solid #002C77;
  font-size: 92%;
  padding: 5px;
  margin-bottom: 10px;
  width: 95%;
}

#form-findhouse input.inputbox {
  width: 88%;
}

#form-findhouse .button {
  border: 1px solid #436B1D;
  color: #fff;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 4px 6px;
}

#form-findhouse .button:hover { cursor: pointer; }

/* Small gallery ---*/
.small-gallery {
  background: #fff;
  border: 5px solid #fff;
  float: left;
  height: 72px;
  width: 72px;
  margin: 5px;
}

/* Quick contact ---*/
ul.quick-contact {
  display: block;
  overflow: hidden;
  font-size: 92%;
  color: #88888a;
  float: right;
  border-left: 1px solid #cacccd;
  border-right: 1px solid #fff;
}

ul.quick-contact li {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #cacccd;  
}

ul.quick-contact li.phone { }
ul.quick-contact li.email {}
ul.quick-contact li.sites { background: url(../images/icons/icon-lang.png) no-repeat 10px center; padding-left: 40px; margin-right: 0; }

/* Comment Button ---*/
.jac-add-button {
  background: url(../images/comment_alt1_stroke_12x12.png) no-repeat 5px 5px;
  border: 1px solid transparent;
  color: #525253;
  display: block;
  float: right;
  font-size: 92%;
  text-transform: uppercase;
  padding: 3px 5px 3px 22px;
}

.jac-add-button:hover {
  background-color: #f0f0f0;
  border-color: #dedede;
  color: #525253;
  text-decoration: none;
}

.jac-add-button .jac-links { background: none!important; padding-left:0 !important }

.jac-add-button a { color: #525253; }

.jac-add-button a:hover, .jac-add-button a:active, .jac-add-button a:focus { text-decoration: none; }

/* Popup ---*/
div#fancy_outer {
  z-index: 10000 !important;
}

.ja-tabswrap div.k2ItemsBlock ul li a.moduleItemTitle {
  font-size: 125%;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: none;
  color: #313435;
  display: block;
}

.ja-tabswrap div.k2ItemsBlock .moduleItemIntrotext {
  float: left;
  width: 260px;
  line-height: 1.5;
}

.ja-tabswrap div.k2ItemsBlock .moduleItemExtraFields {
  float: left;
  width: 460px;
  padding-left: 20px;
}

.ja-tabswrap div.k2ItemsBlock .img-border {
  margin-top: 0;
  margin-bottom: 10px;
  float: left;
}

.ja-tabswrap div.k2ItemsBlock b {
  font-weight: bold;
  font-size: 110%;
  color: #313435;
  margin-bottom: 10px;
  display: block;
}

.ja-tabswrap div.k2ItemsBlock .moduleItemExtraFields li {
  border-bottom: 1px solid #dedede;
  padding: 0;
}

.ja-tabswrap div.k2ItemsBlock .moduleItemExtraFields li.row-1 {
  background: #f0f0f3;
}

.ja-tabswrap div.k2ItemsBlock .moduleItemExtraFields li span {
  padding: 5px 10px;
  float: left;
  display: block;
}

.ja-tabswrap div.k2ItemsBlock .typeTextfield .moduleItemExtraFieldsValue {
  color: #CC0000;
  font-weight: bold;
}

/* Module K2 Content with 2 column ---*/

.ja-tabswrap div.k2ItemsBlock.two-col .itemContent {
  float: left; 
  width: 50%;
  border: none;
}

.ja-tabswrap div.k2ItemsBlock.two-col .moduleItemExtraFields {
  width: 170px;
  padding-right: 20px;
}

.ja-tabswrap div.k2ItemsBlock.two-col .moduleItemExtraFields li {
  background: none;
  border-bottom: 1px dotted #dedede;
}

.ja-tabswrap div.k2ItemsBlock.two-col .moduleItemExtraFields li span.moduleItemExtraFieldsLabel {
  padding-left: 0;
}

.ja-tabswrap div.k2ItemsBlock.two-col .moduleItemExtraFields li span.moduleItemExtraFieldsValue {
  padding-right: 0;
}

.ja-tabswrap div.k2ItemsBlock.two-col .moduleItemIntrotext {
  float: none;
  clear: both;
  width: auto;
  padding-right: 20px;
}

.ja-tabswrap div.k2ItemsBlock.two-col .moduleItemImage {
  float: left;
}

.ja-tabswrap div.k2ItemsBlock.two-col .moduleItemImage img {
  width: 145px;
  height: 130px;
  margin-right: 0;
}

/* Module K2 Content with 3 column ---*/

.ja-tabswrap div.k2ItemsBlock.three-col .itemContent {
  float: left; 
  width: 33%;
  border: none;
}

.ja-tabswrap div.k2ItemsBlock.three-col ul li a.moduleItemTitle {
  font-size: 100%;
  padding-right: 20px;
}

.ja-tabswrap div.k2ItemsBlock.three-col .moduleItemImage img {
  width: 190px;
  height: 85px;
  margin-right: 0;
}

.ja-tabswrap div.k2ItemsBlock.three-col .moduleItemIntrotext {
  display: none;
}


.ja-tabswrap div.k2ItemsBlock.three-col .moduleItemExtraFields {
  width: 200px;
  padding: 0;
}

.ja-tabswrap div.k2ItemsBlock.three-col .moduleItemExtraFields li {
  background: none;
  border-bottom: 1px dotted #dedede;
}

.ja-tabswrap div.k2ItemsBlock.three-col .moduleItemExtraFields li span.moduleItemExtraFieldsLabel {
  padding-left: 0;
}

.ja-tabswrap div.k2ItemsBlock.three-col .moduleItemExtraFields li span.moduleItemExtraFieldsValue {
  padding-right: 0;
}

/* Filter Form */

#ja_filterform select,
#ja_filterform .inputbox {
  background: #f0f0f0;
  border: 1px solid #ccc;
  font-size: 92%;
  padding: 5px;
  margin-bottom: 10px;
  width: 95%;
}

#ja_filterform input.inputbox {
  width: 88%;
}

#ja_filterform input.inputbox.field {
  width: 35%;
}

#ja_filterform .button {
  border: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 4px 6px;
}

#ja_filterform .button:hover { cursor: pointer; }

#ja_filterform label {
  display: block;
  font-weight: bold;
}

#ja_filterform .ja-checkbox label {
  display: inline;
  font-weight: normal;
}

#ja_filterform .ja-checkbox .inputbox {
  width: auto;
}

/* Pagenavigation 
----------------------------------*/

div.pagination ul li {
  margin-right: 5px;
}

.category-list dl dt {
  display: inline;
  float: left;
  margin-right: 3px;
}

.com_jacomment #ja-switch { display:none }

/* Ultimate Feed */

div.feed_datetime {
    text-align: left !important;
    font-weight: normal !important;
}

/* form register 
----------------------------------*/
.registration { padding:20px 0 }

.registration fieldset dt:first-child { float:none; clear:both }

/* contact
----------------------------------*/
#contact-slider { padding:20px 0 }

.jicons-icons { /*float:left; */margin:0 10px 0 0}

.contact-address address, .contact-misc {/* width:90%; float:left;*/ display: inline; }

.contact .panel .contact-form form, .contact .panel .contact-address, .contact_email div, .panel .contact-form, .panel .contact-miscinfo, div.contact-miscinfo  { overflow:hidden }

.panel .contact-miscinfo { padding:10px 0 }

.contact-misc p { margin:0 !important }

#contact_email_copy { float:left; margin-right:10px; }

div.contact-links ul li{ background: url(../images/bullet.gif) no-repeat 0 7px; padding:0 0 0 10px; margin:0 0 5px 0 }

.contact-form dd input { width: 50%; }

.contact-form dd input[type="checkbox"] { width: auto; }

.contact-form dd textarea { width: 50.2%; overflow: auto; }

/* cpanel
----------------------------*/
#ja-cpanel-main ul li { background:none }

.contentpane #ja-switch { display:none }

#ja-cpanel {
    box-shadow: none;
}

/* rating
----------------------------*/
.content_rating { display:block; color:#88888A; text-transform:none; margin-bottom:5px  }

.content_rating img{ vertical-align:middle }

.article-tools br { line-height:0; display:none }

.content_vote .button { padding:2px 6px; border:none }

.content_vote { margin-bottom:3px; color:#88888A; text-transform:none; }

.content_vote input { vertical-align:middle; margin-top:-1px; }


#contact-slider.tabs {
  padding: 0px;
}


.contact-form fieldset dd {
  margin-left: 0px;
}


.contact-miscinfo .jicons-icons  {
  float: left;
  width: 16px;
}

.contact-miscinfo .contact-misc {
  width: auto;
  float: left;
}


span.edit-icon {
  width: 16px;
  height: 15px;
  display: inline;
  vertical-align: top;
}

.bodynewsroom #ja-content {
}

/* FEED */

.feed_title_left , .feed_title_left a{
	font-weight:bold;
	text-align:left;
	font-size:16px;
	line-height:18px;
	padding:5px 0 10px 0;
}

table.rsstable td{
	border-bottom:1px #E0E1E2 solid !important;
}

.ja-colswrap {

}

/* Code 7 Accordion */


.fancypantsaccordionholder ul li{
		height:auto;
		border-bottom: none !important;
		border-top: none !important;
		background: none;
		}

.fancypantsaccordionholder .accordion .accordion-item .acc-content{
	font-size: 100% !important;
	}
		
.fancypantsaccordionholder ul.square li {
	background: url("../images/bullet.gif") no-repeat scroll 0 08px !important;
  padding-left: 18px;

	}
	
.fancypantsaccordionholder ul li > a{
		font-weight: normal !important;	
		font-family: Arial,Helvetica,sans-serif !important;
	}
	
.fancypantsaccordionholder ul li > a:hover{
		font-weight: bold !important;	
	}
	
/* WidgetKit */

.wk-slideshow-apco .prev {
	right: 20px !important;
}	

/* Jobs Feed */

.jt_job > .jt_row2 {
	padding-bottom: 15px !important;
}

.jt_job .jt_row1 {
	padding-bottom: 15px !important;
}

.jt_job_position {
	display: inline !important; 
	padding-right: 5px !important; 
}	
	
.jt_job_location{
	style="padding-bottom: 10px !important;
}

.jt_job_company {
    display: none !important;
}

#ja-top-panel .main-inner1 {
    padding: 5px 0;
    float: none;
 }
 
 #ja-top-panel {
    background-color: #CCCCCC;
    margin-bottom: 15px;
}