/* $Id: style.css,v 1.1 2009/07/03 07:40:11 agileware Exp $ */

/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}
p {
	margin: 10px 0;
	color: #666;
	line-height:140%;
}
.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 7px;
}
.FacultyContactInfo {
	color:#666;
	margin-left: 5px; 
	padding-bottom: 10px; 
	font-size: 12px; 
	font-family: helvetica, arial;
}

.rightbarWrapper {
/*	width:295px;*/
	padding: 0 10px 40px 10px;
}
.rightBarSpacer
{
	position: relative;
	top: 0;
	height: 300px;
}
.rightFacImage {
	margin: 0 0 0 -10px;
	height: 1px;
	width:268px;
}
.rightColImage {
	/*
	margin: -7px 0 0 -5px;
	width:260px;
	 */
	margin: 0 0 0 -10px;
	height: 225px;
	width:268px;
}
.rightBarImage
{
	position: absolute;
	right:0;
}
.PageBackgroundGlare
{
	position: absolute;
	width: 100%;
	height: 343px;
	left: 0;
	top: 0;
}

.PageBackgroundGlareImage
{
	/*background-image: url('images/Page-BgGlare.png');*/
	background-repeat: no-repeat;
	height: 343px;
	width: 353px;
	margin: 0;
}

html:first-child .PageBackgroundGlare
{
	border: 1px solid transparent; /* Opera fix */
}

.PageBackgroundSimpleGradient
{
	position: absolute;
	/*background-image: url('images/Page-BgSimpleGradient_grey.jpg');*/
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 490px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

form
{
	padding:0;
	margin:0;
}

table.position
{
	position: relative;
}
/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 956px;
	min-width:33px;
	min-height:33px;
height:100%;
}

.Sheet-body
{
	position: relative;
	z-index:1;
	padding: 3px 3px 0 3px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 44px;
	height: 44px;
/*	background-image: url('images/Sheet-s.png');*/
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 22px, 22px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 22px, 22px);
}
/*
.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(22px, 22px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(22px, auto, auto, 22px);
}

.Sheet-tc, .Sheet-bc
{
	left: 22px;
	right: 22px;
	height: 44px;
	background-image: url('images/Sheet-h.png');
}

*/
.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 22px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(22px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 2px;
	bottom: 1px;
	width: 44px;
	background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 22px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 22px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 90px;
	background-color: #fff;
}

.Sheet
{
	margin-top: -10px !important;
}

.PageBackgroundSimpleGradient, .PageBackgroundGradient, .PageBackgroundGlare
{
	min-width:960px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
	text-align: center;
	/*text-transform: uppercase;*/
	text-align:left;
	text-decoration:none;
	font-weight: bold;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
	padding:0;
}

.artmenu, .artmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.artmenu li
{
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.artmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.artmenu li li
{
	float: none;
}

.artmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.artmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.artmenu li li:hover>ul
{
	top: 0;
	left: 100%;

}

.artmenu:after, .artmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.artmenu, .artmenu ul
{
	min-height: 0;
}

.artmenu ul
{
	background-image: url(images/spacer.gif);
	/*
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;*/
}

.artmenu ul ul
{
	/*
	padding: 30px 30px 30px 10px;
		margin: -30px 0 0 -15px;*/
}




/* menu structure */

.artmenu
{

/*	padding: 6px 10px 6px 6px;*/

}
.navCenter
{
	width: 800px;
	height:22px;
	margin-left:35px;
/*
	margin-left: auto;
	margin-right: auto;
	*/
}
.sharePage {

	position:absolute;
	right:5px;
	bottom:5px;
	/*
	float:right;
	*/
}
.shareIcons {
	position:absolute;
	top:114px;
	right:23px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	text-align: center;
	color: #666;
	margin: 0;
}
.nav
{
	/*background-image: url('images/BlockHeader1.png');
	background-repeat: repeat-x;
	position: relative;
	top: 70px;*/
	vertical-align:middle;
	margin: auto 0;
	height: 22px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	height: 22px;

	/*background-color: #0055a5;
	*/margin: 0 auto;
}

.nav .l
{
	left: 0;
	right:10px;
}

.nav .r
{
	right: 0;
	/*width: 894px;*/
	width: 960px;
	clip: rect(auto, auto, auto, 884px);

}


/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.artmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}

