@charset "utf-8";

/* Normalisation Adapted from HTML5 Boilerplate 2 (20111003 JX) */   
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 14px; line-height: 1.231; }
body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #222; }
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Customize the background color to match your design
 */
::-moz-selection { background: #666; /*grey*/ color: #fff; text-shadow: none; }
::selection { background: #666; /*grey*/ color: #fff; text-shadow: none; }
/* =============================================================================
   Links
   ========================================================================== */
a { color: #0062a7; /*blue*/ } 
a:visited { color: #ca0000; /*red*/ }
a:hover { color: #ca0000; /*red*/ }
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
/* CSS3 transitions on links */
a {
	/* Firefox 4 */
	-moz-transition-property:color, background-color, border-color;
	-moz-transition-duration:0.2s;
	-moz-transition-timing-function:ease-in-out;
	-moz-transition-delay:0s;
	/* Safari and Chrome */
	-webkit-transition-property:color, background-color, border-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:ease-in-out;
	-webkit-transition-delay:0s;
	/*native CSS3*/
	transition-property: color, background-color, border-color;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) { overflow: hidden; }
/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend { border: 0; *margin-left: -7px; padding: 0; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 * 4. Remove default iOS styling (JX20111006)
 * 5. Remove default focus outline styling in webkit browsers (JX20111004)
 */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; -webkit-appearance:none; -webkit-border-radius:0px; }
button:focus, input:focus, select:focus, textarea:focus { outline: none; }
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input { line-height: normal; *overflow: visible; }
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input { *overflow: auto; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {  }
/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: JX 20111026
   ========================================================================== */
   
/* ------------------------------------------------------------------------------ */
/* global */
/* ------------------------------------------------------------------------------ */
body { 
	color:#232323;
	background-color:#7eafdd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;/*1.5x of font-size*/
	background-image: url(../img/bg-body.png);
	background-repeat: repeat-x;
}

/*Specific for homepage*/
body#home {background: url(../img/bg-home-body.jpg) repeat-x #639fd7;}

	/* container (can be used as a page background container) */
	body#home #container { 
		position:relative;
		width:100%;
		min-width:960px;
		margin:0;
		padding:0;
		background-image: url(../img/bg-container.jpg);
		background-repeat: no-repeat;
		background-position: center top;
	}
	
/* ------------------------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------------------------ */
#header {
	width:960px;
	height:218px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position:relative
}

	#header #search {
		position: absolute;
		right: 0px;
		top: 13px;
		font-family: 'ProcionoRegular';
		font-size: 12px;
		color: #ee7306;
		text-shadow: -1px -1px #710c06;
		height: 27px;
	}
	
	
	#header #search input#searchInput {
		background-color: transparent;
		background-image: url("../img/bg-header-search-input.png");
		color: #FFA800;
		font-size: 12px;
		height: 14px;
		line-height: 16px;
		margin-bottom: 0;
		margin-left: 5px;
		margin-right: 0;
		margin-top: 0;
		overflow-x: hidden;
		overflow-y: hidden;
		padding-bottom: 6px;
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 6px;
		position: relative;
		width: 136px;
		border: 0px;
	
	}
	
	#header #search input#searchButton {
		background: url("../img/sprite-header-search-button.png") no-repeat top left;
		width: 28px;
		height: 27px;
		border: 0px;
		margin-left: 3px;
		vertical-align: top;
	}
	
	#header #search input#searchButton:hover {background-position: 0px -27px;}
		
	#header h1 {
		color:#f2f2f2;
		font-family:'StMarieThin',serif;
		font-size:42px;
		font-weight:normal;
		line-height:42px;
		margin:35px 0 0 17px;
		/*text-shadow*/
		text-shadow: 0px 2px 2px #333;
	}
	#header p {
		font-size:12px;
		font-weight:normal;
		color:#c2c2c2;
		margin:10px 0 0 20px;
	}

	/*nav*/ 
	#nav {
		background:url(../img/sprite-nav.png) 0 0 no-repeat;
		margin:0;
		padding:0;
		width:100%;
		height:66px;
		overflow:hidden;
		position:absolute;
		bottom:0;
	}
		/*nav items*/
		#nav li, #nav a {
			display:block;
			position:absolute;
			top:0;
			margin:0;
			padding:0;
			height:66px;		
		}	
		
		#nav00 { width:154px; left:  0px; }
		#nav01 { width:148px; left:154px; }
		#nav02 { width:153px; left:302px; }
		#nav03 { width:150px; left:455px; }
		#nav04 { width:203px; left:605px; }
		#nav05 { width:152px; left:808px; }
	

		
			/*nav links*/
			#nav a { width:100%; left:0; }
			#nav a:hover, #nav a.selected { background: url(../img/sprite-nav.png) no-repeat; }
			#nav a.selected { cursor:default!important; }
			
			#nav00 a:hover { background-position:     0px -66px; }
			#nav01 a:hover { background-position:  -154px -66px; }
			#nav02 a:hover { background-position:  -302px -66px; }
			#nav03 a:hover { background-position:  -455px -66px; }
			#nav04 a:hover { background-position:  -605px -66px; }
			#nav05 a:hover { background-position:  -808px -66px; }
	

				
			#nav00 a.selected,#nav00 a.selected:hover { background-position:   -0px -132px; }
			#nav01 a.selected,#nav01 a.selected:hover { background-position: -154px -132px; }
			#nav02 a.selected,#nav02 a.selected:hover { background-position: -302px -132px; }
			#nav03 a.selected,#nav03 a.selected:hover { background-position: -455px -132px; }
			#nav04 a.selected,#nav04 a.selected:hover { background-position: -605px -132px; }
			#nav05 a.selected,#nav05 a.selected:hover { background-position: -808px -132px; }


a.btnTop {
	background: url(../img/btn-top.png) no-repeat top center;
	display: block;
	width: 39px;
	height: 16px;
	margin: 20px 0px 10px 0px;
	float: left;
	clear: both;
}

