/* @override 
	http://70.86.16.226/~newlifel/css/site_css.css
	http://www.newlifelincoln.org.uk/css/site_css.css
	http://www.newlifelincoln.org.uk/index.php?css=includes/site-css.v.1267640693
*/

/* @group global reset */

body {
	padding:0;
	margin:0;
	background: #000000 url(../images/design/background.jpg) no-repeat scroll center top;
	font-family: Arial;
}

h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code,input,textarea{padding: 0;margin: 0;line-height:1em;font-size:100%;font-weight:normal;font-style: normal;}
table{font-size:inherit;font:100%;}
ul{list-style:none;}
img{border:0;
}

a:focus { -moz-outline-style: none; }/*this avoids having image replacement sections display a dotted outline*/




/* @end */

/* @group html */

div.buy-song-button {
		width: 92px;
	background-image: url(../images/design/buy-song.gif);
	height: 22px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
}

div.buy-song-button:hover {
	background: url(../images/design/buy-song.gif) no-repeat -92px;
}

/* 

#left-column div.entry table tbody tr td img,#left-column div.entry p img {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding: 2px;
}

 */

.img-left, #left-column div.entry table tbody tr td img,#left-column div.entry p img  {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding: 2px;
	margin-right: 12px;
	float: left;
}

img.img-border  {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding: 2px;
}


p{
	font-size: 1em;
	line-height: 1.4em;
	margin: .5em 0 2em;
}

body { font-size: 62.5%;
	color: #5a5b5e;
}

strong {
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #5a5b5e;
}

h1 {
	color: #d90076;
	text-transform: uppercase;
	font-size: 3.8em;
	letter-spacing: -.05em;
}

h1 p {
}

div.entry h1.life-mag-title a {
		color: #38b4e8;
	text-decoration: none;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	line-height: 1px;
}

h3 {
	color: #323133;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

h3.highlight {
	color: #f61f65;
}

h2 {
	color: #38b4e8;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.7em;
	text-indent: -1px;
	letter-spacing: -0.05em;
}



h2.flat {
	color: #38b4e8;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.7em;
	text-indent: -1px;
	letter-spacing: -0.05em;
}

h2 a, h2 a:visited, #left-column div.entry h2 a, #left-column div.entry h2 a:visited{
	color: #38b4e8;
	text-decoration: none;
	padding: 0;
}

h2 p {
	margin: 0;
	padding: 0;
}

span.header-title-seperator {
	background-color: #eeeeee;
	width: 462px;
	height: 5px;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	line-height: 5px;
}

span.small-seperator {
	background-color: #eeeeee;
	width: 462px;
	height: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}

div.entry {
}

#left-column div.entry table.calendarBG tbody tr td.calendarCell div a:link, #left-column div.entry table.calendarBG tbody tr td.calendarCell div a:visited {
	text-decoration: none;
	color: #f61f65;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: silver;
	border-top: 1px solid silver;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.8em;
}


a, table a, div.entry a:link, div.entry a:visited {
	color: #f61f65;
	text-decoration: underline;
}

a, table a:hover, div.entry a:hover {
	color: #f61f65;
	text-decoration: none;
}

blockquote {
background-image: url(../images/design/open-quote.gif);
background-repeat: no-repeat;
background-position: left 5px;
padding-left: 55px;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
	color: #111111;
	text-align: left;
	margin: 30px 20px;
}

blockquote p {
background-image: url(../images/design/close-quote.gif);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 55px;
}

blockquote p strong {
	color: #111111;
}

#left-column div.entry ul li {
	border-left: 4px solid #eeeeee;
	color: #808186;
	background-color: #fcfcfc;
	margin-top: .5em;
	font-style: italic;
	padding: 0.5em;
	line-height: 1.4em;
}

#left-column div.entry ul li a {
	text-decoration: none;
	font-weight: bold;
}

span.map-link-seperator, span.seperator {
		color: #d90076;
}

ul#this-week {
	border-top: 1px dotted #ddd;
}

ul#this-week li {
	border-bottom: 1px dotted #ddd;
	padding: 4px 5px;
}

ul#this-week li.one {
	background-color: #f1f1f1;
}

ul#this-week li:hover {
	background-color: #b2e8b4;
	color: #333;
}

ul#this-week li span.day {
	width: 35px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

ul#this-week li span.month {
	width: 40px;
	display: inline-block;
}

#this-week li span.time {
	float: right;
}

#right-column ul#this-week {
	border-top: 1px dotted #252525;
}

#right-column ul#this-week li {
	border-bottom: 1px dotted #252525;
	padding: 4px 5px;
}

#right-column ul#this-week li.one {
	background-color: #1e1e1e;
}

#right-column ul#this-week li:hover {
	color: #999;
	background-color: #333;
}

/*
input.submit-button {
	background-image: url(../images/design/submit-button.gif);
	width: 92px;
	height: 22px;
	text-indent: -9999px;
	border-style: none;
	background-color: white;
}

.input.submit-button:hover {
	width: 92px;
	height: 22px;
	text-indent: -9999px;
	border-style: none;
	background: white url(../images/design/submit-button.gif) -92px;
	cursor: pointer;
}

*/

input,textarea {
	font-size: 1em;
	line-height: 1.4em;
}

input {
	color: #d90076;
}

label {
	font-weight: bold;
}

div.logo-image-acts {
	clear: left;
	width: 215px;
	height: 104px;
	margin-right: 12px;
	float: left;
	background-position: center center;
}

strong.tooltip {
	color: white;
}

a.tooltip-a {
}

a.tooltip-p {
}

a.tooltip-a span, a.tooltip-p span  {display:none; margin-left: 5px;
	background-color: gray;
	margin-top: -15px;
}

