/* Global Resetting */
html {
	width: 100%;
	height: 100%;
}

body {
	margin: 14px auto 0 auto;
	width: 95%;
	height: 100%;
	font-size: 62.5%;
	background: white;
	/* reset font-sizes to 1em == 10px */
}
* {
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	list-style:none;
}


a img {
	border:0;
}
.clear {
	clear: both;
}

a,a:visited {
	color: #2c7d9a;
	text-decoration: none;
}
a:hover {
	color: #86c3d2;
	text-decoration: none;
}

/* Boxes */
#Header {
	height: 120px;
	width: 100%;
	margin-bottom: 20px;
	float: left;
	background: url(../images/header-bg.gif) right top repeat-x;
}
#HeaderRight {
	margin-left: 225px;
}
#HeaderRightApan {
	margin-left: 240px;
	background: url(../images/apanhead_repeat.gif) 630px top repeat-x;
}
#Logo {
	width: 225px;
	height: 120px;
	float: left;
	background: white;
}
#Logo.LogoForApan {
	width: 240px;
}
#Footer {
	width: 100%;
	height: 16px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #2c7d9a;
	background: black url(../images/footer-left.gif) no-repeat;
	float: left;
	clear: both;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height:11px;
}
	#Footer strong {
		color: #7cbccf;
		font-weight: normal;
	}
	#Footer a {
		color: #7cbccf;
		text-decoration: none;
	}
	#Footer a:hover {
		text-decoration: underline;
	}
	#FooterLeft {
		padding: 3px 5px 1px 5px;
		height: 10px;
		float: left;
	}
	#FooterRight {
		padding: 3px 5px 1px 5px;
		height: 10px;
		float: right;
		background: url(../images/footer-right.gif) right top no-repeat;
	}
	#FooterRight a.REANNZLink {
		color: white;
	}


/* Utility Menu */
#UtilityMenu {
	text-align: right;
	color: #669ab2;
	font-size: 10px;
	letter-spacing: 0.05em;
	background:white;
}
	#UtilityMenu li {
		display: inline;
		border-right:1px solid #669ab2;
		padding-right:5px;
		padding-left:5px;
		line-height: 1.2em;
	}
	#UtilityMenu li.SimpleSearch {
		border: 0px;
	}
	#UtilityMenu #UtilityPadding {
		padding-left: 7px;
		background: white;
		padding-bottom: 5px;
	}
	#UtilityMenu a {
		text-transform: uppercase;
		text-decoration: none;
		color: #669ab2;
		height: 20px;
		font-size: 10px;
		letter-spacing: 0;
	}
	#UtilityMenu a:hover {
		color: #86c3d2;
	}
	#UtilityMenu a.section, #UtilityMenu a.current {
		color: #ff0033;
	}
	#Search {
		text-transform: uppercase;
		color: #7cbccf;
	}
	#Search_Form_SimpleSearchForm {
		display: inline;
	}
	.SimpleSearch div,
	.SimpleSearch form {
		display: inline;
	}
	#SearchInput {
		margin: 6px 0px 0px 10px;
		border: 1px dotted black;
		line-height: 10px;
		width: 165px !important;
		padding: 1px;
	}

	#SearchButton {
		height: 14px;
		width: 60px;
		background: url(../images/go-button.gif);
		color: white;
		text-transform: uppercase;
		font-size: 11px;
		border: none;
		padding: 0px;
		margin-bottom: 2px;
	}
	html>body #Search_Form_SimpleSearchForm_action_results {
		margin-bottom: 0px;
	}
	
