@charset "UTF-8";
/* 
	CSS Document for LeadChange
	---------------------------
	Media:			Screen
	Target:			All
	Author:			Sam Hampton-Smith
	Date:			12th September 2008

 */

	body {
		margin:				0;
		padding:			0;
		font-family:		arial, helv, sans-serif;
		font-size:			66%;
		color:				#6E2A8D;
		background:			white;
	}
	
	a {
		color:				#F78F1E;
		text-decoration:	none;
	}
	
	#container {
		positon:			relative;
		margin:				0;
		padding:			0;
		width:				755px;
		margin:				auto;
	}
	
	#header {
		position:			relative;
		width:				100%;
		height:				134px;
		z-index:			80;
	}

	#logo {
		position:			relative;
		height:				104px;
		margin:				0;
		padding:			0;
	}
	
	#logo h1 a {
		position:			relative;
		display:			block;
		margin:				0;
		padding:			0;
		width:				755px;
		height:				104px;
		text-indent:		-10000px;
		text-decoration:	none;
		background:			transparent url(logo.gif) no-repeat top left;
		overflow:			hidden;
	}

	#nav {
		position:			relative;
		height:				28px;
	}
	
	#nav ul {
		margin:				0;
		padding:			0;
		height:				28px;
	}
	
	#nav ul li {
		width:				151px;
		text-align:			center;
		list-style:			none;
		float:				left;
		height:				28px;
		line-height:		34px;
	}
	
	#nav ul li a {
		display:			block;
		width:				151px;
		height:				28px;
		text-transform:		uppercase;
		text-decoration:	none;
		font-size:			1.25em;
		color: 				#6E2A8D;
		text-align:			center;
		background-image:	url(nav.gif);
		background-repeat:	no-repeat;
		background-position:0px -56px;
		font-weight:		300;
	}
	
	#nav ul li a:hover {
		background-position:0px -28px;
	}	
	
	#nav ul li a:active, #nav ul li a.active   {
		background-position:0px 0px;
		color:				white;
	}	
	
	#content {
		margin:				0;
		padding:			0;
		background:			transparent url(content.gif) no-repeat bottom left;
	}
	
	#accent {
		position:			relative;
		z-index:			50;
		margin:				0;
		padding:			0;
		width:				100%;
		height:				303px;
		border-bottom: 		2px solid #F78F1E;
		border-top: 		2px solid #F78F1E;			
		margin-bottom:		10px;
		margin-top:			-2px;
	}
	
	#accent.template {
		background:			transparent url(template.jpg) no-repeat top left;
	}
	
	
	#accent * {
		z-index:			60;
	}

	h2, h3 {
		margin:				0;
		padding:			0;
		padding-left:		10px;
		padding-right:		10px;
		text-transform:		uppercase;
		font-weight:		300;
	}
	
	h2 {
		font-size:			1.7em;
		margin-bottom:		10px;
	}
	
	h3 {
		font-size:			1.5em;
	}

	#clear {
		clear:				both;
		height:				10px;
	}

	#paperpanel {
		float:				left;
		width:				218px;
		height:				245px;
		background:			transparent url(paperpanel.png) no-repeat top left;
		padding:			18px;
		font-size:			1.1em;
	}
	
	#paperpanel ul {
		margin:				0;
		padding:			0;
	}
	
	#paperpanel ul li {
		margin:				0;
		padding:			0;
		list-style:			none;
		padding-left:		5px;
		border-left:		2px solid #6E2A8D;
		margin-bottom:		10px;
	}
	
	#paperpanel ul li a {
		text-transform:		uppercase;
		text-decoration:	none;
		color:				#F78F1E;
	}
	
	.thirdcol {
		width:				228px;
		padding:			10px;
		float:				left;
		border-right:		1px solid #6E2A8D;
	}
	
	.halfcol {
		width:				350px;
		padding:			10px;
		float:				left;
		border-right:		1px solid #6E2A8D;
	}	
	
	#content p {
		margin:				0;
		padding:			0;
		padding-left:		10px;
		padding-right:		10px;
		margin-bottom:		10px;
		font-size:			1.1em;
	}
	
	#content .thirdcol p, #content .halfcol p {
		margin:				0;
		padding:			0;
		margin-bottom:		10px;
		font-size:			1.1em;
	}
	
	#content .thirdcol h2, #content .halfcol h2,#content .thirdcol h3, #content .halfcol h3 {
		margin:				0;
		padding:			0;
	}	
	
	#content .thirdcol ul, #content .halfcol ul {
		margin:				0;
		padding:			0;
		margin-bottom:		10px;
	}
	
	#content .thirdcol ul li, #content .halfcol ul li {
		padding:			0;
		margin:				0;
		padding-left:		40px;
		list-style:			none;
		background:			transparent url(bullet.gif) no-repeat top left;
		line-height:		2em;
		font-size:			1.1em;	
	}
	
	q {
		margin:				0;
		padding:			0;
		color:				#F78F1E;
		font-size:			1.1em;
	}
	
	.attrib {
		font-style:			italic;
	}
	
	#footer {
		border-top:			1px solid white;
		margin:				0;
		padding:			0;
		position:			relative;
		width:				755px;
		height:				48px;
		line-height:		48px;
		text-indent:		10px;
		background:			transparent url(footer.gif) no-repeat top left;
		color:				#b694c6;
		margin-bottom:		10px;		
	}
	
	#footernav {
		position:			absolute;
		text-align:			right;
		right:				10px;
		top:				0px;		
	}
	
	#footernav ul {
		margin:				0;
		padding:			0;
		height:				15px;
	}
	
	#footernav ul li {
		list-style:			none;
		padding:			0;
		margin:				0;
		height:				15px;
		border-right:		1px solid #6E2A8D;
		display:			inline;
	}
	
	#footernav ul li a {
		padding-left:		5px;
		padding-right:		7px;
	}	
	
	.last {
		border:				none;
	}
	
	#footernav ul li.last, #footernav ul li.button  {
		border:				none;
	}
	
	#footernav ul li.button {
		background:			transparent url(homebtn.gif) no-repeat center center;
		width:				104px;
		line-height:		43px;
	}
	
	#footernav ul li.button a {
		color:				white;
		text-transform:		uppercase;
	}
	.infobubble {
		position:			absolute;
		width:				125px;
		height:				44px;
		padding:			24px;
		line-height:		1.3em;
		font-size:			0.9em;
		font-weight:		bold;
		color:				#6E2A8D;
		display:			none;
		z-index:			100;
		background:			transparent url(infobubble.png) no-repeat top center;
	 	
	}
	
	#leftarrow, #rightarrow {
		position:			absolute;
		display:			block;
		top:				135px;
		background:			transparent url(leftarrow.gif) no-repeat top left;
		width:				37px;
		height:				35px;
		text-indent:		-1000px;
		text-decoration:	none;
		overflow:			hidden;
	}
	
	#leftarrow {
		left:				-40px;
	}
	
	#rightarrow {
		right:				-40px;
		background-image:	url(rightarrow.gif);
	}
	
	#accent h2 {
		margin:				0;
		padding:			0;
		position:			absolute;
		bottom:				5px;
		right:				10px;
		width:				350px;
		line-height:		2.2em;
		text-align:			right;
		color:				#F78F1E;
		font-size:			1.2em;
	}
	
	#accent h2 span {
		padding:			5px;
		background:			#6E2A8D;	
		color:				white;
		font-size:			1.4em;
		line-height:		1.9em;
		font-weight:		300;
	}
