body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  color: #818486;
  }

p {
  line-height: 1.5em;
  color: #666;
}
  
#top-wrapper {
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 60px 0 20px 0;
  position: relative;
  }

#global-logo {
  margin: 20px 0 0 0;
display: block;
  position: absolute;
  top: 0;
  left: 0;
  }

#nav_container {
	float: left;
	width: 300px;
	border-bottom: 1px solid #ccc;
}
  
#global-nav {
  text-align: right;
  }
  
#global-nav ul {
  padding-bottom: 5px;
  width: 80px;
  float: right;
  }

#global-nav ul li {
  margin: 0px 0 1px 0;
  }
  
#global-nav ul li a:link, #global-nav ul li a:visited {
  padding: 6px 10px 6px 10px;
  width: 60px;
  display: block;
  color: #818486;
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 1.6em;
  }
  
#global-nav ul li a:hover, #global-nav ul li a:focus {
  background: #f1f1f1;
  }
  
#global-nav ul li.active a:link, #global-nav ul li.active a:visited {
  background: #5A4099;
  color: #fff;
  }

.home-message {
	clear: both;
}

.home-message img {
	margin: 15px 15px 0 0;
}
    
#main-content {
  width: 660px;
  background: #5A4099;
  min-height: 404px;
  height: auto;
  }

/*** Gallery ***/

#main-content .gallery {
	float: left;
	width: 660px;
	display: inline;
}

#main-content .gallery .main-image {
	float: left;
	width: 522px;
	margin: 20px 0px 20px 20px;
	border: 8px solid #fff;
}

#main-content .thumbs li a {
	margin: 0 0 10px 0;
	width: 72px;
	height: 48px;
	display: block;
}

#main-content .thumbs {
	float: left;
	width: 72px;
	margin: 20px 0 0 15px;
}

#main-content .thumbs li a img {
	border: 1px solid #ccc;
}


  
/*** Who ****/
#who #main-content {
  width: 660px;
  background: #b00057;
  }
  
  
#who #global-nav ul li.active a:link, #who #global-nav ul li.active a:visited {
  background: #b00057;
  color: #fff;
  }
  
/*** What *****/
#what #main-content {
  width: 660px;
  background: #888685;
  }
  
  
#what #global-nav ul li.active a:link, #what #global-nav ul li.active a:visited {
  background: #888685;
  color: #fff;
  }

#where #main-content {
  width: 660px;
  background: #006642;
  }
  
  
#where #global-nav ul li.active a:link, #where #global-nav ul li.active a:visited {
  background: #006642;
  color: #fff;
  }
  
  
  
  
  
  
  
  
#supp-bottom {
  margin-top: 20px;
  float: left;
  background: url(../img/supp-bottom-bg.gif) repeat-y top left;
  }

#supp-bottom img {
  margin: 0 0 0 35px;
  }
  
#supp-bottom h2, #bottom-content h2{
  color: #5A4099;
  font-size: 1.4em;
  font-family: Georgia, serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 10px 0 10px 35px;
  }

#supp-bottom p, #bottom-content p {
  font-size: 1.1em;
  margin: 5px 25px 5px 35px;
  }
  
#supp-bottom p.more-link {
  float: right;
  margin: 5px 40px 5px 0px;
  }
  
#supp-bottom p.more-link a:link, #supp-bottom p.more-link a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #5A4099;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  }
  
#supp-bottom p.more-link a:hover, #supp-bottom p.more-link a:focus {
  text-decoration: underline;
  }
  
#bottom-content h2 {
  margin: 10px 0 10px 0px;
  }
  
#bottom-content p {
  margin: 5px 10px 5px 0px;
  }
  
 #who #bottom-content h2 {
   color: #b00057;
   }
   
  
 #what #bottom-content h2 {
   color: #888685;
   }
   
  #where #bottom-content h2 {
   color: #006642;
   }
 
 
 
 
/** footer **/
 
#footer {
  clear: both;
  width: 960px;
  margin: 20px auto;
  border-top: 1px solid #ccc;
  }
  
#footer .bottom-right {
  float: right;
  padding-right: 5px;
 margin: 10px 0;
  }
  
#footer .secondary-links {
  text-align: left;
  padding: 10px 0;
  }
  
#footer .secondary-links li {
  float: left;
  padding: 0 0.75em;
  text-transform: lowercase;
  background: url(../img/divider.gif) no-repeat 0 50%;
  }
  
