/* CUSTOM FONTS
=================================*/
@font-face {
	font-family: 'Handel Gothic';
	src: url('http://savagesurveying.com.au/themes/defaulttheme/fonts/handel_gothic.eot');
  src: url('http://savagesurveying.com.au/themes/defaulttheme/fonts/handel_gothic.eot?#iefix') format('embedded-opentype'),
       url('http://savagesurveying.com.au/themes/defaulttheme/fonts/handel_gothic.woff') format('woff'),
       url('http://savagesurveying.com.au/themes/defaulttheme/fonts/handel_gothic.ttf') format('truetype'),
       url('http://savagesurveying.com.au/themes/defaulttheme/fonts/handel_gothic.svg#handel_gothic') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* GENERAL STYLES
=================================*/
body {
  /* ONLY SET BACKGROUND COLOUR OR IMAGE HERE */
  background: #FFFFFF;
}
.container {
  /* SET A GENERAL FONT STYLE AND COLOUR TO USE ACROSS THE SITE HERE */
  font-family: "Open Sans", Tahoma, Geneva, sans-serif;
  color: #222222;
  font-size: 14px;
  line-height: 22px;
}

  /* SET GENERIC STYLES PREFIXED BY THE CONTAINER ID */
  #content h1,
  #content h1 a,
  #content h2,
  #content h2 a,
  #content h3,
  #content h3 a {
    color: #006F51;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 12px 0px;
    text-decoration: none;
  }
  #content h1 {
    color: #006F51;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 18px;
    font-weight: 600;
  }
  #content h1 b,
  #content h1 strong {
    color: #222222;
    font-weight: 600;
  }
  #content h2,
  #sidebar h2 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 12px;
  }
  #content h3,
  #sidebar h3 {
    font-size: 18px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #content p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    padding: 6px 0px 10px 0px;
  }
  #content a {
    color: #006F51;
    text-decoration: none;
  }
  #content a:hover {
    text-decoration: underline;
  }
  #content b i,
  #content i b,
  #content strong em,
  #content em strong {
    color: #006F51;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
  }
  #content ul,
  #content ol {
    margin: 0px;
    padding: 0px 0px 12px 30px;
  }
  #content li {
    list-style: none;
    background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/icon_list_item.png);
    background-position: 0px 9px;
    background-repeat: no-repeat;
    padding: 0px 0px 4px 15px;
  }
  #content .ticklist ul,
  #content .ticklist ol {
    padding: 0px 0px 12px 10px;
  }
  #content .ticklist li {
    background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/icon_ticklist_item.png);
    background-position: 0px 7px;
    padding: 0px 0px 4px 22px;
  }
  #content .two_column.ticklist ul {
    float: left;
    width: 610px;
  }
  #content .two_column.ticklist li {
    float: left;
    width: 283px;
  }
  #content .ccm-error,
  #content .ccm-error p {
    color: #CC0000 !important;
  }

  .container ::selection {
    /* This sets the colours when someone highlights some text */
    background: #74AE9E;
    color: #FFFFFF;
    text-shadow: none;
  }


/* HEADER AREA SPECIFIC STYLES
================================ */
#header {
  background-color: #FFFFFF;
}
#header .container {
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/header_bg.png);
  background-position: 465px 0px;
  background-repeat: no-repeat;
}
#header .logo img {
  padding: 10px 0px 10px 0px;
}

#header .phone,
#header .address {
  float: right;
  text-align: right;
}
#header .phone,
#header .phone p,
#header .phone a {
  font-family: "Handel Gothic", "Gill Sans Std", Arial, Helvetica, sans-serif;
  color: #006F51;
  text-decoration: none;
}
#header .phone p {
  font-size: 33px;
  line-height: 33px;
  margin-top: 36px;
  margin-bottom: 6px;
}
#header .phone a:hover { color: #006F51 !important; }

#header .address,
#header .address p,
#header .address a {
  color: #444444;
  text-decoration: none;
}
#header .address p {
  font-size: 14px;
  line-height: 19px;
  margin-top: 0px;
  margin-bottom: 4px;
}
#header .address a:hover { color: #333333 !important; }


/* NAVIGATION AREA SPECIFIC STYLES
================================ */
#navigation {
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/menu_bg.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #161616;
}
#navigation.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

  .toggleMenu {
    /* This is actually for the responsive menu, but to prevent a minor browser display anomaly, the CSS goes here */
    display: none;
    width: 100%;
    background: #222222;
    padding: 12px 0px 12px 0px;
    text-align: right;
    text-decoration: none;
  }
  .toggleMenu span {
    padding: 0px 36px 0px 0px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/menu_icon.png);
    background-position: right 2px;
    background-repeat: no-repeat;
  }

#navigation ul.nav ul {
  /* THIS IS ONLY USED FOR MAKING THE DROPDOWN MENU WORK IN IE7 */
  background-color: #161616;
}
#navigation ul.nav li {
  /* The style of a standard button, which applies to all levels */
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/button.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #161616;  /* Set the background colour to be the bottom of the gradient, in case the button wraps onto two lines */
  border-left: solid 1px #4D4D4D;
  border-right: solid 1px #333333;
}
#navigation ul.nav li.nav-selected {
  /* Styles for the active page */
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/button_active.png);
  background-color: #003C2C;
  border-left: solid 1px #1A6B55;
  border-right: solid 1px #006F51;
}
#navigation ul.nav li:hover {
  /* Styles for the button hover state. Change the button background and border colours (if necessary) here */
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/button_hover.png);
  background-color: #3F5F56;
  border-left: solid 1px #6B9488;
  border-right: solid 1px #517A6E;
}
#navigation ul.nav li a {
  /* Set backgrounds on the li.  Only set font stuff and padding in here */
  display: block;
  padding: 8px 20px 8px 20px;
  color: #EEEEEE;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
}
#navigation ul.nav li:hover a {
  /* only change the font colour in here */
  color: #FFFFFF;
}

