﻿/**
* Alzheimer Society of BC
* theme CSS
*
* Styles related to structural layout of the site and theme
*/

/* # Reset script #*/
/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
       margin: 0;
       padding: 0;
}

table {
       border-collapse: collapse;
       border-spacing: 0;
}
fieldset, img { 
       border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
       font-style: normal;
       font-weight: normal;
}
ol, ul {
       list-style: none;
}
caption, th {
       text-align: left;
}
h1, h2, h3, h4, h5, h6 {
       font-size: 100%;
       font-weight: bold;
}
q:before,q:after {
       content: '';
}
abbr, acronym {
       border:0;
}
*/

/*# Global #*/
body {
	font-family: Arial;
	font-size: 12px;
	color: #585858;
	background-color: #fff;
	background-image: url(Images/page_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0;
}
body.contrast {
	background: none;
	background-color: #000;
	color: #fff;
}

form {
	padding: 0;
	margin: 0;
}
p {
	padding: 0 !important;
}

a {
	text-decoration: none;
	color: #9f4c00;/*#5D96B4;*//*#8c4e12;*/
}

a:hover {
	text-decoration: underline;
}

hr {
	border: none 0;
	border-top: 1px dotted #D1D1D1;
	height: 1px;
}

h3 {
	color: #D2661B;
	border-bottom: 1px dotted #D1D1D1;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

h4 {
	font-size: 14px;
	margin: 10px 0 5px 0 !important;
}

h5 {
	font-size: 12px;
	margin: 10px 0 0 0 !important;
}

.clear {
	clear: both;
}


/*** Custom ASBC Layout Styles ***/

/*# Header #*/

#BodyContainer {
	background-color: #f0f !important;
	margin: 0;
	padding-bottom: 30px;
}

#PageContainer {
	width: 960px;
	margin: 0 auto;
}

/* QUESTION: Why is the *html here? */
/* not sure actually... possibly a copy/paste from kentico */
/**html #PageContainer {
	width: 100%;
	background: none;

}
*/
#Header {
	height: 125px;
/*	margin-bottom: -4px; */
}
#PageHeader {
	
/*	position: absolute;
	top: 0;
	left: 0;	
*/
	height: 98px;
	width: 100%;
	border-top: none;
	color: #fff;
}

#HeaderElements {
	width: 960px;
	height: 80px;
	margin: 0 auto;
}

/*# Header/Logo #*/
#HeaderLogo {
	width: 390px;
	height: 80px;
	float: left;
	background-image: url(Images/asbc_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
	#HeaderLogo img {
		border: 0;
		padding-top: 8px;
		padding-left: 20px;
	}

	#HeaderLogo a {
		display: block;
		width: 220px;
		height: 55px;
		margin-top: 12px;
	}


/*# Header/Search #*/
#HeaderSearch {
	float: right;	
	position: relative;
	margin: 10px 0 0 0;
	text-align: right;
	color: #fff !important;
	height: 25px;
}

input.search {
	width: 47px;
	height: 19px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	border: none;
	background: #FF9A32 url(Images/search_button.jpg) no-repeat 0 0;
	padding: 0 0 3px 0;
}

#cse-search-results iframe {
	height: 1000px !important;
}


/*# Header/Links #*/
#HeaderLinks {
	float: right;
	margin: 12px 0 0 0;
	text-align: right;
	color: #fff !important;
	padding: 0 6px 0 0;
	font-size: 11px;
}
	#HeaderLinks ul {
		margin: 1px 0 0 -15px;
		padding: 0;
	}
		#HeaderLinks ul li {
			display: inline;
			float: left;
		}       
		#HeaderLinks ul li a {
			padding: 0 6px 0 6px;
			text-decoration: none;
			font-weight: bold;
			color: #fff;
		}
		#HeaderLinks ul li a:hover {
			color: #aaa;
		}

/*# Header/Functions #*/
#SiteFunctions {
	clear: right;
	float: right;	
	position: relative;
	padding-top: 20px !important;
	padding-top: 0px;
	width: 220px;
	font-size: 11px;
}
	#SiteFunctions a {
		text-decoration: none;
		font-weight: bold;
		color: #fff;
	}
	#SiteFunctions a:hover {
		color: #aaa;
	}


