/*Iain Rennie Hospice - static*/


/*-------------------RESETS-----------------*/

/* 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;}

.green{
	color: #68A636;
}
/*---------------------TOP LEVEL-----------------------*/

body {	
	font-family: verdana, helvetica, arial;
	background:#1A88BB;
	font-size: 72%;
	color: #ffffff;
}
* {
	margin: 0;
	padding: 0;
}
P {
	color:#ffffff;
	font-size:100%;
}
.redalert{
	color:#cc0000;
}
a:link, a:visited {
	color:#53267B;
	text-decoration:none;
}
a:hover, a:active {
	color:#F8971D;
}
.highlight {
	font-weight:bold;
}
.highlight2 {
	color:#F8971D;
}
.imageright {
	float:right;
}
.imageleft {	
	float:left;
}
.imagerightpad {
	padding: 0px 0 10px 10px;
	float:right;
}
.imageleftpad {
	padding: 0px 10px 10px 0px;
	float:left;
}

.fullWidthImageMargin {
	margin: 0 0 20px 0;
}

.panel {
	margin: 0 0 10px 0;
}

/*---------------------WRAPPER-----------------------*/
#container {
	background-image:url(sitegraphics/c3peaks/chilterns.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	padding: 0 0 0 0;
	border:#CCFF33;
	border-width:medium;
}
#wrapper {
	width:750px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	border-left: #6C4589 solid 1px;
	border-right: #6C4589 solid 1px;
}

#formWrapper {
	width:500px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	border-left: #6C4589 solid 1px;
	border-right: #6C4589 solid 1px;
}

#orderformWrapper {
	width:800px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	border-left: #6C4589 solid 1px;
	border-right: #6C4589 solid 1px;
}

/*---------------------BRANDING-----------------------*/
#branding {
	height:	210px;
	width: 750px;
	background: url(sitegraphics/c3peaks/header.gif) 0 0;
}

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

#contentWrapper {
	background:#53267B;
}
#contentMain {
	background:#53267B;
	background-image: url(sitegraphics/gnwalk/stars.gif);
	background-repeat:no-repeat;
	padding: 30px 0 30px 90px;
	float:left;
	width: 660px;
}
#contentMain h1 {
	font-family: helvetica, arial, verdana;
	margin-bottom: 10px;
	font-size:160%;
	color:#7AC141;
}
#contentMain h2 {
	font-family: helvetica, arial, verdana;
	margin-bottom: 10px;
	font-size:140%;
	color:#7AC141;
}
#contentMain h3 {
	font-family: helvetica, arial, verdana;
	margin-bottom: 10px;
	font-size:120%;
	color:#7AC141;
	display:block;
	border-bottom: solid 1px #7AC141;
}
#contentMain p {
	margin-bottom: 10px;
}
#contentMain a:link, #contentMain a:visited {
	color:#F69620;
}
#contentMain a:hover, #contentMain a:active {
	text-decoration:underline;
}
#contentMain ul {
	margin-bottom:20px;
	padding-left:15px;
}
#contentMain ol {
	padding-left:25px;
}
#contentMain li {
	font-size:100%;
	font-weight:bolder;
	margin-bottom:10px;
	padding-left:12px;	
	color:#1A88BB;
}
#contentMain li p {
font-weight:normal;
}
#contentMain li.yellowBullet {
background:url(sitegraphics/bullet.gif) no-repeat 0 4px;
font-weight:normal;
}
#contentMain .listBullet {
	background:url(sitegraphics/bullet.gif) no-repeat 2px 4px;
}
#contentMain .officeColumn  {
	padding: 0 10px 0 10px;
	float:left;	
	border-right: 1px solid #AF99BF; 
	text-align:center;
	width:125px;
}
#contentMain .officeColumn h1  {
	display:block;
	height:40px;
}
#contentMain li.address  {
	list-style:none;
	font-size:90%;
}

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

#contentHomeWrapper {
	width: 705px;
	margin: 0;
	padding: 0;
}
#contentHome {
	width: 425px;
}

/*---------------------POP UP FORMS-----------------------*/

#textcontentForm {
	background:#FFFFFF;
	padding: 30px 0 30px 90px;
	float:left;
	width: 660px;
}
#textcontentForm h1 {
	font-family: helvetica, arial, verdana;
	margin-bottom: 10px;
	font-size:160%;
	color:#7AC141;
}
#textcontentForm h2 {
	font-family: helvetica, arial, verdana;
	margin-bottom: 10px;
	font-size:120%;
	color:#7AC141;
	display:block;
	border-bottom: solid 1px #7AC141;
}
#textcontentForm h3 {
	color:#7AC141;
	}
#textcontentForm p {
	margin-bottom: 0px;
	margin-right:60px;
	color:#1A88BB;
}

