/** --- MGCe Webpage Style ---**/

@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");
@import url('font-awesome.min.css');
@import url('font-mgcicons.css');

/** Basic **/

	body,input,textarea,select
	{
		font-family:  Helvetica,'Source Sans Pro', sans-serif;
		font-size: 11pt;
		font-weight: 300;
		line-height: 1.75em;
		letter-spacing: 0.05em;
		color: #000;
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: 400;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
		h1 {
			line-height: 3em;	
			font-size: 2.5em;	
			letter-spacing: 0.10em;						
		}		
		
		h2 {
			line-height: 2.35em;			
			font-size: 1.65em;	
			letter-spacing: 0.10em;						
		}
		
		h3 {
			font-size: 1.1em;
			line-height: 2.8em;
		}				
		
		h4 {
			font-size: 1em;
			line-height: 1.75em;
			margin: 0px; padding: 0px;
			text-decoration: underline;
			font-weight: 300;
		}
		
	strong, b
	{
		font-weight: 500;
		color: #2b2c2b;
	}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
/*
		-moz-transition: color 0.15s ease-in-out, border-bottom-color 0.15s ease-in-out;
		-webkit-transition: color 0.15s ease-in-out, border-bottom-color 0.15s ease-in-out;
		-o-transition: color 0.15s ease-in-out, border-bottom-color 0.15s ease-in-out;
		-ms-transition: color 0.15s ease-in-out, border-bottom-color 0.15s ease-in-out;
		transition: color 0.15s ease-in-out, border-bottom-color 0.15s ease-in-out;
*/
		outline: 0;
		color: #B1062C;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	
	p
	{
	}

	header
	{
		margin-bottom: 1em;
	}
		
		.homepage header
		{
			letter-spacing: 0.10em;
			text-align: center;
		}
		
		header .byline
		{
			display: block;
			margin: 0 0 0.5em 0;
			font-size: 1em;
		}

		header .byline h3 { font-size: 1.2em; margin-bottom: 0.5em; }

		
		header p {
			max-width: 700px; 
			margin: 1em auto;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}
	
	.aligncenter {
		text-align: center;
	}

	.alignleft {
		text-align: left;
	}
	
	.alignright {
		text-align: right;
	}

	/** Sections/Articles **/
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/** Images **/

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/** Lists **/

		ul
		{
			list-style: square;
			padding-left: 1em;
		}
		
			ul li
			{
				list-style: square;			
				padding-left: 0.5em;
			}		

		ul.style1
		{
			overflow: hidden;
			font-size: 1em;	
			margin: 2em 0em;		
		}	
		
			ul.style1 li {
				overflow: hidden;
				border: 1px solid #CCC;
				border-radius: 5px; 
			}		
		
			ul.style1 .right
			{
				float: right;
				width: 70%;
				padding: 1em 1.5em 1em 0em;
				min-height: 10.5em;
			}
			
			ul.style1 .left
			{
				float: left;
				width: 30%;
				text-align: center;
			}
		
			ul.style1 hr
			{
				border: 1px Solid transparent; margin: 0.25em;
			}
	
			ul.style1 a {
				display: block;
				text-decoration: none;
				float: left;
			}
			
			ul.style1 a:hover {
				text-decoration: underline;
			}
			
			ul.style1 .icon, ul.style1 .fmgc
			{
				position: relative;
				top: 1.9em;
				font-size: 2.1em;
			}
			ul.style1 .fmgc {
				top: 0.5em;			
				font-size: 3.2em;
			}
			ul.style1 .small {
				top: 0em;
				margin-right: 0.5em;
				font-size: 0.8em;
			}
			
			ul.style1 .first {
				margin-top: 0 !important;
			}

		ul.style2
		{
		}	

			ul.style2 li
			{
				padding: 0.40em 0em;
			}	

			ul.style2 a {
				display: block;
				text-decoration: none;
				color: #514439;
			}

			ul.style2 a:hover {
				text-decoration: underline;
			}

		ul.icons
		{
			position: relative;
			margin-top: 2em;
			background: #2f2f2f;
			background: rgba(128,128,128,0.05);
			border-radius: 0.50em;
			display: inline-block;
			padding: 0.50em 0.75em 0.30em 0.75em;
			font-size: 1.40em;
			cursor: default;
		}
		
			ul.icons li
			{
				display: inline-block;
			}

		
				ul.icons li span
				{
					display: none;
					margin: 0;
					padding: 0;
				}

				ul.icons li a
				{
					display: inline-block;
					background: none;
					width: 2.5em;
					height: 2.2em;
					line-height: 2.2em;
					text-align: center;
					border-radius: 100%;
					border: 0;
					color: #4A4343;
				}
				
					ul.icons li a:hover,
					ul.icons li.active a
					{
						color: #4A4343;
					}

		ul.info
		{
		}
		
			ul.info li
			{
				padding: 1.5em 0 1.5em 0;
			}
			
				ul.info li:first-child
				{
					padding-top: 0;
					border-top: none;
					box-shadow: none;
				}
			
			ul.info h3
			{
				display: inline-block;
				padding-bottom: 0.50em;
				font-size: 1.2em;
			}
			
			ul.info a
			{
				text-decoration: none;
				color: #4b4c4b;
			}
			
			ul.info a:hover
			{
				text-decoration: underline;
			}

		ul.menu
		{
			cursor: default;
		}
		
			ul.menu li
			{
				display: inline-block;
				line-height: 1em;
				border-left: solid 1px #ddd;
				padding: 0 0 0 0.5em;
				margin: 0 0 0 0.5em;
			}
			
			ul.menu li:first-child
			{
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

		ul.actions
		{
		}
		
			ul.actions.major
			{
				text-align: center;
			}
		
			ul.actions li
			{
				margin-left: 1em;
				display: inline-block;
			}
			
				ul.actions li:first-child
				{
					margin-left: 0;
				}

		ol
		{
			list-style: decimal;
			padding-left: 1.25em;
		}

			ol li
			{
				padding-left: 0.25em;
			}

	/** Forms **/

		form
		{
			width: 60%;
			margin: 0 auto;
		}
		
			form .actions
			{
				padding-top: 0;
			}
		
			form label
			{
				display: block;
			}
		
			form input.text,
			form select,
			form textarea
			{
				-webkit-appearance: none;
				display: block;
				background: #FFF;
				border: solid 1px;
				border-color: #EEE;
				border-color: rgba(25,25,25,0.2);
				border-radius: 0.35em;
				width: 100%;
				padding: 0.85em;
				-moz-transition: border-color 0.25s ease-in-out;
				-webkit-transition: border-color 0.25s ease-in-out;
				-o-transition: border-color 0.25s ease-in-out;
				-ms-transition: border-color 0.25s ease-in-out;
				transition: border-color 0.25s ease-in-out;
				outline: none;
				color: #4A4343;
			}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					-moz-transition: background-color 0.15s ease-in-out;
					-webkit-transition: background-color 0.15s ease-in-out;
					-o-transition: background-color 0.15s ease-in-out;
					-ms-transition: background-color 0.15s ease-in-out;
					transition: background-color 0.15s ease-in-out;
					border: 1px solid rgba(0,0,0,.3);					
				}
				
				form input.text.block,
				form select.block,
				form textarea.block
				{
					display: inline-block; width: auto; 
				}				
				
				form input.text,
				form select
				{
					line-height: 1.75em; padding: 0.5em 1em;
				}

				form textarea
				{
					min-height: 10em;
				}

				form .formerize-placeholder
				{
					color: #AAA !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #AAA !important;
				}

				form :-moz-placeholder
				{
					color: #AAA !important;
				}

				form ::-moz-placeholder
				{
					color: #AAA !important;
				}

				form :-ms-input-placeholder
				{
					color: #AAA !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}
			
	/** Tables **/
	
		table
		{
			width: 100%;
		}
			
			td.nb, th.nb { border: none; }
			td.t, th.t { border: none; border-top: 1px solid #ddd; }
			
			table.default
			{
				width: 100%;
			}
			
				table.default tbody tr:nth-child(2n+2)
				{
					background: #f4f4f4;
				}
				
				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th
				{
					text-align: left;
					font-weight: 700;
					padding: 0.5em 1em 0.5em 1em;
				}
			
				table.default thead
				{
				background: #444;
					color: #fff;
				}
				
				table.default tfoot
				{
					background: #eee;
				}
				
				table.default tbody
				{
				}

	/** Buttons **/
		
		.button
		{
			display: inline-block;
			background: none;
			border: 2px solid #B1062C;
			border-radius: 8px;
			font-size: inherit;
			letter-spacing: 2px;
			padding: 0.70em 1.5em;
			color: #B1062C !important;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 1em;
			font-weight: 600;
			-moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
			-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
			-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
			-ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
			transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
			text-align: center;
			cursor: pointer;
		}

			.button.arrow .icon
			{
				position: relative;
				color: #FFF;
			}

			.button.arrow .icon:before
			{
				position: absolute;
				display: inline-block;
				top: 0.15em;
				padding-left: 1em;
				opacity: 0.9;
				font-size: 1em;
			}

			.button:hover
			{
				background: #B1062C;
				color: #FFF !important;
			}

			.button:active
			{
			}
			
			.button.style1
			{
				background: #B1062C;
				color:#FFF !important;
			}

				.button.style1:hover
				{
					background: #FFF;
					color: #B1062C !important;
				}

				.button.style1:hover .icon
				{
					color: #B1062C !important;
				}

			.button.style2
			{
			}

				.button.style2:hover
				{
					background: #000;
					color: #FFF !important;
				}
		
			.button-alt
			{
				position: relative;
				display: inline-block;
				background: none;
				padding: 0;
				letter-spacing: 1px;
				text-transform: uppercase;
				text-decoration: none;
				font-size: 1em;
				font-weight: 400;
				text-align: center;
				color: #4A4343;				
			}

				.button-alt.icon:before {
					display: inline-block;
					opacity: 0.9;
					font-size: 1em;
				}

				.button-alt:hover
				{
					color: #B1062C;
					cursor: pointer;
				}
				
				.button.alt:active
				{
				}
		
			.button.small
			{
				padding: 0.5em 1.2em;
				letter-spacing: 1px;
				font-size: 0.9em !important;
				font-weight: 400;
				color: #FFF;
			}
			
			.button.big
			{
				padding: 0.70em 1.5em;
				letter-spacing: 1px;
				font-size: 1em !important;
				font-weight: 400;
				color: #FFF;
			}
			
			#banner .button.big {
				min-width: 10em;
			}
			
			.button.huge
			{
			}
			
			.button2
			{
				display: inline-block;
				color: inherit;
				text-decoration: none;
				border: solid 1px #c2c7cc;
				border-radius: 0.35em;
				padding: 0.8em 2em 0.8em 2em;
			}


/** Icons **/


	.icon, .fmgc
	{
		text-decoration: none;
	}

		.icon:before, .fmgc::before
		{
			display:inline-block;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

		.icon:before 
		{
			font-family: FontAwesome;
			font-size: 1em;
		}

		.fmgc:before 
		{
			font-family: mgcicon;
			font-size: 1.5em;
		}


/** Header **/

	#header
	{
		height: 3em;
		padding: 0em;
		background: #B1062C;	
		overflow-y: hidden;
	}

		#header .container
		{
			position: relative;
		}


/** Logo **/


	#logo
	{
	}
		#logo img { 
			height: 50px; float: left; 
		} 

		#logo img+h1 {
			margin-left: 50px; 
		}
		
		#logo h1
		{
			line-height: 1.5em;
			font-size: 1.2em;
		}
		
			#logo h1 a
			{
				position: absolute;
				margin: 0;
				top: 0.4em;
				letter-spacing: 0.10em;
				text-decoration: none;
				display: block;
				font-size: inherit;
				color: #FFF;
			}
			
			#logo h1 span
			{
				font-weight: 300;
			}
			
			#logo p {
				color: #fff; line-height: 2.85em; display: block; margin-left: 16.5em;
			}