/*# Header/Primary Navigation #*/	
#PrimaryNavigation {
	clear: left;
	height: 51px;
	width: 960px;
	background: #e07823 url(Images/nav_bg.jpg) repeat-x 0 0;
}
	
.MainMenuCMSMenu {
	height: 51px;
	font-weight: bold;
	color: #fff;
}
	.MainMenuCMSMenuItem,
	.MainMenuCMSMenuItemMouseOver,
	.MainMenuCMSMenuItemMouseDown,
	.MainMenuCMSMenuItemMouseUp,
	.MainMenuCMSMenuHighlightedMenuItem,
	.MainMenuCMSMenuHighlightedMenuItemMouseOver,
	.MainMenuCMSMenuHighlightedMenuItemMouseDown,
	.MainMenuCMSMenuHighlightedMenuItemMouseUp {
		vertical-align: top;
		padding: 10px 5px 5px 14px;
		font-size: 14px;
		line-height: 15px;
	}
	.MainMenuCMSMenuItemMouseOver, 
	.MainMenuCMSMenuHighlightedMenuItem,
	.MainMenuCMSMenuHighlightedMenuItemMouseOver,
	.MainMenuCMSMenuHighlightedMenuItemMouseDown,
	.MainMenuCMSMenuHighlightedMenuItemMouseUp {
		background-color: #b55812;
		background-image: url(Images/nav_bg_active.gif);
		background-repeat: repeat-x;
		background-position: 2px;
	}
	#ctl00_Cmsmenu2_CMSMenu1-000 {
		width: 144px !important;
		border-right: 1px solid #dd8544;
	}
	#ctl00_Cmsmenu2_CMSMenu1-001 {
		width: 179px !important;
		border-right: 1px solid #dd8544;
	}
	#ctl00_Cmsmenu2_CMSMenu1-002 {
		width: 129px !important;
		border-right: 1px solid #dd8544;
	}
	#ctl00_Cmsmenu2_CMSMenu1-003 {
		width: 119px !important;
		border-right: 1px solid #dd8544;
	}
	#ctl00_Cmsmenu2_CMSMenu1-004 {
		width: 119px !important;
		border-right: 1px solid #dd8544;
	}
	#ctl00_Cmsmenu2_CMSMenu1-005 {
		width: 114px !important;
		border-right: 1px solid #dd8544;
	}
	#ctl00_Cmsmenu2_CMSMenu1-006 {
		width: 150px !important;
	}	

.MainMenuSubMenuCMSMenu {
	background-color: #fff;
	font-weight: bold;
	color: #126A92;
	border: 1px solid #D1D1D1;
	margin-left: -2px;
}
	.MainMenuSubMenuCMSMenuItem,
	.MainMenuSubMenuCMSMenuItemMouseOver,
	.MainMenuSubMenuCMSMenuItemMouseDown,
	.MainMenuSubMenuCMSMenuItemMouseUp,
	.MainMenuSubMenuCMSMenuHighlightedMenuItem,
	.MainMenuSubMenuCMSMenuHighlightedMenuItemMouseOver,
	.MainMenuSubMenuCMSMenuHighlightedMenuItemMouseDown,
	.MainMenuSubMenuCMSMenuHighlightedMenuItemMouseUp {
		width: 100% !important;
		border-bottom: 1px dotted #D1D1D1;
		padding: 6px 30px 6px 20px;
	}
	.MainMenuSubMenuCMSMenuItemMouseOver,
	.MainMenuSubMenuCMSMenuHighlightedMenuItem,
	.MainMenuSubMenuCMSMenuHighlightedMenuItemMouseOver {
		background-color: #D96F21 !important;	
		color: #fff;	
	}


/*# Main Content #*/
#MainContent {
	width: 960px;
	margin: 0;
	padding: 0;
}

.rightButton {
	position: relative;
	float: right;
}

.rightButton a:hover {
	color: #015C87;
}


/*# Main Content/SiteMap #*/
.CMSSiteMapList { /* ul element */
}
.CMSSiteMapListItem { /* li element */
}
.CMSSiteMapLink { /* a element */
}



