/* css resets */
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,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    line-height: 100%;
    font-family: Helvetica Neue, Arial, sans-serif;
    color: #333;
}

ol, ul { 
    list-style: none;
}

a {
    color: #092ED4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.button { 
    border: 2px solid #aaa;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    padding: 3px 5px;
    background:#fafafa; 
}

a.button:hover { 
    border: 2px solid #aaa;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background:#f3f3f3;
    text-decoration: none;
}

a.more {
    float: right;
    margin-right: 5px;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

a.more img {
    vertical-align: baseline;
    margin-left: 5px;
}

/* tab style */
ul.tabs {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 2px solid #092ED4;
}

ul.tabs li {
    display: inline;
    margin-right: 2px;
    background: #ddd;
    padding: 1px 10px 0px;
    cursor: pointer;
    border: 1px solid #888;
    border-bottom: none;
    font-size: 12px;
}

ul.tabs li.active {
    color: #fff;
    background: #092ED4;
    border: 1px solid #092ED4;
}

/* page setup */
.siteOuter { 
    width: 975px;
    overflow: hidden;
    margin: 10px auto;
}

.siteOuter .body {
    width: 940px;
    margin: 0px auto;
    overflow: hidden;
}

body {
	background: #fff !important;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #ccc; 
    font-weight: normal; 
    font-size: 24px; 
    line-height: 32px; 
    padding: 5px 0px 0px 5px; 
    color: #888; 
    margin-bottom: 10px; 
}

.corpContentArea {
    background-color: #ddd;
    overflow: hidden;
    padding: 5px;
}

.chisel_u { 
    border: 1px solid #c3c3c3;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 2px solid #c3c3c3;
}

.chisel_d { 
    border: 1px solid #e4e4e4;
    border-top: 2px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.topbottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

.triplebar {
    background-image: url("/img/tripleline.png");
    clear: both;
    height: 5px;
    line-height: 5px;
    margin: 5px 0;
    padding: 0;
}

.rightbox {
    width: 350px;
    float: right;
    background: url('/img/gridtile.png');
    margin-bottom: 10px;
    clear: right;
}

.rightbox .white {
    background-color: #eee;
    margin: 20px;
}


/* navigation css */
.menu {
    font-family: arial, sans-serif;
    width: 940px;
    height: 36px; 
    position: relative; 
    font-size: 11px; 
    z-index: 99999999;
    margin: 0px auto;
}
.menu ul li a, 
.menu ul li a:visited {
    display: block; 
    text-decoration: none; 
    height: 36px; 
    line-height: 36px;
    text-align: center; 
    color: #fff; 
    border-right: 1px dotted #fff; 
    background: #092ed4 url('/img/ntinavback.jpg') repeat-x 0 0; 
    font-size: 11px; 
    overflow:hidden;
    font-weight: bold;
}

.menu ul.sub li a, 
.menu ul.sub li a:visited {
    line-height: 20px;
    text-align: left;
    padding-left: 5px;
    width: 200px;
    height: 20px; 
    font-weight: normal;
    font-size: 12px;
    letter-spacing:0px;
    display: block;
    margin: 0px 5px;
    padding: 1px 0px;
    border-bottom: 1px solid #ccc;
}
.menu ul li a.last {
    border-right: none;
}

.menu ul {
    padding: 0; 
    margin: 0; 
    list-style: none;
}
.menu ul li {
    float: left; 
    position: relative;
}

.menu ul li a.active,
.menu ul li a.active:hover {
    background-image: none;
}

.menu ul li ul {
    display: none;
    padding: 0px 5px 10px 5px;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
}

.menu ul li:hover a {
    color: #fff; 
    background: #092ed4 url('/img/ntinavback.jpg') repeat-x 0 -36px; 
}
.menu ul li:hover ul {
    display: block; 
    position: absolute; 
    top: 36px; 
    left: 0; 
}

.menu ul li:hover ul.last {
   right: 0px;
   overflow: visible;
   left: -40px;
}

.menu ul li:hover ul li ul {
    display: none;
}
.menu ul li:hover ul li a {
    display: block; 
    background: #fff; 
    color: #888;
}
.menu ul li:hover ul li a:hover {
    background: #fff; 
    color: #000;
}
.menu ul li:hover ul li:hover ul {
    display: block; 
    position: absolute; 
    left: 105px; 
    top:0;
}

.menu ul li:hover ul.last li a {
   margin-right: 10px;
   width: 100px;
}

/* navigation cell widths */
.menu ul li a.hom { width: 80px; }
.menu ul li a.cpa { width: 105px; }
.menu ul li a.bpc { width: 125px; }
.menu ul li a.vmg { width: 150px; }
.menu ul li a.vln { width: 160px; }
.menu ul li a.jaw { width: 150px; }
.menu ul li a.eve { width: 85px; }
.menu ul li a.car { width: 78px; }


/* leaderboard img/flash area */
.FlashDiv {
	width: 940px;
    position: relative;
    margin: 10px auto;
}

.home {
    height: 225px;
}

.nothome {
    height: 168px;
}

img.theLogo {
    position: absolute;
    border: 10px solid #fff;
    border-left: none;
    left: -18px;
    top: 35px;
}

.home img.theLogo {
    top: 65px;
    z-index: 99999998;
}

/* leaderboard section images */
.fdcities { background-image: url('/img/leader-cities.jpg'); }
.fdawards { background-image: url('/img/leader-awards.jpg'); }
.fdevents { background-image: url('/img/leader-events.jpg'); }
.fdcareers { background-image: url('/img/leader-careers.jpg'); }
.fdcontact { background-image: url('/img/leader-contact.jpg'); }
.fdfeedback { background-image: url('/img/leader-feedback.jpg'); }
.fdadvertise { background-image: url('/img/leader-advertise.jpg'); }
.fdstories { background-image: url('/img/leader-stories.jpg'); }
.fdfellowships { background-image: url('/img/leader-careers.jpg'); }
.fdstorylibrary { background-image: url('/img/leader-stories.jpg'); }

.CityNav {
	width:940px;
	height: 52px;
	margin-bottom: 10px;
	background: url('/img/rmtoolbar_back.jpg');
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	color: #eee;
	overflow: hidden;
	margin: 0px auto 10px;
	letter-spacing: 5px;
}

.CityNav div {
    margin-top: 6px;
}

.CityNav a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0px;
}

.CityNav a:hover {
    text-decoration: underline;
}



/* footer element */
.Footer {
	padding: 10px;
	width: 940px;
	margin: 0px auto;
}

.Footer .Dots {
	border-top: #989898 2px dotted;
	border-bottom: #989898 2px dotted;
	margin-bottom: 16px;
}
	
.Footer .Buttons {
	overflow: hidden;
	padding: 15px 5px;
}

.Footer .Buttons ul li {
	margin-right: 10px;
	float: left;
}

.Footer .Buttons ul li a {
    display: block; 
    text-decoration: none; 
    height: 36px; 
    width: 100px;
    line-height: 36px;
    text-align: center; 
    color: #fff; 
    background: #092ed4 url('/img/ntinavback.jpg') repeat-x 0 0; 
    font-size: 11px; 
    overflow: hidden;
    font-weight: bold;
}

.Footer .Buttons ul li a:hover {
    color: #fff; 
    background: #092ed4 url('/img/ntinavback.jpg') repeat-x 0 -36px; 
}

.Footer .Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #082ed3;
	letter-spacing: 1px;
}

