html>body #content {
	height: auto;
	width: auto;
	min-height: 580px;
}

body{
	font-family: verdana;
	font-size: 95%;
	line-height: 140%;
	background-color: #FFFFFF;
	background-position: center top;
	text-align: center;
}

body,td,th {
	color: #333333;
}



a, a:link {
	padding: 1px;
	color: #FA2E00;
	text-decoration: none;
}

a:hover {
	color: #351216;
	text-decoration: none;
}

h1 {
	font-family: verdana;
	font-weight: bold;
	font-size: 125%;
	padding-top: .1em;
	padding-bottom: .5em;
	color: #990033;	
}


hr {border: none 0; 
border-top: 1px dotted #003366;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin-top:0px;
padding-top:0px;
} 

h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 150%;
}

h3 {
	font-family: verdana;
	font-size: 130%;
}


h4 {
	font-size: 105%;
}

p {
	font-size: 80%;
	margin-bottom:1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}


#hd{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;


	
	 
}
#hd h1{
	font-size: 290%;


}

#hd h1 a{
	text-decoration: none;

}

h3 a:link, h3 a:hover, h3 a:visited{
	color: #02259C;
}

.item {
	padding: 10px;

	background-image: url(/); 
	background-repeat: repeat;
	text-align:left;
	border: 0px #171701;
	margin-bottom: 1em;
	;
	
}

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}


.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 5px;

}


.chronodata {
	display: inline;
	text-align: right;
	margin-left: 2em;
	font-size: 80%;
}


.itemhead h3{
	display: inline;
}


input{
	font-size: 80%;
}

.metadata{
	line-height: 190%;
	font-size: 75%;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #FA2E00;
}

.tags, .catagory {

	display: block;

}

.commentlist p {
	clear: both;
	font-size: 95%;
}


cite{
	font-size: 95%;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.commentmetadata {
	font-size: 80%;
	float: right;

}
.commentlist {
	margin-top: 5px;
}
.commentlist li {
	padding: 2px;
	border-top: 1px solid #171701;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #212101;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #212101;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


#secondary, #third{
	text-align:left;
	padding: 0px;
	border: 0px #171701;
}

#secondary h4, #third h4{
	color: #305A47;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 3px;

}

#secondary p, #third p{
		padding: 3px;
		font-size: 70%;
}

#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

#third {
	margin-left: 9px;
}


/* Left menu */
#menu {padding:0; border:0px solid #fff; padding-left: 25px; font-weight:bold }
#menu ul {list-style:none; margin:0; padding:0; font-size:85%; }
#menu ul li { padding:0; margin:0; border-bottom:1px dotted #212101; }
#menu ul li a { display:block; padding:4px 4px 4px 10px; text-decoration:none; color: #1A1A01; }
#menu ul li a:hover { color:#F3E4E2; background: #701707; }


li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.yui-nav{
	margin-bottom: -1px;
}

.yui-navset .yui-nav a:hover {
	background-color: #0099DD;
	color: #1A1A01;
}

.yui-navset .yui-nav li a {
    background-color: #FFFFFF;
	background-image: url(/); 
	background-repeat: repeat;
	border-bottom: 0px;
	color: #1A1A01;
	padding: .3em .7em .3em .7em;
	text-decoration:none;
	font-size: 85%;
}



#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}


#wp-calendar td {
	color: #1A1A01;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}


#wp-calendar #today {
	color: #333333;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#ft {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #212101;
}

#ft a:link, #ft a:hover, #ft a:visited{
	color: #212101;
}



/* Thumnail styles */

.thumb {
 
float: left;
 
margin-right: 7px;
 
margin-bottom: 7px;
 
}





.hmain {
	background-image:url(images/2.jpg);
	background-repeat:repeat-x;	

}




.h1 {
	background-image:url(images/1.png);
	background-repeat:no-repeat
}
.h2 {
	background-image:url(images/2.jpg);
	background-repeat: repeat-x;
}
.h3 {
	background-image:url(images/3.png);
	background-repeat:no-repeat
	
}
.rightform {
	height: 16px;
	width: 140px;
	padding-left: 10px;
	font-size: 14px;
}

.hehi {
	height: 28px;
	color:#000000;
	text-align:center;
	background-image:url(http://www.highimpact.co.uk/wp-content/themes/highimpact5/images/high-impact.jpg);
	font-weight: bold;

}
	.hehi a { text-decoration:none; color: #312424; }
	.hehi a:hover { color:#000000; }

.btm {
	padding-left: 60px;
	padding-right: 60px;

}


/* Article rollovers */

.itementry {padding:0; background: #E9F4E3; margin-right: 20px; padding:0px 0px 0px 4px; border:3px solid #FFFFFF;}

#article {padding:0; border:0px solid #fff;}
#article a { display:block; padding:4px 4px 4px 0px; text-decoration:none; color: #000000; }
#article a:hover { color:#F3E4E2;}




.style1 {color: #427D63}

.callback {
	width: 146px;
	height: 48px;
}