/*# Main Content/HomeTemplate #*/
#HomePageHeader {
	height: 300px;
	/* IE6 Hack */
	margin-top: 9px !important;
	margin-top: 0;

}

/*# Main Content/HomeTemplate/Banner #*/
.BannerBackground {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;	
	width: 100%; 
    min-width:960px;
    
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 960 ? "960px" : "100%");
	

	height: 421px;
	background-color: #7B92C6;
	z-index: -1;
	background: #89A4D1 url(Images/banner_bg.jpg) center top !important;
	background: #89A4D1 url(Images/banner_bg_ie6.jpg) center top;
	background-repeat: repeat-x;
}

#HomeBanner {
	width: 930px;	
	height: 260px;
	margin: -5px auto;
	background-color: #A7B5D8;
	padding: 15px 15px 15px 15px;
}

#HomeBannerLinks {
	width: 300px;
	height: 260px;
	color: #fff;
	background-color: #1e1d7a;
	float: left;
	font-size: 0.9em;
}
	#HomeBannerLinks ul {
		padding: 0;
		margin: 0;
	}

		#HomeBannerLinks ul li {
			display: inline;
			float: left;        
			height: 86px;  
			width: 100%;
			border-bottom: 1px dotted #fff;
		}
		#HomeBannerLinks ul li a {				
			display: block;
			padding: 20px 5px 20px 15px;
			text-decoration: none;
			color: #fff;
			height: 46px;
		}
		#HomeBannerLinks ul li span {
			font-size: 12px;
			font-family: "Gill Sans", "Gill Sans MT", sans-serif;		
			line-height: 2;
		}
		#HomeBannerLinks ul li img {
			border: 0;
		}

#HomeBannerImage {
	width: 630px;
	height: 260px;	
	float: left;
	background: url(Images/HomeBannerImage.jpg) no-repeat 0 0;
}
#HomeBannerImageText {
	color: #1E1D7A;
	padding: 30px 0 0 30px;
	width: 300px;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 22px;
	line-height: 1;
	display:inline-block;
}	

/*# Main Content/HomeTemplate/Content #*/
#HomeContent {
	width: 960px;
}

#HomeEditableContent {
	padding: 0 20px 0 345px;
}

#HomeTopColumn {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #D1D1D1;
}

#HomeBottomLeftColumn {
	float: left;
	width: 283px;
	padding: 5px 13px 0 0;
}

#HomeBottomRightColumn {
	float: left;	
	width: 283px;
	padding: 5px 0 0 13px;
}


/*# Main Content/HomeTemplate/Postcards# */
#HomePostcards {
	float: left;
	width: 298px;
	font-size: 11px;
	margin-left: 1px;
	padding-left: 15px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-image: url(Images/home_postcards_fullshadow.gif);
}
.socialmedia {
	text-align:center;
	padding-top:10px;
}
.socialmedia_fb {
	text-align:center;
	padding-top:10px;
}


.socialmedia img, .socialmedia_fb img {
	text-decoration:none;
	border:none;
	
}
body.contrast #HomePostcards {
	background: none !important;
}
	#HomePostcards ul {
		padding: 0;
		margin: 0;
	}
		#HomePostcards ul li {
			display: inline;
			float: left;        
			height: 90px;  
			width: 100%;
			border-bottom: 1px dotted #fff; 
			background-color: #D2D9EB;         
		}
		.Helpline {
			height: 100% !important;
		}
			.Helpline img {
				padding: 20px; /* temporary */
			}		
		#HomePostcards h4 {
			margin: 10px 0 10px 0 !important;
		}
		#HomePostcards h5 {
			margin: 0 !important;
			padding-bottom: 3px !important;
		}
		#HomePostcards ul li a {
			display: block;
			padding: 10px 20px 10px 90px;
			text-decoration: none;
			color: #585858;
		}
		.HomePostcardImageNewsletter {
			float: left;
			padding: 5px 0 5px 15px;
		}
		.HomePostcardImage {
			float: left;
			padding: 5px 0 5px 0;
		}