a.btnTop:hover { background-position: 0px -16px;}

/* ------------------------------------------------------------------------------ */
/* main */
/* ------------------------------------------------------------------------------ */
#main {
	margin:0 auto;
	width:960px;
	height:auto;
	overflow:hidden;
	position:relative;
	background:#ffffff;
}

#logo {
	background: url(../img/logo.png) no-repeat left center;
	display: block;
	width: 710px;
	height: 152px;
	position: absolute;
	left: 93px;
}

body#home #main {
	
}
	/*banners - standard */
	#banner { 
		margin: 0px;
		padding: 0px;
		border-top: 3px solid #f4f4f4;
		border-right: 3px solid #f4f4f4;
	} 
	
	
	/*banners - home*/
	body#home #banner {width: 960px; height: 382px;} 
	
	body#sec01 #banner {background: url(../img/sprite-bg-content.jpg) no-repeat 0 0; height: 196px; display: block;}
	body#sec02 #banner {background: url(../img/sprite-bg-content.jpg) no-repeat 0 -196px; height: 196px; display: block;}
	body#sec03 #banner {background: url(../img/sprite-bg-content.jpg) no-repeat 0 -392px; height: 196px; display: block;}
	body#sec04 #banner {background: url(../img/sprite-bg-content.jpg) no-repeat 0 -588px; height: 196px; display: block;}
	body#sec05 #banner {background: url(../img/sprite-bg-content.jpg) no-repeat 0 -784px; height: 196px; display: block;}
	body#sec06 #banner {background: url(../img/sprite-bg-content.jpg) no-repeat 0 -980px; height: 196px; display: block;}
	body#sec08 #banner {background: url(../img/sprite-bg-content.jpg) no-repeat 0 -1176px; height: 196px; display: block;} /*sitemap*/
	body#sec07 #banner {background: url(../img/sprite-bg-content.jpg) no-repeat 0 -1372px; height: 196px; display: block;} /*Members*/

	body#sec01 #columns {background: url(../img/sprite-bg-columnright.jpg) no-repeat 710px bottom #f9f9f9; }
	body#sec02 #columns {background: url(../img/sprite-bg-columnright.jpg) no-repeat 460px bottom #f9f9f9; }
	body#sec03 #columns {background: url(../img/sprite-bg-columnright.jpg) no-repeat 210px bottom #f9f9f9; }
	body#sec04 #columns {background: url(../img/sprite-bg-columnright.jpg) no-repeat -40px bottom #f9f9f9; }
	body#sec05 #columns {background: url(../img/sprite-bg-columnright.jpg) no-repeat -290px bottom #f9f9f9; }
	body#sec06 #columns {background: url(../img/sprite-bg-columnright.jpg) no-repeat -540px bottom #f9f9f9; }
	body#sec08 #columns {background: url(../img/sprite-bg-columnright.jpg) no-repeat -790px bottom #f9f9f9; } /*sitemap*/

	

/* ------------------------------------------------------------------------------ */
/* content */
/* ------------------------------------------------------------------------------ */
#content {
	width:100%;
	margin:0;
	padding:0 0 0 0;
	overflow:hidden;
	position:relative;
	z-index:9;
	background-color: #f9f9f9;
}

#container {background: url(../img/bg-content-container.jpg) no-repeat center top; }

body#home #content { background-color: #ecf0f2; padding:0px 3px 0px 3px; width: 948px; border-left: 3px solid #ffffff; border-right: 3px solid #ffffff; }
body#home #columns { width: 954px; background:url(../img/bg-home-intro.png) bottom left no-repeat;}

	/*columns*/
	#columns {
		width:960px;
		height:auto;
		margin:0 auto;
		padding:0; 
		position:relative;
	}
	
	
	
	.ie6 body#home #columns { height:260px; overflow:visible; }
		
		/*columns - common*/
		.columnLeft,
		.columnRight,
		.columnFull {
			min-height:460px;
			margin:0;
			height:auto;
			overflow:hidden;
			position:relative;
		}
		
		/*column left*/
		.columnLeft {
			width:710px;
			padding:0;
			float:left!important;	
			clear:left!important;
			background: url(../img/bg-content-text.png) no-repeat center top #f9f9f9;
			min-height: 940px!important;
		}
		
		/*column right*/
		.columnRight {
			float:right!important;
			clear:right!important;

			width: 250px;
			min-height: 940px!important;
		}			
		/*column right - contentViewport*/
		.contentViewport {
			width:640px;
			padding:0px 35px 20px 35px;
		}
			
		/*column - full*/
		.columnFull {
			position:relative;
			width:900px; 
			padding:20px 40px;
			float:none;
			clear:both;
			overflow:hidden;
		}
		/*column - full contentViewport*/
		.columnFull .contentViewport { /*customisation*/ }

/* ------------------------------------------------------------------------------ */
/* side nav */ 
/* ------------------------------------------------------------------------------ */
#sideNav {
	list-style:none;
	margin: 0;
	padding: 0;
	width:250px;
	overflow-x:hidden;
	overflow-y: hidden;
	background: url(../img/bg-sidenav.png) no-repeat top right;
	min-height: 525px;
	
}

