/*******************************************************
TITLE: Hippo House
DATE: 20080312
AUTHOR: Victoria Midson, Drawn to Pixels - http://www.drawn2pixels.co.uk
*******************************************************/

body {
	margin: 0 3em 3em;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
	color: #B3B3B3;
	text-align: center;
	background-image: url(../images/bg_wood.jpg);
	font: 14px/20px Arial, Helvetica, sans-serif;
}

a {
	color: #E6E6E6;
	background-color: #AF1E30;
	text-decoration: none;
}

a:hover {
	color: #AF1E30;
	background-color: #E6E6E6;
	text-decoration: none;
}

a.twitter {
	color: #E6E6E6 ;
	text-decoration: none;
	background: #21B3DB none no-repeat;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
}

a.twitter:hover {
	color: #21B3DB;
	background-color: #E6E6E6;
	text-decoration: none;
}

a.facebook {
	color: #E6E6E6;
	background-color: #304486;
	text-decoration: none;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
}

a.facebook:hover {
	color: #304486 ;
	background-color: #E6E6E6;
	text-decoration: none;
}


#centerColumn {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
	height: 860px;
	background: url(../images/bg_woodHippo2.jpg) no-repeat;
}

#centerColumn h2 {
	margin: 0 0 -.5em 0;
	padding: .75em 0 0 0;
	font-size: 1em;
}

#rightcol {
	float: right;
	width: 500px;
	margin-bottom: 60px;
	height: 500px;
}

#leftcol {
	float: left;
	width: 450px;
	margin-bottom: 60px;
	height: 500px;
}

#network {
	margin-top: 30px;
	margin-bottom: 0;
}

#twitter {
	float: left;
	background: url(../images/icn_twitter.png) no-repeat;
	padding-left: 30px;
	margin-right: 35px;
}

#facebook {
	float: left;
	background: url(../images/icn_facebook.png) no-repeat;
	padding-left: 30px;
}



#header {
	padding: 0 0 0 0;
	height: 100px;
	float: right;
	margin-top: 4em;
	width: 500px;
}

#rightcol h3 {
	color: #E6E6E6;
	font-size: 36px;
	float: left;
	height: 35px;
	margin: 10px 0 0 10px;
	width: 400px;
}

#rightcol div.contact {
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}

#rightcol div.contact p {
	float: left;
	margin-left: 10px;
	line-height: 20px;
	width: 380px;
}

#rightcol div.contact p strong {
	font-size: 16px;
	line-height: 22px;
}

#rightcol div.contact a {
	float: left;
}


#rightcol h3 span.h3small {
	font-weight: normal;
	font-style: normal;
	padding: 0;
	color: #B3B3B3;
	margin: 0 0 0 2px;
	float: left;
	font-size: 14px;
}

#rightcol img {
	float: left;
}

#3columns {
	float: left;
	width: 100%;
}

#centerColumn div.column {
	width: 250px;
	display: block;
	padding-left: 60px;
	float: left;
}

#centerColumn div.column h4 {
	color: #AF1E30;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}

#header h1 {
	border: 0pt none;
	display: block;
	height: 100%;
	text-indent: -7777px;
	width: 100%;
	font-size: 1.5em;
	letter-spacing: .1em;
	background: url(../images/title_HH.gif) no-repeat;
	height: 40px;
	margin-bottom: 0;
}

#header h2 {	
	font-size: 26px;
	color: #AF1E30;
	margin-top: 10px;
	padding-top: 0;
}


#location {
	top: 500px;
	margin-top: 410px;
	margin-left: 40px;
	font-weight: bold;
	color: #4D4D4D;
}

#footer {
	bottom: 0;
	padding: 0 0 10px 20px;
	height: 35px;
	text-align: left;
	font-size: 12px;
	background-color: #1e170f;
	width: 900px;
	color: #64503D;
	margin-bottom: 0;
	margin-top: 40px;
	margin-left: 25px;
	position: relative;
	float: left;
	opacity: 0.81;
	border: 1px solid black;
}

#footer p {
	margin-top: 12px;
}

#footer a {
	font-weight: bold;
	color: #64503D;
	background-color: transparent;
}
