/*
Default stylesheet for: 	
		www.hunterchasetips.co.uk
*/

/* ----------------------- HTML Elements ---------------------------------------- */
a, a:link, a:visited  {
	color: #004801;
	TEXT-DECORATION: none;
}
a:hover, a:active{
	color: black;
	TEXT-DECORATION: none;
}

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background-color:#fffff; /*color background - only works in IE */
	font-size:90%; /*set default font size */
	/*_font-size:90%;*/ /*set default font size IE*/
	line-height: 140%;
	font-family: arial, verdana, tahoma, sans-serif; /* set default font */
}

body{ 
	height: 100%;                                                                   /* Make sure the document takes up the whole window. */

	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	
	/*color: #004801;*/
	color: #333;

	background: #dcdcdc url(graphics/pagebody.jpg) repeat-y center 0px;
	
	text-align: justify;
	z-index: 0;
}

p{ 
	background-color: transparent; 
	margin: 0 0 0 0em;
}
p.question{
	font-style: italic;
}
p.stoppress{
	font-weight: bold;
	color: red;
}
h1 { 
	color: #333; 
	font-size: 1.2em; 
	font-weight : bold;
	/*background-image: none;*/
	}

h2 { 
	color: #333;
	font-size: 0.9em; 
	font-weight : bold;
	/*margin:0px;
	margin-bottom:5px;
	border-bottom: 2px solid white;*/
	/*width:100%;	*/
/*	position:relative;	
	float:left;*/
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 { 
	color: #666;
	font-size: 1.0em;
}

h4 { 
	font-size: 1.0em; 
	color: #666; 
	font-weight : normal;
}

hr { 
	color: #ccc; 
	height: 1px;
	margin-top:10px;
}

ol {
	/*list-style-image: url("graphics/bullit.gif")*/	
	margin-top: 0px;
	margin-bottom: 10px;
}

ul {
	/*list-style-image: url("graphics/bullit.gif")*/
	list-style-type: square;
	margin-top: 0px;
}

li {
/*	margin-left:-10px;
	border-left:0px;
	padding-left:-10px;*/
}

img {
	border: 0px;
}

imgpng{
	_behavior: url(iepngfix.htc);
}

input { 
	font-size: 1.0em; 
	color: #666;	
	background-color: White;
	margin-top : 0px;
	margin-left : 0px;
	padding-left : 10px;
	padding-right : 10px;	
	border : 3px solid #ccc;
	font-weight: bold;
	
	margin-bottom : 2px;
} 
label{
	font-size: 1.0em;
	_line-height: 90%;	
	width: 150px;
	float:left;
	padding-left: 0px;
}
textarea { 
	font-size: 1.0em; 
	color: #666;
	background-color: White;
	margin-left : 0px;
	padding-left : 0px;
	padding-right : 4px;
	margin-bottom : 2px;
	border : 3px solid #ccc;
} 

/* ############################################ */

#pagebody{
	width:100%;
	padding: 0px 0px 0px 0px;
	z-index: 2;
}
	
#header{
	background: white url(graphics/pagehead.jpg) no-repeat top;		
	width:850px;
	height:351px;
}
	#header p{
		color: white;
		font-size: 1.6em;
		margin-left:260px;
		margin-right:30px;
	}	
	#header h2{		
		margin-left:260px;
		color: white;
		font-size: 1.0em; 
		margin-top:0px;
		margin-bottom:0px;
		line-height: 0.9em;
	}			
	#header h1{		
		color: white;
		margin-left:355px;
		margin-top:300px;
		font-size: 1.7em;
	}		
		
#contentwrapper{
	position: relative;
	background: url(graphics/25years.jpg) no-repeat top right;	
	height:100px;
	width:850px;
}

#strap{
	position: relative;
	float: left;
	width:850px;
	height:55px;
}	
	#strap h1{
		color: #004801;
		margin-left:43px;
		font-size: 1.7em;
		margin-top:22px;
		/*margin-bottom:30px;*/
	}	
	#strap h1 span{
		color: white;
	}		
		
	#main{
		width:850px;		
		margin-left:auto;	/* Horizontal centering */
		margin-right:auto; /* Horizontal centering */
		border: none;
		z-index: 12;	
	}

	#footer{
		width:850px;
		height:20px;
		padding-top : 10px;
		padding-bottom: 16px;
		color:white;
		background:transparent;
	}
		#footer span{
			font-size: 1.2em;
			font-weight: bold;
			margin-left:43px;
		}
	#footer a, #footer a:link, #footer a:visited  {
		color: white;
		font-weight: bold;
		TEXT-DECORATION: none;
	}
	#footer a:hover, #footer a:active{
		color: #dcdcdc;
		font-weight: bold;
		TEXT-DECORATION: none;
	}

	.footer-left{
		width:351px;	
		height:20px;
		padding-top: 6px;
		padding-bottom: 10px;
		position: relative;
		float: left;
		text-align: center;
		background:black;
	}
	.footer-right{
		width:489px;	
		height:20px;
		position: relative;
		float: left;
		padding-left:10px;
		padding-top: 6px;
		padding-bottom: 10px;
		background:black;
	}
/* ------------------------- left --------------------- */
#main-left{
	width: 328px;
	position: relative;
	float: left;
	top:0px;
	z-index: 50;
}