a.tooltip-a:hover span, a.tooltip-p:hover span{ background: #d90076 url(/images/design/tooltip-arrow.png) no-repeat left center; border: 2px solid white; color: white;
	padding: 5px 10px 5px 28px;
	width: 250px;
	display: inline;
	position: absolute;
}



/* @end */



/* @group layout */

#wrapper {
	width: 942px;
	margin-left: -471px;
	position: absolute;
	left: 50%;
}

#header {
	height: 351px;
}

#header-logo {
	width: 342px;
	height: 123px;
	position: absolute;
	top: 47px;
	left: 11px;
	background-repeat: no-repeat;
}

#header-locations {
	width: 144px;
	height: 87px;
	position: absolute;
	top: 66px;
	left: 370px;
	background-repeat: no-repeat;
}

#nav-main {
	height: 61px;
	top: 225px;
	position: absolute;
	width: 942px;
}

#nav-main-sub-arrows {
	height: 13px;
	top: 286px;
	position: absolute;
	width: 942px;
	z-index: 100;
}



#nav-sub-holder {
	width: 942px;
	height: 52px;
	position: absolute;
	top: 299px;
}

#nav-sub {
	height: 52px;
	width: 580px;
	float: left;
}

#nav-sub li {
	float: left;
	text-indent: -9999px;
	background-position: 0 0;
}

#nav-search {
	height: 47px;
	width: 362px;
	float: right;
	background: url(../images/design/search-bg.gif) no-repeat 25px 6px;
}

#footer {
	background: url(../images/design/footer.jpg) no-repeat center top;
	height: 450px;
	clear: both;
	margin-bottom: 10px;
}
#main-content {
	overflow: hidden;
	width: 100%;
	background-color: white;
}
#left-column {
	position: relative;
	left: 40px;
	top: 30px;
	float: left;
	overflow: visible;
	font-size: 1.2em;
	width: 462px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#right-column {
	float: right;
	margin: 10px;
	width: 390px;
	background-color: #111111;
	padding-bottom: 20px;
	min-height: 790px;
	padding-top: 20px;
}





/* @end */

/* @group header locations */

#header-locations li {
	text-indent: -9999px;
	height: 22px;
}

li#header-location-lincoln a {
		background: url(../images/design/header-locations.gif) no-repeat 0 0;
	display: block;
	height: 22px;
}

li#header-location-lincoln a:hover {
		background: url(../images/design/header-locations.gif) no-repeat 0 -87px;
	height: 22px;
}

li#header-location-grantham a {
		background: url(../images/design/header-locations.gif) no-repeat 0 -22px;
	display: block;
	height: 22px;
}

li#header-location-grantham a:hover {
		background: url(../images/design/header-locations.gif) no-repeat 0 -109px;
	height: 22px;
}

li#header-location-metheringham a {
		background: url(../images/design/header-locations.gif) no-repeat 0 -44px;
	display: block;
	height: 22px;
}

li#header-location-metheringham a:hover {
		background: url(../images/design/header-locations.gif) no-repeat 0 -131px;
	
}

li#header-location-brigg a {
		background: url(../images/design/header-locations.gif) no-repeat 0 -66px;
	display: block;
	height: 21px;
}

li#header-location-brigg a:hover {
		background: url(../images/design/header-locations.gif) no-repeat 0 -153px;
	height: 21px;
}



/* @end */

/* @group main nav */

#nav-main ul {
}

#nav-main li {
	float: left;
	text-indent: -9999px;
}


li#nav-main-new-to-new-life a {
	height: 61px;
	width: 195px;
background: url(../images/design/nav-main.png) no-repeat 0 0;
	display: block;
}

li#nav-main-new-to-new-life a:hover 	  {
	height: 61px;
	width: 195px;
	background: url(../images/design/nav-main.png) no-repeat 0 -75px;

}

li#nav-main-new-to-new-life-active {
	height: 61px;
	width: 195px;
background: url(../images/design/nav-main.png) no-repeat 0 -150px;
}

li#nav-main-new-to-new-life-active a {
	height: 61px;
	width: 195px;
background: url(../images/design/nav-main.png) no-repeat 0 -150px;
	display: block;
}

li#nav-main-locations-services a {
	height: 61px;
	width: 211px;
	background: url(../images/design/nav-main.png) no-repeat -195px 0;
	display: block;
}

li#nav-main-locations-services a:hover {
	height: 61px;
	width: 211px;
	background: url(../images/design/nav-main.png) no-repeat -195px -75px;
}

li#nav-main-locations-services-active {
	height: 61px;
	width: 211px;
	background: url(../images/design/nav-main.png) no-repeat -195px -150px;
}

li#nav-main-locations-services-active a {
	height: 61px;
	width: 211px;
	background: url(../images/design/nav-main.png) no-repeat -195px -150px;
	display: block;
}

li#nav-main-get-connected a{
		height: 61px;
	width: 173px;
	background: url(../images/design/nav-main.png) no-repeat -406px 0;
	display: block;
}

li#nav-main-get-connected a:hover {
		height: 61px;
	width: 173px;
	background: url(../images/design/nav-main.png) no-repeat -406px -75px;
}

li#nav-main-get-connected-active {
		height: 61px;
	width: 173px;
	background: url(../images/design/nav-main.png) no-repeat -406px -150px;
}

li#nav-main-get-connected-active a {
		height: 61px;
	width: 173px;
	background: url(../images/design/nav-main.png) no-repeat -406px -150px;
	display: block;
}

li#nav-main-get-involved a {
			height: 61px;
	width: 157px;
	background: url(../images/design/nav-main.png) no-repeat -579px 0;
	display: block;
}