/* Menu 1 */
#MenuOne {
	
}
	#MenuOneTop ul {
		margin-top: 52px;
		height: 20px;
	}
	html>body #MenuOneTop ul {
		margin-top: 53px;
	}
	#MenuOneTop ul li {
		float: right;
		margin-left: 30px;
	}
	#MenuOneTop ul li span {
		padding: 0px 30px 0 30px;
		display: block;
		height: 20px;
		text-align: center;
	}
	#MenuOneTop a {
		text-transform: uppercase;
		font-size: 11px;
		background: white;
		display: block;
		padding-top: 2px;
		height: 18px;
		color: #6d6c6c;
	}
	#MenuOneTop a:hover {
		color: #86c3d2;
	}
	#MenuOneTop li.current a, #MenuOneTop li.section a {
		color: #ff0033;
	}
	#MenuOneTop li.current, #MenuOneTop li.section {
		background: url(../images/header-bg-on.gif) left 0 no-repeat;
	}
	#MenuOneTop li.current span, #MenuOneTop li.section span {
		background: url(../images/header-bg-on.gif) right 0 no-repeat;
	}
		
	
	#MenuOneBottom ul {
		height: 20px;
	}
	#MenuOneBottom ul li {
		float: right;
		margin-left: 30px;
	}
	#MenuOneBottom ul li span {
		padding: 0px 30px 0 30px;
		display: block;
		height: 20px;
		text-align: center;
	}
	#MenuOneBottom a {
		text-transform: uppercase;
		font-size: 11px;
		background: white;
		padding-top: 2px;
		height: 18px;
		color: #6d6c6c;
		display: block;
	}
	#MenuOneBottom a:hover {
		color: #86c3d2;
	}
	#MenuOneBottom li.current a, #MenuOneBottom li.section a {
		color: #ff0033;
	}
	#MenuOneBottom li.current, #MenuOneBottom li.section {
		background: url(../images/header-bg-on-bottom.gif) left 0 no-repeat;
	}
	#MenuOneBottom li.current span, #MenuOneBottom li.section span {
		background: url(../images/header-bg-on-bottom.gif) right 0 no-repeat;
	}
	
	
/* Left Pane */
#LeftPane {
	width: 240px;
	background: url(../images/leftpane-bg.gif) repeat-y;
	float: left;
}
	#LeftPaneTop {
		width: 240px;
		display: block;
		height: 4px;
		background: url(../images/leftpane-top.gif) no-repeat;
	}
	#LeftPaneBottom {
		width: 240px;
		display: block;
		height: 4px;
		padding-top: 10px;
		background: url(../images/leftpane-bot.gif) no-repeat bottom left;
	}

#EmailUpdates,
#HomeEmailUpdates {
	margin-top: 10px;
}
#HomeEmailUpdates {
	padding-bottom: 10px;
}
html>body #HomeEmailUpdates {
	margin-bottom: 10px;
}
#HomeEmailUpdates {
	padding: 35px 11px 0 11px;
	background: url(../images/home-email-updates-header.gif) 1px 0px no-repeat;
}
#EmailUpdates {
	padding: 40px 7px 0 7px;
	background: url(../images/email-updates-header.gif) 1px 0px no-repeat;
}
#EmailUpdates p {
	margin: 7px 0 7px 0;
}
#EmailUpdates p,
#HomeEmailUpdates p {
	line-height: 1.2em;
}
#EmailUpdates p {
	color: #6d6c6c;
}
#HomeEmailUpdates p {
	color: #444444;
}
#HomeEmailUpdates .unsubscribe {
	text-align: right;
	line-height: 1.8em;
}
#HomeEmailUpdates .unsubscribe a {
	color: #97d0db;
	padding-right: 5px;
	text-transform: lowercase;
}

/* Menu 2*/
#MenuTwo ul {
	margin-top: 7px;
}
	#MenuTwo li {
		display: block;
		width: 226px;
		padding: 4px 7px 4px 7px;
		font-size: 16px;
		border-top: 1px solid #999999;
	}
	#MenuTwo a {
		color: #005a7f;
		text-decoration: none;
	}
	#MenuTwo a:hover {
		color: #86c3d2;
	}
	#MenuTwo li.section a, #MenuTwo li.current a {
		color: #ff0033;
	}