/* SECOND (AND THIRD) LEVEL SPECIFIC MENU STYLES */
#navigation ul.nav ul li {
  background-image: none;
  background: #3B3B3B;
  border-left: solid 1px #4F4F4F;
  border-right: solid 1px #4F4F4F;
  border-bottom: solid 1px #4F4F4F;
}
#navigation ul.nav ul li.nav-selected { background-image: none !important; }
#navigation ul.nav ul li:hover {
  background: #323232;
  border-left: solid 1px #474747;
  border-right: solid 1px #474747;
}
#navigation ul.nav ul li a {
  font-size: 14px;
  line-height: 19px;
  padding: 7px 20px 9px 20px;
}	
/* THIRD LEVEL SPECIFIC MENU STYLES */
#navigation ul.nav ul li ul li {
  background: #4A4A4A;
  border-left: solid 1px #565656;
  border-right: solid 1px #565656;
  border-bottom: solid 1px #565656;
}
#navigation ul.nav ul li ul li:hover {
  background: #383838;
  border-left: solid 1px #3F3F3F;
  border-right: solid 1px #3F3F3F;
}


/* BANNER AREA SPECIFIC STYLES
================================ */
#banner {
  height: 401px;
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/banner_bg.png);
  background-position: top left;
  background-repeat: repeat-x;
  z-index: 2;
  overflow: hidden;
}
#banner_wrapper {
  float: left;
  position: relative;
  width: 940px;
  height: 401px;
  overflow: hidden;
}
#banner_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 940px;
  height: 360px;
  z-index: 4;
}
#banner_slides {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 940px;
  height: 401px;
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/banner_bg.png);
  background-position: top left;
  background-repeat: repeat-x;
  z-index: 3;
  overflow: hidden;
}
#banner_navigation {
  position: absolute;
  bottom: 13px;
  right: 0px;
  max-width: 320px;
  height: 15px;
  z-index: 3;
}
#banner_navigation a {
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  padding-right: 10px;
  text-indent: -9999px;
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/banner_navigation_buttons.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#banner_navigation a.activeSlide {
  background-position: 0px -20px;
}

/* CONTENT AREA SPECIFIC STYLES
================================ */
#content {
  position: relative;
  padding: 20px 0px 30px 0px;
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/content_bg_bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#content .container {
  position: relative;
  z-index: 5;
}
#content_bg_top {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -470px;
  width: 940px;
  height: 115px;
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/content_bg_top.png);
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 3;
}

.googleMapCanvas {
  margin-bottom: 20px;
}

.publication_date {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #666666;
}


/* CALL TO ACTION AREA SPECIFIC STYLES
================================ */
#call_to_action {
  margin-top: 40px;
  margin-bottom: 30px;
}
.call_to_action_panel {
  border-top: solid 6px #74AE9E;
  border-bottom: solid 6px #74AE9E;
}
.call_to_action_panel p {
  font-family: "Handel Gothic", "Gill Sans Std", Arial, Helvetica, sans-serif;
  color: #006F51;
  font-size: 34px !important;
  line-height: 37px !important;
  text-align: center;
  padding: 18px 0px 18px 0px !important;
  margin: 0px !important;
}
.call_to_action_panel b,
.call_to_action_panel strong {
  color: #222222;
  font-weight: normal;
}
.call_to_action_panel a {
  color: #222222;
  text-decoration: none;
}

/* SIDEBAR AREA SPECIFIC STYLES
================================ */
#sidebar { float: left; }

.sidebar_item,
.enquiry_form,
.employment,
.latest_news,
.other_news_articles,
.other_projects {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.enquiry_form .formBlockSurveyContainer {
  margin-bottom: 0px; /* The form styling already has 20px margin-bottom, so this stops two lots of margin bottom being applied */
}
.sidebar_item h2 a { text-decoration: none !important; }

.box_title h2 {
  float: left;
  width: 260px;
  padding-top: 0px !important;
  padding: 7px 20px 8px 20px !important;
  margin: 0px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/box_title_bg.png);
  background-position: 0px 0px;
  background-size: 100% 100%;
  color: #FFFFFF !important;
}


/* FOOTER AREA SPECIFIC STYLES
================================ */
#footer {
  position: relative;
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/footer_bg.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
}
#footer_overlay {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -470px;
  width: 940px;
  height: 226px;
  background-image: url(http://savagesurveying.com.au/themes/defaulttheme/images/footer_overlay.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  z-index: 2;
}
#footer .container {
  position: relative;
  z-index: 5;
}
#footer .contact_details {
  float: left;
  padding: 32px 0px 32px 0px;
}
#footer .contact_details,
#footer a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer a:hover {
  color: #FFFFFF;
}
#footer p {
  margin: 10px 0px 0px 0px;
}
#footer .footer_logo {
  float: right;
  padding: 33px 0px 33px 0px;
  border: 0px;
}

#footer_legal {
  padding: 14px 0px 14px 0px;
}
#footer_legal .copyright,
#footer_legal .credits,
#footer_legal a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #999999;
  text-decoration: none;
}
#footer_legal a:hover { color: #666666; }
#footer_legal .credits { text-align: right; }

.responsivity_toggle div {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
}
.responsivity_toggle a {
  color: #FFFFFF !important;
}