li#nav-main-get-involved a:hover {
	height: 61px;
	width: 157px;
	background: url(../images/design/nav-main.png) no-repeat -579px -75px;
}

li#nav-main-get-involved-active {
			height: 61px;
	width: 157px;
	background: url(../images/design/nav-main.png) no-repeat -579px -150px;
}

li#nav-main-get-involved-active a {
			height: 61px;
	width: 157px;
	background: url(../images/design/nav-main.png) no-repeat -579px -150px;
	display: block;
}

li#nav-main-media a {
	height: 61px;
	width: 99px;
	background: url(../images/design/nav-main.png) no-repeat -736px 0;
	display: block;
}

li#nav-main-media a:hover {
	height: 61px;
	width: 99px;
	background: url(../images/design/nav-main.png) no-repeat -736px -75px;
}

li#nav-main-media-active {
	height: 61px;
	width: 99px;
	background: url(../images/design/nav-main.png) no-repeat -736px -150px;
}

li#nav-main-media-active a {
	height: 61px;
	width: 99px;
	background: url(../images/design/nav-main.png) no-repeat -736px -150px;
	display: block;
}

li#nav-main-store a {
	height: 61px;
	width: 107px;
	background: url(../images/design/nav-main.png) -835px 0;
	display: block;
}

li#nav-main-store a:hover {
	height: 61px;
	width: 107px;
	background: url(../images/design/nav-main.png) no-repeat -835px -75px;
}

li#nav-main-store-active {
	height: 61px;
	width: 107px;
	background: url(../images/design/nav-main.png) no-repeat -835px -150px;
}

li#nav-main-store-active a{
	height: 61px;
	width: 107px;
	background: url(../images/design/nav-main.png) no-repeat -835px -150px;
	display: block;
}


/* @end */

/* @group nav main - sub arrows */

#nav-main-sub-arrows li {
	float: left;
	text-indent: -9999px;
}

li#nav-main-sub-arrows-home {
		height: 13px;
		width: 63px;
	background: url(../images/design/nav-main.png) no-repeat -1px -61px;
	
}

li#nav-main-sub-arrows-new-to-new-life {
	height: 13px;
	width: 194px;
	background: url(../images/design/nav-main.png) no-repeat -1px -61px;


}

li#nav-main-sub-arrows-new-to-new-life-active {
	height: 13px;
	width: 195px;
	background: url(../images/design/nav-main.png) no-repeat -1px -211px;


}

li#nav-main-sub-arrows-locations-services {
		height: 13px;
	width: 211px;
	background: url(../images/design/nav-main.png) no-repeat -195px -61px;
}

li#nav-main-sub-arrows-locations-services-active {
		height: 13px;
	width: 223px;
	background: url(../images/design/nav-main.png) no-repeat -195px -211px;
}

li#nav-main-sub-arrows-get-connected {
	height: 13px;
	width: 173px;
	background: url(../images/design/nav-main.png) no-repeat -406px -61px;
}

li#nav-main-sub-arrows-get-connected-active {
	height: 13px;
	width: 186px;
	background: url(../images/design/nav-main.png) no-repeat -406px -211px;
}

li#nav-main-sub-arrows-get-involved {
	height: 13px;
	width: 157px;
	background: url(../images/design/nav-main.png) no-repeat -579px -61px;
}

li#nav-main-sub-arrows-get-involved-active {
	height: 13px;
	width: 157px;
	background: url(../images/design/nav-main.png) no-repeat -579px -211px;
}

li#nav-main-sub-arrows-media {
	height: 13px;
	width: 99px;
	background: url(../images/design/nav-main.png) no-repeat -735px -61px;
}

li#nav-main-sub-arrows-media-active {
	height: 13px;
	width: 99px;
	background: url(../images/design/nav-main.png) no-repeat -735px -211px;
}




/* @end */

/* @group nav sub - new to new life */

li#nav-sub-ntnl-arrow {
	height: 52px;
	width: 28px;
	background: url(../images/design/nav-sub-new-to-new-life.png) 0 -8px;
}

li#nav-sub-ntnl-welcome a {
	height: 52px;
	width: 100px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -28px -08px;
	display: block;
}

li#nav-sub-ntnl-welcome a:hover {
	height: 52px;
	width: 100px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -28px -68px;
}

li#nav-sub-ntnl-welcome-active {
	height: 52px;
	width: 100px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -28px -128px;
}

li#nav-sub-ntnl-about a {
	width: 85px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -128px -8px;
	height: 52px;
	display: block;
}

li#nav-sub-ntnl-about a:hover {
	height: 52px;
	width: 85px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -128px -68px;
}

li#nav-sub-ntnl-about-active {
	width: 85px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -128px -128px;
	height: 52px;
}

li#nav-sub-ntnl-children a {
	height: 52px;
	width: 99px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -213px -8px;
	display: block;
}

li#nav-sub-ntnl-children a:hover {
	height: 52px;
	width: 99px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -213px -68px;
}

li#nav-sub-ntnl-children-active {
	height: 52px;
	width: 99px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -213px -128px;
}

li#nav-sub-ntnl-young-people a {
	height: 52px;
	width: 134px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -312px -8px;
	display: block;
}

li#nav-sub-ntnl-young-people a:hover {
	height: 52px;
	width: 134px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -312px -68px;
	
}

li#nav-sub-ntnl-young-people-active {
	height: 52px;
	width: 134px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -312px -128px;
	
}

li#nav-sub-ntnl-students a {
	height: 52px;
	width: 103px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -446px -8px;
	display: block;
}