/** Nav **/


	#nav
	{
		position: absolute;
		right: 0;
		top: 0.5em;
		font-size: 0.95em;		
	}

		#nav li {
			list-style: none !important;			
		}

		#nav > ul > li
		{
			float: left;
		}
		
			#nav > ul > li:last-child
			{
				padding-right: 0;
			}

			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: block;
				margin-left: 0.5em;
				padding: 0.10em 0.5em;
				letter-spacing: 0.06em;
				text-decoration: none;
				font-weight: 400;
				outline: 0;
				color: #fff;
				color: rgba(255,255,255,.9);
			}
			
			#nav a.icon:before,
			#nav span.icon:before
			{
				display: inline-block;
				padding-right: 0.05em;
				opacity: 0.5;
				font-size: 0.95em;
			}

			#nav li.active a,
			#nav li.active span
			{
				color: #fff;
				color: rgba(255,255,255,1);
			}

			#nav > ul > li > ul
			{
				display: none; 
			}
			
			#nav .arrow
			{
				position: absolute;
				display: inline-block;
				width: 100px;
			}

	.dropotron
	{
		top: 5px;
		text-align: left;
		min-width: 8em;
		background-color: #B1062C;
		line-height: 1em;
		padding: 1.25em 0 1.25em 0;
		border-radius: 8px;
	}
		.dropotron .icon::before {
			margin-right: 0.5em;
		}
		.dropotron li 
		{
			border: transparent; list-style: none !important;
		}
		
		.dropotron a,
		.dropotron span
		{
			display: block;
			padding: 0.75em 2em 0.75em 2em;
			letter-spacing: 0.10em;
			text-transform: uppercase;
			font-size: 0.90em;
			font-weight: 400;
			text-decoration: none;
			color: #EEE;
		}
		
		.dropotron li:first-child > a,
		.dropotron li:first-child > span
		{
			border-top: 0;
		}
	
		.dropotron li.active > a,
		.dropotron li.active > span
		{
			color: #FFF;
		}
	
		.dropotron li:hover > a,
		.dropotron li:hover > span
		{
			color: #FFF;
		}
	
	.dropotron.level-0
	{
		border-radius: 0px 0px 8px 8px;
		font-size: 1em;
		margin-top: 0.5em;
		padding-top: 0;
	}

		.dropotron.level-0:before
		{
		}

		.dropotron.level-0.center:before
		{
		}

		.dropotron.level-0.left:before
		{
		}

		.dropotron.level-0.right:before
		{
		}
	

