body {
  background:white url(/images/body_bg.gif) repeat-x bottom left;
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
}
h1 {}
h2 {
  font-size:212%;
  color:#754C8A;
}
h3 {
  font-size:136%;
  color:#754C8A;
}
h4 {
  font-size:129%;
  color:#754C8A;
}
p {
  margin:10px 0;
}
em {font-style:italic;}
strong {font-weight:bold;}
a {
  color:#754C8A;
}
a:hover {}

#page {
  background:url(/images/page_bg.gif) repeat-y;
  width:890px;
  margin:auto;
  padding-top:20px;
}
#logo {
  float:right;
  margin-bottom:15px;
}
#header {
  background:url(/images/header_bg.gif) no-repeat 183px 31px;
  margin:0 28px 0 36px;
  font-family:Georgia, sans-serif;
}
#header_copy {
  padding:105px 45px 0 285px;
}
#left_header {
  float:left;
}
#header h2 {
  font-size:129%;
  color:#111111;
}
#header h1 {
  font-size:325%;
  color:white;
  margin-top:40px;
}

#nav {
  background:#8B5BA5 url(/images/nav_bg.gif) repeat-x left bottom;
  margin:0 37px 0 36px;
}
#nav li {
  float:left;
  padding:25px 15px;
  font-size:95%;
  background:url(/images/nav_link_bg.gif) no-repeat right center;
}
#nav a {
  text-decoration:none;
  color:white;
}
#nav a:hover {
  color:#15B1D2;
}
#nav #current {
  background:#ED1650 url(/images/nav_link_selected.gif) no-repeat center bottom;
}
#content {
  margin:20px 35px;
}

#main_content {
  float:left;
  width:500px;
  margin-left:45px;
}

.home_intro {
  font-size:114%;
}
.secondary_module {
  background:url(/images/news_divider.gif) repeat-x left bottom;
  margin-bottom:20px;
  padding-bottom:20px;
}
.secondary_module .adr {
  margin-bottom:15px;
}
#contact_module {
  margin-top:25px;
}
#contact_module p {
  
}
#case_study {
  background:#E9ECE9 url(/images/case_study_bg.gif) no-repeat right bottom;
  padding:20px;
  margin:20px 0;
}
#case_study img {
  float:left;
  border:6px solid white;
  margin:0 10px 0 0;
}
#case_study h3 {
  font-weight:bold;
  margin:0 0 10px 0;
}
#case_study ul {
  
}
#secondary_content {
  float:left;
  width:250px;
}
#secondary_content h3 {
  background:url(/images/page_icon.gif) no-repeat left 2px;
  padding-left:21px;
}
#secondary_content h3#more-options{
	padding-left:0px;
	background:none;
}
#secondary_content ul li{
	padding-top:5px;
	padding-bottom:5px;
}
#footer {
  margin:20px 35px 0 35px;
  background:url(/images/footer_border.gif) repeat-x left top;
  padding-top:10px;
  font-size:92%;
}
#footer address, #footer #contact_details {
  float:left;
  margin-right:20px;
}
.footer_logo {
  margin-right:20px;
}
#footer a, #footer em {
  color:#ED1650;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
}
#footer #legal {
  color:#C9C9C9;
  margin:10px 0 25px 0;
}
.content-img{
	float:right;
	clear:both;
	margin-bottom:10px;
	margin-left:10px;
}

.user_errors {
  background:#E07878;
  padding:10px;
  list-style-type:square;
  list-style-position:inside;
}
.error_field {
  border:2px solid #E07878 !important;
}
/* Nasty clearfix hacks */
.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