#cta{
	Width:200px;
	margin-top:50px;
	color: #004801;
	/*background:white;*/
	font-weight: bold;
	border: 0px solid #004801;
	text-align:center;
	padding: 15px;
	padding-left:30px;
	padding-right:50px;
	margin-left: 24px;
	background: white url(graphics/free.jpg) no-repeat top right;	
}
	#cta a, #cta a:link, #cta a:visited  {
		color: red;
		font-weight: bold;
		TEXT-DECORATION: none;
	}
	#cta a:hover, #cta a:active{
		color: #666;
		font-weight: bold;
		TEXT-DECORATION: none;
	}
	#cta span{
		font-size: smaller;
	}
	
#subscribenowbox{
	Width:200px;
	margin-top:50px;
	color: #004801;
	/*background:white;*/
	font-weight: bold;
	border: 0px solid #004801;
	text-align:center;
	padding: 15px;
	padding-left:30px;
	padding-right:50px;
	margin-left: 24px;
	background: white url(graphics/subscribenow.jpg) no-repeat top right;	
}
	#subscribenowbox a, #subscribenowbox a:link, #subscribenowbox a:visited  {
		color: red;
		font-weight: bold;
		TEXT-DECORATION: none;
	}
	#subscribenowbox a:hover, #subscribenowbox a:active{
		color: #666;
		font-weight: bold;
		TEXT-DECORATION: none;
	}
	#subscribenowbox span{
		font-size: smaller;
	}
	
#menuleft{
	/*width: 200px;*/
	
	margin-top:0px;
	padding-left:106px;
	position: relative;
	float:left;
	width:70px;
	/*float: left;*/
	/*padding-left:106px;*/
}

#contactframe{
	position: relative;
	float: left;
	padding-top: 150px;
}

/* ------------------------- right --------------------- */
#main-right{
	width: 462px;
	position: relative;
	float: left;
	overflow: auto;
	z-index: 8;
}
	
	#anim{
		width: 315px;
		/* *width: 210px;*/
		_width: 315px;
		
		overflow: inherit;
		
		height:315px;
		*height:300px;

		/*position: relative;*/
		float:right;

		margin-top: -47px;
		*margin-top: 0px;/*-47px;*/
		_margin-top: -47px;
		
		margin-right: -30px;
		/**margin-right: 75px;*/
		*margin-right: 0px;
		_margin-right: -15px;
		
		margin-left: 30px;		
		/**margin-left: 30px solid #C7C9E3;*/	

		/*border-left: 30px solid #CFCDE3;		
		*border-left: 30px solid #C7C9E3;	*/	
/*		*background: #cfcde3 url(graphics/contentback.png);*/

		z-index: 8;
	}
		#anim-inner{
			width: 315px;
			*width: 300px;
			_width: 315px;
			/*height:300px;*/
			
			/*border-left:#aba6ce solid 15px;
			border-bottom:#aba6ce solid 15px;		*/
			/*border-left:white solid 15px;*/
			border-bottom:white solid 15px;		
			*border-bottom:0px;
			_border-bottom:white solid 15px;		

			/**border-bottom:white solid 15px;*/		

			z-index: 50;
		}

	#content{
		width: 458px;
		padding-top:0px;
		padding-right:30px;
		padding-left:30px;
		padding-bottom:10px;
`
		position: relative;
		float: left;

		z-index: 20;
	}
	
	#content li{
		/*margin-left: -25px;*/
	}
	#content a, #contentt a:link, #contentt a:visited  {
		color: #004801;
	}
	#content a:hover, #content a:active{
		color: red;
	}
	#content p{ 
		margin: 0 0 1em 0em;
	}
	#content form{ 
		padding: 0 0 0 1em;
		background-color: #f5f5f5;
	}
	/*#content h2{ 
		font-size: 1.0em;
		font-weight: bold;
		color: #333333;
		display:inline;
	}*/
	#content h3{ 
		font-size: 1.0em;
		font-weight: bold;
		color: #333333;
		display:inline;
	}
	
	.links {
		list-style-type: none;
	}
	
	.high{
		font-weight: bold;
	}
		
	.img-left{
		_behavior: url("iepngfix.htc");		
		margin-top:0px;
		margin-right:30px;
		margin-bottom:10px;
		margin-left:0px;
	}
	.img-right{
		_behavior: url("iepngfix.htc");		
		margin-top:0px;
		margin-right:0px;
		margin-bottom:10px;
		margin-left:30px;
	}
	.img-blockleft{
		_behavior: url("iepngfix.htc");		
		margin-top:70px;
		margin-right:50px;
		margin-bottom:100px;
		margin-left:0px;
	}

	
.clearboth { 
	clear: both; 
	width:100%;
	height:1px;
}


/* ------------------------------------------ */
.feedburnerFeedBlock{
	font-size:0.9em;
}
.feedburnerFeedBlock ul {
	/*list-style-image: url("graphics/bullit.gif")*/
	list-style-type: none;
	margin-top: 0px;
	margin-left: -40px;
	*margin-left: 40px;
}

.feedburnerFeedBlock li {
	text-align : left;
	font-size: 1.0em;
	/*margin-bottom: 1.0em;*/
}

.feedTitle{
	width: 215px;	
	background:black;
	background: black url(graphics/news-back.jpg) repeat-x;
	color:white;
	padding-left:20px;
	padding-top:6px;
	padding-bottom:6px;
	font-weight: bold;
	*margin-top: 10px;
	font-size:11px;
	font-weight: bold;
}
	.feedTitle a, .feedTitle a:visited{
		color:white;
	}
	.feedTitle a:hover, .feedTitle a:active{
		color:red;
	}

.headline{
	/*margin-left:5px;	*/
	color:#666;
	font-weight: bold;
}
.fbsubscribelink{
	font-size: 1.0em;	
}
#creditfooter{
	display: none;	
}
.students{
	color:red;
	font-size: 1.1em;
	font-weight:bold;
	text-align: center;
}