.Footer .Links a {
    text-decoration: none;
    letter-spacing: 0px;
}

.Footer .Links a:hover {
    text-decoration: underline;
}

.Footer .Copyright {
	color: #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.Footer .TM {
	color: #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-top:2px;
}

/* home footer */
.homeFooter {
    width: 725px;
    float: left;
    clear: left;
    margin-top: 20px;
}

.homeFooter .Footer {
    width: 725px;
    margin: 10px 0 0;
    padding: 0px;
}



/* masthead widget */
.masthead { 
    background: #eee; 
    padding: 5px 0px; 
    font-family: arial, sans-serif; 
    font-size: 11px; 
    color: #444; 
    clear: both;
}

.masthead a { 
    text-decoration: none; 
    color: #333; 
}

.masthead a:hover { 
    text-decoration: underline; 
}

.masthead h3 { 
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; 
    font-size: 12px; 
    color: #333; 
    margin-bottom: 5px; 
}

.masthead table { 
    margin: 0px; 
    width: 100%; 
}

.masthead table td { 
    width: 25%; 
    padding: 0px 0px 30px 10px; 
}

.homeContentArea .masthead {
    clear: left;
    width: 725px;
    float: left;
}

/* search widget */
.promosearch form {
    margin: 0px 5px 10px;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: hidden;
}