/* Menu 3 */
#MenuThree li {
	background: url(../images/menu3-bullet.gif) no-repeat;
	font-size: 14px;
	border: none;
	height: 17px;
	margin-bottom: 5px;
	padding: 0 0 0 0;
}
	#MenuThree li.link a {
		color: #005a7f;
		text-decoration: none;
		padding-left: 28px;
		width: 198px;
	}
	#MenuThree li.link a:hover {
		color: #86c3d2;
		background: url(../images/menu3-bullet-over.gif) no-repeat;
	}
	#MenuThree li.section a, #MenuThree li.current a {
		color: #ff0033;
		padding-left: 28px;
	}
	

#SectionHeading {
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 8px;
	margin-bottom: 5px;
	background: url(../images/section-heading-bg.gif) repeat-x right 2px;
	height: 15px;
	font-size: 13px;
}
	#SectionHeading a.whiteBg {
		padding-right: 6px;
		background: white;
		color: #2c7d9a;
		text-decoration: none;
	}
	#SectionHeading a:hover {
		text-decoration: underline;
	}


#Content {
	background: url(../images/left.gif) top left repeat-y;
	margin-left: 240px;
}
	
	.corners1 {
		background: url(../images/top.gif) top left repeat-x;
	}
	.corners2 {
		background: url(../images/right.gif) top right repeat-y;
	}
	.corners3 {
		background: url(../images/bot.gif) bottom left repeat-x;
	}
	.corners4 {
		background: url(../images/bot-left.gif) bottom left no-repeat;
	}
	.corners5 {
		background: url(../images/bot-right.gif) bottom right no-repeat;
	}
	.corners6 {
		background: url(../images/top-left.gif) top left no-repeat;
	}
	.corners7 {
		background: url(../images/top-right.gif) top right no-repeat;
	}
	.corners8 {
		background: url(../images/top-left-round.gif) top left no-repeat;
	}
	.corners9 {
		background: url(../images/top-right-extended.gif) top right no-repeat;
	}
	.corners10 {
		background: url(../images/top-left-extended.gif) top left no-repeat;
	}
	.corners11 {
		background: url(../images/left.gif) top left repeat-y;
	}
	.ContentPadding {
		padding: 5px 10px 0 10px;
		height: 450px;
	}
	html>body .ContentPadding {
		height: auto;
		min-height: 450px;
	}
	.HomeContentPadding, .HomeBlogContentPadding {
		padding: 5px 10px 0 10px;
	}
	html>body .HomeBlogContentPadding {
		padding: 10px 10px 0 10px;
	}
	.HomeBlogContentPadding {
		background: url(../images/center.gif) 200px 0px repeat-y;
	}
	
	#HomeContentTitle {
		height: 3.5em !important;
		background: url(../images/page-title-bg.gif) left 11px repeat-x;
	}
	
#siteUpdates {
	float: left;
	width: 180px;
	height: auto;
	margin-bottom: 5px;
}
	#siteUpdates .Title h1 {
		padding-right: 15px;
	}
	#siteUpdates ul li {
		border-bottom: 1px solid #e4e4e4;
		font-size: 1em;
		color: #a6a6a6;
		font-style: italic;
		padding-bottom: 3px;
	}
	#siteUpdates ul li.last {
		border-bottom: 0px;
	}
	#siteUpdates ul li a {
		line-height: 1.5em;
		font-size: 1.2em;
		font-style: normal;
	}
#siteNews {
	margin-left: 200px;
}
	.newsHolder {
		line-height: 1em;
	}
	.blogEntry .typography {
		padding-top: 3px;
	}
	#siteNews .Title h1 {
		padding-right: 9px;
		margin-left: 0px;
	}
	#siteNews .BlogTitle {
		font-size: 1.6em;
		line-height: 1.3em;
	}
	#siteNews .BlogDetails {
		color: #444444;
		padding: 2px 0px;
	}

