/* good bits  */
body {
	background-color: #757272;

	background-image: url(file:///C|/Users/Top Banana/Desktop/Websites/images/slitherBg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 10pt;
}
html {
	overflow-y: scroll;
}
.shortPageWRAP{
	height: 850px;
}
.aroundKanePageWRAP{
	height: 850px;
}
.sixteenHundredPageWRAP{
	height: 1600px;
}
.fourteenHundredPageWRAP{
	height: 1400px;
}
.elevenHundredPageWRAP{
	height: 1100px;
}
.homePageWRAP{
	height: 910px;
}
.medPageWRAP{
	height: 1200px;
}
.teamPageWRAP{
	height: 1350px;
}
.longPageWRAP{
	height: 5150px;
}
.TCPageWRAP{
	height: 2650px;
	background-repeat: no-repeat;
}
.PRIVACYPageWRAP{
	height: 2200px;
	background-repeat: no-repeat;
}
.DISCLAIMERPageWRAP{
	height: 1950px;
	background-repeat: no-repeat;
}
.ARTICLESPageWRAP{
	height: 1800px;
}
.SITEMAPPageWRAP{
	height: 900px;
}
.shortPageCANVAS{
	background-image: url(../images/canvasShortBg.jpg);
	height: 850px;
}
.aroundKanePageCANVAS{
	background-image: url(../images/canvasShortBg.jpg);
	height: 850px;
}
.sixteenHundredPageCANVAS{
	background-image: url(../images/sixteenHundredBg.jpg);
	height: 1600px;
}
.fourteenHundredPageCANVAS{
	background-image: url(../images/fourteenHundredBg.jpg);
	height: 1400px;
}
.elevenHundredPageCANVAS{
	background-image: url(../images/elevenHundredBg.jpg);
	height: 1100px;
}
.homePageCANVAS{
	height: 910px;
	background-image: url(../images/canvasHomeMediaBg.jpg);
	background-repeat: no-repeat;
}
.medPageCANVAS{
	background-image: url(../images/canvasMedBg.jpg);
	height: 1200px;
}
.teamPageCANVAS{
	height: 1350px;
	background-repeat: no-repeat;
	background-image: url(../images/teamMedBg.jpg);
}
.longPageCANVAS{
	height: 5150px;
	background-image: url(../images/canvasLongBg.jpg);
}
.TCPageCANVAS{
	height: 2650px;
	background-image: url(../images/TCcanvasLongBg.jpg);
	background-repeat: no-repeat;
}
.PRIVACYPageCANVAS{
	height: 2200px;
	background-image: url(../images/PRIVACYcanvasLongBg.jpg);
	background-repeat: no-repeat;
}
.DISCLAIMERPageCANVAS{
	height: 1950px;
	background-image: url(../images/DISCLAIMERcanvasLongBg.jpg);
	background-repeat: no-repeat;
}
.ARTICLESPageCANVAS{
	height: 1800px;
	background-image: url(../images/ARTICLEScanvasLongBg.jpg);
	background-repeat: no-repeat;
}
.SITEMAPPageCANVAS{
	height: 900px;
	background-image: url(../images/SITEMAPcanvasLongBg.jpg);
	background-repeat: no-repeat;	
}
#wrapper {
	width: 989px;
	/* height: 5000px; */
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#canvasBg {
	position: absolute; 
	width: 989px;
	/* height: 5000px; */
	left: 0px;
	top: 3px;
	/* background-image: url(../images/canvasBg.jpg); */
	background-repeat: no-repeat;
}
#logoBg {
	position: absolute;
	height: 52px;
	width: 126px;
	left: 72px;
	top: 8px;
	background-image: url(../images/kaneLogo.jpg);
	background-repeat: no-repeat;
}
#mainImage {
	position: absolute;
	width: 925px;
	left: 32px;
	top: 65px;
	height: 120px;
}
#menuBg {
	position: absolute;
	height: 79px;
	width: 924px;
	left: 32px;
	top: 185px;
	background-image: url(../images/menuNoDropdownBg.jpg);
	background-repeat: no-repeat;
}
#menuBgHome {
	position: absolute;
	height: 79px;
	width: 924px;
	left: 32px;
	top: 266px;
	background-image: url(../images/menuNoDropdownBg.jpg);
	background-repeat: no-repeat;
}
#topMenu {
	position: absolute;
	height: 10px;
	width: 500px;
	left: 430px;
	top: 48px;
}
#topMenu a{
	text-decoration: none;
}
.longPage {
	height: 5180px;
}
.medPage {
	height: 1000px;
}
.shortPage {
	height: 800px;
}
/* our team */
#ourTeamText {
	position: absolute;
	width: 544px;
	left: 50px;
	top: 280px;
	color: #333333;
	height: 4639px;
}
#ourTeamText h1 {
	font-size: 16px;
}
#ourTeamText h2 {
	font-size: 14px;
}
#ourTeamText a {
	font-weight: bold;
	text-decoration: none;
}
#ourTeamText a:link {
	color: #7A8599;
}
#ourTeamText a:visited {
	color: #7A8599;
}
#ourTeamText a:hover {
	color: #000000;
}
#ourTeamText a:active {
	color: #000000;
}
/* main text */
#mainText {
	position: absolute;
	width: 544px;
	left: 134px;
	top: 278px;
	color: #333333;
}
#mainText h1 {
	font-size: 16px;
}
#mainText h2 {
	font-size: 14px;
}
#mainText a {
	font-weight: bold;
	text-decoration: none;
}
#mainText a:link {
	color: #7A8599;
}
#mainText a:visited {
	color: #7A8599;
}
#mainText a:hover {
	color: #000000;
}
#mainText a:active {
	color: #000000;
}
#INSsublink1 {top: 20px;}
#INSsublink2 {top: 60px;}
#INSsublink3 {top: 90px;}
#INSsublink4 {top: 120px;}
#INSsublink5 {top: 150px;}
#INSsublink6 {top: 180px;}
#INSsublink7 {top: 210px;}
#INSsublink8 {top: 240px;}
#INSsublink9 {top: 268px;}
#INSsublink10 {top: 281px;}
/* sub links */
#INSPCsublink1 {top: 20px;}
#INSPCsublink2 {top: 59px;}
#INSPCsublink3 {top: 98px;}
#INSPCsublink4 {top: 126px;}
#INSPCsublink5 {top: 154px;}
#INSPCsublink6 {top: 182px;}
#INSPCsublink7 {top: 210px;}
#INSPCsublink8 {top: 238px;}
#INSPCsublink9 {top: 266px;}
#INSPCsublink10 {top: 307px;}
/* sub links */
#INSMUTUALsublink1 {top: 20px;}
#INSMUTUALsublink2 {top: 59px;}
#INSMUTUALsublink3 {top: 98px;}
#INSMUTUALsublink4 {top: 138px;}
#INSMUTUALsublink5 {top: 166px;}
#INSMUTUALsublink6 {top: 194px;}
#INSMUTUALsublink7 {top: 222px;}
#INSMUTUALsublink8 {top: 250px;}
#INSMUTUALsublink9 {top: 278px;}
#INSMUTUALsublink10 {top: 307px;}
/* sub links */
#subMenuBg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	position: absolute;
	height: 550px;
	width: 241px;
	left: 748px;
	top: 275px;
}
.hi {
	padding-top: 8px; /* top aligned */
	position: absolute;
	background-repeat: no-repeat;
	height: 32px;
	width: 174px;
	left: 17px;
	background-image: url(../images/menuButtons/buttonBg.jpg);
}
.lo {
	padding-top: 14px; /* middle aligned */
	position: absolute;
	background-image: url(../images/menuButtons/buttonBg.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 174px;
	left: 17px;
}
.loINS {
	padding-top: 6px; /* middle aligned */
	padding-left: 30px;
	position: absolute;
	background-repeat: no-repeat;
	height: 28px;
	width: 174px;
	left: 17px;
	background-image: url(../images/menuButtons/buttonINSBg.jpg);
	text-align: left;
}
.loPCCICC {
	padding-top: 6px; /* middle aligned */
	padding-left: 33px;
	position: absolute;
	background-repeat: no-repeat;
	height: 28px;
	width: 174px;
	left: 17px;
	background-image: url(../images/menuButtons/buttonINSBg.jpg);
	text-align: left;
}
.loMUTUAL {
	padding-top: 6px; /* middle aligned */
	padding-left: 20px;
	position: absolute;
	background-repeat: no-repeat;
	height: 28px;
	width: 174px;
	left: 17px;
	background-image: url(../images/menuButtons/buttonINSBg.jpg);
	text-align: left;
}
#sublink1 {top: 20px;}
#sublink2 {top: 60px;}
#sublink3 {top: 100px;}
#sublink4 {top: 140px;}
#sublink5 {top: 180px;}
#sublink6 {top: 220px;}
#sublink7 {top: 260px;}
#sublink8 {top: 300px;}

#subMenuBg a {
	text-decoration: none;
}
#subMenuBg a:link {
	color: #FFFFFF;
}
#subMenuBg a:visited {
	color: #FFFFFF;
}
#subMenuBg a:hover {
	color: #999999;
}
#subMenuBg a:active {
	color: #999999;
}