.promosearch form input.BlurFocusFix,
.promosearch form select {
    width: 210px;
    font-size: 11px;
    border: 1px solid #888;
    margin-bottom: 5px;
    float: left;
}

.promosearch form input.submit {
    float: right;
    position: relative;
    top: -12px;
}

/* corpblog widget */
.corpBlog {
    background: #eee;
    width: 398px;
    height: 490px;
    margin: 0px 10px 10px 0px;
    float: left;
    overflow: hidden;
}

.corpBlog ul {
    margin: 0px 10px;
}

.corpBlog ul li {
    padding: 12px 0px 7px;
    border-bottom: 1px solid #ccc;
    clear: both;
    overflow: hidden;
}

.corpBlog ul li.last {
    border-bottom: none;
}

.corpBlog ul li img.thumb {
    float: left;
    margin: 0px 10px 5px 0px;
    height: 60px;
    width: 80px;
}

.corpBlog ul li h3 {
    font-size: 16px;
    font-weight: 600;
}

.corpBlog ul li h4 {
    font-size: 11px;
    font-weight: bold;
}

/* Recent Stories Widget*/
.recentStoriesContainer {
    width: 315px;
    height: 490px;
    background: #eee;    
    float: left;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

.recentStoriesContainer .rsWidget {
    margin: 0px 10px 10px;
    font-size: 12px;
    position: relative;
}

.rsWidget ul.topLinks {
    margin-bottom: 15px;
}

.rsWidget ul.topLinks li {
    margin: 0px 5px 5px 0px;
    padding-left: 15px;
    background-image: url(/img/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.rsWidget .news,
.rsWidget .food,
.rsWidget .music {
    margin: 0px 0px 100px 0px;
    padding: 5px;
    background: #fff;
    border-top: none;
    height: 350px;
    overflow: hidden;
}

.rsWidget p {
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}

.rsWidget p span {
    font-weight: bold;
    margin-right: 5px;
}

.rsWidget a.more {
    background-repeat: no-repeat;
    background-position: 270px 4px;
    position: absolute;
    top: 395px;
    right: 15px;
}

.rsWidget a.more img {
    margin-left: 5px;
}

/* Covers Widget*/
.coversWidget {
    width: 200px;
    float: right;
}

.coversWidget h3 {
    font-family: Impact, arial;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3px 0px;
    margin: 0px 5px 10px;
    color: #666;
    font-weight: normal;
    font-size: 18px;
}

.coversWidget ul li {
    width: 99px;
    height: 140px;
    float: left;
    font-size: 10px;
    text-align: center;
}

.coversWidget ul li img {
    height: 106px;
    width: 90px;
}



/* Careers Page */
.careersLeft {
    background: #eee;
    width: 565px;
    float: left;
    margin-bottom: 10px;
}

.careersLeft .jobDesc {
    font-size: 13px;
    padding: 0px 10px;
}

.careersLeft .jobDesc p {
    margin-bottom: 10px;
}

.careersLeft .resume {
    clear: both;
    margin-left: 5px;
    margin-top: 10px;
    padding: 0px 0px 15px;
}

.careersRight {
    padding: 5px 0;
}

.careersRight li {
    padding: 0px 10px 10px;
    font-size: 13px;
}

.careersRight li.last {
    padding-bottom: 0;
}


/* awards page */
.awards .leftbox {
    width: 565px;
    float: left;
    background: #eee;
    margin-bottom: 10px;
}

.awards h3 {
    color: #888;
    margin-bottom: 5px;
}

.awards .leftBody {
    margin: 0px 5px 10px;
}

.awards .leftbox .maintitle {
    font-family: impact, sans-serif;
    text-align: center;
    font-size: 15px;
    color: #666;    
}

.awards .leftbox .presentername {
    border: 1px solid #888;
    background: #fff;
    padding: 2px;
    margin: 5px 0px 0px;
    font-size: 14px;
}

.awards .leftbox .awardNotice {
    font-size: 10px;
    text-align: right;
    font-style: italic;
    color: #888;
    margin-right: 5px;
}

.awards .leftbox .winner {
    font-size: 12px;
}

.awards .leftbox .winner .title {
    font-size: 15px;
}

.awards .leftbox .winner .pubdate {
    font-size: 11px;
    font-style: italic;
}

.awards .leftbox .winner .place {
    font-weight: bold;
}


.awards .rightbox h3 {
    margin: 0px 0px 5px 20px;
}

.awards .rightbox ul {
    margin: 0px 0px 15px 5px;
    
}

.awards .rightbox ul li {
    font-size: 13px;
    margin: 0px 5px 10px 0px;
    padding-left: 15px;
    background-image: url(/img/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.awards .rightbox .boxtitle {
    font-family: impact, sans-serif;
    text-align: center;
    font-size: 15px;
    color: #666;
}

.awards .rightbox .boxbottom {
    margin-bottom: 5px;
}

.awards .rightbox form {
    text-align: center;
    padding: 5px 0px 10px;
}



/* citypapers layout */
.city .left {
    width: 565px;
    float: left;
    margin-bottom: 10px;
    background-color: #fff;
}

.city .right {
    width: 350px;
    float: right;
}
/* citypapers  vvm_PaperOverview widget */
.city .overview {
    padding: 0px 10px 0px;
    font-family: serif;
}

.city .overview .citylogo {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.city .overview h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.city .overview p {
   margin: 5px 0 10px;
   font-size: 14px;
   line-height: 18px;
}

/* wire */
.wire_content_view {
    margin: 10px 5px;
    background: #eee;
}

.wire_content_view .wire_listing {
    margin: 0px 10px 10px 10px;
    padding: 0px 0px 10px;
    border-bottom: 1px solid #ccc;
    clear: both;
    overflow: hidden;
}

.wire_content_view .last {
    border: none;
}

.wire_content_view .wire_listing .article_summary {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}

.wire_content_view .wire_listing .pubdate {
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    color: #333;
}

.wire_content_view .wire_listing .article_image {
    height: 60px;
    width: 90px;
    float: left;
    margin-right: 10px;
    border-right:    #BABABA dotted 1px;
    
}

.wire_content_view .wire_listing .article_image img {
    height: 60px;
    width: 80px;
}

/* city upcoming event widget */
.cityUpcomingEvent {
    overflow: hidden;
    margin: 0px 5px 10px;
    background: #eee;
}

.cityUpcomingEvent img.eventPic {
    margin: 0px 5px 10px 25px;
    float: left;
}

.cityUpcomingEvent .more {
   text-align: right;
   margin-right: 10px;
   font-size: 11px;
}

.cityUpcomingEvent .more img {
    vertical-align: baseline;
    margin-left: 5px;
}

.cityUpcomingEvent .right {
    width: 285px;
    float: right;
    margin: 0px 5px 10px 0px;
    font-family: serif;
}

.cityUpcomingEvent .right .eventtitle {
    font-size: 14px;
    font-weight: bold;
}

.cityUpcomingEvent .right .eventdate {
    font-size: 12px;
}

.cityUpcomingEvent .right p.description {
    font-size: 12px;
    line-height: 18px;
    margin: 20px 10px 10px 0px;
}

/* city right col */
.city .rightbox h3, .city .rightbox h4 {
   padding-left: 10px;
   font-size: 15px;
   color: #888;
}

.city .rightbox .indent {
   margin-left: 20px;
   font-size: 13px;
   margin-bottom: 10px;
}

.city .rightbox hr {
   height: 1px;
   background: #ccc;
   color: #ccc;
   margin: 0px 10px 10px;
   border: none;
}



/* contact page */
.contact .content_area {
    background: #eee;
    overflow: hidden;
    margin-bottom: 10px;
}

.CorporateStaff {
    overflow: hidden;
    font-size: 13px;
}

.CorporateStaff ul {
    width: 50%;
    float: left;
}

.CorporateStaff ul li h3 {
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 15px;
    padding-left: 5px;
    border-bottom: 1px solid #ccc;
    color: #666;  
}

.CorporateStaff ul li ul {
    width: 100%;
    float: left;
    margin-left: 5px;
    padding-bottom: 25px;
}

.CorporateStaff ul li ul li {
    margin-right: 10px;
}



/* advertising page */
.advertisingBody {
    background: #eee;
    overflow: hidden;
    margin-bottom: 10px;
}

.advertisingBody p {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: serif;
    padding: 0px 10px;
}

.advertisingBody .sites {
    margin-left: 20px;
}

.advertisingBody .sites p {
    width: 50%;
    float: left;
    font-family: Helvetica Neue,Arial,sans-serif;
    padding: 0;
}



/* events toc */
.eventsbox {
    width: 565px;
    float: left;
    background: #eee;
    margin-bottom: 10px;
}

.eventsbox ul li {
    margin: 10px 5px 30px;
    overflow: hidden;
}

.eventsbox ul li .eventImage {
    width: 80px;
    height: 60px;
    margin-right: 10px;
    float: left;
}

.eventsbox ul li .eventItem {
    width: 465px;
    float: right;
}

.eventsbox ul li .eventItem .eventtitle {
    font-size: 12px;
    font-weight: bold;
}

.eventsbox ul li .eventItem p {
    font-family: serif;
    font-size: 13px;
}

.eventsbox ul li .eventItem .eventdate {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* events view */
.eventsView .left {
    background: #eee;
    width: 565px;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
}

.eventsView .left h2 {
    margin-bottom: 2px;
    padding-bottom: 0;
}

.eventsView .left h2 span {
    font-size: 11px;
    float: right;
    margin-right: 5px;
}

.eventsView .left h2 span img {
    margin-left: 5px;
    border: none;
    vertical-align: baseline;
}

.eventsView .left .eventImgHdr {
    height: 200px;
}

.eventsView .left .eventContainer {
    margin: 10px;
    font-family: serif;
    font-size: 13px;
    line-height: 18px;
}

.eventsView .left .eventContainer .eventtitle {
    font-size: 24px;
    line-height: 30px;
    border-bottom: 1px dotted #888;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.eventsView .left .eventContainer .eventtitle span {
    color: #092ED4;
}



/* events right col */
.eventsView .rightbox h3,
.eventsView .rightbox h4 {
   padding-left: 10px;
   font-size: 15px;
   color: #888;
}

.eventsView .rightbox .indent {
   margin-left: 20px;
   font-size: 13px;
   margin-bottom: 10px;
}

.eventsView .rightbox hr {
   height: 1px;
   background: #ccc;
   color: #ccc;
   margin: 0px 10px 10px;
   border: none;
}

.rightbox .cityUpcomingEventTOC img {
    margin: 0 0 5px 2px;
}

.rightbox .cityUpcomingEventTOC .right {
    padding: 5px;
    font-size: 11px;
    line-height: 15px;
}

.rightbox .cityUpcomingEventTOC .right .eventtitle {
    font-size: 18px;
    line-height: 20px;
}

.rightbox .cityUpcomingEventTOC .right .eventdate {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}



/* MEGAFEED */
.megaleft {
    width: 565px;
    float: left;
    background: #eee;
    margin-bottom: 10px;
}


.megaFeed .wire_listing  .article_heading { 
    margin:          0px 10px 0px 0px;
    line-height:     16px;
    overflow:        hidden;
    color:           #888888;
    font-size:       11px;
    text-align:      center;
    border-right:    #BABABA dotted 1px;
    height:          60px;
    width:           90px;
    float:           left;

}

.megaFeed .wire_listing  .article_summary a.wire_article_title { 
    font-size: 14px;
}

.megaleft .wire_listing_more {
    padding: 0px 5px 5px;
}

.megaleft .pubdate {
    font-weight: normal !important;
}

.megaleft .storyFrom {
    font-size: 11px;
}

.megaleft .storyFrom .from {
    font-weight: bold;
    margin-right: 5px;
}

.megaleft .paginationTotals {
    font-size: 11px;
    margin: 0px 0px 5px 15px;
}

.megaleft .paginationTotals .Total,
.megaleft .paginationTotals .CurrentPage {
    font-weight: bold;
    padding: 0px 10px 0px 0px;
}

.megaFeed .pagination span.prevnext {
    font-size: 15px;
    font-weight: bold;
}

/* email an employee page */
.feedbackArea {
    width: 565px;
    float: left;
    background-color: #eee;
    margin-bottom: 10px;
}

.email_employee { 
    padding: 0px 10px 10px 10px;
    font-size: 12px;
}

.email_employee p { 
    margin: 5px 0px;
}

.email_employee ul { 
    width: 260px;
    float: left;
    padding: 0px;
}

.email_employee #submitBtn { 
    margin-right: 10px;
}

.email_employee .float_right { 
    float: right;
}

.email_employee ul li { 
    margin: 10px 0px;
}

.email_employee em { 
    font-weight: bold;
    font-size: 14px;
    color: #FF0000;
}

.email_employee ul li label small { 
    font-size: 10px;
    color: #666666;
}

.email_employee ul li input, 
.email_employee ul li textarea, 
.email_employee ul li select { 
    width: 100%;
    margin-top: 5px;
}

.email_employee ul li textarea {
    height: 263px;
}

.email_employee .action_buttons { 
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

.email_employee .bottom {
    border-top: 1px dotted #aaaaaa; 
    padding: 10px 0px;
    float: left;
    width: 100%;
    text-align: center;
}

.email_employee .errors { 
    color:#FF0000;
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 5px;
}

.email_employee .errors ul { 
    width: 100%;
}
/* email success */
.emailSuccess {
    padding: 5px 5px 15px;
    font-size: 13px;
}

.emailSuccess p {
    margin: 0px 0px 10px 0px;
}



/* most popular widget */
.mostPop {
    margin: 0px 5px 10px;
    background: #eee;
}

.mostPop .tabs,
.mostPop .mp_lower {
    margin: 0px 5px;
}

.mostPop .mp_lower {
    padding: 5px 5px 0px;
    background: #fff;
    margin-bottom: 5px;
    border-top: none;
}

.mostPop .mp_lower ul li {
    font-size: 12px;
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ccc;
}

.mostPop .mp_lower ul li.last {
    border-bottom: none;
}


/*fellowships and story libraries*/
.fellowshipsLeft {
    background: #eee;
    width: 565px;
    float: left;
    margin-bottom: 10px;
    font-size:12px;
}

.fellowshipsLeft h3 {
    color: #888;
    margin: 5px;
    font-size: 16px;
}

.fellowshipsLeft p {
	display:block;
	margin:10px;
}

.fellowshipsLeft li {
	display:block;
	margin:10px;
	padding-bottom: 10px;
	border-bottom:1px dotted #888888; 
}

.fellowshipsLeft li a {
	font-size:110%;
}

.fellowshipsRight {
	margin:20px;
	background:#eee;
	padding:10px;
    font-size:12px;
}

.fellowshipsRight p {
	display: block;
	margin:10px 0 10px 0;
}

/* PrivacyPolicy */
.PrivacyPolicy {
    margin: 0px 10px 10px;
    font-size: 12px;
}

.PrivacyPolicy p {
	margin: 0px 0px 20px 0px;
}

.PrivacyPolicy h3 {
    font-size: 16px;
    font-weight:bold;
}

.PrivacyPolicy h4 {
    font-size: 14px;
    font-weight: bold;
}


/* adv opps slider */
.adOppsSlider {
    margin-top:20px;
    width: 725px;
    height: 290px;
    float: left;
    clear: left;
    margin-bottom: 10px;
    background: #eee;
    overflow: hidden;
}

.adOppsSlider h3 {
    color: #888;
    margin: 10px 5px;
}

.advOpps li { 
    font-size: 12px;
    text-align: center; 
}

.advOpps li div {
    font-weight: bold; 
}

.advOpps li div.item img {
    position: absolute;
    bottom:  5px;
    left: 9px;
}

#slideshow_slider {
    overflow: hidden;
    position: relative;
    top: 0px;
    width: 715px;
    margin: 0 auto;
    float:none;
}

#SlideshowSlider_slider_recent_list {
	width: 603px;
	float: left;
	margin-bottom: 0px;
	overflow: hidden;
	height:210px;

}
#SlideshowSlider_jCarouselLite_recent{
	position:relative;
}

#SlideshowSlider_jCarouselLite_prev_mp {
	width: 458px;
	float: left;
}

.SlideshowSlider_jCarouselLite {
	float: left;
	display: none;
	
}

.SlideshowSlider_jCarouselLite_prev {
	clear:left;
    position: relative;
	float:left;
    top: 0;
    left: 0;
    width: 56px;
    height: 210px;
    background-image: url('/img/tallscroll-l.png');
    background-color: #6c6c6c;
    cursor: pointer;
}

.SlideshowSlider_jCarouselLite_next {
    position: relative;
	float:left;
	clear:right;
    top: 0;
    right: 0;
    width: 56px;
    height: 210px;
    background-image: url('/img/tallscroll-r.png');
    background-color: #6c6c6c;
    cursor: pointer;
}

.SlideshowSlider_jCarouselLite_prev_mp {
    position: relative;
	float:left;
    top: 0;
    left: 0;
    width: 56px;
    height: 210px;
    background-image: url('/img/tallscroll-l.png');
    background-color: #6c6c6c;
    cursor: pointer;
}

.SlideshowSlider_jCarouselLite_next_mp {
    position: relative;
	float:right;
    top: 0;
    right: 0;
    width: 56px;
    height: 210px;
    background-image: url('/img/tallscroll-r.png');
    background-color: #6c6c6c;
    cursor: pointer;
}

.SlideshowSlider_jCarouselLite_prev:visited,
.SlideshowSlider_jCarouselLite_prev:hover {
	text-decoration:none;
	background-color: #8f8f8f;
}

.SlideshowSlider_jCarouselLite_next:visited, 
.SlideshowSlider_jCarouselLite_next:hover {
	text-decoration:none;
	background-color: #8f8f8f;
}
#slideshow_slider LI{
	float:left;
}
#slideshow_slider .item {
	width: 139px;
	padding: 0px 5px 0px 5px;
	height: 210px; 
	position: relative;
	border-right: 1px solid #C6C6C6;
	border-left: 1px solid #ffffff;
	background-color: #E0E0E0;
}

#slideshow_slider h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 3px 3px 4px;
}

#slideshow_slider h4 {
	font-size: 12px;
	font-weight: normal;
	color: #888;
	margin: 0px;
	padding: 3px;
	position: absolute;
	bottom: 0px;
}

#slideshow_slider .item img {
    margin: 8px 3px 0px;
}