html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;}:focus{outline:0;}ol,ul{list-style:none;}input{border:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}
.cf:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.cf{display:inline-block;}html[xmlns] .cf{display:block;}* html .cf{height:1%;}
body{
	background:#fff;
	font: normal 13px/18px "Gill Sans Regular", "Gill Sans", Arial, sans-serif;
	color: #3c3c3c;
}
body a:link, body a:visited
{
    color:#808080;
	text-decoration: none;
}
#pageWrapper{
	width:970px;
	margin:20px auto 0;
	position:relative;
}
#pageWrapper p{
	margin-bottom:5px;
}
#header a{float:left;}
#search{
	float:right;
	width: 345px;
}
#search p{
    float:left;
    width: 150px;
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    padding-top: 3px;
    margin-right:10px;
}
#search input.sInput
{
    background: url('/UI/Images/search.png') no-repeat 0 0;
    float:left;
    height:29px;
    margin-left:10px;
    padding:2px 0 0 5px;
    width:138px;
}
#tlWrapper{
	position: absolute;
	top:50px;
	width:970px;
	background:url('/UI/Images/tlBg.png') no-repeat 0 0;
}
#tlWrapper a{
	display: block;
	color: #fff;
	height:54px;
	width:63px;
	text-align:center;
	padding-top: 8px;
}
#tlWrapper ul li:last-child a{
    width: 60px;
}
#tlWrapper a.active{
    background: url('/UI/Images/tlActive.png') repeat 0 0;
}
#tlWrapper ul li:first-child{
	border-left:0;
}
#tlWrapper ul li{
	float:left;
	border-left:1px solid #674188;
	border-right:1px solid #4e276e;
	font-size:10px;
	text-transform:uppercase;
}
#tlWrapper ul li:last-child{
	border-right:0;
}
#tlBg{
	background: url('/UI/Images/tl.png') no-repeat 0 0;
	position:absolute;
	top:32px;
	left:14px;
	width:940px;
	height:5px;
}
#tl{
	position:absolute;
	top:26px;
	left:14px;
	width:911px;
	height:17px;
}
#tl a.ui-slider-handle{
	position: absolute;
	width: 33px;
	height: 17px;
	background: url('/UI/Images/tlHandle.png') no-repeat 0 0;
}
#boxes
{
    position: relative;
	background: url('/UI/Images/boxesBg.png') no-repeat 0 0;
	margin-top:66px;
	clear:both;
	overflow:hidden;
	width: 970px;
	height:484px;
	z-index:10;
	color: #808080;
}
#scroller
{
    position:absolute;
	margin:10px 0 0 3px;
	width: 966px;
	overflow:hidden;
}
#l, #m, #s{
	margin-bottom:3px;
	position:relative;
}
#l,#m,#s{
	height:200px;
	width:500000px;
}
#m{
	height:143px;
}
#s{
	height:119px;
}
#l div, #m div, #s div{
	float: left;
	position: relative;
}
#l div.boxWrapper, #m div.boxWrapper, #s div.boxWrapper{
	margin-left:4px;
	position: relative;
	overflow:hidden;
	background-repeat: no-repeat;
}
#l div.boxOverlay, #m div.boxOverlay, #s div.boxOverlay{
	background: 0;
	position: relative;
}
#l div.boxBg, #m div.boxBg, #s div.boxBg{
    margin: 2px 0 0 4px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
