* {
  margin: 0;
  padding: 0;
	border: 0px;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #002d6a;
  font: 14px Trebuchet MS, Helvetica, Arial, sans-serif;
  text-align: center;
  background: url(/images/ui/bg_body_rpt.png) repeat-x;
}

/*general html tag styles*/
h1
{
	font-size: 1.5em;
	color: #6681a6;
	margin-bottom: 1em;
}
h2
{
	font-size: 1.1em;
	color: #6681a6;
	margin-bottom: .4em;
}
h3
{
	margin-bottom: .6em;
}
p
{
	clear: both;
	line-height: 1.3em;
	margin-bottom: 1.1em;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
ul
{
	list-style: none none;
	float: none;
}
table
{
	width: 100%;
	border-collapse: collapse;
}
hr
{
	display: none;
}
div.hr
{
	width: 100%;
	height: 16px;
	border: none;
	background: url(/images/ui/hr_green.png) -100px 0px #fff;
}
/*generic classes*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hidden
{
	display: none;
	visibility: hidden;
}
.small
{
	font-size: 90%;
}
/*-------------------*/

/*UI styles*/
#wrapper
{
    margin: 0 auto;
	width: 980px;
	position: relative;
    height: 100%;
}
.home #wrapper,
.searchResults #wrapper
{
	background: url(/images/ui/bg_main_rpt.png) repeat-y #fff;
}
.rhCol #wrapper
{
	background: url(/images/ui/bg_content_rpt.png) repeat-y #fff;
}
html>body #wrapper
{
    min-height: 100%; 
    height: auto !important;
}
#innerWrapper
{
    margin: 0 auto;
	width: 980px;
	position: relative;
    height: 100%; 
}
.home #innerWrapper,
.searchResults #innerWrapper
{
	background: url(/images/ui/bg_inner_search.png) no-repeat;
}

.rhCol #innerWrapper
{
	background: url(/images/ui/bg_inner_content.png) no-repeat;
}
html>body #innerwrapper
{
    min-height: 100%; 
    height: auto !important;
}
#bannerBox
{
	width: 960px;
	padding: 0px 10px;
	height: 200px;
	position: relative;
	text-align: left;
	z-index: 50;
}
#middle
{
	margin: 0 0 0 0;
	padding-bottom: 110px;
}
#middle:after
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#mainBox
{
	width: 960px;
	padding: 0px 10px;
	height: 450px;
	position: relative;
	text-align: left;
	z-index: 1;
}
html>body #mainBox
{
    min-height: 450px; 
    height: auto !important;
}
#mainBox a
{
	color: #dc0962;
}
#footer
{
	height: 110px;
	width: 960px;
	padding: 0px 10px;
	position: relative;
	margin: -110px auto;
}
.home #footer,
.searchResults #footer
{
	background: url(/images/ui/bg_btm.png) no-repeat;
}
.rhCol #footer
{
	background: url(/images/ui/bg_btm_content.png) no-repeat;
}
* html #footer
{
	margin-top: -110px;
}
#leftFooter
{
	width: 800px;
	height: 50px;
	padding: 60px 30px 0px 30px;
	font-size: .9em;
	color: #fff;
	text-align: left;
	float: left;
}

#rightFooter
{
	width: 70px;
	height: 70px;
	padding: 40px 20px 0px 0px;
	float: right;
}
#footer a
{
	color: #fff;
}
/*------------------------------*/
/*BANNER AREA*/
#accessLinks
{
	float: left;
	height: 17px;
	width: 930px;
	text-align: right;
}
	#accessLinks a
	{
		color: #d0d8e4;
		font-size: .8em;
		text-decoration: none;
	}
#logoBox
{
	float: left;
	height: 115px;
	width: 960px;
}
	#logoBox a
	{
	display: block;
	width: 300px;
	height: 115px;
	}
#navBox
{
	float: left;
	height: 30px;
	padding: 0px 30px;
	width: 900px;
}
	#navBox ul,
	#navBox li
	{
		float: left;
		height: auto;
	}
	#navBox li a
	{
		float: left;
		height: 26px;
		display: block;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.1em;
		padding: 4px 20px 0px 0px;
		background: url(/images/ui/nav_sep.png) no-repeat right top;
	}
	#navBox li.sel a
	{
		color: #eff8b2;
	}
	#navBox ul ul
	{
		position: absolute;
		top: 162px;
		width: 140px;
		height: auto;
		padding: 1px 0px;
		clear: both;
		display: none;
		background: #fff;
		margin-left: -10px;
	}
	#navBox ul ul li
	{
		clear: both;
		display: table;
		margin: 0px;
		height: auto;
		width: 140px;
		padding: 0px;
		margin-bottom: 1px;
	}

	#navBox ul ul li a
	{
		background: #c2d82e;
		height: auto;
		font-size: .9em;
		width: 140px;
		padding: 4px;
	}
	html>body #navBox ul ul li a
	{
		width: 132px;
		height: auto;
	}
	#navBox li.sel li a
	{
		color: #fff;
	}

#navTrailBox
{
	float: left;
	width: 676px;
	height: 32px;
	padding: 6px 14px 0px 30px;
}
	.home #navTrailBox ul
	{
		display: none;
	}
	#navTrailBox ul,
	#navTrailBox li
	{
		float: left;
		height: auto;
	}
	#navTrailBox li
	{
		font-size: .8em;
		color: #d0d8e4;
	}
	#navTrailBox li a
	{
		color: #afbdd1;
		text-decoration: none;
	}
	#navTrailBox li a:hover
	{
		color: #d0d8e4;
		text-decoration: underline;
	}
#searchBox
{
	float: right;
	width: 218px;
	padding: 4px 0px 0px 22px;
}
	#searchBox input
	{
		border: none;
		font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif;
		font-size: .9em;
		background: transparent;
		float: left;
	}
	#searchText
	{
		width: 173px;
		color: #d0d8e4;
	}
	#searchText.searchFocus
	{
		color: #fff;
	}
	#searchBtn
	{
		cursor: pointer;
		width: 22px;
		height: 15px;
	}

/*------------------------------*/
/*MAIN AREA - (30px)720px(15px) - 240px(30px)*/
.rhCol #contentBox
{
	width: 630px;
	height: auto;
	padding: 16px 60px 0px 30px;
	float: left;
}
.rhCol #relatedBox
{
	width: 200px;
	height: auto;
	padding: 16px 20px 0px 20px;
	float: right;
}
.searchResults #contentBox,
.home #contentBox
{
	width: 900px;
	height: auto;
	padding: 16px 30px 0px 30px;
	float: left;
}
#homeLeft
{
	padding-right: 30px;
	width: 335px;
	height: auto;
	float: left;
	background: url(/images/ui/divider_vert_blue.png) repeat-y right top;
}
#homeRightBox
{
	width: 535px;
	height: auto;
	float: right;
}
	#homeMid
	{
		width: 200px;
		height: auto;
		float: left;
		padding: 0px 25px 20px 20px;
		background: url(/images/ui/divider_vert_green.png) repeat-y right -100px;
	}
	#homeMid h2
	{
		border-bottom: 2px solid #dee89a;
	} 
	#homeRight
	{
		width: 270px;
		height: auto;
		float: right;
		padding: 0px 0px 20px 20px;
	}
	#homeRight ul.publications
	{
		float: left;
		width: 270px;
	}
	#homeRight ul.publications li
	{
		float: left;
		width: 49%;
		background: none;
		padding: 0px;
	}
	#homeRight ul.publications li a
	{
		display: block;
		text-align: center;
		font-size: .9em;
		font-weight: bold;
	}

/*------------------------------------*/
/*Content styles*/
#contentBox ul
{
	margin-bottom: 1em;
}
#contentBox li
{
	margin-bottom: .5em;
	background: url(/images/ui/bullet_green.png) no-repeat 2px 6px;
	padding-left: 15px;
}
#contentBox ul.highlite li
{
	margin-bottom: .5em;
	background: url(/images/ui/li_highlite.png) no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contentBox ul.charityCases
{
	float: left;
}
#contentBox ul.charityCases li
{
	float: left;
	background: #e5e5e5;
	width: 80px;
	height: 80px;
	margin: 2px 2px 0px 0px;
	padding: 0px;
}
#contentBox img
{
	margin: 0px 5px 5px 0px;
}

/* table styling */
#contentBox th
{
	border-bottom: 2px solid #dee89a;
	padding: 2px;
}
#contentBox td
{
	border-bottom: 1px solid #dee89a;
	padding: 2px;
	vertical-align: top;
}
.df_ev_dat
{
	font-size: .9em;
	font-weight: bold;
}
.df_ev_syn
{
	font-size: .8em;
}
/*form styling*/
#contentBox #loginList
{
	margin: 10px 0px;
}
#contentBox #loginList li
{
	background: none;
}
#contentBox input
{
	border: 1px solid #ccc;
	width: 175px;
}
#contentBox input.continueBtn
{
	width: 136px;
}
#contentBox input.txtField
{
	border: 1px solid #dee89a;
	width: 620px;
	padding: 2px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Trebuchet MS, Sans-Serif;
}
#contentBox span.checkBox input
{
	border: none;
	width: 15px;
}
#contentBox #btnLogin
{
	width: 40px;
}
#contentBox input.btnLogout
{
	position: absolute;
	top: 20px;
	left: 540px;
	width: 136px;
	height: 30px;
	background: url(/images/ui/btn_empty.png) no-repeat #fff;
	border: none;
	color: #dc0962;
	padding-bottom: 4px;
	cursor: pointer;
}
.home #contentBox input.btnLogout
{
	left: 800px;
}
.regFormBox
{
	width: 600px;
	padding: 30px;
	height: auto;
	margin-left: 15px;
	position: relative;
	background: url(/images/microsites/bak_blog_comment.png) no-repeat -10px 0px;
}
#regForm
{
	width: 340px;
	float: left;
}
#formInfo
{
	width: 200px;
	float: right;
	padding-right: 30px;
	font-size: .9em;
}
#contentBox input.btnReg
{
	width: 125px;
	height: 36px;
}
#contentBox #regForm p
{
	margin-bottom: .4em;
}
#regForm label
{
	float: left;
	width: 150px;
}
#regForm label span
{
	font-size: .9em;
	color: #999;
}
#regForm p.notez
{
	padding-top: 15px;
}
#regForm textarea
{
	border: 1px solid #ccc;
	margin-left: 20px;
}
/*------------------------------------*/
/*Right Column styles*/

#relatedBox ul
{
	background: url(/images/ui/rh_ul_btm.png) no-repeat left bottom;
	padding: 0px 10px 15px 0px;
	margin-bottom: .7em;
}
#relatedBox li
{
	border-top: 2px solid #dee89a;
	line-height: 1.3em;
	padding: 4px 0px;
}
#relatedBox li a
{
	font-weight: bold;
}
/*------------------------------------*/
/*BLOG styling*/
.blogItem
{
	width: 100%;
	height: auto;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px -20px 0px;
	border-top: 1px solid #999;
}
#contentBox.blogItem
{
	padding: 16px 60px 0px 30px;
	margin: 10px 0px;
	border-top: none;
}
#contentBox div.blogItem td
{
	border-bottom: none;
	padding: 0px;
}
.blogItem p
{
	padding-left: 20px;
}
.blogItem p.info,
.blogContent p.info
{
	font-size: .9em;
	color: #999;
	padding-left: 10px;
}

/*------------------------------------*/
/*R/H Nav items on blog pages*/
#relatedBox.blogRight ul
{
	padding: 0px 10px 15px 0px;
	margin-bottom: .7em;
}

#relatedBox.blogRight ul li
{
	padding-bottom: 0px;
}
#relatedBox.blogRight ul a
{
	font-weight: normal;
}
#relatedBox ul.nav
{
	
}
#relatedBox ul.nav li
{
	border-top: 2px solid #dee89a;
}
#relatedBox ul.nav li a
{
	font-weight: bold;
}
.blogMenuPanel
{
	width: 199px;
	height: auto;
	float: left;
}
#relatedBox .blogMenuPanel ul
{
	padding: 0px;
	background: none;
}
#relatedBox .blogMenuPanel h3
{
	width: 199px;
	height: 26px;
	background: #fff;
	color: #6681a6;
	font-size: 1.1em;
	font-weight: normal;
	padding: 3px 0px 0px 3px;
	margin-bottom: 0;
}
#relatedBox .blogMenuPanel ul li
{
	padding: 5px;
}

#relatedBox .blogMenuPanel ul li span
{
	font-size: .9em;
}
/*------------------------------------*/
.blogItem ol.blogComments
{
	list-style-position: outside;
	margin: 0px;
	margin-left: 25px;
}
#contentBox ol.blogComments li
{
	padding: 10px 15px 0px 10px;
	background: url(/images/microsites/bak_blog_comment.png) no-repeat 0px 0px;
}
.createBlog
{
	margin-bottom: 10px;
}
#relatedBox .createBlog a
{
	display: block;
	width: 179px;
	height: 29px;
	padding: 11px 0px 0px 11px;
	background: url(/images/microsites/btn_create_blog.png) no-repeat 0px 0px;
}
a.createEdit
{
	display: block;
	width: 190px;
	height: 40px;
	padding: 10px 0px 0px 14px;
	font-weight: bold;
	float: left;
	background: url(/images/microsites/btn_create_blog.png) no-repeat 0px 0px;
}
html>body a.createEdit
{
	width: 176px;
	height: 30px;
}
a.createEdit:hover
{
	text-decoration: none;
}
#contentBox #deleteblog
{
	width: 190px;
	height: 41px;
	margin-top: 3px;
}
#contentBox.blogBox table td
{
	border: none;
	height: auto;
}
#contentBox table.commentsTable td
{
	padding: 6px 0px 0px 5px;
	background: url(/images/microsites/bak_blog_comment.png) no-repeat center top;
}

#contentBox table.commentsTable td.txt
{
	padding: 6px 15px 0px 18px;
	background: url(/images/microsites/bak_blog_comment.png) no-repeat 0px 0px;
}
#contentBox table.createTable td
{
	border-bottom: none;
}
/*cute blog editor*/
#CE_TxtBlogText_ID
{
	margin-bottom: 20px;
}

#contentBox input.btnSave,
span.addBtn
{
	width: 136px;
	height: 30px;
	background: url(/images/ui/btn_empty.png) no-repeat #fff;
	border: none;
	color: #dc0962;
	padding-bottom: 4px;
	cursor: pointer;
	display: block;
}
span.addBtn
{
	padding: 4px 0px 0px 12px;
	margin-top: 10px;
	font-weight: bold;
}