li#nav-sub-ntnl-students a:hover {
	height: 52px;
	width: 103px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -446px -68px;
	
}

li#nav-sub-ntnl-students-active {
	height: 52px;
	width: 103px;
	background: url(../images/design/nav-sub-new-to-new-life.png) no-repeat -446px -128px;
	
}

/* @end */

/* @group nav sub - locations and services */


li#nav-sub-las-location-and-services a {
	height: 52px;
	width: 165px;
	background: url(../images/design/nav-sub-location-and-servic.png) no-repeat -28px -8px;
	display: block;
}

li#nav-sub-las-location-and-services a:hover {
	height: 52px;
	width: 165px;
	background: url(../images/design/nav-sub-location-and-servic.png) no-repeat -28px -68px;
}

li#nav-sub-las-location-and-services-active {
	height: 52px;
	width: 165px;
	background: url(../images/design/nav-sub-location-and-servic.png) no-repeat -28px -128px;
}



li#nav-sub-las-other-locations a {
	height: 52px;
	width: 147px;
	background: url(../images/design/nav-sub-location-and-servic.png) no-repeat -193px -8px;
	display: block;
}

li#nav-sub-las-other-locations a:hover {
	height: 52px;
	width: 147px;
	background: url(../images/design/nav-sub-location-and-servic.png) no-repeat -193px -68px;
}

li#nav-sub-las-other-locations-active {
	height: 52px;
	width: 147px;
	background: url(../images/design/nav-sub-location-and-servic.png) no-repeat -193px -128px;
}

li#nav-sub-las-media a {
	height: 52px;
	width: 160px;
	background: url(../images/design/nav-sub-location-and-servic.png) no-repeat -340px -8px;
	display: block;
}

li#nav-sub-las-media a:hover {
	height: 52px;
	width: 160px;
	background: url(../images/design/nav-sub-location-and-servic.png) no-repeat -340px -68px;
}

li#nav-sub-las-media-active {
	height: 52px;
	width: 160px;
	background: url(../images/design/nav-sub-location-and-servic.png) no-repeat -340px -128px;
}


/* @end */






/* @group nav sub - get connected */


/* intro */
li#nav-sub-gc-1 a {
	height: 52px;
	width: 70px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -28px -8px;
	display: block;
}

li#nav-sub-gc-1 a:hover {
	height: 52px;
	width: 70px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -28px -68px;
}

li#nav-sub-gc-1-active {
	height: 52px;
	width: 70px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -28px -128px;
}

/* groups */
li#nav-sub-gc-2 a {
	height: 52px;
	width: 92px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -98px -8px;
	display: block;
}

li#nav-sub-gc-2 a:hover {
	height: 52px;
	width: 92px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -98px -68px;
}

li#nav-sub-gc-2-active {
	height: 52px;
	width: 92px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -98px -128px;
}

/* courses */
li#nav-sub-gc-3 a {
	height: 52px;
	width: 98px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -190px -8px;
	display: block;
}

li#nav-sub-gc-3 a:hover {
	height: 52px;
	width: 98px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -190px -68px;
}

li#nav-sub-gc-3-active {
	height: 52px;
	width: 98px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -190px -128px;
}

/* go deeper */ 
li#nav-sub-gc-4 a {
	height: 52px;
	width: 115px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -288px -8px;
	display: block;
}

li#nav-sub-gc-4 a:hover {
	height: 52px;
	width: 115px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -288px -68px;
}

li#nav-sub-gc-4-active {
	height: 52px;
	width: 115px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -288px -128px;
}

/* prayer requests */

li#nav-sub-gc-5 a {
	height: 52px;
	width: 148px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -403px -8px;
	display: block;
}

li#nav-sub-gc-5 a:hover {
	height: 52px;
	width: 148px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -403px -68px;
}

li#nav-sub-gc-5-active {
	height: 52px;
	width: 148px;
	background: url(../images/design/nav-sub-get-connected.png) no-repeat -403px -128px;
}



/* @end */

/* @group nav sub - get involved */

li#nav-sub-gi-intro a {
	height: 52px;
	width: 69px;
	background: url(../images/design/nav-sub-get-involved.png) no-repeat -28px -8px;
	display: block;
}

li#nav-sub-gi-intro a:hover {
	height: 52px;
	width: 69px;
	background: url(../images/design/nav-sub-get-involved.png) no-repeat -28px -68px;
}

li#nav-sub-gi-intro-active {
	height: 52px;
	width: 69px;
	background: url(../images/design/nav-sub-get-involved.png) no-repeat -28px -128px;
}


li#nav-sub-gi-acts a {
	height: 52px;
	width: 73px;
	background: url(../images/design/nav-sub-get-involved.png) no-repeat -97px -8px;
	display: block;
}

li#nav-sub-gi-acts a:hover {
	height: 52px;
	width: 73px;
	background: url(../images/design/nav-sub-get-involved.png) no-repeat -97px -68px;
}

li#nav-sub-gi-acts-active {
	height: 52px;
	width: 73px;
	background: url(../images/design/nav-sub-get-involved.png) no-repeat -97px -128px;
}

/* involved */
li#nav-sub-gi-3 a {
	height: 52px;
	width: 101px;
	background: url(../images/design/nav-sub-get-involved.png) no-repeat -170px -8px;
	display: block;
}

li#nav-sub-gi-3 a:hover {
	height: 52px;
	width: 101px;
	background: url(../images/design/nav-sub-get-involved.png) no-repeat -170px -68px;
}

li#nav-sub-gi-3-active {
	height: 52px;
	width: 101px;
	background: url(../images/design/nav-sub-get-involved.png) no-repeat -170px -128px;
}

/* @end */




/* @group nav sub - media */