#l div.boxWrapper{ /* Large boxes */
	width:316px;
	height:200px;
}
#l div.boxBg{
    width:310px;
    height: 194px;
}
#l div.boxOverlay{
    background:url('/UI/Images/overlay_l.png') no-repeat 0 0;
    padding:10px;
    top: -197px;
}
#m div.boxWrapper{ /* Medium boxes */
	width:188px;
	height:143px;
}
#m div.boxBg{
    width:182px;
    height: 137px;
}
#m div.boxOverlay{
    background:url('/UI/Images/overlay_m.png') no-repeat 0 0;
    padding: 10px;
    top: -140px;
}
#s div.boxWrapper{ /* Small boxes */
	width:156px;
	height:119px;
}
#s div.boxOverlay{
    background:url('/UI/Images/overlay_s.png') no-repeat 0 0;
    padding: 10px;
    top: -116px;
}
#s div.boxBg{
    width: 150px;
    height: 113px;
}
/* Base classes for the boxes */
.puffPurple{
    color: #ad96bf;
}
.puffPurple div.boxBg{
    background-color: #5a2d7f;
}
body .puffPurple a{
    color: #fff;
}
.puffPurple h2{
    color: #fff;
    text-shadow: none;
}
.puffGray{
    color: #808080;
}
.puffGray div.boxBg{
    background-color: #3c3c3c;
}
body .puffGray a{
    color: #fff;
}
.puffGray h2{
    color: #fff;
    text-shadow: none;
}
.puffLightBeige{
    color: #808080;
}
.puffLightBeige div.boxBg{
    background-color: #f7f5ec;
}
body .puffLightBeige a{
    color: #5a2d7f;
}
.puffLightBeige h2{
    color: #3c3c3c;
}
.puffBrown{
    color: #fff;
}
.puffBrown div.boxBg{
    background-color: #adbba0;
}
body .puffBrown a{
    color: #fff;
}
.puffBrown h2{
    color: #3c3c3c;
    text-shadow: 0px 1px 0px #d6ddd0;
}
.puffWhite{
    color: #808080;
}
.puffWhite div.boxBg{
    background-color: #fff;
}
body .puffWhite a{
    color: #5a2d7f;
}
.puffWhite h2{
    color: #3c3c3c;
}
.puffGreen{
    color: #fff;
}
.puffGreen div.boxBg{
    background-color: #6cb1b6;
}
body .puffGreen a{
    color: #fff;
}
.puffGreen h2{
    color: #3c3c3c;
    text-shadow: 0px 1px 0px #b6d8db;
}
/* Default arrow classes for base classes */
.puffPurple a.arrow, .puffGray a.arrow, .puffBrown a.arrow, .puffGreen a.arrow
{
    padding-left: 15px;background:url('/UI/Images/arrowSprite.png') no-repeat 0 -30px; /* White arrow */
}
.puffLightBeige a.arrow, .puffWhite a.arrow, .default a.arrow
{
    padding-left: 15px;background:url('/UI/Images/arrowSprite.png') no-repeat 0 4px; /* purple arrow */
}
a.boxLink{
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

h2{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 18px;
    text-shadow: 0px 1px 0px #fff;
    color: #3c3c3c;
}
#l h2{font-size:18px;}
#scroller p{margin-bottom: 7px;}
#cHeader{
	background:url('/UI/Images/gradTop.png') no-repeat 0 0;
	height: 73px;
}
#contentWrapper{
	background:url('/UI/Images/gradBottom.png') no-repeat 0 100%;
	padding-bottom:40px;
	width:958px;
	margin: -478px 0 0 5px;
	position:relative;
	z-index: 20;
}
#gradSides{
	background:url('/UI/Images/gradSides.png') repeat-y 0 0;
}
#gradient{
	background:url('/UI/Images/grad.png') repeat-x 0 0 #f1f1f1;
	margin:0 4px;
	min-height: 315px;
	padding-bottom:40px;
}
#innerGradient{
    background: url("/UI/Images/innerGradient.png") repeat-y 180px 0;
    min-height: 315px;
	position: relative;
}
#bottomgrad{
    background: url("/UI/Images/innerGradientBottom.png") no-repeat 0px 0;
    position:absolute;
    bottom:-41px;
    left:180px;
    width:47px;
    height:41px;
}
#cHeader{
	font-size:10px;
	color:#808080;
	text-transform:uppercase;
}
#nav{font-size:13px;color:#808080;}
#nav a{color:#5a2d7f;}
#nav li{
    padding: 9px 0;
    line-height: 12px;
}
#nav ul ul{
    padding-top: 9px;
}
#nav > ul{
	margin-left:20px;
	margin-right:40px;
}
#nav li li:last-child{
    padding-bottom:0;
}
#nav > ul li > ul > li{
    background: url('/UI/Images/nav.png') no-repeat 2px -6px;
    padding-left: 17px;
}
#nav > ul li > ul > li:last-child{
    background: url('/UI/Images/navLastChild.png') no-repeat 2px -9px;
}
#nav li.current{
    padding-left:12px;
}
#nav > ul > li.current{
    padding-left:0px;
    margin-left:-7px;
}
#nav li.current > ul{margin-left:7px;}
#nav li.current > a{
    background:url("/UI/Images/navActive.gif") repeat-x scroll 0 0 transparent;
    color:#fff;
    display: inline-block;
    padding:3px 8px 6px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    margin-top: -3px;
    border-radius:4px;
}
#breadcrumb{float:left;margin:8px 0 0 20px;}
#close{
    margin: 8px 20px 0 0;
    float:right;
}
#close a{background: url('/UI/Images/close.png') no-repeat 100% 6px;display:block;padding-right:15px;}
#nav{
	float: left;
	width: 260px;
}
#content{
	float:left;
	width:610px;
}
#content h1{
    font: normal 28px/18px "Gill Sans Light", "Gill Sans", Arial, Sans-Serif;
    padding:2px 0 19px;
    float:left;
    color: #5a2d7f;
}
#content h2{
    font-size: 15px;
    color: #5a2d7f; 
    margin-bottom: 0;   
}
#content h3{
    font-size: 13px;
    color: #5a2d7f;   
}
#content p{
    margin-bottom: 7px;
}
#content .share a{
    display: block;
    width:55px;
    height:22px;
    float:right;
}
#content ul{list-style-image: url('/UI/Images/bullet.png'); margin-left:14px; padding-bottom:7px;}
/* collapsed tables doesn't support border-radius, so here's a dirty work around... */
#content table{
    border-collapse:separate;
    border-spacing:0;
    border:0 !important;
    width:408px;
    margin-bottom: 1em;
}
#content .narrow table{
    width: 180px;
}
#content .narrow .box table{
    width: 140px
}
#content th{
    background: url('/UI/Images/thGrad.png') repeat-x 0 0;
    color: #5a2d7f;
}
/* build borders manually around all the cells we want */
#content th, #content td{
    padding: 5px 10px;
    border-left:1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    vertical-align: middle;
}
#content tr th:last-child, #content tr td:last-child{
    border-right: 1px solid #d8d8d8;
}
#content tr:last-child th, #content tr:last-child td{
    border-bottom: 1px solid #d8d8d8;
}
/* then apply border-radius on specific cells */
#content table tr:first-child th:first-child, #content table tr:first-child td:first-child{
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}
#content table tr:first-child th:last-child, #content table tr:first-child td:last-child{
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
#content table tr:last-child th:last-child, #content table tr:last-child td:last-child{
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#content table tr:last-child th:first-child, #content table tr:last-child td:first-child{
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/* End content tables */
.col{
	float: left;
	width: 410px;
	min-height:1px;
	margin-right: 20px;
}
.narrow{
	width: 180px;
	margin-right:0px !important;
}
.wide{
	width: 610px;
	margin-right:0px !important;
	padding-bottom: 5px;
}
.wide p{
    clear: both;
}
.cat{
    background:url('/UI/Images/catLeft.png') no-repeat 0 0;
    padding-left:3px;
    float:left;
    margin:2px 10px 2px -10px;
}
.cat div{
    background:url('/UI/Images/catRight.png') no-repeat 100% 0;
    height:24px;
    padding:3px 10px 0 6px;
    font-size:10px;
    color:#fff;
}
div.box{
    background: url('/UI/Images/boxTop.png') no-repeat 0 0;
    padding-top: 20px;
    margin-bottom: 20px;
    width:180px;
}
div.box div.innerBox{
    background: url('/UI/Images/boxBottom.png') no-repeat 0 100%;
    padding: 0 20px 20px;
}
div.box h2{
    margin-bottom: 15px !important;
}
#footer{
    font-size: 10px;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
    overflow:hidden;
}
body.frontpage #contentWrapper{
	display:none;
}
.searchResultItem > p{float:left; margin-top:-2px;clear:none; width:570px;}
.searchResultItem{margin-bottom:20px;}

