body{
  background: #f3f0eb url(/content/img/layout/body-bg.jpg) top center no-repeat;
}

div#mainColumn {
	padding:0;
	border:solid 10px #595c5d;
	border-top:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

#idMainBanner{
  width:auto;
}

h2 {
  color:#788082;
}

#idSecondaryNav {
  display:none;
}

.navbar{
width:auto;
}

div#ContentBox{
  padding:20px;
}

#idMainBanner, #idMainFooterArea{
  width:100%;
  background-size: 100% 100%;
}

#idMainBanner {
  height:180px;
}

#idMainFooterArea{
  height:auto;
  min-height:180px;
}

.footer_nav_column{
  width:250px;
  margin:auto 2px;
  margin-top:10px;
  display:inline-block;
}

#HomePagePromoLeft, #HomePagePromoRight {
  min-width:250px;
  width:100%;
  margin-top: 17px;
  margin-left:0;
  margin-right:0;
  padding:10px 5px;
}

.item_title a {
  color:#0071bb;
}

a:hover, div.bread_crumb_trail a:hover, .highlight a:hover, .highlight_link a:hover {
  color:#25aae1;
}

.text_title:hover {
  color:#25aae1;
}

.list_text a:hover {
  text-decoration:none;
}

section.page_list {
  border-top:1px solid #eee;
  padding-top:20px;
  padding-bottom:10px;
}

section.page_list strong {
  font-weight:bold;
}

section.page_list:nth-child(even) {
  background: #f9f9f9;
}

section.page_list:nth-child(odd) {
  background: #fff;
}

.content_section {
  margin-top:5px;
  margin-bottom:15px;
}

.content_section_header {
  font-weight:bold;
  margin-bottom:8px;
}

	.row_info {
		padding:25px 0;
		font-size:11px;
	}
	.row_info .info1 span {
		margin-left:10px;
		margin-right:20px;
	}

.user_alert_box {
  z-index:17;
  width:200px;
  margin-top:10px;
  padding:10px;
  background-color:#fce7d0;
  border:2px solid #f39127;
  text-align:left;
  color:#601111;
  font-size:14px;
}

#RetrievePasswordButton:hover {
  cursor:pointer;
}

.end_user_button {
  padding:4px 12px;
}

.categorynav_companies {
  display:none;
}

div#AdPosition000003 {
  text-align:center;
}

  #pop_contact .input_get_notifications {
    height: 30px;
    padding:0 15px;
  }

  #pop_contact .btn_close {
    right:30px;
    top:8px;
  }

  #pop_contact .row{
    margin-left:0;
  }

  #pop_contact input[type="checkbox"] {
    top: 0;
    margin: 0;
  }

  .event_banner {
    position:relative;
    background-color:#fff;
    min-height:140px;
  }

  .event_banner_image {
    max-width:90%;
  }

  .asset_list_aside {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 20px;
  }




/* iPad, tablets etc portrait ---- */
@media only screen and (min-width: 768px) {

  #idMainBanner {
    height:90px;
  }

  #HomePagePromoLeft, #HomePagePromoRight {
    width:48%;
  }

  #HomePagePromoLeft {
    margin-right:4%;
  }

}

/* Laptops, Desktops, etc ---- */
@media only screen and (min-width: 1024px) {

  div#mainColumn {
	width:1010px;
  }

  #idSecondaryNav {
    display:inline-block;
  }

  #HomePagePromoLeft, #HomePagePromoRight {
    width:49%;
  }
  #HomePagePromoLeft {
    margin-right:2%;
  }

}