.artmenu a .r, .artmenu a .l
{
	position:absolute;
	display: block;
	height: 90px;
	/*background-image: url('images/MenuItem.png');*/
}

.artmenu a .l
{
	left:0;
	right:4px;
}

.artmenu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.artmenu a .t 
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	text-align: center;
	color: #444;
	font-weight: bold;
	/*padding: 0 5px;*/
	margin: 0 5px;
	line-height: 30px;
}

.artmenu a:hover .l, .artmenu a:hover .r
{
	top:-30px;
}

.artmenu li:hover>a .l, .artmenu li:hover>a .r
{
	top:-30px;
}

.artmenu li:hover a .l, .artmenu li:hover a .r
{
	top:-30px;
}
.artmenu a:hover .t
{
	color: #2a6fb2;
}

.artmenu li:hover a .t
{
	color: #2a6fb2;
}

.artmenu li:hover>a .t
{
	color: #444;
}

.artmenu a.active .l, .artmenu a.active .r
{
	top: -60px;
}

.artmenu a.active .t
{

	color: #666;

}


/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
	display: block;
	width: 2px;
	margin:9px 0 0 0;
	background-color:#666;
	height: 12px;
	/*position:absolute;
	background-image: url('images/MenuSeparator.png');
	top:8px;*/
}

/* end MenuSeparator */

/* begin MenuSubItem */
.artmenu ul a
{
	display:block;
	white-space: nowrap;
	height: 22px;
	color: #444;
	width: 200px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;
	/*background-image: url('images/subitem-bg.png');*/
	background-color: #ccc;
	/*opacity: 0.9;*/
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #dddddd;
	font-family: Helvetica, Arial, Sans-Serif;
	text-transform: capitalize;
	font-size: 13px;
}

.artmenu ul ul a
{
	/*text-align: center;*/
}

.artmenu ul li a:hover
{
	color: #111;
	background-color: #aaa;
	background-position: 0 -20px;
}

.artmenu ul li:hover>a
{
	color: #111;
	background-position: 0 -20px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
	color: #111;
}

.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span
{
	color: #111;
}


/* end MenuSubItem */

/* begin Header 
.headerBuilding {
	position: absolute;
	top:0;
	right:0;
	z-index:11;
	background-image: url('/sites/default/files/Buck_Header_right.jpg'); 
	background-repeat:no-repeat;
	width:442px;
	height:110px;

}*/
.menuWrapper { 
	height:23px;
}
.headerWrapper {
	height:132px;/*132px*/
	width:950px;
	border-bottom: 1px solid #000; /* #2a6fb2; */
	z-index:10;
}
div.Header
{
	/*background-image: url('/sites/default/files/Buck_Header_left.jpg'); */
	background-image: url('/themes/energetic/images/header.jpg'); 
	background-repeat:no-repeat;
	background-color: #2a6fb2;
	margin: 0 auto;
	position: relative;
	z-index:0;
	/*width: 894px;*/
	width:951px;
	height: 110px;
}
/* end Header */

/* begin Logo */
.logo
{
	display : block;
	position: absolute;
	left: 30px;
	top: 0px;
}
/* end Logo */

/* begin ContentLayout */
.contentLayout
{
/*overflow:hidden;*/
	width:952px;
	height:100%;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.Block-body
{

	position: relative;
	z-index:1;
	padding: 0px;
}
/*
.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc,.Block-cr, .Block-cl
{
	position:absolute;
	z-index:-1;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/Block-s.png');
}

.Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}	

.Block-tc, .Block-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/Block-h.png');
}

.Block-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.Block-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.Block-cr, .Block-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/Block-v.png');
}

.Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.Block-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.Block-cc
{
	position:absolute;
	z-index:-1;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background-color: #D3E7F9;
	
}
*/
.Block
{
	margin: 0 0 0 10px;

}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position:relative;
	z-index:0;
/*	padding: 0 7px;*/
	margin-bottom: 7px;
}

.BlockHeader .t
{
	color: #666;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	white-space : nowrap;
	font-weight:bold;
	width:125px;
	text-align: left;
	border-bottom: 1px solid #993400;
}

.BlockHeader .l, .BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	/*height: 30px;
	background-image: url('images/BlockHeader.png');*/
}

.BlockHeader .l
{
	left:0;
	right:0;
}