iframe#sFrame{
    width:910px;
    margin-left:10px;
}
.ess-cat-bd{width:200px;float:left;}
/* New footer css */
#footer{
    background:url('/UI/Images/bg-hr-footer.png') no-repeat 50% 100%;
    padding-bottom:25px;
    margin-bottom:20px;
}
.copyright{float:left;}
.footer-nav {
    height:60px;
    list-style:none outside none;
    overflow:hidden;
    padding:0;
    float:right;
}
.footer-nav li {
    display:inline;
    float:left;
    margin:0 0 0 12px;
    text-align:center;
    text-transform:uppercase;
    height:38px;
}
.footer-nav li a {
    background:url("/UI/Images/bg-btn-footer.png") no-repeat 0 0;
    color:#5A2D7F;
    display:block;
    font-size:12px;
    height:29px;
    line-height:18px;
    margin:0 0 2px;
    padding:9px 0 0;
    text-decoration:none;
    width:142px;
}
.footer-nav li a:hover{
    background-position:0 -38px;
}
.footer-nav li.active a, .footer-nav li.active a:hover {
    background-position:0 -76px;
    color:#63625A;
    padding-left:7px;
    width:135px;
}
.footer-nav li span{font-size:9px;}
.footer-nav li.last{
    margin-left:197px;
}
/* special classes to be used by the editor */
.whiteText{color:#fff !important;text-shadow:none;}
.noShadow{text-shadow:none;}
a.whiteArrow{padding-left: 15px;background:url('/UI/Images/arrowSprite.png') no-repeat 0 -30px;}
a.purpleArrow{padding-left: 15px;background:url('/UI/Images/arrowSprite.png') no-repeat 0 4px;}
a.pinkArrow{padding-left: 15px;background:url('/UI/Images/arrowSprite.png') no-repeat 0 -64px;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