/** Banner **/


	#banner
	{
		position: relative;
		background: #FFF;
		background-size: auto 120%;
		text-align: center;
		color: #4A4343;		
/*
		border-top: 1px Solid #CCC;				
*/
	}
	
		#banner .container {
			padding: 6em 0em 6em 0em;
		}
	
		#banner header
		{
			margin-bottom: 2em;
		}

			#banner header h2
			{
				letter-spacing: 0.10em;
				font-size: 2.5em;
				line-height: 1em;
			}
			
			#banner header .byline
			{
				padding: 0.50em 5em 0em 5em;
				letter-spacing: 0.10em;
				line-height: 1.4em;
				font-size: 1.2em;
				max-width: 600px;
				margin-left: auto;
				margin-right: auto;
			}


	/* Slider */
	#banner ul.bannerslide { margin: 0px; padding: 0px !important;}
   #banner li.bannerslide { list-style: none !important; height: 35em; float: left; overflow-y: hidden; }
	#banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3)); 
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3)); 
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3)); 
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3)); 
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	#banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 1em;
	}
		#banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			#banner .dots li.active {
				background: #fff;
				opacity: 1;
			}


/** Wrapper **/

	.wrapper {
		position: relative;
		padding: 5em 0em 5em 0em;
		background: #FFF;	
		background-size: cover;	
		border-top: 1px Solid #CCC;		
	}
		
		.wrapper header .icon, .wrapper header .fmgc
		{
			font-size: 2.35em; 
		}		
		
			.no-sidebar #content h3
			{
				text-align: center;
			}

			.wrapper td.center, .wrapper p.center { text-align: center; }
			.wrapper td.left { text-align: left; }
			.wrapper td.right { text-align: right; }
			.wrapper .tiny { font-size: 0.6em; line-height: normal; }

			.wrapper th { margin-bottom: 0em; font-weight: 400; padding-bottom: 0.5em; }
			.wrapper td { padding: 0.2em 0.5em; border: 1px Solid #CCC; }
			.wrapper td.t { border: none; border-top: 1px Solid #CCC; }

			.wrapper table.compact td, .wrapper table.compact th { line-height: 1.3em; font-size: 0.95em; }

	.wrapper.grey {
		background: #f2f2f2;
	}


/** Wrapper Featured **/

	.wrapper.featured
	{	
	}

		.featured header
		{
			margin-bottom: 2.5em;
		}
		
		.featured header h2 {
			font-size: 1.8em;
		}

		.featured header h3 {
			font-size: 1.1em;
			line-height: 1em;
			font-weight: 300;
		}
	
		.featured header .icon, .featured header .fmgc
		{
			font-size: 3em; 
		}		
		

/** Main **/

	#ministry
	{
	}
		
		#ministry h2 {
			font-size: 1.8em;
		}
		
		#ministry .box
		{
			margin-top: -2px;
			padding: 1em 2em;
			border-radius: 0px 0px 8px 8px;
			border: 2px solid;
			border-color: #edeff0;
		}
		
		#ministry .box .icon::before {
			margin-left: 1em;
			margin-right: 0.3em;
		}
	
		#ministry .box2
		{
			margin-top: 25px;
			margin-bottom: 0;
			border-radius: 8px 8px 0px 0px;
			padding: 0em;			
			border: 2px solid;
			border-color: #edeff0;
			background-color: #edeff0;
			text-align: center;
		}

		#ministry .image img
		{
			overflow: hidden;
			margin-bottom: 2em;
			border-radius: 8px;
		}
	
		#ministry .button
		{
			border-color: #888;
			border-color: rgba(0,0,0,0.8);
			color: #000 !important;
		}

			#ministry .button:hover
			{
				color: #FFF !important;
			}
		