#sideNavEnding {
	background: url(../img/bg-sidenav-ending.png) repeat-y top right;
	width: 250px;
	height: 189px;
	display: block;
}

	/*level 1 nav items*/
	#sideNav li {
		color:#505050;
		font-size:14px;
		font-weight:bold;
		line-height:16px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		width:250px;
		overflow:hidden;
		background: url(../img/bg-sidenav-border.png) no-repeat bottom center;
		background-color: none; 
	}	
	
	#sideNav li.selected ul li a {background: none; display: inline-block; border: none;}
	#sideNav li.selected ul {}
	
	#sideNav li.last-child { background: none; }
	
	/*level 1 links*/
	#sideNav li a,
	#sideNav li a:link,
	#sideNav li a:active,
	#sideNav li a:visited {
		color: #3b3a3a;
		text-decoration: none; 
		display: inline-block; 
		margin:0;
		padding:11px 30px 13px 30px;
		width: 190px;
	}
	
	#sideNav li a:hover { color:#c0362b; }
	#sideNav li.selected a { padding-right: 30px; width: 190px; color: #c0362b;}
	.ie6 #sideNav li.selected a {width: 185px;}
	
		/*level 2 nav items*/
		#sideNav li ul {
			list-style: none;
			margin:0;
			padding:0px 0px 22px 30px;
			display: none;
			
		}
		
		#sideNav li.selected ul { display: block; }
		#sideNav li li {
			color:#505050;
			font-size:13px;
			font-weight:bold;
			line-height:14px;
			margin:0;
			padding:0;
			width:220px;
			background: none;			
		}		
		#sideNav li li { border:none; background: url(../img/blt-sidenav-lv2.png) no-repeat 0px 12px; }
		#sideNav li li.last-child {  }
	
		
		/*level 2 links*/
		#sideNav li li a,
		#sideNav li li a:link,
		#sideNav li li a:active,
		#sideNav li li a:visited { color: #494949; padding:5px 0 5px 17px; margin:0;}
		#sideNav li li a:hover { color: #c0362b !important;}
	
	/*selected*/
	#sideNav li .selected,
	#sideNav li li.selected a { color: #c0362b; !important; border: none; background: none;}
	
	#sideNav li ul li.selected {background: url(../img/blt-sidenav-lv2.png) no-repeat 0px 12px;}
	
	#sideNav li a.selected:hover, 
	#sideNav li.selected ul li a.selected, 
	#sideNav li li.selected a:hover { color: #c0362b !important; cursor: default !important;  } 
		
	

/* ------------------------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------------------------ */
#footer {
	margin:0 auto;
	width:900px;
	height:40px;
	position:relative;
	background: url(../img/bg-content-footer-round.png) no-repeat center 0;
	padding:11px 30px 0 30px;
}

body#home #footer {
	background: url(../img/bg-footer-round.png) no-repeat center 0;

}

	#footer p {
		font-size: 11px;
		color: #f7fbff;
		margin: 0px;	
	}
	
	/*copyright links*/
	#footer ul {
		color:#f7fbff;
		font-size:11px;
		line-height:11px;
		width:960px;
		margin:2px 0 0 0;
		padding-left: 0px;
	}	
	
	#footer ul li {
		border-color: #c31c14;	
	}
	
	#footer a,
	#footer a:link,
	#footer a:visited,
	#footer a:active { color:#c31c14; text-decoration:none; }
	#footer a:hover  { color:#00203f; text-decoration:none; }
	/*FW logo*/
	a#FWenabled {
		position: absolute;
		right: 30px;
		top: 17px;
		width:126px;
		height:16px;
		margin:0;
		padding:0;
		border:none!important;
		background:url(../img/btn-fw.png) 0px 0px no-repeat;
	}
	
	a#FWenabled:hover { background-position:0px -16px; }


/* ------------------------------------------------------------------------------ */
/* Buttons */
/* ------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------ */
/* sections - HOME */ 
/* ------------------------------------------------------------------------------ */

body#home {
}

/*content specific*/
body#home #intro {
	margin: 20px 0 50px 0;
	padding:9px 20px 25px 25px;
	width:405px;
	height: 305px;
	overflow:hidden;
	position:relative;
	overflow:hidden;
	float:left;
	background: url(../img/home-intro.png) no-repeat top center;
}

	/*linksListing*/	
	body#home ul.linksListing {
	    display: block;
    	list-style-type: none;
    	margin: 20px 0px 36px 1px;
		padding: 0px;
		float: left;
		clear: both;
	}
	
		/*linksListing item*/
		body#home ul.linksListing li {
			float: left;
    		width: 187px;
			font-size: 14px;
			color: #0062a7;
			padding-bottom: 3px;
			padding-left: 13px;
			background: url(../img/bullet-links.png) no-repeat 0px 8px transparent;
			
		}
		
		body#home ul.linksListing li a {
			text-decoration: none;
		}
	
/*news*/
#news,
#events {
	margin: 0px;
	padding: 0px;
	background: none;
	width: 640px;	
	overflow:hidden;
	position:relative;
	overflow:hidden;
	/*float:left;*/
	
}