.pageTitle {
	background: url(../images/page-title-bg.gif) left 11px repeat-x;
}
	.pageTitle #TitleBox {
		padding-right: 10px;
		color: #005b76;
		background: white;
		display: inline;
	}
	.Title h1,
	.Title h2{
		margin-top: 5px;
		line-height: 35px;
		padding-right: 7px;
		color: #005b76;
		display: inline;
		background: white;
		font-weight: 500;
		font-size: 26px;
	}
	.HeaderLarge {
		font-size: 28px;
		line-height: 28px;
	}
	.HeaderMedium {
		font-size: 22px;
		line-height: 22px;
		text-transform: uppercase;
	}
	.HeaderSmall {
		font-size: 18px;
		line-height: 18px;
	}

#BreadCrumbs {
	color: #ff0033;
	margin-bottom: 20px;
}
	#BreadCrumbs a {
		color: #2c7d9a;
		text-decoration: underline;
	}
	#BreadCrumbs a:hover {
		color: #86c3d2;
		text-decoration: underline;
	}

#Intro {
	margin: 10px 0 10px 0;
	font-size: 16px;
	line-height: 24px;
	color: black;
}
#Intro h4 {
	margin: 10px 0 10px 0;
	font-size: 16px;
	line-height: 24px;
	color: #005a7f;
	font-weight: normal;
}
	#Intro img {
		float: left;
		margin: 0 7px 7px 0;
	}
	
#RightBar {
	width: 220px;
	float: right;
	display: block;
	padding: 9px 5px 0 10px;
	background: white;
}
	#RIghtBar, #RightBar * {
		background: white;
	}
	#RightBar #Caption.Landscape {
		font-size: 9px;
	}
	#RightBar #Caption.Portrait {
		font-size: 9px;
		width: 85px;
		float: right;
		vertical-align: baseline;
	}
	#RightBar #Quote {
		color: #005a7f;
		font-size: 20px;
		margin: 3px 0 5px 0;
	}


#HomeBanner {
	width: 100%;
	display: block;
	height: 16px;
	margin-top: 10px;
	color: #2c7d9a;
	background: url(../images/home-banner-bg.gif) repeat-x;
	font-size: 11px;
	letter-spacing: 0.1em;
}
	#HomeBanner strong {
		color: #7cbccf;
		font-weight: normal;
	}
	#HomeBanner h3 {
		background: white;
		display: inline;
		padding-right: 4px;
		font-weight: normal;
		font-size: 11px;
	}
#HomeLeftPaneTop {
	padding-top: 10px;
	width: 240px;
	display: block;
	height: 25px; /* 34px */
	/*background: white url(../images/home-section-heading.gif) bottom left no-repeat;*/
	background: white url(../images/home-events-heading.gif) bottom left no-repeat;
}

#LeftPane ul.eventList {
	margin: 4px 11px 15px 11px;
}
	#LeftPane ul.eventList li {
		margin-top: 11px;
		padding-bottom: 5px;
		font-size: 1.3em;
		border-bottom: 1px solid #e4e4e4;
	}
	#LeftPane ul.eventList li a {
		color: #444444;
	}
	#LeftPane ul.eventList li a:hover {
		border-bottom: 1px solid #dcdcdc;
	}
	#LeftPane ul.eventList li a span {
		color: #2c7d9a;
	}
	#LeftPane ul.eventList li a:hover span {
		color: #86c3d2;
	}

#HomeSectionHeading {
	padding: 0 7px 0 7px;
}
	#LeftPane #HomeSectionHeading h2 {
		font-size: 34px;
		color: #9bccd9;
		font-weight: normal;
		letter-spacing: 0.05em;
		line-height: 30px;
	}
	#HomeSectionHeading p {
		font-size: 26px;
		color: #2c7d9a;
		letter-spacing: 0.05em;
		line-height: 12px; 
	}
	