.BlockHeader .r
{ 
	/*width:894px;*/
	width: 960px;
	right:0;
	clip: rect(auto, auto, auto, 888px);
}

.header-tag-icon
{
	display:inline-block;
	background-position:left top;
	/*background-image: url('images/BlockHeaderIcon.png');*/
/*	padding:0 0 0 22px;*/
	background-repeat: repeat-x;
	min-height: 15px;
	/*margin: 0 0 0 5px;*/
}


/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.BlockContent-extended
{
	position: relative;
	overflow:hidden;
	padding: 8px;
	/*right: 5px;*/
}
	.menuTitle {
		border-bottom: 1px solid #993400;
		color: #333;
		font-size:12px;
		font-weight:bold;
		margin: 0 0 5px 0;
		text-transform:uppercase;
		position:relative;
	}
	.menuTri {
		background-image: url('/themes/energetic/images/tri.png');
		background-repeat: no-repeat;
		width: 14px;
		height: 9px;
		position: absolute;
		bottom: 2px;
		right: 0;
	}
	.BlockContent-body
	{
		position: relative;
		z-index:1;
		padding: 0;
	}

	.BlockContent-body
	{
	/*	color:#5C5C5C;*/
		color: #666;
		font-family: Helvetica, Arial, Sans-Serif;
		font-size: 13px;
	}

	.BlockContent-body a:hover, .BlockContent-body a.hover
	{
		color: #993400;
		font-family: Helvetica, Arial, Sans-Serif;
		text-decoration: none;
	}

	.BlockContent-body ul
	{
		position:relative;
		list-style-type: none;
		color: #993400;
		margin:0;
		padding:0;
	}

	.BlockContent-body li
	{
		font-family: Helvetica, Arial, Sans-Serif;
		font-size: 13px;
	}
	.BlockContent-body li a {
		color:#3366cc;
		font-weight:bold;
	}
	.BlockContent-body ul li
	{
		padding:0 0 10px 0;
		/*background-image: url('images/BlockContentBullets.png');*/
		background-repeat:no-repeat;
		margin:2px 0 2px 0;
		line-height:1.2em;
	}

	/* end Box, BlockContent */

	/* begin Box, Post */
	.Post
	{
		position:relative;
		z-index:0;
		margin:0 auto;
		min-width:15px;
		min-height:15px;
	}

	.Post-body
	{
		min-height:335px;
		position: relative;
		z-index:1;
		padding: 4px 4px 20px 4px;
	}
	/*
	.Post-tr, .Post-tl, .Post-br, .Post-bl, .Post-tc, .Post-bc,.Post-cr, .Post-cl
	{
		position:absolute;
		z-index:-1;
	}

	.Post-tr, .Post-tl, .Post-br, .Post-bl
	{
		width: 14px;
		height: 14px;
		background-image: url('images/Post-s.png');
	}

	.Post-tl
	{
		top:0;
		left:0;
		clip: rect(auto, 7px, 7px, auto);
	}

	.Post-tr
	{
		top: 0;
		right: 0;
		clip: rect(auto, auto, 7px, 7px);
	}

	.Post-bl
	{
		bottom: 0;
		left: 0;
		clip: rect(7px, 7px, auto, auto);
	}

	.Post-br
	{
		bottom: 0;
		right: 0;
		clip: rect(7px, auto, auto, 7px);
	}

	.Post-tc, .Post-bc
	{
		left: 7px;
		right: 7px;
		height: 14px;
		background-image: url('images/Post-h.png');
	}

	.Post-tc
	{
		top: 0;
		clip: rect(auto, auto, 7px, auto);
	}

	.Post-bc
	{
		bottom: 0;
		clip: rect(7px, auto, auto, auto);
	}

	.Post-cr, .Post-cl
	{
		top: 7px;
		bottom: 7px;
		width: 14px;
		background-image: url('images/Post-v.png');
	}

	.Post-cr
	{
		right:0;
		clip: rect(auto, auto, auto, 7px);
	}

	.Post-cl
	{
		left:0;
		clip: rect(auto, 7px, auto, auto);
	}
	*/
	.Post-cc
	{
		position:absolute;
		z-index:-1;
		top: 7px;
		left: 7px;
		right: 7px;
		bottom: 7px;
		/*background-color: #F0F0F0;
		background-color: #e8d9c8;
		background-color: #EFF1DF;
		background-color: #F0FFFF;*/
	}

	/*.Post
	{
		margin: 10px;
	}
	*/
	/* Start images */
	a img
	{
		border: 0;
	}

	.article 
	{
		margin-bottom:7px;
	}
	.article img, img.article
	{
	/*	margin: 1em;*/
		margin: 3px 3px 3px 3px;
	}

	.metadata-icons img
	{
		border: none;
		vertical-align: middle;
		margin:2px;
	}
	/* Finish images */

	/* Start tables */

	.article table, table.article
	{
	/*	border-collapse: collapse;
		margin: 1px;*/
		width:100%;
	}

	.article table, table.article .article tr, .article th, .article td
	{
		background-color:Transparent;
	}

	.article th, .article td
	{
		/*padding: 2px;
		border: solid 1px #B5B5B5;*/
		vertical-align: top;
	/*	text-align:left;*/
	}

	.article th
	{
		text-align:center;
		vertical-align:middle;
		padding: 2px;
	}

	.article caption {
		margin: 0 1em 1em 1em;
	}

	.article table {
	/* margin: .1em; */
	}

	/* Finish tables */
	/* end Box, Post */

	/* begin PostHeaderIcon */