/*	
	#horses h2 {
		background:			transparent url(videonotplaying.gif) no-repeat top right;
	}
	
	#seachange h2 {
		background:			transparent url(videoplaying.gif) no-repeat top right;
	}
*/		
	#content .halfcol p.halfcol {
		display:			block;
		width:				160px;
		margin-right:		10px;
	}	
	
	label, textarea, input {
		display:			block;
		padding:			5px;
	}
	
	label {
		font-weight:		bold;
		width:				260px;
		padding-left:		1em;
		padding-right:		1em;
		padding-bottom:		1em;
	}
	
	label.hover {
		background:			#e6d9eb;
	}

	input, textarea {
		border: 			1px solid #F78F1E;
		font-size:			1.2em;
		color:				#6E2A8D;
		width:				250px;
	}
	
	#submitform {
		background:			#6E2A8D;
		color:				white;
		width:				auto;
	}
	
	#content #people .halfcol ul li { background-image:none;padding:0;margin:0;margin-bottom:5px;}
	
	#content .person {
		float:left;list-style:none;
		width:350px;
		min-height:70px;
		margin-bottom:10px;
		/height:80px;
	}
	#content .personinner {
		background:	#ebe8ee	url(igrow.png) no-repeat top right;
		height:70px;
		width:340px;
		margin-bottom:5px;
		padding:5px;
		overflow:hidden;
		line-height:1.2em;
		cursor:pointer;
	}
	#content .personinner * {
		margin:		5px;
		margin-left:70px;
	}
	#content .personinner h3,#content .personinner p {
		padding:0;
		margin-bottom:3px;
	}
	#content .personinner h4, #personcontent h4 {
		padding:0;
		margin-top:-5px;
		margin-bottom:5px;
		font-size:1.3em;
		font-weight:normal;
	}
	#content .person img, #content .person .personinner img, #personcontent img {
		margin:		5px;
		margin-top:	0;
		margin-left:0;
		border:		1px solid #6E2A8D;
		float:left;
	}
	#personcontent {
		top:		0px;
		left:		0px;
	}
	
	#content #news .halfcol ul li { 
		background-image:none;
		padding:		0;
		margin:			0;
		margin-bottom:	5px;
	}
	
	#content #news li {

		float:			left;
		list-style:		none;
		width:			350px;
		min-height:		70px;
		margin-bottom:	10px;
		/height:		80px;
	}
	#content .newsinner {
		background:		#ebe8ee	url(igrow.png) no-repeat top right;
		height:			70px;
		width:			340px;
		margin-bottom:	5px;
		padding:		5px;
		overflow:		hidden;
		line-height:	1.2em;
		cursor:			pointer;
	}
	#content .newsinner * {
		z-index:		100;
		margin:			5px;
		margin-left:	70px;
	}
	#content .newsinner h3,#content .newsinner p {
		z-index:		100;
		padding:		0;
		margin-bottom:	3px;
	}
	#content .newsinner h4, #newscontent h4 {
		padding:		0;
		margin-top:		-5px;
		margin-bottom:	5px;
		font-size:		1.3em;
		font-weight:	normal;
	}
	#content #news li img, #content #news li .newsinner img, #newscontent img {
		margin:			5px;
		margin-top:		0;
		margin-left:	0;
		border:			1px solid #6E2A8D;
		float:			left;
	}
	#newscontent {

		z-index:		100;
		top:			0px;
		left:			0px;
	}
	#headerTag {
		font-size:		14px;
		font-weight:	normal;
		margin: 0px 0px 10px 60px;
	}
	
	#content #people #columns .halfcol #personcontent ul li {
		padding:			0;
		margin:				0;
		padding-left:		40px;
		list-style:			none;
		background:			transparent url(bullet.gif) no-repeat top left;
		line-height:		1.6em;
		font-size:			1.1em;	
		margin-bottom:		1em;
		padding-left:		40px;
	}
	
	#calltoaction {
		width:				254px;
		height:				111px;
		background:			transparent url(calltoaction3col.png) no-repeat top left;
		float:				left;
	}
	#calltoaction h2 {
		font-size: 1.2em;
	}
	#calltoactionbig {
		width:				311px;
		height:				111px;
		background:			transparent url(calltoaction2col.png) no-repeat top left;
		float:				left;
	}	
	#calltoaction p {
		margin:				0;
		margin-left:		60px;
		font-size:			0.9em;
	}
	
	#columns .halfcol #calltoactionbig p {
		margin:				0;
		margin-left:		75px;
		font-size:			0.9em;	
	}
	
	#calltoaction p.call {
		font-size:			1.2em;
		font-weight:		bold;
	}
	
	#columns .halfcol #calltoactionbig p.call {
		font-size:			1.2em;
		font-weight:		bold;
	}
	
	#calltoaction h2 {
		margin:				0;
		margin-left:		60px;
		padding-top:		10px;
		
	}
	
	 #columns .halfcol #calltoactionbig h2 {
		margin:				0;
		margin-left:		75px;
		padding-top:		10px;
		
	}
	
	#videopanel {
		position:			absolute;
		top:				50%;
		left:				50%;
		margin-left:		-377px;
		margin-top:			-232px;
		z-index:			2000;
		background:			transparent url(videopanel.png) no-repeat top left;
		width:				699px;
		height:				413px;
		padding-top:		50px;
		padding-left:		58px;
		display:			none;
	}
	
	#videopanel #closeit {
		width:				33px;
		height:				32px;
		position:			absolute;
		top:				13px;
		right:				10px;
		display:			block;
		text-indent:		-10000px;
		overflow:			hidden;
		z-index:			5000;
	}
	
	#showvidpanel {
		cursor:				pointer;
	}