/* footer */
.smallPageFOOTER{
	top: 750px;
}
.aroundKanePageFOOTER{
	top: 750px;
}
.sixteenHundredPageFOOTER{
	top: 1500px;
}
.fourteenHundredPageFOOTER{
	top: 1300px;
}
.elevenHundredPageFOOTER{
	top: 1000px;
}
.homePageFOOTER{
	top: 810px;
}
.medPageFOOTER{
	top: 1100px;
}
.teamPageFOOTER{
	top: 1260px;
}
.largePageFOOTER{
	top: 5030px;
}
.TCPageFOOTER{
	top: 2550px;
}
.PRIVACYPageFOOTER{
	top: 2100px;	
}
.DISCLAIMERPageFOOTER{
	top: 1850px;
}
.ARTICLESPageFOOTER{
	top: 1699px;
	}
.SITEMAPPageFOOTER{
	top: 800px;
}
#footerBg {
	position: absolute;
	height: 112px;
	width: 924px;
	left: 32px;
	/* top: 1089px; */
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
}
#footerText {
	position: absolute;
	height: 85px;
	width: 792px;
	left: 128px;
	top: 16px;
	text-decoration: none;
	font-size: 9px;
	color: #999999;
}
#footerText a:link {
	color: #999999;
}
#footerText a:visited {
	color: #999999;
}
#footerText a:hover {
	color: #666666;
}
#footerText a:active {
	color: #666666;
}
/* top menu */
#topMenu {
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	margin-right: 15px;
}
#topMenu a:link {
	color: #000000;
}
#topMenu a:visited {
	color: #000000;
}
#topMenu a:hover {
	color: #666666;
}
#topMenu a:active {
	color: #666666;
}
/* middle nav */
.middleNavBut{
	position: absolute;
	height: 35px;
	width: 145px;
	top: 12px;
}
#menuBgHome a {
	font-weight: bold;
	text-decoration: none;
}
#menuBgHome a:link {
	color: #FFFFFF;
}
#menuBgHome a:visited {
	color: #FFFFFF;
}
#menuBgHome a:hover {
	color: #999999;
}
#menuBgHome a:active {
	color: #999999;
}
#menuBg a {
	font-weight: bold;
	text-decoration: none;
}
#menuBg a:link {
	color: #FFFFFF;
}
#menuBg a:visited {
	color: #FFFFFF;
}
#menuBg a:hover {
	color: #999999;
}
#menuBg a:active {
	color: #999999;
}
#enterpriseButton {
	left: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	position: absolute;
	width: 130px;
}
#insuranceButton {
	left: 262px;
	text-align: center;
	position: absolute;
	width: 120px;
}
#takafulButton {
	left: 388px;
	text-align: center;
	position: absolute;
	width: 120px;
}
#underwritingButton {
	left: 522px;
	text-align: center;
	position: absolute;
	width: 120px;
}
#corporateButton {
	left: 655px;
	text-align: center;
	position: absolute;
	width: 130px;
}
#healthCareButton {
	left: 798px;
	text-align: center;
	position: absolute;
	width: 118px;
}