/*# Main Content/InnerTemplates #*/
.InternalBannerBackground {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 7px;	
	margin: 0;	
	width: 100%;
	height: 214px;
	background-color: #A2B2D6;
	z-index: -1;
	background-image: url(Images/banner_bg.jpg) !important;
	background-image: url(Images/banner_bg_ie6.jpg);

	background-position: center top;
}

#NavColumn {
	float: left;
	width: 256px;
	margin-top: 20px;
	padding-bottom: 50px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(Images/secondary_nav_fullshadow.gif);
}

body.contrast #NavColumn {
	background: none !important;
}

#ContentColumn {
	/* IE6 ISSUE: IE6 will break the float if it's too big here */
	width: 704px !important;
	width: 700px;
	padding: 20px 0 0 0;
	margin-left: 255px;
}
	#ContentColumn ul {
		margin: 0;
		padding: 0;
	}
		#ContentColumn ul li {
			margin-left: 25px;
		}
		
	.imageLeft {
		padding: 5px 5px 5px 0;
		margin: 0 15px 0 0;
		float: left;
	}	
	
	.imageRight {
		padding: 5px 0 5px 5px;
		margin: 0 0 0 15px;
		float: right;
	}
	
	#ContentColumn table {
		float: left;
		padding-bottom: 20px; 
		width: 100%;
		float: left;
	}			
		#ContentColumn table th {
			padding: 10px; 			
			background-color: #7B92C6;
			color: #FFF;
			font-weight: bold;
			text-align: left;
		}			
		#ContentColumn table td {
			padding: 5px 10px 5px 10px; 
			vertical-align: top;			
		}
		.altRow {
			background-color: #E4F1F7;
		}

.specialControl {
	height: 100%;
	border: 1px solid #D1D1D1;
}
	.specialControlInnerSection {
		padding: 5px;	
		margin: 5px;
		height: 80%;
		background-color: #D5DFEB;
	}
		.specialControlInnerSection p {
			margin: 20px 0 20px 0;
			padding: 0 20px 0 20px;
		}
		.specialControlForm {
			padding: 0 10px;
		}
			.specialControlForm h4 {
				font-size: 12px;
				font-weight: bold;
				padding: 0px 0 10px 0;
				margin: 0;
			}
			.specialControlForm label {
				padding: 5px 5px 5px 0;
				width: 80px !important;
				float: left;
				clear: left;
			}
			.specialControlForm input, .specialControlForm select {
				margin-top: 3px;
				width: 170px;
			}
			.specialControlForm a {
			}
			.button {
				width: 47px !important;
				height: 23px !important;
				display: block;
				margin: 5px 0 5px 85px; 
			}
			.communityDropDownList {
				margin-top: 3px;
				width: 170px;
				float: left;
			}
			.communityButton {
				width: 47px !important;
				height: 23px !important;
				margin-left: 5px;
				float: left;
			}

