@import url("reset.css");

body {
  background: url(../images/body_bg.jpg) repeat-x top center ;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}

body.contentpane {
  background: #fff;
}

.clear {clear: both;}  

img {
  max-width: 100%;
  height: auto;
}

.img_caption.left {float: left;  margin-right: 15px;}
.img_caption.right {  float: right;  margin-left: 15px;}
.img_caption.left p {clear: left;text-align: center;}
.img_caption.right p {clear: right;  text-align: center;}

#topWrap {
  background: url(../images/top_bg.jpg) no-repeat top center;
  min-height: 525px;
  height: auto !important;
  height: 525px;
  padding-top: 28px;
}

#wrapper {
  width: 979px;
  margin: 0 auto;
}

#topMenu {
  background: url(../images/topmenu_bg.jpg) repeat-x left top;
  line-height: 32px;
  text-align: right;
  padding-right: 5px;
  border-bottom: 1px solid #cbcbcb;
  height: 32px;
  overflow: hidden;
}

#topMenuInner {
	float: right;
}

#topMenu p {
	margin: 0px; padding: 0px; display: inline-block; float: left; padding-left: 17px;
}

#topMenu p img {
	max-width: 20px;
}

#topMenu ul {
  padding: 0;
  margin: 0;
  float: left;
}


#jflanguageselection, .mod-languages {
  margin: 0px !important;
  float: left !important;
}

#jflanguageselection ul li {
  line-height: 24px;
  padding-left: 17px !important;
}

#jflanguageselection ul li a {
  font-weight: normal;
}

#topMenu ul li {
  display: inline;
  padding: 0 19px 0 17px;
  background: url(../images/top_li.jpg) no-repeat right center;
}


#topMenu ul li a:link, #topMenu ul li a:active, #topMenu ul li a:visited {
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #666666;
  text-decoration: none;
  text-transform: uppercase;
}

#topMenu ul li a:hover, #topMenu ul li.active a:link, #topMenu ul li.active a:active, #topMenu ul li.active a:visited {
  color: #000;
}


#header {
  background:#fff url(../images/header_bg.jpg) no-repeat top right;
  height: 146px;
  margin: 0 auto;
  position: relative;
}

#logo {
  position: absolute;
  top: 12px;
  left: 17px;
}

#mainNav {
  background: url(../images/main_menu_bg.jpg) no-repeat top center;
  height: 39px;
  padding-top: 6px;
  padding-left: 5px;
  padding-right: 5px;
}

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

#mainNav ul li {
  padding-right: 1px;
}

#mainNav ul li a:link, #mainNav ul li a:active, #mainNav ul li a:visited {
  color: #45576b;
  font-size: 11px !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}

#mainNav ul li.active a:link, #mainNav ul li.active a:active, #mainNav ul li.active a:visited, #mainNav ul li a:hover {
  background: url(../images/active_left.jpg) repeat-x left top;
  color: #fff;
}

#mainNav ul li.active a:link span, #mainNav ul li.active a:active span, #mainNav ul li.active a:visited span, #mainNav ul li a:hover span {

}

#mainNav ul li.active li a:link, #mainNav ul li.active li a:active, #mainNav ul li.active li a:visited, #mainNav ul li li a:hover,
#mainNav ul li.active li a:hover {
  background: none;
}

#mainNav ul li.active li a:link span, #mainNav ul li.active li a:active span, #mainNav ul li.active li a:visited span, #mainNav ul li li a:hover span,
#mainNav ul li.active li a:hover span
{
  background: none;
}

.mega_css3 ul.level0 > li > a:hover, .mega_css3 ul.level0 > li:hover > a, .mega_css3 ul.level0 > li.active > a {
    box-shadow: none;
}

.mega_css3 ul.level0 li.mega a.mega {
	padding: 5px 10px;
}

.mega_css3 ul.level0 a.mega span.menu-title, .mega_css3 ul.level0 li.haschild a.mega span.menu-title, .mega_css3 ul.level0 li.haschild-over a.mega span.menu-title {
	margin-right: 0px;
}

.mega_css3 ul.level0 > li.first {
	margin-left: 0px;
}

.mega_css3 .menubar, .mega_css3 ul.megamenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.mega_css3.mega_css3_light .childcontent-inner {
	background: #002a40;
	border-bottom: 4px solid #006699;
	padding: 10px;
}

#mainNav .childcontent-inner ul li a:link, #mainNav .childcontent-inner ul li a:active, #mainNav .childcontent-inner ul li a:visited {
	color: #fff;
}

#mainNav .childcontent-inner ul li a:hover, #mainNav .childcontent-inner ul li.active a:link, #mainNav .childcontent-inner ul li.active a:active, #mainNav .childcontent-inner ul li.active a:visited {
	background: #00527c !important;
}