li#nav-sub-media-intro a {
	height: 52px;
	width: 70px;
	background: url(../images/design/nav-sub-media.png) no-repeat -28px -8px;
	display: block;
}

li#nav-sub-media-intro a:hover {
	height: 52px;
	width: 70px;
	background: url(../images/design/nav-sub-media.png) no-repeat -28px -68px;
}

li#nav-sub-media-intro-active {
	height: 52px;
	width: 70px;
	background: url(../images/design/nav-sub-media.png) no-repeat -28px -128px;
}


li#nav-sub-media-video a {
	height: 52px;
	width: 82px;
	background: url(../images/design/nav-sub-media.png) no-repeat -97px -8px;
	display: block;
}

li#nav-sub-media-video a:hover {
	height: 52px;
	width: 82px;
	background: url(../images/design/nav-sub-media.png) no-repeat -97px -68px;
}

li#nav-sub-media-video-active {
	height: 52px;
	width: 82px;
	background: url(../images/design/nav-sub-media.png) no-repeat -97px -128px;
}

li#nav-sub-media-audio a {
	height: 52px;
	width: 82px;
	background: url(../images/design/nav-sub-media.png) no-repeat -179px -8px;
	display: block;
}

li#nav-sub-media-audio a:hover {
	height: 52px;
	width: 82px;
	background: url(../images/design/nav-sub-media.png) no-repeat -179px -68px;
}

li#nav-sub-media-audio-active {
	height: 52px;
	width: 82px;
	background: url(../images/design/nav-sub-media.png) no-repeat -179px -128px;
}


li#nav-sub-media-podcasts a {
	height: 52px;
	width: 102px;
	background: url(../images/design/nav-sub-media.png) no-repeat -261px -8px;
	display: block;
}

li#nav-sub-media-podcasts a:hover {
	height: 52px;
	width: 102px;
	background: url(../images/design/nav-sub-media.png) no-repeat -261px -68px;
}

li#nav-sub-media-podcasts-active {
	height: 52px;
	width: 102px;
	background: url(../images/design/nav-sub-media.png) no-repeat -261px -128px;
}

li#nav-sub-media-print a {
	height: 52px;
	width: 74px;
	background: url(../images/design/nav-sub-media.png) no-repeat -363px -8px;
	display: block;
}

li#nav-sub-media-print a:hover {
	height: 52px;
	width: 74px;
	background: url(../images/design/nav-sub-media.png) no-repeat -363px -68px;
}

li#nav-sub-media-print-active {
	height: 52px;
	width: 74px;
	background: url(../images/design/nav-sub-media.png) no-repeat -363px -128px;
}


li#nav-sub-media-resources a {
	height: 52px;
	width: 110px;
	background: url(../images/design/nav-sub-media.png) no-repeat -437px -8px;
	display: block;
}

li#nav-sub-media-resources a:hover {
	height: 52px;
	width: 110px;
	background: url(../images/design/nav-sub-media.png) no-repeat -437px -68px;
}

li#nav-sub-media-resources-active {
	height: 52px;
	width: 110px;
	background: url(../images/design/nav-sub-media.png) no-repeat -437px -128px;
}




/* @end */

/* @group left column */

/* @group calendar details */

span.event-info-bold {
	font-weight: bold;
	color: #444444;
}

span.event-info {
	color: #444444;
}

#left-column div.entry div.buy-tickets-button {
	width: 92px;
	background-image: url(../images/design/buy-tickets.gif);
	height: 22px;
	text-indent: -9999px;
	display: block;
}

#left-column div.entry div.buy-tickets-button:hover {
	background: url(../images/design/buy-tickets.gif) no-repeat -92px;
}


/* @end */


/* @group life magazine */



/* @end */

/* @group calendar */

table.calendarBG {
	background-color: white;
}



#event_calendar {
	border-style: none;
	width: 462px;
}

.calendarBlank {
	width: 14%;
	text-align: left;
	vertical-align: top;
	color: #cccccc;
	background: #eeeeee no-repeat;
}

.calendarHeader { 
	padding-bottom:1px; 
	line-height: 2.2em; 
	margin: 0px 0px 12px;
	text-transform: uppercase;
	font-size: 1.4em;
	background-color: white;
	color: #d90076;
}

.calendarMonthLinks {
	font-size: 15px;
	text-decoration: none;
	color: #d90076;
	background-color: #eeeeee;
}


	.calendarMonthLinks a {
		text-decoration: none;
		color: #d90076;
	background-color: #eee;
}

		.calendarMonthLinks a:hover {
			color: #ffffff;
			text-decoration: underline;
			}

.calendarDayHeading { 
	font-size: 11px;
	color: white; 
	background-color: #d90076;
	text-align:  center;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
}

.calendarToday { 
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	background-color: #bbbbbb;
}


.calendarToday a {
	color: white;
	text-decoration: none;
}

.calendarCell {
	text-align: left;
	vertical-align: top;
	color: #888888;
	width: 66px;
	height: 80px;
	background-color: #dddddd;
	background-image: none;
	font-size: 1.0em;
}


.event_link a{
	border-top: 1px solid #bbb;
	display: block;
	padding: 5px 0;
}

.event_link a:hover {
	
}

#event_calendar tbody tr td.calendarCell div.event_link a {
	color: #555555;
	text-decoration: none;
	font-size: 1.0em;
}



#event_calendar tbody tr td.calendarCell a {
	display: block;
}



#event_calendar tbody tr td.calendarCell a:hover {
	background-color: #ccc;
}



#event_calendar tbody tr td.calendarCell div.event_link a:hover {
	text-decoration: underline;
}