/* unknown factors ?? ///////////////////////////////////////////////////////////////////////////////////////////////////////*/
#buttletPoint1 {
	position: absolute;
	height: 20px;
	width: 10px;
	left: 120px;
	top: 577px;
}
#buttletPoint2 {
	position: absolute;
	height: 20px;
	width: 10px;
	left: 120px;
	top: 629px;
}
#homePageText {
	position: absolute;
	height: 144px;
	width: 570px;
	left: 63px;
	top: 346px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
#homePageText h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 10pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
}
#homePageAnimation {
	background-image: url(../images/homePageAnimation.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 140px;
	width: 260px;
	left: 671px;
	top: 346px;
}

#chroniclesHome {
	position: absolute;
	height: 255px;
	width: 264px;
	left: 63px;
	top: 503px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 9pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
#chroniclesHome a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
#chroniclesHome a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
#chroniclesHome a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
#chroniclesHome a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
#chroniclesHome h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
}
#newsHome {
	position: absolute;
	height: 296px;
	width: 264px;
	left: 368px;
	top: 503px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 9pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
#newsHome a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
#newsHome a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
#newsHome a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
#newsHome a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
#newsHome h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
}
#articlesHome {
	position: absolute;
	height: 254px;
	width: 264px;
	left: 671px;
	top: 503px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 9pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