/*# Main Content/InnerTemplates/Secondary Navigation #*/
#SecondaryNavigation {
	float: left;
	width: 255px;
	padding: 0 0 0 0;
	margin-bottom: 20px;
	background-color: #fff;	
}
	#menuElem {
		padding: 0;
		margin: 0;
	}
		#menuElem li {
			display: inline; 
			height: 30px;  
			width: 100%;
		}	
		.CMSListMenuLinkHighlighted {
			display: block;
			padding: 8px 15px 5px 30px;
			text-decoration: none;
			font-weight: bold;
			color: #1E1E1E !important;
			background-color: #F8F4E8;
			border-bottom: 1px solid #D1D1D1;
			background-repeat: repeat-y;
			background-image: url(Images/secondary_nav_shadow_active.gif);
		}	
		#menuElem li a {
			display: block;
			padding: 8px 15px 5px 30px;
			text-decoration: none;
			font-weight: bold;
			color: #327B9E;
			border-bottom: 1px dotted #D1D1D1;
		}
			#menuElem li a:hover {
				color: #1E1E1E;
				background-color: #F8F4E8;
					background-repeat: repeat-y;
					background-image: url(Images/secondary_nav_shadow_active.gif);

			}
				#SecondaryNavigation ul {
					padding: 0;
					margin: 0;
				}
				
				#SecondaryNavigation ul {
					padding: 0;
					margin: 0;
					background-image: url(Images/secondary_nav_shadow.gif);
					background-repeat: repeat-y;
				}
				
				#SecondaryNavigation ul li ul li {
					display: inline;
					height: 30px;
					width: 100%;
				}
					
				#SecondaryNavigation ul li ul li a {
					display: block;
					padding: 8px 15px 5px 45px;
					text-decoration: none;
					font-weight: bold;
					font-size: 0.9em;
					color: #146791;
					border-bottom: none !important;
					background-repeat: repeat-y;
					background-image: url(Images/secondary_nav_shadow_active.gif);
				}
				#SecondaryNavigation ul li ul li .CMSListMenuLinkHighlighted {
					display: block;
					padding: 8px 15px 5px 45px;
					text-decoration: none;
					font-weight: bold;
					font-size: 0.9em;
					color: #1E1E1E;
					background-color: #F8F4E8;
					border-bottom: none !important;
					background-repeat: repeat-y;
					background-image: url(Images/secondary_nav_shadow_active.gif);
					
				}

				#SecondaryNavigation ul li ul li ul li a {
					padding-left: 55px;
				}

				#SecondaryNavigation ul li ul li ul li .CMSListMenuLinkHighlighted {
					padding-left: 55px;
				}

/*# Main Content/InnerTemplates/Postcards#*/
#Postcards {
	float: left;
	width: 255px;
	margin: 0 0 0 0px;
	font-size: 11px;	
}
	#Postcards ul {
		padding: 0 0 0 20px;
		margin: 0;
	}
		#Postcards ul li {
			display: inline;
			float: left;        
			height: 95px;  
			width: 100%;
			border-bottom: 1px dotted #FFF;
			background-color: #D2D9EB;
		}
			#Postcards h4 {				
				margin: 10px 0 10px 0 !important;
			}
			
			#Postcards h5 {				
				margin: 0 !important;
				padding: 0 !important;
			}
			#Postcards ul li a {
				display: block;
				padding: 10px 10px 10px 79px;
				text-decoration: none;
				color: #585858;
			}
		.HelplineInternal {
			height: 100% !important;
		}
			.HelplineInternal img {
				padding: 20px 0 0 15px; /* temporary */
			}	
			.PostcardImage {
				float: left;
				padding: 10px 0 10px 0;
			}


/*# Main Content/InnerTemplates/Banner #*/
#Banner {
	background-color: #7B92C6;
	padding: 10px 25px 0 25px;
	padding-bottom: 10px;
}
	#Banner h2 
	{
	    display:inline-block;
		width: 400px;
		padding-right: 20px;
		color: #fff;
		margin-top: 19px;
		margin-bottom: 0px;
		font-size: 18px;
		font-weight:bold;
	}

#Breadcrumbs {
	height: 15px;
	width: 420px;
}

.DonateButton 
{
    float:          right;
    text-align:     right;
    vertical-align: top;
	padding:        10px 10px;
}

#ShareLinks {
	float: right;
	color: #fff;
	margin-top: -15px;
	width: 220px;
	text-align: right;
}
	#ShareLinks ul {
		padding: 0;
		margin: 0;
	}
		#ShareLinks ul li {
			display: inline;
			float: left;
			padding: 0;
			margin: 0;
		} 
			#ShareLinks ul li a {
				float: left;
				text-decoration: none;
				color: #fff;
				padding: 0 5px 2px 20px;
			}
			#ShareLinks ul li a:hover {
				color: #ccc;
			}
			#ShareLinks ul li img {
				border: none;
				float: left;
				padding: 0;
				padding-right: 5px;
			}
			.shareIcon a {
				margin-left: -10px !important;
			}	
	
.CMSBreadCrumbsLink {
	font-size: 0.9em;
	text-decoration: none;
	color: #fff;
}

.CMSBreadCrumbsCurrentItem {
	float: left;
	margin-top: 8px;
	left: 280px;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
}