.event_details {
	padding: 10px; 
	margin: 0px 0px 0px 0px
	}

	.event_details h3 {
		border: none;
		text-transform: none;
		padding: 0px 0px 0px 0px;
		margin: -5px 0px -15px 0px;
		font-size: 1em;
		}	

	.event_details p {
		line-height: 1.5em;
		}


/* @end */


/* @end */

/* @group search */


input#keywords {
	background-image: none;
	position: absolute;
	top: 13px;
	left: 636px;
	width: 170px;
	border-style: none;
	float: left;
	height: 20px;
	color: #aaaaaa;
	font-size: 1.2em;
	background-color: transparent;
	padding: 0;
}

input#keywords:focus {
	color: #d90076;
	border-style: none;
	padding: 0;
}

input.search-button {
	width: 92px;
	height: 22px;
	background: url(../images/design/search-button.gif) no-repeat 0 0;
	border-style: none;
	position: absolute;
	float: right;
	left: 828px;
	top: 11px;
	text-indent: -9999px;
	cursor: pointer;
}
	
input.search-button:hover {
	background: url(../images/design/search-button.gif) -92px}

#search-advanced-search {
	font-size: 0.9em;
	top: 40px;
	position: relative;
	float: right;
	margin-right: 29px;
}

#search-advanced-search a {
	text-decoration: none;
	color: #aaaaaa;
}

#search-advanced-search a:hover {
	text-decoration: underline;
	color: #5a5b5e;
}


/* @end */

/* @group right column */

/* @group blog */

.blog-thumb {
	width: 55px;
	height: 55px;
	background-color: red;
}

/* @end */

/* @group this week */



#right-col-whats-on {
		width: 350px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
}

span.right-col-this-week-day {
	text-transform: capitalize;
	padding-right: 12px;
	color: #38b4e8;
	float: left;
	width: 11.5em;
}

span.right-col-this-week-title a {
	text-decoration: none;
	color: white;
	text-transform: capitalize;
}

span.right-col-this-week-title a:hover {
	text-decoration: underline;
	color: white;
	text-transform: capitalize;
	float: left;
}



/* @end */

/* @group get connected image links */

ul#image-links li{
	width: 350px;
	height: 69px;
	margin-left: 18px;
	margin-bottom: 7px;
	text-indent: -9999px;
	
}

ul#image-links {
	margin-bottom: 20px;
}

li#right-col-image-links-p1 a {
	background-image: url(../images/design/right-col-connected.jpg);
	height: 69px;
	width: 350px;
	display: block;
	border: 1px solid #000000;
}

li#right-col-image-links-p1 a:hover {
	height: 69px;
	width: 350px;
	display: block;
	background: url(../images/design/right-col-connected.jpg) 0 0;
	border: 1px solid #38b4e8;
}

li#right-col-image-links-p2 a {
	height: 69px;
	width: 350px;
	display: block;
	border: 1px solid #000000;
	background: url(../images/design/right-col-connected.jpg) 0 -69px;
}

li#right-col-image-links-p2 a:hover {
	height: 69px;
	width: 350px;
	display: block;
	background: url(../images/design/right-col-connected.jpg) 0 -69px;
	border: 1px solid #38b4e8;
}

li#right-col-image-links-p3 a {
	height: 69px;
	width: 350px;
	display: block;
	border: 1px solid #000000;
	background: url(../images/design/right-col-connected.jpg) 0 -207px;
}

li#right-col-image-links-p3 a:hover {
	height: 69px;
	width: 350px;
	display: block;
	border: 1px solid #38b4e8;
	background: url(../images/design/right-col-connected.jpg) 0 -207px;
}

li#right-col-image-links-p4 a {
	height: 69px;
	width: 350px;
	display: block;
	border: 1px solid #000000;
	background: url(../images/design/right-col-connected.jpg) 0 -276px;
}

li#right-col-image-links-p4 a:hover {
	height: 69px;
	width: 350px;
	display: block;
	background: url(../images/design/right-col-connected.jpg) 0 -276px;
	border: 1px solid #38b4e8;
}

li#right-col-image-links-p5 a {
	height: 69px;
	width: 350px;
	display: block;
	border: 1px solid #000000;
	background: url(../images/design/right-col-connected.jpg) 0 -138px;
}

li#right-col-image-links-p5 a:hover {
	height: 69px;
	width: 350px;
	display: block;
	background: url(../images/design/right-col-connected.jpg) 0 -138px;
	border: 1px solid #38b4e8;
}







/* @end */

/* @group video player - welcome */

#right-col-ntnl-video-player {
	width: 350px;
	height: 232px;
	position: absolute;
}

span.right-col-video-title {
	color: #38b4e8;
	font-weight: bold;
	margin-left: 15px;
	position: absolute;
	top: 18px;
	font-size: 1.6em;
	text-transform: uppercase;
}

span.right-col-video-presenter {
	color: #bbbcbf;
	font-size: 1.2em;
	margin-left: 15px;
	top: 37px;
	position: absolute;
}



#right-col-ntnl-video {
	width: 350px;
	height: 349px;
	background-color: #000000;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	margin-right: 20px;
}

div#more-video-link {
	width: 94px;
	text-indent: -9999px;
	height: 13px;
	position: relative;
	top: 18px;
	left: 241px;
	background: url(../images/design/right-col-more-videos.gif) no-repeat 0 0;
}

div#more-video-link:hover {
	width: 94px;
	text-indent: -9999px;
	height: 13px;
	position: relative;
	top: 18px;
	left: 241px;
	background: url(../images/design/right-col-more-videos.gif) no-repeat -94px 0;
}

#right-col-ntnl-video-header {
	width: 350px;
	height: 49px;
	background: url(../images/design/right-col-video-header.jpg) no-repeat;
}