#QuickLinksHeading {
	background: white url(../images/home-links-heading.gif) top left no-repeat;
	border-left: 1px solid #999;
	padding: 35px 11px 15px 11px;
	font-size: 1.2em;
	line-height: 1.7em;
}
	#QuickLinksHeading ul li {
		border-bottom: 1px solid #e4e4e4;
		color: #444444;
		background: #fff;
	}
		#QuickLinksHeading ul li a {
			background: #fff;
		}
	#QuickLinksHeading a:hover {
		color: #9cccd6;
		background: none;
	}

#HomeIntro {
	padding: 7px;
}
	#HomeIntro p {
		color: black;
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 20px;
	}
#HomeContent {
	padding: 0 7px 0 7px;
}
	#HomeContent p {
		color: black;
		font-size: 12px;
		letter-spacing: 0.05em;
		line-height: 18px;
	}
#RightBar.Home img {
	float: left;
	background: white;
}
	#HomeCornerTL {
		background: #9bccd9 url(../images/HomeTL.gif) top left no-repeat;
		margin-top: 5px;
		margin-bottom: 7px;
		margin-right: 240px;
	}
	#HomeCornerTR {
		background: url(../images/HomeTR.gif) top right no-repeat;
	}
	#HomeCornerBL {
		background: url(../images/HomeBL.gif) bottom left no-repeat;
	}
	#HomeCornerBR {
		position: relative;
		background: url(../images/HomeBR.gif) bottom right no-repeat;
		padding: 7px;
		height: 200px;
	}
		#HomeCornerBR a.MoreLink {
			display:block;
			text-align:right;
		}
	
	.MeetKarenNav {
		font-size: 1.3em;
		color: #444;
		margin-top: 185px; /* 190px; */
	}
		/*#HomeCornerBR .caseStudyNav {
			width: 25px;
			height: 10px;
			padding-top: 15px;
			padding-left: 19px;
			text-align: right;
			background: url(../images/k-medium.gif) no-repeat;
			margin-left: 7px;
		}
		#HomeCornerBR #Nav1 {
			margin-left: 0;
		}
		#HomeCornerBR #Nav2 {
			background: url(../images/k-white.gif) no-repeat;
			margin-left: 7px;
		}
		#HomeCornerBR #Nav3 {
			background: url(../images/k-medium.gif) no-repeat;
			margin-left: 7px;
		}
		#HomeCornerBR #Nav4 {
			background: url(../images/k-dark.gif) no-repeat;
			margin-left: 7px;
		}*/
		
#HomeCornerBR h6 {
	font-size: 10px;
}

#HomeCornerBR .meetKarenUsers {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #9bccd9;
}

#HomeCornerBR .meetKarenUsers p {
	font-size: 20px;
	line-height: 24px;
	color: white;
}
a.MoreLink {
	color: #005b76;
	text-transform: uppercase;
	padding-top: 10px;
}
#HomeCornerBR .meetKarenUsers strong {
	font-size: 12px;
}
#HomeCornerBR .meetKarenUsers a.MoreLink {
	font-size: 13px;
}
#HomeCornerBR .meetKarenUsers a:hover {
	color: #005b76;
	text-decoration: underline;
}
.HomeCaseStudyImage {
	width: 220px;
	float: right;
	padding-top: 6px;
	position: absolute;
	right: 4%;
}

/* Case Study Holder */

.CaseStudyBox {
	margin-bottom: 200px;
	overflow: hidden;
}
	html > body .CaseStudyBox {
	   margin-bottom: 50px;
	}
	.CaseStudyBox .caseStudyImage,
	.CaseStudyBox .caseStudyImageHolder {
		float: left;
		margin-right: 20px;
	}
		.caseStudyImageHolder {
			height: 70px;
		}
	.CaseStudyBox h3 {
		font-weight: normal;
	}

#ListingNumbers {
	margin: 10px 0;
}
	#ListingNumbers h3 {
	   font-size: 11px !important;
	}
	
#ListingNumbers span {
	text-transform: lowercase;
}

#CaseStudyK {
	padding-top: 20px;
}
#CaseStudyK a {
	display: block;
	background: url(../images/casestudy-k.gif) no-repeat;
	float: left;
	width: 10px;
	height: 10px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 23px;
	padding-top: 15px;
	margin-right: 10px;
}