body#home #news {
	background: url(../img/bg-home-news.png) no-repeat right top;
	width:472px;
	padding:9px 30px 9px 1px;
}

	/*general*/
	
	/*title*/
	body#home #news h2, body#home h2 {
		font-family:'ProcionoRegular', Arial, sans-serif;
		font-size:25px;
		line-height:16px;
		margin:0;
		padding:0;
		font-weight: normal;
		color: #036eaa;
		text-shadow: 0px -1px 1px #ffffff;
	}
	
	
	/*newsListing*/	
	body#home .newsListing {
		margin:0;
		padding:0 0 0 0;
	}
		/*newsListing item content*/
		.eventItem, body#home .newsItem, .newsItem {
			display:block;
			position:relative;
			margin:20px 0 0 0;
			padding:0 0 5px 0;
			width:100%;
			min-height:90px;
			color:#7c7c7c;
			text-decoration:none;
			border: none;
			
		}
		
		.eventItem {min-height: 70px; }
		
		.eventItem a.btnMore {position: absolute!important; right: 0px; bottom: 18px;}	
		.eventItem .eventDate{ 
			font-size:11px;
			text-transform:uppercase;
		}
		
		.eventItem, .newsItem {
			border-bottom: 1px solid #d1e4ed;	
		}
		
		
		.ie6 body#home .newsItem  {
			height:90px;
			overflow:visible;
		}
		.eventItem.last-child, body#home .newsItem.last-child,
		.newsItem.last-child { border-bottom:none; padding-bottom: 24px; }
							
			/*imgThumb*/
			.newsItem .imgThumb {
				/*layout*/
				position:absolute; 
				top:0;
				left:0; 
				width:144px;
				height:98px; 
				overflow-x: hidden;
				overflow-y: hidden;
				
			}
			
	
			
			body#home .newsItem .imgThumb {width:144px; height:98px; }
			
			
				.newsItem .imgThumb img { 
					width:144px; 
					height:98px;
					display:block;
				}
				
				body#home .newsItem .imgThumb img {
					border:1px solid #82c3ff;
					width:142px; 
					height: 96px;
				}
			
			/*newsContent*/
			.newsItem .newsContent { 
				margin:0 0 0 160px;
			}

			/*newsContent*/
			.eventItem .eventContent { 
				margin:0 0;
			}
			
			.newsItem .newsContent a, .newsItem.newsContent p { 
			}
			
				
			body#home .newsItem .newsContent { 
				margin:0 0 0 168px;
			}
			
				.newsItem .newsContent p,
				.eventItem .eventContent p { 
					color:#393634;
					font-size:12px; 
					font-weight:normal;
					line-height:18px; 
					margin:6px 0 6px 0;
					padding:0;
					text-decoration:none;
					width:310px;
				}
				
				.eventItem .eventContent p {width: 510px;}
				
				.newsItem .newsContent a,
				.eventItem .eventContent a {  
					width:350px;
				}
				
				#resources .resourceItem .title a, .eventItem .eventContent .title, .newsItem .newsContent .title { 
					color:#ca0000;
					font-size:16px;
					font-weight:bold; 
					line-height: 18px;
					text-decoration: none;
				}
				
				#resources .resourceItem .title a { 
					padding-left:25px;
				}
				
				#resources .resourceItem .title a:hover, .eventItem .eventContent .title a:hover {  
					text-decoration: none;
				}
				
				.newsItem .newsContent .date,
				.eventItem .eventContent .date { 
					color:#797979;
					font-size:14px;
					font-weight:bold;
					text-transform:uppercase; 
					right:0;
					float:right;
					margin:0;
					padding:0 0;
				}
				
				.searchItem .btnMore, .eventItem .eventContent .btnMore, .newsItem .newsContent .btnMore, .members_pod_footer .btnMore {
    				display: block;
    				width: 35px;
					color: #0077bb;
					font-size: 12px;
					text-decoration: underline;
					position: relative;
				}
				
				.searchItem .btnMore{width:68px !important;}
				
				.searchItem .btnMore span, .eventItem .eventContent .btnMore span,.newsItem .newsContent .btnMore span, .members_pod_footer .btnMore span {
    				background: url(../img/btn-more.png) no-repeat 0 0;
    				height: 5px;
    				width: 4px;
					position: absolute;
					right: 0px;
					margin-top: 8px;
					vertical-align: middle;
				}
				.members_pod_footer .btnMore span {margin-top: 11px;}
				
				.searchItem .btnMore:hover, .eventItem .eventContent .btnMore:hover, .newsItem .newsContent .btnMore:hover, .members_pod_footer .btnMore:hover { color: #ca0000; }
					
	
				
				
			/*newsListing item hover*/
			.newsItem:hover p { text-decoration:none; }
			.newsItem .title:hover {color: #000000;  }
			.searchItem .btnMore:hover span,.eventItem .btnMore:hover span,  .newsItem .btnMore:hover span, .members_pod_footer .btnMore:hover span {background-position: 0 -5px;}
				

div#pageBottom {
	height: 46px;
	background: url(../img/border-home-bottom.png) no-repeat top center #f9f9f9;
	padding: 10px 7px 4px 25px;
}

#home div#pageBottom {
	background-color: transparent;
	padding-bottom: 10px;
}

	a.memberlogin {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: transparent;
		background-image: url("../img/btn-memberlogin.png");
		background-origin: padding-box;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: auto auto;
		display: block;
		height: 48px;
		width: 171px;
		cursor: pointer;
		float: left;
		position: relative;
	}
	
	a.memberlogin:hover {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: transparent;
		background-image: url("../img/btn-memberlogin.png");
		background-origin: padding-box;
		background-position: 0 -48px;
		background-repeat: no-repeat;
		background-size: auto auto;
	
	}
	
	div#contactDetails {
		margin-left: 315px;
		margin-top: 12px;
	}
	
		div#contactDetails ul {
			font-family:'ProcionoRegular', Arial, sans-serif;
		    color: #343434;
			font-size: 13px;
			line-height: 19px;
			margin: 0;
			padding: 3px 0 3px 0;
			text-shadow: 1px 1px #ffffff;
			height: 20px;
		}
		
			div#contactDetails ul li {
				border: none;
				height: 20px;
			}


/* ------------------------------------------------------------------------------ */
/* OBITUARIES */
/* ------------------------------------------------------------------------------ */

div.two_column_pod_wrapper {
    float: left;
    margin-bottom: 10px;
    width: 640px;
}

div.searchListing div.two_column_pod, 
div.searchListing div.two_column_lastpod,
div.two_column_pod_wrapper div.two_column_pod, 
div.two_column_pod_wrapper div.two_column_lastpod {
    float: left;
    height: 135px;
    margin-right: 10px;
    margin-top: auto !important;
    overflow: hidden;
    position: relative;
    width: 305px;
} 

div.searchListing div.two_column_pod, 
div.searchListing div.two_column_lastpod{
	margin-bottom:10px;	
}

div.two_column_pod_wrapper div.two_column_lastpod { 
 	margin-left:20px;
    margin-right: 0 !important;
}

div.searchListing  div.two_column_lastpod{ 
 	margin-left:13px;
    margin-right: 0 !important;
}

div.two_column_pod_wrapper div.cappingTop {
    border-top:solid 1px #e5e8ed;
    height: 2px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 305px;
}

div.two_column_pod_wrapper div.cappingBottom {
    border-bottom:solid 1px #e5e8ed;
    bottom: 0;
    height: 2px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 305px;
}
/*----------------------OBITUARIES------------------------*/
a.podBody {
    background: none repeat scroll 0 0 #F7F8FA;
    border: 1px solid #E5E8ED; 
    height: 112px;
	width:180px;
    padding: 10px 8px 10px 115px;
	display:block; 
}