/** Contact Info **/

#contact section.contacts {
	}
	
	#contact section.contacts h2 {
		font-size: 1em; color: #B1062C;
	}
		
#contact h3 {
	font-size: 1.2em;
}	

/** Sidebar **/


	#sidebar
	{
	}

		#sidebar section,
		#sidebar2 section
		{
			margin-top: 5em;
		}

		#sidebar section:first-child,
		#sidebar2 section:first-child
		{
			border-top: 0;
			margin-top: 0;
			padding-top: 0;
		}
		
		#sidebar header,
		#sidebar2 header
		{
			margin-bottom: 2em;
		}

			#sidebar header h2,
			#sidebar2 header h2
			{
				font-size: 1.6em;
				font-weight: 600;
			}
		
		#sidebar .button,
		#sidebar2 .button
		{
			margin: 1em 0em;
		}
	

/** Login **/

	#LoginPanel {
		position: relative; padding: 4em 0em 5em 0em;
		background: #FFF url('images/bg03.png') top center no-repeat;	
		background-size: cover;	
		border-top: 1px Solid #CCC;	
	}
	
		#LoginPanel input { 
			padding: 1em;
		}
	
		#LoginPanel header {
			margin-bottom: 2em;
		}
		
		#LoginPanel header h2 {
			margin: 1em;
		}	
		
		#LoginPanel div {
			text-align: center;
		}
				
		#LoginPanel p {
			text-align: center;
		}				

		#LoginPanel p.error {
			margin: 1em 0em;		
			color:red;
		}
		
	#facebookLogin {
		position: relative; padding: 5em 0em 5em 0em;	
		background: #4C72B3;
		border-top: 1px Solid #FFF;	
		color: #FFF;		
	}
	
		#facebookLogin div {
			text-align: center;
		}	
		
		#facebookLogin input {
			margin: 2em 0em;
			color: #FFF !important;
			border-color: #FFF !important;
		}

		#facebookLogin input.button:hover {
			background-color: #FFF;
			color: #3C5A93 !important;
		}
		