@media screen and (max-width: 767px){
.mega_css3 .menubar {
    display: block;
    color: #000;
    margin-bottom: 0;
}	
}

.mega_css3 .menubar {
    display: none;
    line-height: normal;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
}


/*
#mainNav ul li a span {
  float: left;
  padding-right: 12px;
}



#mainNav li li {
  float: none;
}

#mainNav ul li li a:link, #mainNav ul li li a:active, #mainNav ul li li a:visited {
  float: none;
}

#mainNav ul li li a span {
  float: none;
}*/


#container {
  width: 979px;
  background: #fff url(../images/container_bg.jpg) repeat-y right top ;
 }
 
#leftCol {
  float: left;
  width: 243px;
  color: #3f4f62;
  font-size: 11px;
}

#leftCol .moduletable { margin-bottom: 12px; padding: 0 12px; }

#leftCol img {
  padding: 0 10px 10px 0;
}

#leftCol .moduletable_menu h3 {
  background:#456d84 url(../images/sideber_h3.jpg) repeat-x left top;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  color: #d9d6d6;
  margin: 0px;
  padding-left: 36px;
}

#leftCol ul.menu {
  background: #002a40;
  margin-bottom: 12px;
  padding-bottom: 4px;
  padding-right: 10px;
  padding-left: 7px;
  list-style: none;
}


#leftCol ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#leftCol ul.menu li a:link, #leftCol ul.menu li a:active, #leftCol ul.menu li a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 10px 5px 20px;
  display: block;
  border-bottom: 1px solid #899baa;
  width: 196px;
  line-height: 16px;
}

#leftCol ul.menu li:last-child a:link, #leftCol ul.menu li:last-child a:active, #leftCol ul.menu li:last-child a:visited {
  border-bottom: none;
}

#leftCol ul.menu li li:last-child a:link, #leftCol ul.menu li li:last-child a:active, #leftCol ul.menu li li:last-child a:visited {
  border-bottom: 1px solid #899baa;
}

#leftCol ul.menu li li a:link, #leftCol ul.menu li li a:active, #leftCol ul.menu li li a:visited, 
#leftCol ul.menu li.current li a:link, #leftCol ul.menu li.current li a:active, #leftCol ul.menu li.current li a:visited {
  background: none;
  padding-left: 30px;
  width: 186px;
  color: #fff;
}

#leftCol ul.menu li li li a:link, #leftCol ul.menu li li li a:active, #leftCol ul.menu li li li a:visited, 
#leftCol ul.menu li li.current li a:link, #leftCol ul.menu li li.current li a:active, #leftCol ul.menu li li.current li a:visited {
  background: none;
  padding-left: 40px;
  width: 176px;
  color: #fff;
}


#leftCol ul.menu li a:hover, #leftCol ul.menu li li a:hover, #leftCol ul.menu li.current li a:hover, 
#leftCol ul.menu li.current a:link, #leftCol ul.menu li.current a:active, #leftCol ul.menu li.current a:visited {
  background: #00527c;
  color: #fff;
}

#login-form p {
  margin-bottom: 5px;
}

#rightColWrap {
  float: left;
  width: 736px;
}

.slideshow {
  background:#fff url(../images/slideshow.jpg) no-repeat left top;
  min-height: 280px;
  overflow: hidden;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #b6b6b6;
  border-left: 1px solid #cbcbcb;
  border-top: 1px solid #b0b0b0;
  padding: 20px 20px 0 20px;
}

.banner { }

.banner p {
  padding: 0;
  margin: 0;
}

.banner ul.mmCarousel-list li {
  width: 940px !important;
}

#midCol {
  float: left;
  width: 425px;
  padding: 12px 28px 12px 35px;
  text-align: justify;
  margin: 12px 0;
  
}

#content {}

.componentheading, .contentheading {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #b30404;
  margin-bottom: 15px;
  text-transform: uppercase;
}

span.buttonheading {
  float: right;
}

.small, .createdate, .modifydate, .createdby {
  color: #999;
  font-size: x-small;
}

#content ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 22px;
}

#content ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 25px;
}

#content ul li, #content ol li {
  padding-left: 10px;
}

#content ul.pagination li {
  display: inline;
  padding: 0 10px;
}

#rightCol {
  float: right;
  width: 245px;
  background: #f1f3f5;
}

#rightColInner {
  padding: 20px;
}

#rightCol .moduletable {
  margin-bottom: 10px;
}

#rightCol .moduletable h3 {
  text-align: left;
  color: #000;
}

#rightCol .moduletable p {
  padding: 0;
  margin: 0;
}