a.podBody:hover{
    background: none repeat scroll 0 0 #eef2f7; 
}

contentViewport a.podBody:hover,
contentViewport a.podBody:focus{
	text-decoration:none !important;
	
}
 
a.podBody .pod_image{
    background-color: #FFFFFF;
    height: 120px;
    left: 3px;
    margin: 4px;
    padding: 0;
    position: absolute;
    top: 6px;
    width: 90px;
	border: 1px solid #d9eaea;
	background:url(../img/thumb_obituaries.jpg)  no-repeat;
}

 
#directoryDetails .imgThumb{ 
    height: 120px; 
    margin: 4px;
    padding: 0; 
    width: 90px;
	border: 1px solid #d9eaea;
	background:url(../img/thumb_directories.jpg)  no-repeat;
}
 
.podBodyDir .pod_image{ 
	background:url(../img/thumb_directories.jpg)  no-repeat;
}

.podBodyDir h3,
a.podBody h3{
	padding:0 0 11px 0 !important;
	margin:0 !important; 
	color: #B11906;
}
 

a.podBody p span.podHeading { 
    font-size: 13px;
    font-weight: bold;
}

a.podBody  p { 
    font-size: 13px; 
	line-height:9px;
}
a.podBody:hover h3,
a.podBody:hover p,
a.podBody:hover p span.podHeading{ 
	text-decoration:none !important;
}


/*----------------------DIREECTORY------------------------*/
.podBodyDir {
    background: none repeat scroll 0 0 #F7F8FA;
    border: 1px solid #E5E8ED; 
    height: 112px;
	width:180px;
    padding: 10px 8px 10px 115px;
	display:block; 
}

.podBodyDir h3 a:hover,
.podBodyDir p a:hover{
    color:#000; 
}

.podBodyDir:hover{
    background: none repeat scroll 0 0 #eef2f7; 
}

contentViewport .podBodyDir:hover,
contentViewport .podBodyDir:focus{
	text-decoration:none !important;
	
}
 
.podBodyDir .pod_image{
    background-color: #FFFFFF;
    height: 120px;
    left: 3px;
    margin: 4px;
    padding: 0;
    position: absolute;
    top: 6px;
    width: 90px;
	border: 1px solid #d9eaea;
}

.podBodyDir h3{
	padding:0 0 11px 0 !important;
	margin:0 !important; 
	color: #B11906; 
}
 

.podBodyDir p span.podHeading { 
    font-size: 13px;
    font-weight: bold;
}

.podBodyDir  p { 
    font-size: 13px; 
	line-height:9px;
}
.podBodyDir:hover h3,
.podBodyDir:hover p,
.podBodyDir:hover p span.podHeading{ 
	text-decoration:none !important;
}



.contentViewport div#obituariesView img.thumbImg{
    left: 0;
    position: absolute;
    top: 5px;
	border: 1px solid #d9eaea;
	margin: 0 0 20px;
} 

.contentViewport div#obituariesView { 
    position: relative;
}

.contentViewport div#obituariesView .obituariesIntro{
    padding-left: 110px;
    position: relative;
	height: 150px;
}

.contentViewport div#obituariesView .obituariesBiograpghy{ 
    position: relative;
}



.two_column_pod_wrapper h2{
	padding:0 0 20px 0 !important;
	margin:0 !important;	
}



.contentViewport div#obituariesView p {
    font-size: 1em;
    margin: 6px 0 5px;
	padding: 0 !important;
}

/* ------------------------------------------------------------------------------ */
/* PAGING CONTROL */
/* ------------------------------------------------------------------------------ */
div#pagingController {
    float: left;
    height: 29px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 12px;
    position: relative;
    width: 620px;
	background-color: transparent;
	border: 1px solid #79acdc;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

	div#pagingController #results {
		color: #c0362b !important;
    	font-size: 12px;
    	font-style: normal;
    	line-height: 18px;
    	margin-bottom: 0;
    	margin-left: 0;
    	margin-right: 0;
    	margin-top: 0;
	}
	
	div#pagingController ul#pageLinks {
		display: inline;
    	float: left;
    	list-style-type: none;
    	margin-bottom: 0;
    	margin-left: 0;
    	margin-right: 0;
    	margin-top: 0;
    	padding-bottom: 0;
    	padding-left: 0;
    	padding-right: 0;
    	padding-top: 0;
    	position: absolute;
    	right: 5px;
    	top: 11px;	
	}
	
	div#pagingController ul#pageLinks li {
		background-attachment: scroll;
    	background-clip: border-box;
    	background-color: transparent;
    	background-image: none;
    	background-origin: padding-box;
    	background-position: 0 0;
    	background-repeat: repeat;
    	background-size: auto auto;
    	color: #999797;
    	display: inline;
    	float: left;
    	font-size: 12px;
    	line-height: 13px;
    	margin: 0 0;
    	padding: 0 5px 0 0;
		font-weight: bold;
	}
	
	div#pagingController ul#pageLinks li.pagingControlPageSelector a {
    	color: #7e7e7e;
    	display: block;
    	margin: 0 0;
    	overflow-x: hidden;
    	overflow-y: hidden;
    	padding-bottom: 4px;
    	padding-left: 7px;
    	padding-right: 7px;
    	padding-top: 3px;
		text-decoration: none;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	
	div#pagingController ul#pageLinks li.pagingControlPageSelector a:hover {color: #ffffff; background-color: #a4c5e5;}

	div#pagingController ul#pageLinks li.pagingControlPageSelector a.selected {
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-color: #0062bd;
    	background-image: none;
    	background-origin: padding-box;
    	background-position: 0 0;
    	background-repeat: repeat;
    	background-size: auto auto;
    	color: #ffffff;
	}
	
	
	div#pagingController ul#pageLinks li.pagingControlPreviousPage a, div#pagingController ul#pageLinks li.pagingControlPreviousPage a {
    	background-position: left top;
    	background-repeat: no-repeat;
    	display: block;
    	height: 20px;
    	margin-bottom: 0;
    	margin-left: 0;
    	margin-right: 0;
    	margin-top: 0;
    	padding-bottom: 0;
   		padding-left: 0;
    	padding-right: 0;
    	padding-top: 0;
    	width: 15px;
	}