#footer .secondary-links li.list-first-item {
  background: none;
  }
  
#footer .secondary-links li a:link, #footer .secondary-links li a:visited {
  text-decoration: none;
  color: #818486;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  }
  
#footer .secondary-links li a:hover, #footer .secondary-links li a:focus {
  text-decoration: underline;
  }
  
 
  
/** lower navigation elements **/
  
#lowerNav {
 text-align: right;
 margin-top: 20px;
 margin-right: 30px;
  }
  
#lowerNav a:link, a:visited, a:active {
 color: gray;
 font-size: 18px;
 font-family: Georgia, serif;
 font-size: 1.6em;
 text-decoration: none;
  }

#lowerNav a:hover {
  color: #5F2FA8;
  }


#lowerNav li {
	padding-bottom: 10px;
  }


#leftLowerTextPanel {
/*padding-left: 30px;*/
position: relative;
left: 30px;
  }


#leftLowerTextPanel ul {
	margin-left: 17px;
	list-style-type: disc;
	font-size: 11.5px;
}

#leftLowerTextPanel ul li {
	line-height: 16px; 
	 padding: 5px 5px 5px 0;
}


#rightLowerTextPanel {
/*padding-left: 10px;*/
  width: 330px;
  }

#what #bottom-content .key-title {
  margin: 20px 0 5px 0;
}

#bottom-content {
  margin-top: 20px;
  float: left;
  background: url(../img/supp-bottom-bg2.gif) repeat-y top left; /* for the single line */
  }

#bottom-content img {
  margin: 0 0 0 35px;
  }

#rightLowerTextPanel p {
	padding-left: 40px;
}
  
/** contact form **/
  
 #contactForm {
 	background-color: #A7A6A8;
  	padding: 30px;
  }
  
  #contactForm label {
  	color: white;
  }
  
  /** where_contactus.html **/
  
#contactDetails {
  text-align: right;
  font-size: 1.6em;
  font-family: Georgia, serif;
  }

#contactForm label {
  display: block;
  margin-top: 10px;
  }


/** who local navigation active **/
#who #lowerNav li.active a:link, #who #lowerNav li.active a:visited {
	color: #B00057;
	text-decoration: underline;
}

#who #lowerNav li a:hover, #who #lowerNav li a:focus  {
	color: #B00057;
	text-decoration: underline;
  }


/** what local navigation active **/
#what #lowerNav li.active a:link, #what #lowerNav li.active a:visited {
	color: #5A4099;
	text-decoration: underline;
}

#what #lowerNav li a:hover, #what #lowerNav li a:focus  {
	color: #5A4099;
	text-decoration: underline;
  }

/** what local navigation active **/
#where #lowerNav li.active a:link, #where #lowerNav li.active a:visited {
	color: #006642;
	text-decoration: underline;
}

#where #lowerNav li a:hover, #where #lowerNav li a:focus  {
	color: #006642;
	text-decoration: underline;
  }

#where #leftLowerTextPanel a:link, #where #leftLowerTextPanel a:visited {
	color: #006642;
	text-decoration: none;
}

#where #leftLowerTextPanel a:hover, #where #leftLowerTextPanel a:focus {
	text-decoration: underline;
}

/** Contact **/
#contact-form label {
	display:block;
	font-weight: bold;
}

#contact-form label span {
	color: red;
}

#contact-form p {
	margin: 0 0 10px 0;
}


#main-content #map {
	float: left;
	width: 660px;
	display: block;
	margin: 20px 0 20px 25px;
	width: 609px; 
	height: 348px;
}

#bottom-content blockquote {
	 width: 290px;
	float: right;
}

#bottom-content blockquote p {
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 1.3em;
	margin: 10px;
	padding-left: 0px;
}

#bottom-content blockquote p.author {
	font-size: 0.9em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}


#leftLowerTextPanel ul.addr {
	list-style-type: none;
	margin-left: 0px; 
	margin: 15px 0;
    font-size: 1.3em;
}

#leftLowerTextPanel ul.addr li {
	padding: 0px;
		line-height: 20px;
}

h3.case-study-title { 
	font-size: 1.3em;
	font-family: Georgia, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #B00057;
}

#who #lowerNav li.case-study-item {
	  padding-bottom: 5px;
}

#who #lowerNav li.case-study-header {
	  padding-bottom: 5px;
}

#who #lowerNav li.case-study-item a:link, #who #lowerNav li.case-study-item a:visited {
	font-size: 1.1em;
}