/** Footer **/

	
	#footer
	{
		position: relative;
		padding: 2em 0em 1.5em 0em;
		text-align: left;
		background: #555;	
		color: #EAEAEA;
		border-top: 1px Solid #656161;
		font-size: 0.9em;	
		line-height: 1.5em;	
	}
	
		#footer header
		{
			margin-bottom: 1em;
			text-align: left;
			color: #FFF;
		}
	
		#footer h1 
		{
			font-size: 1.5em;
			line-height: 1.5em;
		}
	
		#footer h2 
		{
			font-size: 1em;		
			color: #FFF;
		}
		
		#footer p
		{
			color: #EEE;
			margin-bottom: 0px;
		}
	
		#footer a 
		{
			text-decoration: none;
			color: #EEE;
		}
		
		#footer a:hover 
		{
			text-decoration: underline;
			color: #FFF;
		}
	
		#footer .icon::before, #footer .fmgc::before
		{
			margin-right: 0.5em;
		}
		
		#footer ul {
			list-style-type: none;
			padding-left: 0px;
		}
				
			#footer li {
				list-style: none;
				padding-left: 0px;
			}
						
			#footer .actions li
			{
				margin-left: 0em;
				display: block;
			}

		

/** Copyright **/


	.copyright 
	{
		border-top: 1px Solid #CCC;
		color: #CCC;
		position: relative;
		padding: 0em;
		margin-top: 2em;
		text-align: left;
		font-size: 0.9em;
	}

					
		#terms_conditions {
			float: right;  color: #AAA !important;
		}
			
		#terms_conditions a {
			letter-spacing: normal; color: #AAA !important; border-bottom: 0px;
		}		
		