/*# Main Content/InnerTemplates/Content #*/
#OneColumnContent {
	padding: 20px 10px 50px 20px;
	width: 665px !important; /* fix for IE6 */
}
	#OneColumnContent img {
	}

#LeftColumnContent {
	float: left;
	width: 425px !important;
	padding: 20px 14px 50px 20px;
}
	#LeftColumnContent img {
	}	

#RightColumnContent {
	float: right;
	width: 190px !important; /* 227px in total */
	padding: 20px 14px 50px 20px;
	border-left: 1px solid #D1D1D1;
}
	#RightColumnContent img {		
	}
	.rightColumnImage {
		padding: 0;
		width: 186px !important;
	}

#RegionLeftColumnContent {
	float: left;
	width: 309px !important; /* 350px in total */
	padding: 20px 15px 50px 20px;
}
	#RegionLeftColumnContent img {
	}

#RegionRightColumnContent {
	float: right;
	width: 309px !important; /* 345px in total */
	padding: 20px 15px 50px 20px;
	border-left: 1px solid #D1D1D1;
}
	#RegionRightColumnContent img {
	}

.bcMap {	
	border: 1px solid #D1D1D1 !important;
}

.regionImage {	
	border: 1px solid #D1D1D1 !important;
	padding: 20px;
}

.contactsTable {
	width: 200px !important;
	padding: 2px;
}
	.contactsTable td {
		width: 100px !important;
		padding: 2px 2px 2px 5px !important;
	}



/*# Main Content/Fundraising #*/
#ImageBanner {
	width: 693px;
	padding: 0 0 0 5px;
}
.fundraiserImage {
	width: 660px;
	border: 1px solid #D1D1D1 !important;
	padding: 5px;
	margin-left: 10px;
}

/*# Main Content/Fundraising/News And Events #*/
#NewsAndEventsLeftColumn {
	float: left;
	width: 315px; /* 350px in total */
	padding: 20px 15px 50px 20px;
	border-top: 1px dotted #D1D1D1 !important;
}

#NewsAndEventsRightColumn {
	float: right;
	width: 309px; /* 345px in total */
	padding: 20px 15px 50px 20px;
	border-top: 1px dotted #D1D1D1 !important;
}


/*# Main Content/ImageGallery #*/
#LightboxGallery img {
	padding: 5px;
	border: none;
	width: 200px;
	height: 140px;
}

.PagerControl {
	text-align: center;
}
	.PagerResults {
	}
	.PagerNumberArea {
	}


/*# Main Content/NewsAndEvents #*/
/*# Main Content/NewsAndEvents/DeliciousFeed #*/
table.inTheNews,
table.inTheNews tr,
table.inTheNews td {
	border: 0 solid #fff;
}

table.inTheNews {
}

.inTheNews_altRow {
	background-color: #E4F1F7;
}

.dateColumn {
	width: 70px;
	padding: 5px;
	vertical-align: top;
	font-weight: bold;
}

.descriptionColumn {
	padding: 5px;
	vertical-align: top;
}

.pager td{
	padding: 10px !important;
}
	.pager td span {
		font-weight: bold;
	}



/*# Main Content/NewsAndEvents/DeliciousFeed/Script #*/
.delicious-posts {
	padding: 5px;
}

.delicious-posts ul, .delicious-banner {
	margin: 0; 
	padding: 0;
}

.delicious-post, .delicious-posts li {
	padding: 5px; 
}

.delicious-odd 	{
	background-color: #f8f8f8;
}

.delicious-banner a {
}

.delicious-posts a:hover {
	text-decoration: underline;
}

.delicious-posts a {
}

.delicious-post a {
}

.delicious-extended {
	font-size: 12px !important;
	padding-bottom: 5px;
}


/*# Main Content/NewsAndEvents/Events #*/
.specialControlCalendar {
	padding: 5px;
}