div#pagingController ul#pageLinks li.pagingControlNextPage a, div#pagingController ul#pageLinks li.pagingControlNextPage a {
    	background-position: left top;
    	background-repeat: no-repeat;
    	display: block;
    	height: 20px;
    	margin-bottom: 0;
    	margin-left: 0;
    	margin-right: 0;
    	margin-top: 0;
    	padding-bottom: 0;
   		padding-left: 0;
    	padding-right: 0;
    	padding-top: 0;
    	width: 15px;
	}

	div#pagingController ul#pageLinks li.pagingControlPreviousPage {
    	margin-right: 3px;
	}
	
	div#pagingController ul#pageLinks li.pagingControlNextPage {
   		margin-left: 10px;
	}
	
	div#pagingController ul#pageLinks li.pagingControlPreviousPage a,
	div#pagingController ul#pageLinks li.pagingControlNextPage a {
		background-position: 0px 5px;

	}
	div#pagingController ul#pageLinks li.pagingControlPreviousPage a {
    	background-image: url("../img/icon-prev-page-d.png");
	}
	
	div#pagingController ul#pageLinks li.pagingControlPreviousPage a.enabled {
    	background-image: url("../img/icon-prev-page.png");
	}
	
	div#pagingController ul#pageLinks li.pagingControlNextPage a {
   		background-image: url("../img/icon-next-page-d.png");
	}
	
	div#pagingController ul#pageLinks li.pagingControlNextPage a.enabled {
	    background-image: url("../img/icon-next-page.png");
	}


/* ------------------------------------------------------------------------------ */
/* sections MEMEBRS - SEARCH */ 
/* ------------------------------------------------------------------------------ */ 
#directorySearchForm{
	padding:20px 0 40px 20px;
	width:612px;
	height:138px;
	background-image:url(../img/search_base.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
 
.searchItem{ 
	float:left;
	width:320px;  
	padding:0; 
}

.searchListing .devider {
    border-bottom: 1px solid #D1E4ED;
    clear: both;
    height: 25px;
    margin: 10px 0 30px;
}
 .searchItem .title,  .searchItem .content{  
	padding:0 !important;
	margin:0; 
}

 .searchItem .btnText{     
}

.searchItem .btnText .btnDrillDown{   
}

.searchItem .imgThumb{ 
	width:120px;
	height:90px;
	margin-bottom:5px !important;
}

.formControlLabel{ padding:0 0 10px}




/* ------------------------------------------------------------------------------ */
/* sections MEMEBRS - MEMBER DETAILS */ 
/* ------------------------------------------------------------------------------ */ 
#directoryDetails{
	float:left;
	padding:0;
	width:635px;   
	background-repeat: no-repeat;
	background-position: center bottom; 
	border-collapse: separate !important;
}

#directoryDetails .imgThumb{
		margin-top:10px !important;
	}
#directoryDetails #c1{right:0; text-align:left;padding:0 !important;}

#directoryDetails #c1,#directoryDetails #c2{
	padding:10px; 	
	
}
 
/* ------------------------------------------------------------------------------ */
/* sections MEMEBRS - CHANGE PASSWORD */ 
/* ------------------------------------------------------------------------------ */ 
#changePasswordForm{
	padding:30px 40px 0 40px;
	width:555px;
	height:540px; 
	background-image:url(../img/password_base.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ------------------------------------------------------------------------------ */
/* Common elements */
/* ------------------------------------------------------------------------------ */
.podBodyDir a.btnMore,
a.podBody .btnMore {
    background: url("../img/exchange/img_sprite.png") no-repeat scroll -1296px -71px transparent;
    bottom: 9px;
    display: block;
    float: right;
    height: 25px;
    position: absolute;
    right: 9px;
    width: 24px;
	cursor:pointer;
}
a.btnMore:hover,
a.podBody:hover .btnMore{
    background-position: -1320px -71px;
}
 

/*pagination*/
.pagination { 
	margin:0 0 20px 0;
	padding:10px 15px;
	height:18px;
	border-top:2px solid #333; 
	overflow:hidden;  
}
	.pagination .msg,
	.pagination .pages { line-height:20px; height:20px; margin:0; padding:0; width:auto; overflow:visible; }
	.pagination .msg   { color:#232323; font-size:12px; float:left; }
	.pagination .pages { text-align:right; float:right; }
	
		/*buttons global*/
		.pagination .pages .btnPrev,
		.pagination .pages .btnNext,
		.pagination .pages .btnPage {
			font-size:12px;
			font-weight:bold;
			line-height:20px;
			text-decoration: none;
			display:block; 
			float:left; 
			margin:0 2px;
			padding:0;  
			width:20px; 
			height:20px; 
			overflow:hidden;
		}
		
		/*navigation buttons*/
		.pagination .pages .btnPrev,
		.pagination .pages .btnNext {
			background-image:url(../img/sprite-contentviewport-pagination.png);
			background-repeat:0 0 no-repeat;	
			font-size:0px;
			line-height:0px;
			text-indent:-9999em;
			width:20px; 
		}
		.pagination .pages .btnPrev { margin-right:6px; }
		.pagination .pages .btnNext { margin-left:6px; }
		
		.pagination .pages .btnPrev       { background-position:   0px   0px; }
		.pagination .pages .btnPrev:hover { background-position: -20px   0px; }
		.pagination .pages .btnNext       { background-position:  -0px -20px; }
		.pagination .pages .btnNext:hover { background-position: -20px -20px; }
		
		/*page buttons*/
		.pagination .pages .btnPage,
		.pagination .pages .btnPage:link,
		.pagination .pages .btnPage:visited,
		.pagination .pages .btnPage:active { 
			color:#4d494b;
			text-align:center;
			background:#e2e2e2; 
			/*border-radius*/
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.pagination .pages .btnPage:hover,
		.pagination .pages .btnPage:focus { 
			background:#fff; 
			text-decoration:none;
		}
		.pagination .pages .btnPage.selected { 
			color:#fff!important;
			background:#999;
			cursor:default!important;
		}


/* ------------------------------------------------------------------------------ */
/* resources */
/* ------------------------------------------------------------------------------ */
#resources .resourceItem {
	margin: 0 0 0 0;
	padding: 27px 0;
	width: 100%; 
	border-bottom: 1px dotted #cfd6dc;
	position: relative;
}
body#sec07 #resources .resourceItem.first-child,
#resources .first-child,
#resources .resourceItem.first-child { border-top: 1px solid #cfd6dc; }
#resources .last-child,
#resources .resourceItem.last-child { border-bottom: 1px solid #cfd6dc; /*border-bottom: none !important;*/ }

#resources .resourceItem .note {
	color: #787473; 
	font-weight: bold;
	line-height: 20px;
	text-transform:uppercase;
	position:absolute;
	right: 0;
	top: 27px;  		
}
#resources .resourceItem .title { 
	color: #262525!important;
	line-height: 20px; padding:0 180px 0 25px; }