#tabs-wrapper {
		margin: 0 15px;
	}
	.PostHeaderIcon-wrapper
	{
	text-decoration:none;
	margin: 0 15px;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 24px;
	color: #004888;
	}

	.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
	{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 24px;
	color: #993400;
	}

	/* end PostHeaderIcon */

	/* begin PostHeader */
	.PostHeader a:hover, .PostHeader a.hovered
	{
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #333;
	}
	/* end PostHeader */

	/* begin PostIcons */
	.PostHeaderIcons
	{
	padding:1px;
	}

	.PostHeaderIcons, .PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
	{
	font-family: Helvetica, Arial, Sans-Serif;
	color: #4D4D4D;
	}

	.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
	{
	margin:0;
	}

	.PostHeaderIcons a:hover, .PostHeaderIcons a.hover
	{
	font-family: Helvetica, Arial, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #005888;
	}
	/* end PostIcons */

	/* begin PostContent */
	/* Content Text Font & Color (Default) */
	body
	{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	/*color: #4D4D4D;*/
	}

	.PostContent
	{
	font-family: Helvetica, Arial, Sans-Serif;
	/*color: #4D4D4D;*/
	}


	/* Start Content link style */
	a
	{
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	color: #993400;
	}

	/* :hover - adds special style to an element when you mouse over it. */
	a:hover, a.hover
	{
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	color: #333;
	}

	/* Finish Content link style */

	/* Resert some headings default style & links default style for links in headings*/
	h1, h2, h3, h4, h5, h6,
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
	h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
	{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}

	/* Start Content headings Fonts & Colors  */
	h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
	{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 32px;
	color: #006699;
	}

	h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
	{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	font-weight:bold;
	/*color: #005888;*/
	text-transform:uppercase;
	color:#993400;
	}

	h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
	{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 15px;
	color: #993400;
	}

	h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
	{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	color: #5E5E5E;
	}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	margin:15px 10px 10px 10px;
	text-transform:uppercase;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Helvetica, Arial, Sans-Serif;
font-size: 11px;
color: #5E5E5E;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
/*color: #4D4D4D;*/
margin:1px 0 10px 10px;
padding:0;
font-family: Helvetica, Arial, Sans-Serif;
font-size: 13px;
}

li ol, li ul
{
margin:0.5em 0 0.5em 2em;
padding:0;
}

li 
{
/*margin:0.2em 0;*/
padding:0;
}

ul
{
list-style-type: none;
}

ol
{
list-style-position:inside;
}

.Post li
{
/*padding:0px 0 0px 10px;
line-height:1.2em;*/
}

.Post ol li, .Post ul ol li
{
background: none;
padding-left:0;
}

.Post ul li, .Post ol ul li 
{
/*background-image: url('images/PostBullets.png');
padding-left:10px;*/
background-repeat:no-repeat;

}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
color:#002444;
font-family: Helvetica, Arial, Sans-Serif;
}

blockquote
{
/*border:solid 1px #FBCA93; */
margin:10px 10px 10px 50px;
padding:5px 5px 5px 41px;
background-color:#FEEEDD;
background-image:url('images/PostQuote.png');
background-position:left top;
background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin PostIcons */
.PostFooterIcons
{
padding:1px;
}

.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
font-family: Helvetica, Arial, Sans-Serif;
color: #4D4D4D;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
margin:0;
}

