/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; padding:0; }




body {
	font: 72% Arial, sans-serif;
	color: #FFF;
}



a:link, a:visited {
	text-decoration: none;
	color: #C02064;
}

a:active, a:hover {
	color: #FFF;
	text-decoration: underline;
}

.highlight {
	font-weight:bold;
	color:#c02064;
}


/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 760px;
	margin: 25px auto 0 auto;
	background-color: #3D2711;
}


/*--------------------BRANDING--------------------*/

#branding {
	width: 760px;
}


/*--------------------NAVIGATION--------------------*/

#nav {
	width: 760px;
	background: url(sitegraphics/bg_nav.jpg) 0 0 repeat-x #8C0F3C;
	font-size: 110%;
	letter-spacing: -0.05em;
}

#nav ul {
	padding: 10px 0;
	text-align: center;
}

#nav li {
	display: inline;
	margin: 0 0 0 11px;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:active, #nav a:hover {
	text-decoration: underline;
	color: #FFF;
}


/*--------------------CONTENT--------------------*/

#contentWrapper {
	width: 760px;
	background: url(sitegraphics/bg_contentwrapper.jpg) 0 0 no-repeat;
}

#contentMain {
	width: 710px;
	padding: 25px;
	border-top: 3px solid #771232;
	border-bottom: 3px solid #9F154B;
}

#contentMain h1 {
	margin-bottom: 1em;
	font-size: 200%;
	font-weight: normal;
	color: #C02064;
}

#contentMain h2 {
	clear: both;
	margin-bottom: 1em;
	font-size: 170%;
}

#contentMain p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
	font-size: 115%;
}

#services ul {
	padding: 15px 0 15px 0;
}

#services li {
	padding: 1.2em 0;
	border-top: solid 1px #C02064;
}

#services h1 {
	margin-bottom:0.5em;
	color:#C02064;
	font-weight:bold;
	font-size:160%;
}

#services h2 {
	margin-bottom:0.5em;
	font-weight:bold;
	font-size:150%;
	color:#FFF;
}


#testimonial {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #623810;
	
}
#testimonial .cite {
	margin-bottom: 0;
	text-align: right;
	font-weight: bold;
	color: #C02064;
}

#casestudy {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #623810;
	
}
#casestudy h2 {
	margin-bottom: 1em;
	font-size: 150%;
	color: #C02064;
}

#casestudy .subheader {
	color: #C02064;
	font-weight:bold;
}

#media {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #623810;	
}
#media .cite {
	margin-bottom: 0;
	text-align: right;
	font-weight: bold;
	color: #C02064;
}

#media .subheader {
	color: #C02064;
	font-weight:bold;
}

#media ul {
	
}

#media li {
	background:url(sitegraphics/icon_list.gif) no-repeat;
	font-size:110%;
	padding:0 0 10px 20px;
}


#environmental ul {
	margin-left: 20px;
}
#environmental li {
	background:url(sitegraphics/icon_list.gif) no-repeat;
	font-size:110%;
	padding:0 0 13px 16px;
}


#contactDetails {
	width: 250px;
	padding: 1.5em 0;
	border-top: 1px solid #623810;
	border-bottom: 1px solid #623810;
}
#contactDetails h1 {
	margin-bottom: 0.6em;
	font-size: 145%;
	font-weight: bold;
	color: #C02064;
}
#contactDetails p {
	margin: 0;
	line-height: 1.4em;
}
#contactDetails .caption {
	font-weight: bold;
	color: #C02064;
}
#contactDetails .address {
	margin-bottom: 0.8em;
}
#contactDetails a:link, #contactDetails a:visited {
	color: #FFF;
	text-decoration: underline;
}
#contactDetails a:active, #contactDetails a:hover {
	color: #C02064;
}


#contactMap {
	float: right;
	width: 435px;
	border: 1px solid #623810;
}
.message {
	color:#000;	
	width: 210px; 
}

/*--------------------FOOTER--------------------*/

#footer {
	margin: 20px 25px 0 25px;
	padding: 0 0 20px 0;
	font-size: 115%;
}
#footer h1 {
	margin: 20px 0 0.5em 0;
	font-size: 110%;
	font-weight: bold;
	color: #C02064;
}
#footer p {
	line-height: 1em;
	margin-bottom: 0;
}
#footer .caption {
	font-weight: bold;
	color: #C02064;
}

.imageleft {
	float: left;
	margin: 0 15px 15px 0;
}
.imageright {
	float: right;
	margin: 0 15px 0 15px;
}

.casestudyimageleft {
	float: left;
	margin: 15px 15px 15px 0;
}
.casestudyimageright {
	float: right;
	border: solid 1px #C02064;
	margin: 15px 0px 15px 15px;
}
.casestudyimage {
	border: solid 1px #C02064;
	margin: 0 10px;
}