#textcontentForm td {
	color:#1A88BB;
}
#textcontentForm li  {
	list-style:circle;
	margin-left:30px;
	margin-bottom:12px;
	margin-right:20px;
	color:#1A88BB;
}
#textcontentForm a:link, #textcontentForm a:visited {
	color:#57B30D;
}
#textcontentForm a:hover, #textcontentForm a:active {
	text-decoration:underline;
}
#textcontentForm .mandatory {
	color: #CC0000;
}
#textcontentForm .yellow {
	font-weight: bold;
	color: #E50000;
}
#textcontentForm label {
	font-size:80%;
	display: block;
	font-weight: bold;
	text-align: left;
	color: #1A88BB;
}
#textcontentForm input, #productEnquiry textarea {
	width: 80%;
	margin-bottom: 8px;
	color: #3D6020;
}
#textcontentForm input.order  {
	width:auto;
	margin-top:0px;
	margin-bottom:0px;
	vertical-align:middle;
}

#textcontentForm input.submit {
	width: 40%;
	margin-bottom: 8px;
}
#textcontentForm input.submit.table {
	width: 100%;
	margin-bottom: 8px;
}
#textcontentForm input.checkbox {
	width: auto;
	margin: 6px 2px 8px 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}
#textcontentForm .inlinelabel {
	margin: 0 5px 8px 0;
	padding: 0;
	display: inline;
}
#textcontentForm select{
	vertical-align:top;
	margin-top:0px;
	}
/*---------------------TABLES-----------------------*/

#challengeevents {
	margin-bottom:10px;
}
#challengeevents td {
	width:33%;
	vertical-align:top;	
	padding:5px;
	background:#e3dbe9;
}
#challengeevents p {
	margin:0;
	padding:0;
}
#lightupalife {
	margin-bottom:10px;
}
#lightupalife td {
	width:33%;
	vertical-align:top;
	padding:5px;
	background:#e3dbe9;
}
#lightupalife p {
	text-align:center;
	margin-bottom:5px;
	padding:0;
}
#lightupalife .subtext {
	font-style:italic;
	font-size:80%;
}
#donationgrid td {
	vertical-align:top;
	padding:5px;
	background:#e3dbe9;
}
#donationgrid p {
	margin:0;
	padding:0;
}
#educationprogrammegrid td {
	vertical-align:top;
	padding:5px;
	background:#e3dbe9;
}
#educationprogrammegrid p {
	margin:0;
	padding:0;
}
#deptinfo {
	margin-bottom:20px;
}
#deptinfo td {
	vertical-align:top;
	padding:5px;
	background:#e3dbe9;
}
#deptinfo p {
	margin:0;
	padding:0;
}
#peoplePortraits {
	width:50%;
	
}
#peoplePortraits td {
	padding:10px;
	width:120px;
}
#peoplePortraits img {
	border: 1px solid #53267B;
}
#peoplePortraits p.personTitle {
	margin-bottom:10px;
	text-align:center;
	line-height:normal;
	font-style:italic;
}
#peoplePortraits p.personName {
	margin-bottom:0px;
	text-align:center;	
}

#teams td {
	padding:10px;
	height:10px;
}

#teams p {
	margin-bottom:0;
}

#teams td.ridgewayColour {	
	border: 1px solid #53267B;
	background-color:#99cc66;
}
#teams td.dacorumColour {
	border: 1px solid #53267B;
	background-color:#ffcc00;
}
#teams td.wycombeColour {
	border: 1px solid #53267B;
	background-color:#ff9900;
}
#teams td.southbucksColour {
	border: 1px solid #53267B;
	background-color:#ffff00;
}

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

#footer {
	clear:both;
	height:75px;
	border-bottom:1px solid #6C4589;
	background:#FFFFFF;
	background-image:url(sitegraphics/c3peaks/irhh_logo.jpg);
	background-repeat:no-repeat;
}
#footer ul {
	margin-bottom:20px;
	padding-left:35px;
}
#footer ol {
	padding-left:25px;
}
#footer li {
	font-size:90%;
	margin-bottom: 10px;
	font-weight:bolder;
	color:#441868;
}
#footer h3 {
	display:block;
	margin:0 16px 20px 20px;
	border-bottom: solid 1px #AF99BF;
	font-family: helvetica, arial, verdana;	
	font-size:120%;
	color:#6C4589;
}
#footerButtons {
	padding:0 20px 20px 20px;
}

#ambrit {
width:750px;
margin: 15px auto;
font-family: verdana, helvetica, arial;
}
#ambrit a:link, #ambrit a:visited {
color: #0066CC;
text-decoration: none;
}
#ambrit a:hover, #ambrit a:active {
color: #333;
text-decoration: underline;
}
#ambrit img {
margin-right: 5px;
}

