 body	{
	 	margin:20px 0 0 0;
	 	font-family:helvetica;

	font-size:12px; 
	 }
	 
#custom-doc { 
	width:75.38em;
	*width:73.57em;
	min-width:980px; 
	margin:auto; 
	text-align:left; } 
	
#wrapper	{
	   	border:10px solid #e9e9e9;
	   	}
	   	
#strapline h1	{
	   		font-size:24px;
	   		margin:90px 0 0 30px;
	   		font-family:helvetica, arial, sans-serif;
	   		color:#000000;
	   		font-weight:regular;
	   		
	   	}

a		{
color:#920b31;
}
/**********document setup*********************************************
*****************************************************************/

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

p	{
	padding:0 0 13px 0;
	font-size:100%;
	color:#666666;
}

blockquote	{
	margin: 0 0 20px 30px;
}

#content ul	{
	margin-bottom:20px;
}

.right	{
	float:right;
}

a	{
	text-decoration:none;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6	{
	font-family:helvetica, arial, sans-serif;
	line-height:100%;
padding: 5px 0 10px 0;
			
}



 h1	{
		font-weight:bold;
	font-size:24px;
	color:#2e2a2a;
	margin: 5px 0 10px 0;
	letter-spacing: -1px;
	line-height:100%;
}

h2	{
	font-weight:regular;
	line-height:120%;
	font-size:14px;
	color:#666;
}

h3	{
	font-size:22px;
	color:#6b97c3;
	font-weight:regular;
}

h4	{
	font-size:16px;
	text-transform:uppercase;
	color:#6b97c3;
	font-weight:bold;
}

h5	{
	font-size:22px;
	text-decoration:underline;
	color:#999;
	font-weight:bold;

}

h6	{
	font-weight:regular;
	line-height:130%;
	font-size:14px;
	color:#666;
}

	

/**********header*********************************************
*****************************************************************/

	   	#header	{
	   		max-height:180px;
	   		
	   	}
	   	
	   	#header_logo	{
	   		margin:30px 0 0 30px;
	   	}
	   	
	   	#contact_info	{
	   		float:right;
	   		margin:-140px 50px 0 0;

	   	}
	

/* ---------------------------------------------------
	menu
--------------------------------------------------- */ 

#menu	{
	width: 100%;
	margin: 0;
	float: left;
background-image:url(../img/line.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}


	
#menu a {
	font-weight:bold;
	padding: 6px 15px 10px 0;
	font-size:18px;
	color:#000000;
	

}

#menu a:hover {
	color: #920b31;
	text-decoration:underline;
}


/* ---------------------------------------------------
	suckerfish stuff
--------------------------------------------------- */ 
 
/* hack to get dropdown to appear over form elements in ie
	see iehover-fix.js for details */

ul.suckerfish_menu iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);

}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

.suckerfish_menu, .suckerfish_menu ul { /* all lists */
	padding: 0;
	margin: 0 20px 0 30px;
	list-style: none;

		font-size:10px;
	color:#9f9898;
	
}

.suckerfish_menu a {
	display: block;
	padding: 0.1em 1em 0 0;
}

.suckerfish_menu li {
	float: left;
	margin:0 10px 0 0;
}

.suckerfish_menu li ul li {
	width: 22em; /* width needed or else Opera goes nuts */
}

.suckerfish_menu li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin:0;
	padding:0 0 0 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.suckerfish_menu li li{
	float: left;
	margin:0 0 0 10px;
	padding:0;
}

.suckerfish_menu ul li a {
	display: block;
	background-color: #fff;
	padding: 0 0.4em;
}

.suckerfish_menu li ul ul { 
	margin: -1.7em 0 0 10em;
}

.suckerfish_menu li:hover ul ul, .suckerfish_menu li:hover ul ul ul, .suckerfish_menu li.sfhover ul ul, .suckerfish_menu li.sfhover ul ul ul {
	left: -999em;
}

.suckerfish_menu li:hover ul, .suckerfish_menu li li:hover ul, .suckerfish_menu li li li:hover ul, .suckerfish_menu li.sfhover ul, .suckerfish_menu li li.sfhover ul, .suckerfish_menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9999;
}
	

	
/**********contact at top of page*****************************
*****************************************************************/ 	



#contact_info	{
	margin:-130px -50px 0 0px;
	float:right;
}

#blog #contact_info	{
	margin:-124px -50px 0 0;
}