/*# Main Content/NewsAndEvents/Events/Year Calendar #*/
#YearCalendar {
	width: 279px;
	height: 203px;
	margin: 0;
	float: none !important;
	border: 1px solid #000 !important;
}
	#YearSelector {
		background-color: #7B92C6;
		color: #FFF;
		border: 0 !important;
		font-weight: bold !important;
		padding: 10px;					
		text-align: center;
	}
		.currentYear {
			padding: 0 80px 0 80px;
		}
		.nextPrevYear {
			color: #FFF !important;
			font-weight: bold !important;
			padding: 10px;
		}
	#MonthSelector {
		padding: 0;
		margin: 0;
	}
		#MonthSelector ul {
			padding: 0;
			margin: 0;
		}			
			#MonthSelector ul li {
				display: inline;
				float: left;
				border-top: 1px solid #000;
				text-align: center;
				padding: 0;
				margin: 0;
			}
			.borderMonth {
				border-left: 1px solid #000;
			}
				#MonthSelector ul li a {
					float: left;
					text-decoration: none;	
					background-color: #fff8DE;
					color: #000;
					width: 29px;
					padding: 20px;
				}
					#MonthSelector ul li a:hover {
						text-decoration: underline;
					}
				.currentMonth {
					font-weight: bold;
					color: #FFF !important;
					background-color: #D2661B !important;
				}

/*# Main Content/NewsAndEvents/Events/Month Calendar #*/
table.eventsCalendar {
	width: 280px;
	margin: 0;
	float: none !important;
	border: 1px solid #000 !important;
}
	table.eventsCalendar td{	
		border: 1px solid #000;
		padding: 0;
	}
	.calendarTitle {
		background-color: #7B92C6;
		color: #FFF;
		border: 0 !important;
		font-weight: bold !important;
	}
		table.calendarTitle td {
			border: 0 !important;
			padding: 5px !important;
		}
	.nextPrev a {
		color: #FFF !important;
		font-weight: bold !important;
		padding: 10px;
	}
	.dayHeader {
		background-color: #7B92C6;
		color: #FFF;
		font-weight: bold !important;
		padding: 2px 0 2px 0 !important;
		border: 1px solid #000 !important;
		text-align: center !important;
	}
	.calendarDays, .weekendDays {
		width: 40px !important;
		height: 30px !important;
		background-color: #fff8DE;
		padding: 5px 0 5px 0 !important;
		border: 1px solid #000 !important;
	}
	.currentDay {
		width: 40px !important;
		height: 30px !important;
		background-color: #fff888 !important;
		padding: 5px 0 5px 0 !important;
		border: 1px solid #000 !important;
	}	
	.otherMonthDays {
		width: 40px !important;
		height: 30px !important;
		color: #C8C8C8 !important;
		background-color: #FFF;
		padding: 5px 0 5px 0 !important;
		border: 1px solid #000 !important;
	}
	.dayWithEvent {
		width: 40px !important;
		height: 30px !important;
		font-weight: bold !important;
		background-color: #fff8DE;
		padding: 5px 0 5px 0 !important;
		border: 1px solid #000 !important;
	}
	.selectedDay {
		width: 40px !important;
		height: 30px !important;
		padding: 5px 0 5px 0 !important;
		border: 1px solid #000 !important;
		font-weight: bold;
		background-color: #D2661B !important;
	}


.event {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #D1D1D1;
}

.eventTitle {
	font-weight: bold;
}

.eventDate {
	font-size: 0.8em;
}

.eventLocation {
}

.eventMoreInformation {
}

.eventMoreInformation a {
	padding: 5px 20px 5px 5px;
	background-color: #E5E9F4;
}

.eventMoreInformation a:hover {
	background-color: #c5c9d4;
}

.CalendarTextBox {
	width: 80px !important;	
}

.CalendarIcon {
	width: 16px !important;
}

/*# Main Content/NewsAndEvents/News #*/
.newsDate {
	font-weight: bold;
}

.searchNews {
	padding: 10px;
	height: 25px;
}
	.searchNewsLabel {
		padding: 3px 5px 5px 0;
		width: 80px !important;
		float: left;
	}
	.searchNewsTextbox {
		width: 125px;
		float: left;
	}
	.searchNewsLongTextbox {
		width: 250px;
		float: left;
	}
	.searchNewsButton {
		width: 47px !important;
		height: 23px !important;
		margin: 0 0 0 5px; 
		float: left;
	}
	.clearSearch {
		padding: 5px 0 0 5px;
		float: left;		
	}
	