#centerbottomusers {
  background: #103351 url(../images/bottom_user.jpg) repeat-x left top;
  width: 980px;
  padding: 18px 0px 0 0px;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

#centerbottomusers a.readon:link, #centerbottomusers a.readon:active, #centerbottomusers a.readon:visited {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

#bottom1div, #bottom2div, #bottom3div, #bottom4div {float: left;}

#centerbottomusers .moduletable {
  background: url(../images/bottom_user_border.jpg) no-repeat right bottom;
  min-height: 213px;
  height: auto !important;
  height: 213px;
  padding: 0 22px 15px 22px;
}

#bottom4div  .moduletable {
  background: none;
}

#centerbottomusers h3 {
  color: #fff;
  font-size: 15px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#bottom1div .moduletable h3 {
  background: url(../images/user1_h3.jpg) no-repeat left center;
  height: 43px;
  padding-left: 55px;
}

#bottom2div .moduletable h3 {
  background: url(../images/user2_h3.jpg) no-repeat left center;
  height: 43px;
  padding-left: 55px;
}

#bottom3div .moduletable h3 {
  background: url(../images/user3_h3.jpg) no-repeat left center;
  height: 43px;
  padding-left: 55px;
}

#bottom4div .moduletable h3 {
  background: url(../images/user4_h4.jpg) no-repeat left center;
  height: 43px;
  padding-left: 55px;
}

#centerbottomusers ul {
  margin: 0px;
  padding: 0px 0 0 16px;
  list-style: disc;
}

#centerbottomusers ul li a:link, #centerbottomusers ul li a:active, #centerbottomusers ul li a:visited {
  color: #ccc;
}

#bottom4div ul li a {
  font-weight: bold;
}


#footer {
  border-top: 1px solid #8798a2;
  background: #467088 url(../images/footer.jpg) no-repeat right bottom;
  width: 980px;
  min-height: 47px;
  height: auto !important;
  height: 47px;
  text-align: right;
  text-transform: uppercase;
  color: #0c2b44;
  font-size: 11px;
  font-family: "Myriad Pro";
  font-weight: bold;
}

#footer-inner {
  padding: 80px 110px 0 50px;
}

#footer a {
  color: #0c2b44;
}

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

.homebuyerimg {
  margin-top: -40px;
}

#modlgn-username, #modlgn-passwd {
  display: block;
}

#content div.pagination {
  padding: 10px 0;
}

#content div.pagination p.counter {
  margin: 0px;
  padding: 0px;
}

#content div.pagination ul, #content ul.actions {
  margin: 0px;
  padding: 0px 0px 10px 0;
  list-style: none;
}

#content div.pagination ul li,  #content ul.actions li {
  display: inline;
  padding-left: 0px;
  padding-right: 10px;
}


#js-megamenu-button {
  background: url(../images/responsive-btn.png) no-repeat center center;
  padding-right: 70px;
}


#content .page-header h2.contentheading {
	float: left;
}

#content .page-header .icons,  #content .blog .icons  {
	float: right;
}

#content .page-header .icons ul,  #content .blog .icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content .page-header .icons ul li,  #content .blog .icons ul li {
	margin: 0px;
	padding: 0px;
	list-style: none; 
	float: left;
}

#content .page-header .icons li a, #content .blog .icons ul li a {
	float: left;
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

#content .page-header .icons li.print-icon a, #content .blog .icons li.print-icon a  {
	background: url(../images/printButton.png) no-repeat left top;
}

#content .page-header .icons li.email-icon a, #content .blog .icons li.email-icon a  {
	background: url(../images/emailButton.png) no-repeat left top;
}

.blog .page-header {
	float: left;
}

/* Media Queries */
@media screen and (max-width: 480px) {

#topMenu {
    background:#e2e2e2 url(../images/topmenu_bg.jpg) repeat-x left top ;
    line-height: 32px;
    text-align: right;
    padding-right: 5px;
    border-bottom: none;
    height: auto;
    overflow: hidden;
}

  #bottom1div, #bottom2div, #bottom3div, #bottom4div, #leftCol, #rightCol {
    float: left;
    clear: left;
    margin: 0 0 10px; 
    width: 100% !important;
  }  
  #container {background: #fff !important;}
  #leftCol {background: #e3e3e3;}
  
  #wrapper, #container, #rightColWrap, #centerbottomusers {width: 100% !important;}
  #midCol {padding: 0 5% !important;  width: 90% !important;  }
  #footer {width: 100% !important;}
  
  #js-megamenu-button {border: none;}
  
 .mega_css3 {text-align: center;}
 .mega_css3 .menubar {display: inline-block; }
  