.PostFooterIcons a:hover, .PostFooterIcons a.hover
{
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
color: #005888;
}
/* end PostIcons */

/* begin Button */
a.Button,
button.Button
{
display:inline-block;
width: auto;
outline:none;
background:none;
border:1px solid black;
       background-color: #ffffff;
line-height:22px;
margin:0;
padding:0;
overflow: visible;
cursor: default;
text-decoration: none !important;
z-index:0;
}

a.Button .btn,
button.Button .btn
{
display:block;
position:relative;
float:left;
height: 22px;
overflow:hidden;
white-space: nowrap;
width: auto;

background-color: #fff;
color: #444444;
}

a.Button .btn .t,
button.Button .btn .t
{
display:block;
height: 22px;
font-family: Helvetica, Arial, Sans-Serif;
font-size: 13px;
white-space: nowrap;
text-align: left;
padding: 0 16px;
line-height: 22px;
text-decoration: none !important;
}

input, select
{
font-family: Helvetica, Arial, Sans-Serif;
font-size: 13px;
}

a.Button .hover,
a.Button:hover,
button.Button .hover,
button.Button:hover
{
color: #222222;
background-color: #efefef;
text-decoration: none !important;
}

a.Button .active,
button.Button .active
{
color: #444444;
}

a.Button .btn .l,
a.Button .btn .r,
button.Button .btn .l,
button.Button .btn .r
{
display:block;
position:absolute;
z-index:-1;
height: 99px;
/*background-image: url('images/Button.png');*/
}

a.Button .btn .l,
button.Button .btn .l
{
left:0;
right:7px;
}

a.Button .btn .r,
button.Button .btn .r
{
width:403px;
right:0;
/*	clip: rect(auto, auto, auto, 396px);*/
}

a.Button .btn.hover .l,
a.Button .btn.hover .r,
a.Button .btn:hover .l,
a.Button .btn:hover .r,
button.Button .btn.hover .l,
button.Button .btn.hover .r,
button.Button .btn:hover .l,
button.Button .btn:hover .r
{
top: -33px;
}

a.Button .btn.active .l,
a.Button .btn.active .r,
button.Button .btn.active .l,
button.Button .btn.active .r
{
top: -66px;
}

/* end Button */

/* begin Footer */
.Footer
{
top:-4px;
position:relative;
z-index:0;
overflow:hidden;
/*width: 894px;*/
width: 950px;
margin: 0px auto 0px auto;
}

.Footer .Footer-inner
{
	border-top: 1px solid #2a6fb2;
	height: 35px;
	position: relative;
	z-index: 0;
	padding: 2px 0 0 0;
	width: 950px;
	text-align:right;
}

.Footer .Footer-background
{
position:absolute;
z-index:-1;
background-repeat:no-repeat;


/*background-image: url('images/Footer.png');
background-size: 950px;
width: 894px;*/
width: 100%;
height: 150px;
bottom:0;
left:0;
}

.rss-tag-icon
{
position: relative;
display:block;
float:right;
background-image: url('images/rssIcon.png');
background-position: center right;
background-repeat: no-repeat;
margin: 0 5px 0 0;
height: 16px;
width: 16px;
}

.Footer .Footer-text p
{
position: absolute;
top: 0;
left: 0;
margin: 0;
color: #777;
}

.Footer .Footer-text, .Footer-text a:link, .Footer-text a:visited
{
display:inline-block;
margin: 0 3px 0 0;
color: #777;
font-family: Helvetica, Arial, Sans-Serif;
}

.Footer .Footer-text a:hover
{
text-decoration: none;
/*color: #002888;*/
color: #333;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
font-family:Arial;
font-size:10px;
letter-spacing:normal;
word-spacing:normal;
font-style:normal;
font-weight:normal;
text-decoration:underline;
/*color:#BF6A08; */
color: #ffffff;
}