#articlesHome a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
#articlesHome a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
#articlesHome a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
#articlesHome a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
#articlesHome h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
}
#logoIcon {
	position: absolute;
	height: 289px;
	width: 355px;
	left: 157px;
	top: 560px;
	background-repeat: no-repeat;
	white-space: nowrap;
}
#wrapper #canvasBg #swappa {
	background-image: url(file:///C|/Users/Top Banana/Desktop/Websites/images/biographyBg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 831px;
	width: 376px;
	left: 559px;
	top: 266px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/biographyBg.jpg);
}
#wrapper #canvasBg #swappa a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
#wrapper #canvasBg #swappa a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
#wrapper #canvasBg #swappa a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#wrapper #canvasBg #swappa a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

#wrapper #canvasBg #swappa h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 10pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

#wrapper #canvasBg #biographies {
	position: absolute;
	height: 976px;
	width: 462px;
	background-image: url(../images/theTeamBg.jpg);
	left: 51px;
	top: 266px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
#wrapper #canvasBg #logOnBg {
	position: absolute;
	height: 32px;
	width: 153px;
	left: 780px;
	top: 823px;
	background-image: url(../images/logOnIcon.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 30px;
}
#wrapper #canvasBg #logOnBg a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #canvasBg #logOnBg a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #canvasBg #logOnBg a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
#wrapper #canvasBg #logOnBg a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
#mediaCentreMenu {
	position: absolute;
	height: 306px;
	width: 169px;
	left: 65px;
	top: 285px;
	background-image: url(../images/mediaCentre/sideMenuBg.gif);
	background-repeat: no-repeat;
	float: left;
}
#mediaCentreButton {
	float: left;
	height: 28px;
	width: 169px;
}
#newsButton {
	float: left;
	height: 28px;
	width: 169px;
}
#articlesButton {
	float: left;
	height: 28px;
	width: 169px;
}
#commentButton {
	float: left;
	height: 28px;
	width: 169px;
}
#caseStudiesButton {
	float: left;
	height: 28px;
	width: 169px;
}
#kaneSeminarsButton {
	float: left;
	height: 28px;
	width: 169px;
}
#industryEventButton {
	float: left;
	height: 28px;
	width: 169px;
}
#kaneChronicles {
	float: left;
	height: 28px;
	width: 169px;
}
#aroundKane {
	float: left;
	height: 28px;
	width: 169px;
}
#linksButton {
	float: left;
	height: 28px;
	width: 169px;
}
#contactsButton {
	float: left;
	height: 22px;
	width: 169px;
}
#mediaCentreTextArea {
	position: absolute;
	height: 500px;
	width: 697px;
	background-repeat: no-repeat;
	left: 258px;
	top: 266px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../images/mediaCentre/mediaCentreDottedLine.gif);
	margin-left: 0px;
	padding-left: 0px;
}
#mediaCentreTextArea h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 17px;
}
#mediaCentreTextArea p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	margin-left: 17px;
	margin-bottom: 5px;
	margin-right: 7px;
}
#mediaCentreTextArea a:link, #mediaCentreTextArea a:visited, #mediaCentreTextArea a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
#mediaCentreTextArea a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
}
#KaneChroniclesSubscriptionForm p #Name    {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	margin-bottom: -12px;
	width: 195px;
}
#KaneChroniclesSubscriptionForm {
	width: 240px;
}

#KaneChroniclesSubscriptionForm p #Position {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	margin-bottom: 6px;
	width: 195px;
}
#KaneChroniclesSubscriptionForm p #Company {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	margin-bottom: 6px;
	width: 195px;
}
#KaneChroniclesSubscriptionForm p #PostalAddress {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	margin-bottom: -11px;
	width: 195px;
}
#KaneChroniclesSubscriptionForm p #EmailAddress {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	margin-bottom: 5px;
	width: 195px;
}
#KaneChroniclesSubscriptionForm p #TelephoneNumber {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	width: 195px;
}
#KaneChroniclesSubscriptionForm p #Submit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
#KaneChroniclesSubscriptionForm p #Reset {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