.telephone {
font-size:12px;
color:#999999;
margin:0px;
}
#contact_box {
min-height:100px;
}
.contact_title {
color:#999999;
border:1px;
font-size:16px;
margin:10px 0 0 -20px;
}
.contact_email {
margin:0 0 0 30px;
}

#blog .contact_email	{
	margin:5px 0 0 30px;
}
.contact_email a {
font-size:12px;
text-decoration:none;
color:#5498e6;
}
.contact_email a:hover {
text-style:italic;
}
	
/**********content*****************************
*****************************************************************/ 	

.content ul, .middle ul	{
	margin:5px 0;
}
.content li, .middle li	{
	list-style-type:disc;
	margin:0 0 0 25px;
	color:#666666;
}

#splash_text	{
	margin:0 0 20px 0;
}



#two_column, #four_column, #full_width	{
	padding:0 30px;
	margin:20px 0 10px 0;

}

#full_width	{
	margin:20px 0 0px 0;
}
#two_column, #full_width	{
	font-size:12px;
	line-height:18px;
}

#four_column	{

	background-image:url(../img/line.png);
	background-repeat:no-repeat;
	background-position:top center;
	
	margin:30px 0 30px 0;
	padding:20px 30px 0 30px;
}

#two_column a, #full_width a	{
	color:#920b31;
}

#four_column a	{
	font-size:12px;
	text-decoration:none;
	color:##920b31;
}

#four_column a:hover, #two_column a:hover, #full_width a:hover	{
	font-style:italic;
}

#four_column a:visited	{
	color:#9e9999;
}

#four_column a:visited	{
	color:#666666;
}

#blog #four_column {
	visibility:hidden;
}
 .small	{
	float:left;
	}

 .small_title	{
	padding:10px 0px 0 15px;
	float:left;
	color:#999999;
	font-size:16px;
	}	

 .small_description	{
	clear:both;
	padding:10px 50px 0 0;
	line-height:1.3em;
	font-size:11px;
	color:#999999;
	
}



	
}


 .small_description2	{
	clear:both;
	padding:10px 0px 0 0;
	line-height:1.3em;
	font-size:11px;
	color:#999999;
	
}

#twitter-link 	{
	padding:28px 0 0 0;
}
/**********footer****************************
*****************************************************************/

#ft	{
	background-color:#e9e9e9;
	min-height:10px;
	padding:10px;
	font-size:11px;
	color:#9f9898;

}

#ft a	{
	color:#9f9898;
}

#ft a:hover	{
	color:#b3c9cb;
	font-style:italic;
}

#ft a:visited	{
	color:#c6c8c8;
}

#credits	{
	margin:120px 0 0 0;
	text-align:right;
}
/**********blog****************************
*****************************************************************/
	   	
#blog_content	{
	padding:0;
	float:left;
}

#blog_sidebar	{
	margin:30px 20px 0 0;
	padding:0;
}

.middle, .right	{
margin:30px 0px 0 0;
}

.postTitle, .postTitle a	{
	margin:0;
	padding:0;
	font-family:helvetica;
	color:#2e2a2a;	   	
	font-weight:normal;
}

.postTitle	{
	margin:0 0 5px 0;
}

.middle_content 	{
	margin:15px 0 0 30px;
	border-bottom:0;
	background-image:url(../img/blog_line.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.right	{
	margin:15px 0px 0 0;
}

.middle_content p	{
	line-height:18px;
}

#commentform	{
	padding:20px 0 0 0;
}

#comment .textarea	{
	margin:0 0 10px 0;
}

.alignleft	{
	float:left;
	}

.alignright		{
	float:right;
	}
/**********contact form****************************
*****************************************************************/

  .textInput_firstname	{
	width: 25em;
	border: 1px solid #ccc;
	background-color:#fff;
	padding: 0.1em;
	margin:0 10px 10px 0;
	}
	
	.textInput_email	{
	width: 16em;
	border: 1px solid #ccc;
	background-color:#fff;
	padding: 0.1em;
	margin:0 10px 10p 0;
	}
	
	.textInput_postcode	{
	width: 7em;
	border: 1px solid #ccc;
	background-color:#fff;
	padding: 0.1em;
	margin:0 10px 10px 0;
	}
	
	.textInput_otherinfo	{
	width: 28em;
	height:10em;
	border: 1px solid #ccc;
	background-color:#fff;
	padding: 0.1em;
	margin:0 10px 10px 0;
	}
	
	.form_text	{
		font-size:100%;
		font-weight:bold;
	}