/** Bulletin **/
	.bulletinRow { position: relative; padding: 0em; }		
	.bulletinRow:last-of-type { padding-bottom: 2em; }	
	.bulletinRow .6u { padding: 0em; }
	.bulletinRow:first-of-type { margin-top: 2em !important; }		
			

/** Duty Roster **/

	ul.priCounterContainer { width: 100%; list-style: none; padding: 0px; margin: 0px; }
	ul.priCounterContainer li { display: inline-block; margin:0px; padding: 0 2px; font-size: 0.9em; line-height: 1.1em; }
	.priCounter { font-weight: bold; color: red; }			
	.countMe { color: #000; cursor: pointer }			
	.countMe:hover, .countMe.hilight  { background-color: #F2FBC6; }	
	.privilegeBox.hilight span { background-color: #F2FBC6; }

	.countMe:hover, .countMe.hilight2  { background-color: #F7FBE3; }	
	.privilegeBox.hilight2 span { background-color: #F7FBE3; }
			
/** Library **/
table.lib_catalog_list td { border: none; vertical-align: top;  }
table.lib_catalog_list td img.image { margin: 0.3em; }
table.lib_biblio_info { font-size: inherit; }
table.lib_biblio_info td { line-height: 1.5em; text-align: left;  font-size: inherit; padding-left: 0em; }
			
.biblio_detials th { font-weight: 300 !important; text-align: left; }
.biblio_detials th, .biblio_detials td { padding: 0.3em 0.85em !important; line-height: 1.5em; }

.copies_table {  }
.copies_table th { font-weight: 300 !important; text-align: center; } 
.copies_table td { line-height: 1.5em; text-align: center; vertical-align: middle; } 
img.qr { margin-bottom: 0px; clear: both; }
td.qr { line-height: 1em; font-size: 0.85em; }
			
/** Print Header **/

#printheader { 
		display: none;
	}
	
	#printheader h1 { 
		font-size: 10pt; text-align: center; line-height: normal;
	} 
						
/* Print CSS */
@media Print    
{	
	#header { display: none }
	#printheader { display: block; }
	#footer { display: none }
	.noprint { display: none !important; }
	.wrapper { border: none; padding: 1em; }		
}			