/*# Main Content/NewsAndEvents/Newsletter #*/
.pageTabs {
	display: block;
	height: 35px;
	width: 661px;		
	border-bottom: 1px solid #D1D1D1;
}
	.pageTabs a {
		display: block;
		width: 120px;
		height: 19px;
		border-left: 1px solid #D1D1D1;
		border-right: 1px solid #D1D1D1;
		border-top: 1px solid #D1D1D1;
		border-bottom: 1px solid #D1D1D1;
		padding: 10px 10px 5px 10px;
		background-color: #FFF;
		float: left;
	}
	.currentTab {
		font-weight: bold;
		background-color: #FAF6EC !important;
		border-bottom: 1px solid #FAF6EC !important;
		width: 130px !important;
	}
	.articleTypesSelector {
		background-color: #FAF6EC;		
		width: 661px;
		padding: 5px 0 5px 0;
		border-left: 1px solid #D1D1D1;
		border-right: 1px solid #D1D1D1;
		border-bottom: 1px dotted #D1D1D1;
	}
		.articleTypesSelector a {
			padding: 10px !important;
		}
		.currentType {
			font-weight: bold;
		}

.newsletterSection {
	width: 221px;
	float: left;
	padding: 0;
	margin: 0;
}
	.newsletterHeader {
		background-color: #FAF6EC;/*#CED5E7;*/
		top: 0;
		padding: 0 0 5px 10px;
		margin-top: -14px;
	}
		.newsletterHeader h3 {
			border-bottom: 0;
			margin-bottom: 0;
			padding-top: 14px;
			color: #585858;
		}	
		.contactHeader {
			border-left: 1px solid #D1D1D1;	
		}
		.insightHeader {
			border-left: 1px solid #D1D1D1;		
			border-right: 1px solid #D1D1D1;
		}
		.intouchHeader {	
			border-right: 1px solid #D1D1D1;
		}
	.newsletterContent {
		margin: 0;
		padding: 10px 5px 0 10px;
	}
	.insightContent {
		border-left: 1px solid #D1D1D1;		
		border-right: 1px solid #D1D1D1;
	}
	



/* CMS BizForm Label style */
.EditingFormErrorLabel {
	color: #c00;
}



/*# Footer #*/
#FooterContainer {	
	clear: both;
	border-top: 2px solid #FF9934;
	margin: 0 auto;
	width: 100%;
	background-color: #fff !important;
}

#PageFooter {	
	clear: both;
	border-top: 2px solid #8485BE;
	width: 960px;
	margin: -2px auto;
	font-size: 0.9em;
	padding-top: 15px;
	background-color: #fff !important;
}

body.contrast #FooterContainer, body.contrast #PageFooter {
	background: none !important;
}


/*# Footer/Image #*/
#FooterImage {
	float: left;
	width: 145px;
	height: 50px;
	padding: 0 10px 15px 0px;
}
	#FooterImage img {
		border: 0;
	}

/*# Footer/Contact #*/
#FooterAddress {
	float: left;
	padding: 0 10px 0 15px;
	width: 150px;
}
#FooterContact {
	float: left;
	padding: 0 10px 0 10px;
	width: 160px;
}

/*# Footer/Links #*/
.FooterLinks {
	float: left;
	text-align: right;
	padding: 0 0 0 25px;
	margin: 0;
}
	.FooterLinks ul {
		padding: 0 0 10px 0;
	}
		.FooterLinks ul li {
			display: inline;
			float: right;
		}
			.FooterLinks ul li a {
				padding: 0 10px 0 10px;
				text-decoration: none;
				font-weight: bold;
				color: #0F5A7A !important;
			}
			.FooterLinks ul li a:hover {
				text-decoration: underline;
			}
			.FooterLinks ul li p {
				padding-right: 12px;
			}				
			
			
			
/* Blogs */
.CommentDetail table {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #D1D1D1;
}

.BlogCommentsTitle, .BlogLeaveComment {
	font-weight: bold;
	font-size: 1.2em;
}

/* login */
.LogonTextBox {
	width: 140px;
}