.page-footer
{
text-decoration:none;
color: #eeeeee;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .sidebar1
{
	position: relative;
	top: 4px;
	margin: 0;
	padding: 4px 0 0 31px;
	border: 0;
	float: left;
	overflow: hidden;
	width: 145px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
position: relative;
margin: 0;
padding: 0 0 0 5px;
border: 0;
float: left;

/*width: 537px;
overflow: hidden;
width: 600px;*/
width:475px;
}
.contentLayout .contentFP
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width:629px;
}
.contentLayout .content-sidebar1
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 715px;
}
.contentLayout .content-sidebar2
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 715px;
}
.contentLayout .content-wide
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
/*width: 893px;*/
width: 960px;
}

.quick_links_wrapper {
	padding:10px;
}
.quick_links_wrapper h3 {
	color:#3366CC;
	/*
	color:#083355;
	*/
	font-weight:bold;
}
.quick_links_wrapper ul {
	list-style-type:none;
	padding:0;
}
.quick_links_wrapper ul li {
	list-style-type:none;
	padding-left:0;
	margin:10px 0;
}
.quick_links_wrapper ul li a {
	color:#3366CC;
	/*
	color:#083355;
	*/
	text-decoration:underline;
	text-transform:uppercase;
}

.boxWrapper {
	/*width:276px; make room for longer words in quick_links */
	width:295px;
	height:180px;
	background-color:#ccc;
	margin: 0 0 0 10px;
}
.boxHeader {
	background-color:#848484;
	color:#fff;
	/*padding:8px 0 4px 5px; */
	padding:8px 0 2px 5px;
}
.boxContent {
	border:1px solid #616161;
	padding: 10px 5px;
	height:132px;
}
.boxContent a {
	font-weight:bold;
	text-transform: uppercase;
	color: #516e90;
	text-decoration:underline;
}
.boxContent ul {
	padding-top:10px;
	float:left;
}
.boxContent ul li {
	padding-bottom:28px;
}


/* end LayoutCell */

/* begin LayoutCell */
.pubLink {
	color:#666;
	font-weight:normal;
	text-transform: uppercase;
	text-decoration: underline;
	font-size:70%;
	padding: 0 0 0 10px;
		 
}
.pubLink:hover {
	text-decoration: none;
}
.pub_list {
	color:#444;
	line-height:140%;
}
.pub_list li {
	margin:15px 0; 
}
.journal_info {
	font-size:90%;
	color:#777;
}
.core {
	font-weight:bold;
	font-size:130%;
	height:50px;
	vertical-align:middle;
}
.core_bullet {
	height:50px;
	width:50px;
}
.healthyAgingLI {
	background-image: url('/themes/energetic/images/greyBox.png');
	background-repeat: no-repeat;
	margin: 5px 20px 5px 5px;
	padding: 0 0 5px 14px;
	background-position: 0 4px;
}
.piHeader {
	display:none;
	background-color: #993400;
	height: 37px;
	color: #fff;
	padding: 10px 0 0 20px;
}
.piText {
	margin: 100px 0 0 25px;
	/*background: #fff url('/themes/energetic/images/Click_icon.png') no-repeat right bottom;*/
	width:260px;
	line-height: 85%;
}
.thumb_icon {
	position:absolute;
	right:140px;
	top:85px;
	width: 73px;
	height: 73px;
	background-image: url('/themes/energetic/images/play_unselected.png');
	background-repeat: no-repeat;
}
.hideVideoLink {
	position:absolute;
	top:7px;
	right:7px;
	padding:1px 1px 0 1px;
	border-left: 1px solid #993400;
	border-bottom: 1px solid #993400;
	font-size:85%;
	display:none;
}
.smallFP {
	font-size:90%;
	font-weight:bold;
}
.piImg {
	position:absolute; 
	/*margin-left:68px;*/
	top:0px;
}

.dynamicBox {
	border: 3px solid #993400;
	margin:0;
	padding:5px;
}

