/* hazlewoods css common styles 8th may 2007 */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	color: #999999;
	text-align: center;
	height: 100%;
}

img { border: none; }

#wrapper {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
}

/* HEADER SECTION */
#header {
	position: relative;
}

#logo {
	width: 211px;
	height: 66px;
	background-image: url(../images/logo-1.gif);
	background-repeat:no-repeat;
	left: 2px;
	margin-top: -2px;
	/*position: absolute;*/
	
}
#logo span {
	display: none;
	visibility: hidden;
}

#headerinfo {
	color: #999999;
	font-size: 90%;
	text-align: right;
	float: right;
	display: inline;
	margin-right: 10px;
	margin-top:2px;
	margin-bottom: 4px;
}
#headerinfo ul {
	list-style-type: none;
}

#headerinfo li {
	display: block;
	float:left;
	margin: 0 8px;
	text-align: center;
}

#navigation1 {
	display: block;
	clear: both;
	margin: 0;
	padding: 12px 0 30px 0;
}
#navigation1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 110%;
}
#navigation1 li {
	display: block;
	padding: 0 20px 0 0;
	margin: 0;
	background-repeat:no-repeat;
	background-position: bottom;
	float: left;
	text-align: left;
}

#navigation1 a {
	display: block;
	padding: 8px 0 8px 0;
	color: #000000;
	text-decoration: none;
	margin: 0;
	
	background-repeat:no-repeat;
	background-position: bottom;
}

#navigation1 .selected, #navigation1 .active {
	color: #d30d44;
}

#navigation1 a:hover {
	text-decoration: underline;
	color: #d30d44;
}

#navigation1 .search .search-inner {
	display: block;
	padding-top: 6px;
}

#navigation1 .search a 
{
	display: inline;
}
#navigation1 .search input {
	display: inline;
	
	
}

#navigation2 {
	padding: 0 0 20px 0;
	font-size:100%;
	color: #000000;
	text-align: left;
	margin: 0;
	color: red;
	font-weight: bold;
	display: block;
	clear: both;
}

#navigation2 ul
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#navigation2 li
{
	display: inline;
	padding: 0 10px 0 0;
}

#navigation2 a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#navigation2 a:hover {
	text-decoration: underline;
	color: #d30d44;
}
#navigation2 div {
	display: inline;
}
#navigation2 .selected, #navigation2 .active {
	color: #d30d44;
	display: inline;
	text-decoration: normal;
}
#navigation2 .selected {text-decoration: underline;}

#sidebar {
	display: block;
	padding: 0; margin: 0;
}
#sidebar h2 {
	display: none;
}
#sidebar ul {
	clear: both;
	padding: 0; margin: 0;
}
#sidebar li {
	display: block; float:left; list-style-type: none; margin: 0 20px 0 0;
}
#sidebar a {
	text-decoration: none;
	color: #000000;
}
#sidebar a:hover, #sidebar .selected {
	text-decoration: underline;
	color: #d30d44;
}

#content, #content-team {
	margin-top: 25px;
	margin-left: 0px;
	/* adjusted font settings to test appearance of body copy 15th june 07 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
}

.content-inner {
	padding-right: 8px;
	font-size: 87%;
	line-height: 1.4;
	margin: 0;
}

#content-right, #content-right-small
{
	display: none;
}

.content-right-inner
{

}

h1 {
	color: #d30d44;
	font-size: 190%;
	font-weight: normal;
	padding: 0 0 18px 0;
	display: block;
	margin: 0;
}
#title {
	border-bottom: 1px solid #c8345e; /*#d30d44;*/
	margin: 0 0 19px 0;
	padding: 20px 0 0 0;
	clear: left;
}
h3 {
	color: #d30d44;
	font-size: 100%;
	margin: 0;
}
 
#content em {
	color: #d30d44;
	font-style:normal;
}

#footer {
	clear: both;
	display: block;
	width: 100%;
	margin: 0;
	padding: 25px 0 0 0;
}

#footer-inner {
	text-align:left;
}

#footer .largebuttons {
	display: none;
}

#footer .utilitylinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #ffffff;
}

#footer .utilitylinks li {
	display: inline;
	padding: 2px 12px 2px 12px;
}

#footer .utilitylinks .first {
	background-image: none !important;
}

#footer .utilitylinks a {
	color: #000000;
	text-decoration: none;
}
#footer .utilitylinks a:hover {
	text-decoration: underline;
}



.corp_tombstones {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.corp_tombstones li {
	float: left;
	display:block;
	width: 140px;
	height: 142px;
	margin: 2px;
	padding: 0px;
	text-align: center;
	font-size: 70%;
	line-height: 1.2;
	border: 1px solid #0099ff;
}
.corp_tombstones p {
	margin: 5px;
	padding: 0;
	line-height: 1.2;
}


/*
 *		styles for body copy
 *		-	tagline
 *		-	right floated text
 */
.tagline {
 	color: #d30d44;
	font-weight: bold;
}

.text-to-right {
	float: right;
	width: 145px;
	text-align: left;
	display: inline;
}






.label {
	width: 225px;
	display: block;
	float: left;
}