#right-col-ntnl-video-footer {
	width: 350px;
	height: 70px;
	background: silver url(../images/design/repeater-bgs.png) repeat-x 0 -327px;
	position: relative;
	top: 230px;
}

/* @end */

/* @group mailing list */

span.label,span.spacer,span.multiple span {width: 120px;float: left;} 
span.multiple {
	float: left;
} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top: 5px;} 

#mailing-list {
	width: 350px;
	margin-left: 20px;
	margin-right: 20px;
	background: url(../images/design/repeater-bgs.png) repeat-x 0 45px;
	position: relative;
}


#mailing-list-body form div span.label label,#mailing-list-body form div div span.multiple span {
	font-size: 1em;
	font-weight: bold;
} 

#mailing-list-header {
	width: 350px;
	height: 49px;
	text-indent: -9999px;
	background: url(../images/design/repeater-bgs.png) repeat-x 0 -278px;
}

#mailing-list-title {
	width: 350px;
	height: 49px;
	background: url(../images/design/right-col-mailing-list-titl.png) no-repeat 0 0;
}

#mailing-list-header-text {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 1.2em;
}

#mailing-list-small-text {
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 0.8em;
}

#mailing-list-body {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 1.2em;
}

input#mailing-list-field {
	float: left;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid gray;
	font-weight: bold;
	color: #d90076;
}



input#name,input#jluutj-jluutj {

}

#mailing-list-body form div {
	margin-top: 3px;
	margin-bottom: 3px;
}

#mailing-list-body form div div span.multiple label {
}


input.join-button,input.submit-button {
	color: #111111;
	cursor: pointer;
}

/*

input.join-button {
	width: 92px;
	height: 22px;
	text-indent: -9999px;
	border-style: none;
	background-image: url(../images/design/join-button.gif);
	background-color: transparent;
	margin: 5px 3px 10px;
}


input.join-button:hover {
	width: 92px;
	height: 22px;
	text-indent: -9999px;
	border-style: none;
	background: transparent url(../images/design/join-button.gif) -92px;
	cursor: pointer;
}

/* @end */

/* @group map */

#right-col-map {
	height: 142px;
	width: 350px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../images/design/right-col-map.jpg);
	margin-bottom: 20px;
}

#map-title {
	color: #38b4e8;
	font-weight: bold;
	margin-left: 15px;
	position: relative;
	top: 87px;
	font-size: 1.6em;
	text-transform: uppercase;
}

#map-links {
	position: relative;
	top: 92px;
	font-size: 1.2em;
	color: white;
	text-decoration: none;
	margin-left: 15px;
}

#map-links a {
	color: #bbbcbf;
	text-decoration: none;
}

#map-links a:hover {
	color: #bbbcbf;
	text-decoration: underline;
}

/* @end */

/* @group media images links */

li#right-col-media-image-links-p1 a {
	height: 69px;
	width: 350px;
	display: block;
	border: 1px solid #000000;
	background: url(../images/design/right-col-media.jpg) 0 0;
}

li#right-col-media-image-links-p1 a:hover {
	height: 69px;
	width: 350px;
	display: block;
	background: url(../images/design/right-col-media.jpg) 0 0;
	border: 1px solid #38b4e8;
}

li#right-col-media-image-links-p2 a {
	height: 69px;
	width: 350px;
	display: block;
	border: 1px solid #000000;
	background: url(../images/design/right-col-media.jpg) 0 -69px;
}

li#right-col-media-image-links-p2 a:hover {
	height: 69px;
	width: 350px;
	display: block;
	background: url(../images/design/right-col-media.jpg) 0 -69px;
	border: 1px solid #38b4e8;
}

li#right-col-media-image-links-p3 a {
	height: 69px;
	width: 350px;
	display: block;
	border: 1px solid #000000;
	background: url(../images/design/right-col-media.jpg) 0 -138px;
}

li#right-col-media-image-links-p3 a:hover {
	height: 69px;
	width: 350px;
	display: block;
	background: url(../images/design/right-col-media.jpg) 0 -138px;
	border: 1px solid #38b4e8;
}

li#right-col-media-image-links-p4 a {
	height: 69px;
	width: 350px;
	display: block;
	border: 1px solid #000000;
	background: url(../images/design/right-col-media.jpg) 0 -207px;
}

li#right-col-media-image-links-p4 a:hover {
	height: 69px;
	width: 350px;
	display: block;
	background: url(../images/design/right-col-media.jpg) 0 -207px;
	border: 1px solid #38b4e8;
}

li#right-col-media-image-links-p5 a {
	height: 69px;
	width: 350px;
	display: block;
	border: 1px solid #000000;
	background: url(../images/design/right-col-media.jpg) 0 -276px;
}

li#right-col-media-image-links-p5 a:hover {
	height: 69px;
	width: 350px;
	display: block;
	background: url(../images/design/right-col-media.jpg) 0 -276px;
	border: 1px solid #38b4e8;
}

/* @end */



/* @end */



/* @group relevant links */

#relevant-links {
	padding-bottom: 20px;
}

#right-column ul.relevant-links li {
	font-size: 1.2em;
	padding-left: 40px;
	margin-top: 15px;
	background: url(../images/design/right-col-rel-link-arrows.gif) no-repeat 40px;

}


#right-column ul.relevant-links li a{
	color: #38b4e8;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
		padding-left: 15px;
}


#right-column ul.relevant-links li a:hover{
	color: #e6be3c;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}


#right-column ul.relevant-links li.right-column-li-active a {
	color: #d90076;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: white no-repeat 0 0;
	margin: 0 0 0 15px;
	padding: 2px 4px;
	
}