.dynamic_inner {
	padding: 5px;
}
.sidebar1Front {
	border-right:10px solid #ffcc00; 
	padding:0; 
	vertical-align:top;
	z-index:-1001;
}
.contentLayout .sidebar2
{
	position: relative;
	padding: 0;
	border: 0;
	overflow: hidden;
	height:100%;
	/* min-height:635px; */
	min-height:747px;
	background-color: #ffffcb;
	border-left: 10px solid #ffcc66;
}
.contentLayout .sidebar2inner
{
	position: static;
	margin: 10px 0 0 0 ;
	padding: 0;
	border: 0;
	overflow: hidden;
	height:100%;
	background-color: #ffffcb;
	border-left: 10px solid #ffcc66;
}
.contentLayout .sidebar2FP
{
	margin: 0 4px 0 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	float:right;
	position:relative;
	border-left: 10px solid #FFCC66;
	width: 308px;
	height:220px;
/*float:right;
	position:absolute;
	left: 643px;
top:0;
right:10px;
background-color: #ffffff;
*/
}
.changeText {
	width:240px; 
	position:absolute; 
	right:15px; 
	bottom: 10px;
}
.rightColumnWrapper {

	height:100%;
	width:280px;
}
.aSpacer {
	background-image: url('images/spacer.gif');
	padding: 2px 0 0 0;
}
/* end LayoutCell */



/*
** HTML elements
*/
#footer
{
text-align: center;
}

ul li 
{
text-align: left;
background-image: none;
display: block;
}

li.expanded, li.leaf, li.collapsed
{
margin-bottom:1px;
list-style-type: none;
list-style-image: none;
background-image: none;
}
li.list
{

background-image: url('images/PostBullets.png');
}
.tabs, .links, .service-links img, service-links img
{
padding-left: 0px;
margin: 0px;
}

.tabs li, .links li
{
float: left;
display: block;
padding: 0 0 0 1em;
}

ul.primary {
/*border-bottom: none;*/
}

#user-login-form 
{
text-align: left;
}

#user-login-form ul li
{
background-image: none;
padding-left:0;
}

fieldset
{
margin: 1em 0;
padding: 1em;
/*border: 1px solid ;*/
width: 95%;
}

fieldset legend 
{
/* Fix disappearing legend in FFox */
display: block;
}

.yellowFill {
	background-color: #ffffcb;
	height:50px;
	width:284px;
	position:absolute;
	top:136px;
	right: 3px;
}
.breadcrumbSep
{
	position:relative;
	vertical-align:middle;
}
.breadcrumb 
{
	padding:15px 0 15px 41px;
	text-transform:lowercase;
	letter-spacing:2px;
	display: block; 
}
.breadcrumb a {
color: #999;
}

.form-text, .form-textarea
{
/*width: 95%;*/
border:1px solid #993400;
text-align: left;
}
.webform-client-form {
margin: 0 auto;
width:300px;
text-align: right; 
}
.tags
{
float: left;
}

.messages
{
padding: 5px;
margin: 5px 0;
}

.status
{
/*border: 1px solid #090;*/
background:#C9FBC8;
margin: 5px 0;
}

.messages li
{
margin: 5px 0;
}

tr.even, tr.odd
{
background-color: transparent;
}

#forum .links li
{
float: none;
clear: both;
}

#forum table
{
/*width: auto;
/*	margin-top: 15px;*/
}

#forum td.container
{
	/*padding-top: 15px;*/
	border-left: none;
	border-right: none;
}

#forum td.active
{
	background-color: transparent;
}

#forum td.forum, #forum td.topics, #forum td.posts, #forum td.last-reply
{
/*	padding-top: 4px;
	padding-bottom: 4px;*/
}

#forum td.container
{
	font-weight: bold;
}

#forum td.active
{
	background-color: transparent;
}

.forum-topic-navigation
{
	border-top: 0px transparent;
	border-bottom: 0px transparent;
}

.forum-topic-navigation .topic-previous
{
	text-align: left;
	float: left;
}

.forum-topic-navigation .topic-next
{
	text-align: right;
	float: right;
}

.read_more
{
	margin: 5px 0px;
	text-align:left;
}

.sticky-table H2
{
	font-size: 10px;
}

.Footer .Footer-inner
{
	float: left;
	position:relative;
	width: 100%;
}

#search-box {
/*	float: right;*/
	z-index:20;
	display: block;
	position: absolute;
	top: 75px;
	right: 23px;
}

#search-box input#edit-search-theme-form-1 {
	width: 155px;
	border: 0;
}

#search-box label {
	display: none;
}

#search.container-inline div, #search.container-inline button {
	vertical-align: middle;
}
#edit-submit {
	vertical-align: middle;
}

