html {
  overflow-y: scroll;
}

body {
  background: #D1D4A4 url(http://phillipsandco.com/themes/phillips_and_company/images/body-background-gradient.png) repeat-x 0 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

a img {
  border: 0;
}

#layout-container {
  width: 863px;
  margin: 24px auto;
  padding: 0;
}

#layout-top-nav {
  background-image: url(http://phillipsandco.com/themes/phillips_and_company/images/content-area-top-cap.png);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 863px;
  height: 42px;
  margin: 0;
  padding: 0;
}

#layout-top-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  float: right;
}

#layout-top-nav ul li {
  float: left;
  text-align: center;
  padding-top: 3px;
  margin-left: 10px;
}

#layout-top-nav ul li a {
  font-size: 11px;
  text-decoration: none;
  /* color: #93503a; */
  color: #7C4331;
}

#layout-top-nav ul li.tab {
  background-image: url(http://phillipsandco.com/themes/phillips_and_company/images/tab.png);
  background-repeat: no-repeat;
  width: 123px;
  height: 25px;
}

#layout-top-nav ul li.tab.active {
  background-image: url(http://phillipsandco.com/themes/phillips_and_company/images/tab-active.png);
}
  
#layout-top-nav ul li.tab-ii {
  background-image: url(http://phillipsandco.com/themes/phillips_and_company/images/tab-ii.png);
  background-repeat: no-repeat;
  width: 133px;
  height: 25px;
}

#layout-top-nav ul li.tab-ii.active {
  background-image: url(http://phillipsandco.com/themes/phillips_and_company/images/tab-ii-active.png);
}

#layout-content-area {
  float: left;
  background-image: url(http://phillipsandco.com/themes/phillips_and_company/images/layout-content-area-background.png);
  background-repeat: repeat-y;
  width: 863px;
  margin: 0 auto;
  padding: 0;
}

#layout-content-area-main {
  float: left;
  margin: 0 6px;
  padding: 24px 0 0 0;
}

#layout-content-area-footer {
  margin: 0 6px;
  padding: 40px 200px 0 30px;
  clear: both;
  height: 40px;
  background-image: url(http://phillipsandco.com/themes/phillips_and_company/images/content-area-background.png);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 620px;
  border-bottom: 1px solid #93503A;
  color: #333;
  font-size: 10px;
}

#layout-footer {
  clear: both;
  padding: 10px 0;
}

#bottom-nav {
  margin: 0 20px 0 0;
  padding: 0;
  clear: both;
  float: right;
}

#bottom-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}

#bottom-nav ul li {
  float: left;
  text-align: center;
  margin: 0 0 0 10px;
  padding: 0;
}

#bottom-nav ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #93503a;
  padding: 0;
  margin: 0;
}


#footer-contact-info {
  margin: 5px 10px;
  font-size: 11px;
  text-decoration: none;
  color: #93503a;
  clear: left;
  line-height: 1.2em;
}

hr {
  height: 2px;
  color: #f9f9f9;
}


/* Generic theme layout **************************/
#layout-logo {
  width: 154px;
  height: 71px;
  margin-right: 30px;
  float: right;
}

#content-container {
  clear: both;
  margin-bottom: 60px;
}

#content {
  float: left;
  padding: 20px 30px;
  line-height: 1.5em;
  width: 570px;
}

#sidebar {
  width: 186px;
  margin-top: 100px;
  float: left;
  margin-left: 30px;
}
/* End Generic theme layout **********************/

/* Home theme layout *****************************/
#content.home #layout-logo {
  width: 154px;
  height: 71px;
  margin: 0 auto;
  padding: 60px 0 0 0;
  clear: both;
  float: none;
}

#content.home {
  width: 850px;
  float: left;
  margin: 40px 0 0 0;
  padding: 0;
  line-height: normal;
}

#content.home #content-left, #content.home #content-right {
  float: left;
  padding: 20px 30px;
  line-height: 1.5em;
  width: 345px;
  min-height: 215px;
}

#content.home #content-left {
  text-align: right;
  background: #a19226;
  background-image: url(http://phillipsandco.com/themes/phillips_and_company/images/home-topcap-left.png);
  background-repeat: no-repeat;
  background-position: top right;
}

#content.home #content-right {
  text-align: left;
  margin-left: 40px;
  background: #93503a;
  background-image: url(http://phillipsandco.com/themes/phillips_and_company/images/home-topcap-right.png);
  background-repeat: no-repeat;
  background-position: top left;
}

#content.home #home-tabs {
  margin: 0;
  padding: 0;
  height: 27px;
}

#content.home #home-tabs #home-wealth-management-tab {
  margin-left: 264px;
}

#content.home #home-tabs #home-institutional-investment-tab {
  margin-left: 52px;
}

/* End Home theme layout *************************/

/* Institutional Investment theme layout *********/
div.institutional-investment #content-header-text {
  margin: 15px 30px 20px 30px;
  width: 595px;
}

div.institutional-investment #secondary-nav {
  border-top: 1px solid #93503a;
  width: 620px;
  padding-left: 30px;
  float: left;
}

div.institutional-investment #secondary-nav-label a {
  display: block;
  background-image: url(http://phillipsandco.com/themes/phillips_and_company/images/secondary-nav-tab-institutional.png);
  width: 109px;
  height: 33px;
  float: left;
}
/* End Institutional Investment theme layout *****/

/* Wealth management theme layout ****************/
div.wealth-management #content-header-text {
  margin: 15px 30px 20px 30px;
  width: 595px;
}

div.wealth-management #secondary-nav {
  border-top: 1px solid #a19226;
  width: 620px;
  padding-left: 30px;
  float: left;
}

div.wealth-management #secondary-nav-label a {
  display: block;
  background-image: url(http://phillipsandco.com/themes/phillips_and_company/images/secondary-nav-tab-wealth.png);
  width: 168px;
  height: 33px;
  float: left;
}
/* End Wealth Management theme layout ************/