#resources .resourceItem .content { display:none; }


#resources .resourceItem .imgThumb, #members_resources_list .imgThumb {
    background-image: url("../img/sprite-restypes.png");
    background-position: 252px 40px;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 42px;
    margin-top: 18px;
}

#resources .resourceItem .imgThumbPdf, #members_resources_list .imgThumbPdf {
    background-position: 0px 0px;
}
#resources .resourceItem .imgThumbDoc, #members_resources_list .imgThumbDoc {
    background-position: -42px 0px;
}
#resources .resourceItem .imgThumbXls, #members_resources_list .imgThumbXls {
    background-position: -84px 0px;
}
#resources .resourceItem .imgThumbPpt, #members_resources_list .imgThumbPpt {
    background-position: -126px 0px;
}
#resources .resourceItem .imgThumbLink, #members_resources_list .imgThumbLink {
    background-position: -168px 0px;
}
#resources .resourceItem .imgThumbRef, #members_resources_list .imgThumbRef {
    background-position: -210px  0px;
}


/* ------------------------------------------------------------------------------ */
/* resources - members*/
/* ------------------------------------------------------------------------------ */
body#sec07 #resources .resourceItem {
	margin: 0;
	padding: 27px 0; 
	width: 100%; 
	border-bottom: 1px dotted #CFD6DC;
	position: relative;
}

/*body#sec07 #resources .resourceItem.first-child{border-top: none !important;}*/
body#sec07 #resources .resourceItem.last-child{border-bottom: none !important;}

body#sec07 #resources .resourceItem .note {
	color: #787473; 
	font-weight: bold;
	line-height: 20px;
	text-transform:uppercase;
	position:absolute;
	right: 0;
	top: 27px;  		
}

body#sec07 #resources .resourceItem .title,
body#sec07 #resources .resourceItem .content { display:block; line-height: 20px; padding-right: 180px; }
body#sec07 #resources .resourceItem .title {   padding-left:34px; color: #262525!important;}
body#sec07 #resources .resourceItem .content p { padding-bottom: 25px; color: #1f2607!important; font-size: 14px; }
body#sec07 #resources .resourceItem .btnDownload,
body#sec07 #resources .resourceItem .btnVisitLink,
body#sec07 #resources .resourceItem .btnDownload {
	display: block;
	position:absolute;
	right:0;
	top:34px;
	width: 117px;
	height: 33px;
	background: url(../img/btndownload.png) no-repeat 0 0 transparent;
}
body#sec07 #resources .resourceItem .btnVisitLink{
	background-position: 0 -66px;
}
body#sec07 #resources .resourceItem .btnVisitLink:hover{
	background-position: 0 -99px;
}
body#sec07 #resources .resourceItem .btnDownload:hover {
	background-position: 0 -33px;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir { display:block; border:0; text-indent:-999em; overflow:hidden; background-color:transparent; background-repeat:no-repeat; text-align:left; direction:ltr; line-height:1px; }
.ir br { display: none; }
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear:both; }
.clearer { float: none;	clear: both; height: 0;	line-height: 0;	overflow: hidden; visibility: hidden; }
/* convert a list of links to a horizontal line of links with pipe seps (JX 20111004) */
.listLinks { list-style:none; overflow:visible; }
	.listLinks li { float:left; padding-right:8px; margin-right:8px; border-right: 1px solid; background: none; }
	/*.listLinks li:last-child { border-right:none; padding-right:0; }*/
	.listLinks li.last-child { border-right:none; padding-right:0; }
	
/* common text styles */
.txtLowerCase { text-transform:lowercase; }
code { /*for style notes*/
	display:inline-block; margin:0 0 20px 0; padding:0 10px; clear:both;
	font-size:11px; font-weight:bold; line-height:20px; 
	color:#fff; background:#CC9; border-radius:10px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.2);
	text-shadow:0 1px 0px rgba(0,0,0,0.2);
}

/*debug styles 
p 	{ background-color:rgba(255,255,0,0.1); }
li 	{ background-color:rgba(255,0,0,0.1); }
a	{ background-color:rgba(0,0,255,0.1); }
h1,h2,h3,h4,h5 { background-color:rgba(0,255,0,0.1); } */



/*MEMBERS DASHBOARD*/

div.members_column1{
	float:left;
	width:340px;
	margin:0px;
}

div.members_column2 {
	float:left;
	width:300px;
}