#ResourceLibraryHolder #Intro {
	width: 75%;
}
.ResourceBox {
	float: left;
	width: 220px;
	margin-right: 7px;
}
.ResourceBox p {
	display: inline;
}
#CategoryHeading {
	display: block;
	font-size: 20px;
	margin-bottom: 13px;
}
.Links {
	margin-bottom: 15px;
	margin-top: 3px;
}

.Container{
	float:left;
}
/* Blog Specific */
.blogEntry {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e4e4e4;
}
	#NoBorder.blogEntry {
		border: none;
	}
	.blogEntry .Image {
		float: left;
		width: 100px;
	}
	.blogEntry .Image p {
		color: black;
		font-size: 9px;
		text-align: right;
	}
	.blogEntry .Text {
		margin-left: 107px;
		padding-left: 9px;
		border-left: 1px solid black;
	}
	.blogEntry a.Black {
		font-size: 14px;
	}
	.blogEntry .Black {
		color: black;
		font-weight: bold;
	}
	#MenuTwo.Blog li {
		line-height: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#MenuTwo.Blog .BlogLinks li {
		margin: 0;
		padding: 0 0 0 0;
		width: 198px;
		border: none;
	}
	ul.BlogLinks a {
		font-size: 11px;
		color: #6d6c6c;
	}
	#RSSIcon {
		float: right;
	}

	.blogEntry.last {
		border-bottom: none;
		margin-top: 10px;
	}
	.blogEntry .more {
		display: block;
		text-align: right;
	}
	
/* Community News Pages Specific */
#CommunityHolderIntro {
	font-size: 16px;
	line-height: 24px;
	color: black;
	margin: 10px 0 10px 0;
}
#CommunityHolderIntro h2 {
	margin: 0 10px 10px 10px;
}
#LeftPane img {
	margin-left: 10px;
	margin-top: 7px;
}

.CommunityNewsList .Black {
	color: black;
	font-weight: bold;
}
.CommunityNewsList {
	margin-bottom: 12px;
}

#PageNumbers,
#BackLink {
	text-align: center;
	overflow: hidden;
}
	#PageNumbers {
		padding: 10px;
	}
	#BackLink {
		width: 20%;
	}
	#BackLink a {
		display: block;
		padding: 7px;
		font-size: 11px;
	}
	#PageNumbers .currentPage {
		font-weight: bold;
		border: 1px solid #666;
		background: #ddd;
		padding: 2px 4px;
	}
	
	#PageNumbers .prev {
		float: left;
	}
	#PageNumbers .next {
		float: right;
	}
	

/* Search Results */
ul#SearchResults li {
	margin-left: 0;
	list-style: none;
	padding-top: 5px;
}
ul#SearchResults li h3 {
	color: black;
}
ul#SearchResults li p {
	margin: 0;
	display: inline;
}

/* Unsubscribe Form */
#Unsubscribe_EmailAddressForm_EmailAddressForm fieldset {
	border: none;
}

#Unsubscribe_EmailAddressForm_EmailAddressForm label.left {
	margin-right: 10px;
}

#Unsubscribe_EmailAddressForm_EmailAddressForm_action_showlists {
	margin-top: 10px;
	margin-left: 170px;
}

#AggregatedEventsList li a.title {
	/*display: block;*/
}

#AggregatedEventsList li .info {
	font-weight: bold;
}

table.events {
	border-collapse: collapse;
	width: 100%;	
	border: 1px solid #9DCDDA !important;
	margin-bottom: 10px;
}

table.events thead {
	background-color: #9DCDDA;
	
}

table.events .right {
	text-align: left;
	width: 20%;	
}

table.events thead tr th, table.events tbody tr td {
	padding: 4px;	
}

table.events thead tr th {
	text-align: left;
	color: #FFFFFF;
	font-size: 1.3em;
}