.mega_css3 .menubar-check:checked + ul {background: #002a40;}

#mainNav ul li a:link, #mainNav ul li a:active, #mainNav ul li a:visited {  color: #fff; text-align: left}

.childcontent-inner {background: #00527c !important;}

#mainNav ul li.active a:link, #mainNav ul li.active a:active, #mainNav ul li.active a:visited, #mainNav ul li a:hover {
  background: none;  color: #fff;}

#mainNav ul li.active a:link span, #mainNav ul li.active a:active span, #mainNav ul li.active a:visited span, #mainNav ul li a:hover span {
  background: none;}

.childcontent-inner a {color: #fff !important;}

.content-wrapper {width: 40%;}
  
}

@media only screen and (max-width: 319px) {
  #topMenu ul li {padding: 0px 4px;  }

}

@media only screen and (min-width: 320px) and (max-width: 479px) { 
  #topMenu ul li {padding: 0px 8px;  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) { 
  #bottom1div, #bottom2div, #bottom3div, #bottom4div, #leftCol, #rightCol {
    float: left;
    clear: left;
    margin: 0 0 10px; 
    width: 100% !important;
  }  
  #container {background: #fff !important;}
  #leftCol {background: #e3e3e3;}
      
  #wrapper, #container, #rightColWrap, #centerbottomusers {width: 100% !important;}
  #midCol {padding: 0 5% !important;  width: 90% !important;  }
  #footer {width: 100% !important;}
  
 
  #js-megamenu-button {border: none;}
  
 .mega_css3 {text-align: center;}
 .mega_css3 .menubar {display: inline-block; }
  
.mega_css3 .menubar-check:checked + ul {background: #002a40;}

#mainNav ul li a:link, #mainNav ul li a:active, #mainNav ul li a:visited {  color: #fff; text-align: left }

.childcontent-inner {background: #00527c !important;}

#mainNav ul li.active a:link, #mainNav ul li.active a:active, #mainNav ul li.active a:visited, #mainNav ul li a:hover {
  background: none;  color: #fff;}

#mainNav ul li.active a:link span, #mainNav ul li.active a:active span, #mainNav ul li.active a:visited span, #mainNav ul li a:hover span {
  background: none;}

.childcontent-inner a {color: #fff !important;}

.content-wrapper {width: 40%;}
}

@media only screen and (min-width: 768px) and (max-width: 978px) {
#bottom1div, #bottom2div, #bottom3div, #bottom4div, #leftCol, #rightCol {
    float: left;
    clear: left;
    margin: 0 0 10px; 
    width: 100% !important;
  }  
  #container {background: #fff !important;}
  #leftCol {background: #e3e3e3;}
  
  #wrapper, #container, #rightColWrap, #centerbottomusers {width: 100% !important;}
  #midCol {padding: 0 5% !important;  width: 90% !important;  }
  #footer {width: 100% !important;}
  
  #js-megamenu-button {border: none;}

#js-meganav {background: #002a40;}

#mainNav ul li a:link, #mainNav ul li a:active, #mainNav ul li a:visited {  color: #fff;}

.childcontent-inner {background: #00527c !important;}

#mainNav ul li.active a:link, #mainNav ul li.active a:active, #mainNav ul li.active a:visited, #mainNav ul li a:hover {
  background: none;  color: #fff;}

#mainNav ul li.active a:link span, #mainNav ul li.active a:active span, #mainNav ul li.active a:visited span, #mainNav ul li a:hover span {
  background: none;}

.childcontent-inner a {color: #fff !important;}

.content-wrapper {width: 40%;}

}



.wk-slideshow .caption {
  background: none !important;
}

.wk-slideshow a {
  z-index: 10000;
  overflow: hidden;
}


body.mceContentBody {
  background: #FFFFFF !important;
  background-image: none;
   text-align: left;
  
}


.redcolor {
       color: #b30404;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

/* ##########################  user profile  ########################### */

#users-profile-core,
#users-profile-custom
{
        margin:10px 0 15px 0;
        padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt
{
        float:left;
        width:12em;
        padding:3px 0;


}

#users-profile-core dd,
#users-profile-custom dd
{
        padding:3px 0;



}

#member-profile fieldset,
.registration fieldset
{
        margin:10px 0 15px 0;
        padding:15px;

}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend
{
    font-weight:bold
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd
{ float:none; padding:5px 0}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input
{width:17em}
.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt
{padding:5px 5px 5px 0; width:13em}


span.optional
{font-size:0.9em}

.category.list-striped {
	list-style-type: none !important; 
}

.contact-department {
	font-syle: ;
	font-size: 16px;
	/* color: red; */
	font-weight: bold;
}
