/* MAIN TEMPLATE COMPONENTS */
body {
  margin: 10px 0px 0px 0px;
  font-size: 11px; 
  font-family: arial, helvetica, verdana, sans-serif;
  background: #396D9F;
}

#mainwrapper {
  margin-left: auto;
  margin-right: auto;
  width: 770px;
}

#content {
  margin : 0px 0px 0px 236px;
  background: #FFFFFF;
  padding: 20px;
  min-height: 560px;
  font-size: 9pt;
}

#sidebar {
  float: left;
  width: 236px;
}

#page_body {
  background: #FFFFFF;
  padding-top: 3px;
}

#footer {
  width: 770px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

/* COMMON ELEMENTS */

a {
  color : #000000;
}
 
a:hover {
  color : #CC9900;
}

div.stretcher {
  clear : both;
}

#page_title {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 15px;
}

h3 {
  font-size: 15px;
  font-weight: bold;
}

h4 {
  font-weight: bold;
  font-size: 13px;
}

#sectionlink {
	position: relative;
	left: -2px;
}


/* SIDEBAR */

#sidebar ul {
  margin: 0px 0px 3px 0px;
  padding-left: 0px;
  list-style-type: none;
}


#sidebar ul li {
  background-color: #558BC1;
  border-bottom: 1px dotted #FFFFFF;
  margin: 0px;
  font-weight: bold;
  text-transform: lowercase;
}

#sidebar ul li a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 10px 12px 10px 14px;
}

#sidebar ul li a:hover {
  background: #000000;
}

#sidebar ul li.selected {
  background-color: #163F65;
  color: #FFFFFF; 
  padding: 10px 12px 10px 14px;
}

/* TOP NAVIGATION */
#topnav {
  text-transform: lowercase;
  height: 50px;
  position: relative;
  background: url(/images/top_nav_dev.jpg);
}

#topnav div {
  width: 100px;
  margin: 0px;
  padding: 5px;
  height: 40px;
  position: absolute;
  top: 2px;
}

a.menuitem {
  text-decoration: none;
  color: #EEEEEE;
  font-size: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

a.menuitem:hover {
  color: #558BC1;
}

#topnav1 { left: 0px; }
#topnav2 { left: 110px; }
#topnav3 { left: 220px; }
#topnav4 { left: 330px; }
#topnav5 { left: 440px; }
#topnav6 { left: 550px; }
#topnav7 { left: 660px; }

/* ELEMENTS COMMON ACROSS CONTENT PAGES */
.blue_box {
  margin: 0px;
  padding: 0px;
}

.blue_box h3 {
  text-transform: lowercase;
  color: #FFFFFF;
  background-color: #163F65;
  padding-top: 5px;
}

.blue_box_heading {
  height: 25px;
  border-bottom: 1px dotted #FFFFFF;
  margin: 0px;
  padding: 0px 0px 0px 14px;
}

.light_blue_box {
  background-color: #558BC1;
  border-bottom: 1px dotted #FFFFFF;
  margin: 0px;
  padding: 11px 12px 11px 14px;
}

.contact_link a {
  text-decoration: none;
}

.contact_link img {
  float: right;
  border: 1px solid black;
  margin-top: 12px;
}

#london_office {
  margin-top: 11px;
}


#inner_top_bar {
  position: relative;
  background: #FFFFFF;
  padding-bottom: 0px;
  padding-top: 0px;
}

#logo {
  position: absolute;
  top: 13px;
  right: 20px;
  border: 0px;
  width: 199px;
  height: 94px;
}

#title_bar {
  height: 24px; 
  padding: 7px 0px 0px 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: lowercase;
  margin-bottom: 0px;
  font-size: 16px;
}

#title_bar a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

#title_bar a:hover {
  color: #FFFFFF;
}

#categorylink {
  float: right;
  margin-right: 20px;
}

/* FOOTER STYLES */
#bottom_space {
  height: 5px !Important;
  background-color: #558BC1;
}


#footer img {
  border: 0px;
  margin-top: 7px;
  position: relative;
  left: 679px;
  bottom: 0px;
}

#footer_bar {
  background-color: #000022;
  font-size: 9px;
  color: #FFFFFF;
  text-align: center;
  height: 25px;
}

#footer_bar p {
  margin: 0px;
  padding: 7px;
}

html {
    overflow-x: hidden;
}