#relevant-links ul.relevant-links li.right-column-li-sub a {
	background: #111111 url(../images/design/right-col-rel-link-arrows.gif) no-repeat 16px;
	margin-top: 15px;
	padding-left: 31px;
	color: #d90076;
}

#relevant-links ul.relevant-links li.right-column-li-sub a:hover {
	background: #111111 url(../images/design/right-col-rel-link-arrows.gif) no-repeat 16px;
	margin-top: 15px;
	padding-left: 31px;
	color: #e6be3c;
}

#relevant-links ul.relevant-links li.right-column-li-sub-active a {
		background: #111111 url(../images/design/right-col-rel-link-arrows.gif) no-repeat 16px;
	margin-top: 15px;
	padding-left: 31px;
	color: #ffffff;
	
}


#relevant-links-header {
	width: 350px;
	height: 49px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	background: url(../images/design/repeater-bgs.png) repeat-x 0 -278px;
}

#relevant-links-header-title {
	color: #d90076;
	position: relative;
	top: 30%;
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}



/* @end */

/* @group footer */

#footer-contact a, #footer-contact a {
	color: #6d6f72;
}

#footer-contact a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

span.footer-bold-text {
	font-weight: bold;
	color: #FFFFFF;
}

#footer {
	color: #6d6f72;
	font-size: 1.2em;
}



#footer-right-column {
	width: 471px;
	position: relative;
	top: 61px;
	float: right;
	margin-top: 10px;
}

#footer-left-column {
	width: 441px;
	position: relative;
	top: 61px;
	float: left;
	left: 30px;
	margin-top: 10px;
}

#footer-contact {
	padding-bottom: 10px;
}

#footer-social-network-links {
	background: url(../images/design/footer-left-col-seperators.gif) no-repeat;
	width: 422px;
	height: 90px;
	text-indent: -9999px;
	position: relative;
}

#footer-facebook {
	width: 98px;
	position: relative;
	top: 12px;
	height: 32px;
	left: 0;
	background: url(../images/design/footer-social-network-links.gif) no-repeat 0 -12px;
}

#footer-facebook:hover {
	background: url(../images/design/footer-social-network-links.gif) no-repeat -422px -12px;
}

#footer-youtube {
	width: 67px;
	top: 12px;
	left: 114px;
	position: absolute;
	height: 32px;
	background: url(../images/design/footer-social-network-links.gif) no-repeat -110px -12px;
}

#footer-youtube:hover {
	background: url(../images/design/footer-social-network-links.gif) no-repeat -532px -12px;

}

#footer-twitter {
	width: 99px;
	height: 32px;
	background: url(../images/design/footer-social-network-links.gif) no-repeat -196px -12px;
	position: absolute;
	top: 12px;
	left: 199px;
}

#footer-twitter:hover {
	background: url(../images/design/footer-social-network-links.gif) no-repeat -618px -12px;

}

#footer-myspace {
	width: 104px;
	height: 32px;
	background: url(../images/design/footer-social-network-links.gif) no-repeat -309px -12px;
	position: absolute;
	top: 12px;
	left: 314px;
}

#footer-myspace:hover {
	background: url(../images/design/footer-social-network-links.gif) no-repeat -731px -12px;

}



#footer-trust-media {
	width: 106px;
	height: 23px;
	position: relative;
	top: 37px;
	left: 0;
	background: url(../images/design/footer-social-network-links.gif) no-repeat 0 -69px;

}



#footer-trust-media:hover {
	background: url(../images/design/footer-social-network-links.gif) no-repeat -422px -69px;

}

#footer-trust-hosting {
	width: 124px;
	height: 23px;
	position: relative;
	top: 14px;
	left: 139px;
	background: url(../images/design/footer-social-network-links.gif) no-repeat -139px -69px;
	display: none;
}

#footer-trust-hosting:hover {
	width: 124px;
	height: 23px;
	position: relative;
	top: 14px;
	left: 139px;
	background: url(../images/design/footer-social-network-links.gif) no-repeat -561px -69px;
	display: none;
}

/* @end */

/* @group site map */

#sitemap {
	margin-top: 0;
	margin-left: 10px;
}

#sitemap ul {
	width: 33%; float: left; margin-left: 0;
}

#sitemap li {
	line-height: 1.4em;
}

#site-map-col1 li a, #site-map-col2 li a, #site-map-col3 li a {
	color: #FFFFFF;
	text-decoration: none;
}

#site-map-col1 li a:hover, #site-map-col2 li a:hover, #site-map-col3 li a:hover {
	color: #d90076;
	text-decoration: none;
}

#site-map-ntnl,#site-map-ls,#site-map-gc,#site-map-gi,#site-map-media,#site-map-store {
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 3px;
	font-weight: bold;
	margin-left: -2px;
}

#site-map-ntnl,#site-map-ls,#site-map-gc,#site-map-gi,#site-map-media,#site-map-store {
	width: 145px;
	height: 20px;
	text-indent: -9999px;
}

#site-map-ntnl {
	background: url(../images/design/site-map-titles.png) no-repeat;	
}

#site-map-ls {
	background: url(../images/design/site-map-titles.png) no-repeat -145px 0;
}

#site-map-gc {
	background: url(../images/design/site-map-titles.png) no-repeat -290px 0;
}

#site-map-gi {
	background: url(../images/design/site-map-titles.png) no-repeat -435px 0;
}

#site-map-media {
	background: url(../images/design/site-map-titles.png) no-repeat -580px 0;
}

#site-map-store {
	background: url(../images/design/site-map-titles.png) no-repeat -725px 0;
}



/* @end */