.donateButton {
	width:125px;
	height:125px;
	position:absolute;
	z-index:2;
	top: 80px;
	right: 260px;
}
#slideshow-holder{ 
	width:640px; 
	height:238px; 
	/*no-repeat #fff; */
	z-index: 1000;
	position:relative; 
}
#progress{
	position:absolute;
	width:100%;
	text-align:center;
	color:#999;
	top:225px; 
}
.slideshowSpacer {
	height:100px;
	position: relative;
}
.slideshowWrapper {
	background-image: url('images/Building.jpg');
	width: 640px;
	height: 238px;
}
.slideshowBar {
	display:none;
	width: 640px;
	height: 47px;
	background-color: #993400;
	z-index:1;
	opacity:0.4;
	position:absolute;
	top:135px;
	left:43px;
}
.slideshowCSS {
	overflow:hidden; 
	z-index:99;
	position: absolute;
	top:0;
	left:0;
}
.slideshow {

	padding:0;
	position:relative;
	width:630px;
	height:238px;
	float:left;
	/*padding: 0 3px 0 0;
	top:136px;
	left:3px;
	position:absolute;
	top:75px;
	/*left:8px;*/
	z-index:-1000;
}

.slideshow IMG {
position:absolute;
top:0;
left:0;
z-index:8;
/*border: 2px solid #666;*/
}

#superfish {
height:35px; 
float:left;
}

#superfish h2 {
height: 0;
overflow: hidden;
position: absolute;
}

#superfish .menu {
float:left;
height:35px;
}

#superfish .menu a, 
#superfish .menu a:visited  { 
color:#fff;
text-decoration:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
padding:11px 29px 11px 29px;
}

#superfish .menu li {
background: transparent;
padding:0 3px 0 0;
}

#superfish .menu li li {
background: #004f90;
left: -1px; 
}

#superfish .menu li li li {
background: #004f90;
top: 0px;
}

#superfish .menu li:hover, 
#superfish .menu li.sfHover,
#superfish .menu a:focus, 
#superfish .menu a:hover, 
#superfish .menu a:active {
z-index:10;
}

#superfish .menu li:hover {
background:transparent url(images/menu-hover-bg.gif) repeat-x;
}

#superfish .menu li.active-trail {
background:transparent url(images/menu-hover-bg.gif) repeat-x;
}

#superfish .menu li.active-trail li {
background: #004f90;
}


#superfish .menu li li:hover {
background: #004f90;
}

#superfish .menu li li li:hover {
background: #004f90;
}


#featured {

	width:100%;
	position: relative;
	height:220px;
	/*height: 320px;
	background: url(images/Building.jpg) no-repeat center;*/
}

#featured .block {
	position: absolute;
	padding-left: 5.0em;
	bottom: 25px;
	width: 469px;
}

.comment span.new-text {
  color: #FF0000;
  font-size: 60%;
  font-weight: normal;
}

.preview .node,
.preview .comment,
.sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  margin-bottom: 2em;
}

/* custom addition for BAC */
table.aaAgendaDay,
tbody.aaAgendaDay,
tr.aaAgendaDay,
td.aaAgendaDay {
        color: #666;
}
div.BAC_quote_wrapper {
        padding: 10px 0 0 0;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-weight: bold ;
        font-size: 120%;
        color:#000000;
}
.BAC_quote_wrapper span {
        display: inline-block;
        padding: 20px;
        font-weight: normal ;
	font-size: 12px;
} 
span.BAC_quoter  {
	font-size: 80%;
}
img.BAC_giant_quote {
	vertical-align: text-bottom;
}
/* for Learning Center inquiry form */
#webform-client-form-774 {
	margin: 0 auto;
	width:400px;
	text-align: left; 
}
#webform-client-form-774 p {
	margin-top: -4px;
}
#edit-submitted-teacher-information-teacher-name {
	margin-left: 1px;
}
#edit-submitted-teacher-information-teacher-cell-phone,
#edit-submitted-school-information-school-name {
	margin-left: 0px;
}
#edit-submitted-school-information-school-address {
	margin-left: 3px;
}
/* used for BOT page and any multi-column, variable height page */
.columnWebKit {
        clear: both;
        column-count: 2;
        column-gap: 1em;
        column-rule: 0px solid gray;
        -webkit-column-count: 2;
        -webkit-column-gap: 1em;
        -webkit-column-rule: 0px solid gray;
	/* for firefox */
        -moz-column-count: 2;
        -moz-column-gap: 1em;
        -moz-column-rule: 0px solid gray;
        padding: 5px;   
}
p {               
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
}