div.members_pod {
	float:left;
	position:relative;
	width:300px;
	margin:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	margin-top: 0px!important;
}
div.members_pod #intro_text {
	padding:0px 10px 5px 10px;
	margin:0px 0px 10px 0px;
	line-height:1.3em;
}
div.members_column1 div.members_pod  {
	margin-right:19px;
}

div.members_heading {
	float:left;
	position:relative;
	margin-top: auto!improtant;
	background-image: url(../img/members_sprite.gif);
	width:300px;
	height:78px;
}

div.members_news_heading {background-position: 0px 0px;}
div.members_resources_heading {background-position: 0px -96px;}
div.members_obituaries_heading {background-position: 0px -194px; height:73px;}
div.members_events_heading {background-position: -320px -0px;}
div.members_newsletters_heading {background-position: -320px -96px;}
div.members_directory_heading {background-position: -320px -194px; height:75px;}
div.members_birthdays_heading {background-position: -320px -284px;}

div.members_pod_content{
	float:left;
	width:298px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-left-color: #d9d9d9;
	background-color: #fff;
}

div.members_pod_content a {
	color: #333333;
	font-size: 12px;
}
	
div.members_pod_footer, div.members_pod_footer_white{
	float:left;
	position:relative;
	height:39px;
	width:300px;
	background-image: url(../img/members_sprite.gif);
	background-position: 0px -276px;	
}
div.members_pod_footer p {padding-top: 5px;}
div.members_pod_footer_white {
	background-position: 0px -276px;
}
div.icon {
	position:absolute;
	left:17px;
	height:34px;
	width:36px;
	background-image: url(../img/members_sprite.gif);
}
div.resourceicon {background-position: -657px 0px;}
div.newslettersicon {background-position: -657px -50px;}
div.obituariesicon {background-position: -657px -96px; height:40px;}
div.birthdayicon {background-position: -657px -155px; height:50px;}

div.members_pod_content li:first-child div.icon div.obituariesicon {
	top:-11px;
}


div.members_pod_footer p{
	position:absolute;
	top:0px;
	left:21px;
}

div.members_pod_content ul.members_list {
	float:left;
	width:298px;
	position:relative;
	padding:0px;
	margin:0px;
}

div.members_pod_content ul.members_list li {
	padding:0px 0px 0px 0px;
	margin:0px;
}

div.members_pod_content ul.members_list li a img {
	position:absolute;
	top:20px;
	left:18px;
}
div.members_pod_content ul.members_list li:first-child a img {
	top: -1px;
}

div.members_pod_content ul.members_list li a {
	float:left;
	position:relative;
	padding:20px 10px 20px 73px;
	he_ight:82px;
	background-color:#FFF;
	color:#333333;
	text-decoration:none;
	border-bottom: 1px solid #d9d9d9;
	width:205px;
}
div.members_pod_content ul#members_news_list li a {
	padding:20px 10px 0 131px;
	width: 148px;
	min-height:88px;
}
div.members_pod_content ul#members_events_list li a {
	padding:20px 10px 0px 65px;
	height:82px;
}
div.members_pod_content ul.members_list li:first-child a {
	padding-top: 0px!important;
}
div.members_pod_content ul.members_list li:first-child div.imgThumb {
	top: 0px!important;
}

div.exSplash.members.exComSprite {background: url(../img/members_dashbox.png) 0 0 no-repeat transparent!important; margin-bottom: 25px;}

#members_resources_list .imgThumb {position: absolute; top: 19px; left: 18px; margin-top: 0px;}
div.members_pod_content .members_pod_text{
	font-weight:bold;
	color:#b30704;
	font-size: 12px;
	line-height: 17px;
}
div.members_pod_content a:hover .members_pod_text{
	color:#000000;
}
div.eventscalendar{
	position:absolute;
	top:9px;
	left:10px;
	height:34px;
	width:36px;
	color:#a85e23;
	font-weight:bold;
	font-size:14px;
	text-align: center;
}

.eventsdate{
	font-size:30px;
	line-height:0.8em;
}
div.members_pod_content ul.members_list li:first-child div.eventscalendar {
	top:-11px;
}
div.members_pod_content ul#members_events_list li a {height: 60px;}
div.members_pod_content ul#members_obituaries_list li a {height: 60px; padding:20px 10px 0px 65px; }
div.members_pod_content table.formContainer {
	margin: 0 10px 0 10px!important;
	width: 279px;
}
div.members_pod_content table.formContainer td {
	
}
div.members_pod_content table.formContainer div.formControlContainer div.formControlLabel {
	margin-bottom: 5px;
}
div.members_pod_content table.formContainer div.formControlContainer label {
	font-weight: bold;
}
div.members_pod_content table.formContainer p {
	margin: 0.5em 0 0.5em
}
div.members_pod_content table.formContainer div.typeText input,
div.members_pod_content table.formContainer div.typeStyledSelect select {
	height: 25px;
	width: 265px;
	border: 1px solid #D9D9D9;
}
div.members_pod_content table.formContainer div.typeText input {
	height: 18px;
	padding: 5px;
	color: #60696e;
}
div.members_pod_content table.formContainer div.typeStyledSelect select {
	width: 277px;
	height: 28px;
}
div.members_pod_content table.formContainer span.select {
	position: absolute;
	width: 605px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	padding: 4px 0px 3px 10px;
	height: 21px;
	color: #60696e;
	border: 1px solid #D9D9D9;
	font: 12px/21px arial,sans-serif;
	background: #FFF url(../../_sharedimg/forms/btn_select.gif) right 50% no-repeat;
	overflow: hidden;
}
div.typeSubmit input {
	font-size: 12px!important;
	line-height: 1em!important;
	padding: 0px;
	width: 60px!important;
	height: 27px;
	border: medium none;
	background-image:url(../../_sharedimg/forms/btn_submit.gif);
	background-repeat: no-repeat;
}
div.typeSubmit input.typeSubmit:hover {
	background-position: -61px 0;
}

div#members_obituaries div.members_pod_content ul {

}
ul#members_news_list a img {
	width: 100px;
	height: 68px;
}
