@charset "UTF-8";

/* CSS Document */

body {
	background-color: ;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #000;
	text-align: left;
}

a:hover {
	color: #91002B;
}

a.whitelink {
	color: #fff;
	font-weight: bold;
}

/* @group Structure */

#wrapper{
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
	padding: 0 20px 0 20px;
	height: 697px;
}

#wrapperscroll {
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
	padding: 0 20px 20px 20px;
}

#rowone, #maincontent {
	margin: 18px 0 20px 0;
}

#rowonehome {
	margin: 18px 0 0 0;
}

#maincolone, #maincoltwo, #maincolthree, #colone,#colonewide, #coltwo, #colthree, #colfour, .pubcolone, .pubcoltwo, #colonenoline, #coltwocontact,#colthreenoline,#colfourcontact, .relatedimg, .relatedlink,
#maincolonescroll, 
#maincoltwoscroll, 
#maincolthreescroll {
	float: left;
}

.bannerimg {
	width: 960px;
}

.bannerbg {
	width: 216px;
	height: 211px;
	background-color: #91002b;
	padding: 16px 5px 0 20px;
	color: #fff;
}

#maincolone {
	padding-right: 5px;
	border-right: 1px solid #91002b;
	height: 560px;
	width: 160px;
}

#maincolonescroll {
	padding-right: 5px;
	width: 161px;
}

#maincoltwo {
	padding: 0 15px 0 15px;
	height: 560px;
	width: 589px;
}

#maincoltwoscroll {
	padding: 0 15px 40px 15px;
	border-right: 1px solid #91002b;
	border-left: 1px solid #91002b;
	width: 588px;
min-height:540px;
}

#maincolthree {
	padding-left: 10px;
	border-left: 1px solid #91002b;
	height: 560px;
	width: 160px;
}

#maincolthreescroll {
	padding-left: 10px;
	width: 161px;
}

#colone, #colonenoline {
	padding-right: 15px;
	border-right: 1px solid #91002b;
	height: 284px;
	width: 224px;
}

#colonenoline {
	border-right: none;
	width: 220px
}

#coltwo, #coltwocontact, #colthree, #colthreenoline, #colonewide {
	padding: 0 15px 0 15px;
	border-right: 1px solid #91002b;
	height: 284px;
	width: 209px;
}

#coltwocontact {
	width: 214px;
}

#colthreenoline {
	border-right: none;
	width: 210px;
}

#colonewide {
	border-right: none;
	width: 410px;
}

#colonewide a {
	color: #91002b;
}

#colfour,#colfourcontact {
	width: 225px;
	padding-left: 15px;
}

#colone p, #colfour p, .contact p, #colonenoline p, #colthreenoline p, #coltwocontact p,#colfourcontact p {
	margin: 0 0 5px 0;
	font-size: 12px;
}

#coltwo p, #colthree p {
	margin-top: 16px;
}

.colwrap {
	height: 270px;
}

#colonenoline p, #colthreenoline p, #coltwocontact p,#colfourcontact p {
	line-height: 16px;
	margin-top: 10px;
}

#colonenoline p a, #colthreenoline p a, #coltwocontact p a, #colfourcontact p a {
	color: #91002B;
}

.pubcolone {
	width: 110px;
	padding-right: 10px;
	text-align: center;
}

.pubcoltwo {
	width: 467px;
}

.pageintro {
	border-bottom: 5px solid #717173;
	margin-bottom: 16px;
	height: 104px;
}

.introtext, .introimg {
	float: left;
}

.introtext {
	width: 393px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 20px;
}

.introtextwide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 20px;
}

.introtext p, .introtextwide p {
	margin: 0;
	padding: 0;
}

.introimg {
	width: 174px;
}

#footer {
	margin: 0 auto;
	width: 1000px;
	font-weight: bold;
	font-size: 10px;
	color: #333;
	padding-top: 5px;
}

/* @end */

/* @group Menu */

#topmenu {
	background-color: #cacaca;
	height: 30px;
}

#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topmenu ul li {
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	background-color: #cacaca;
}

#topmenu ul.topmenulist li a {
	height: 22px;
	width: 119px;
	font-size: 13px;
	display: block;
	text-align: center;
	padding-top: 8px;
}

#topmenu ul.topmenulist li.current a {
	color: #fff;
	background-color: #91002B;
}

ul.catlist, ul.list, ul.newsleft {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.catlist li {
	padding: 0 0 25px 0;
}

.catlist li a {
	color: #91002b;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

ul.newsleft li {
	background-color: #cacaca;
	width: 160px;
	margin-bottom: 4px;
}

ul.newsleft  a {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 3px 5px 3px 5px;
}

ul.newsleft  a:hover,ul.newsleft li.current, ul.topmenulist a:hover {
	color: #fff;
	background-color: #91002B;
}

ul.newsleft li.current a {
	color: #fff;
}

ul.newsleft li.whitebg {
	background-color: #fff;
}

ul.newsleft li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.newsleft li ul li {
	background-color: #fff;
	margin-bottom: 0;
}

ul.newsleft li ul a {
	color: #555;
}

ul.newsleft li ul a:hover, ul.newsleft li ul li.current a {
	color: #91002B;
	background-color: #fff;
}

/* @end */

/* @group Titles */

.hometitle {
	padding-bottom: 16px;
}

h1 {
	color: #91002b;
	font-size: 16px;
	margin: 0 0 10px 0;
}

h1.pubtitle {
	color: #91002b;
	font-size: 14px;
	margin: 10px 0 3px 0;
}

h2,.newslisthome h2 {
	color: #91002b;
	font-size: 14px;
	margin: 0 0 3px 0;
}

.newslisthome h2 {
	font-size: 12px;
}

h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
}

h4 {
	margin: 0 0 2px 0;
	color: #91002B;
	font-size: 12px;
}

h2 a {
	color: #91002b;
	text-decoration: underline;
}

h2.newstitle a {
	color: #91002b;
	text-decoration: none;
}

.bannerbg h2 a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

.bannerbg h2 a:hover {
	text-decoration: underline;
}

.leftcoltitle {
	color: #91002b;
	background-color: #cacaca;
	font-weight: bold;
	padding: 6px 0 4px 5px;
	margin-bottom: 16px;
	font-size: 12px;
	width: 155px;
}

.leftcoltitle a {
	color: #91002b;
}

.leftcoltitle a:hover {
	color: #000;
}

.greytitle {
	color: #a4a4a7;
	font-size: 13px;
	padding-bottom: 16px;
	font-weight: bold;
}

.cattitle {
	color: #000;
	text-transform: uppercase;
	background-color: #ccc;
	margin-bottom: 16px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	height: 22px;
	text-align: center;
	padding: 0 0 2px 0;
}

.redpubtitle a {
	color: #91002B;
	font-size: 11px;
	font-weight: bold;
}

.greypubcattitle {
	text-align: center;
	padding: 3px 0 3px 0;
	background-color: #ccc;
}

.greypubcattitle a {
	font-size: 13px;
	color: #000;
}

.whitebg {
	background-color: #fff;
}

.lrgtitle, .lrgtitleredbg, .lrgtitlegreybg {
	font: 13px  Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

.lrgtitleredbg {
	background-color: #91002b;
	color: #fff;
	padding: 2px 0 0 5px;
}

.lrgtitleredbg a {
   text-decoration:none;
color: #fff;
}

.lrgtitlegreybg {
	background-color: #cacaca;
	color: #000000;
	padding: 2px 0 0 5px;
}

.lrgtitlegreybg a {
   text-decoration:none;
color: #000;
}

/* @end */

/* @group Lists */

.newslist {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.newslisthome {
	margin-bottom: 0;
}

.newsimg {
	float: left;
	width: 120px;
	padding-bottom: 10px;
}

.newslist p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px
}

.relatedlist {
	background-color: #fff;
	border-bottom: 5px solid #fff;
	height: 85px;
}

.relatedimg {
	float: left;
	width: 60px;
	padding-right: 2px;
}

.relatedlist a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.relatedlink, .catrelatedlink {
	float: left;
	width: 99px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.catrelatedlink a {
       color:#91002b !important;
}

.publistfloat {
	float: left;
	width: 150px;
	text-align: center;
}

.publistfloat img, .publisttbl img {
	padding-bottom: 8px;
}

.clientlistwrap {
	border-bottom:2px solid #999;
	padding-bottom:10px;
	margin-bottom:20px;
	clear:both;
}

.clientlistwrap h2 {
	color:#000;
	padding-bottom:10px;
}

.clientlistwrap h3 {
	color:#91002b;
	padding:10px 10px 0 10px;
	font-size:11px;
font-weight:bold;
}

.clientlistwrap ul {
	margin:0;
	padding:0;
}

.clientlistwrap ul li {
	list-style-type:none;
	display:inline;
	float: left;
	width:146px;
	height: 170px;
	text-align:center;
	vertical-align:baseline;
}

.delimiter {
	padding: 10px 0 20px 0;
	text-align: right;
	color: #91002b;
}

.delimiternew {
	color: #91002b;
}

/* @end */

/* @group Tables */

table.listtable td, table.listtableclient td {
	vertical-align: top;
	padding-bottom: 20px;
	width: 110px;
	padding-right: 48px;
}

table.listtable td.rowend, table.listtableclient td.rowend {
	padding-right: 0;
}

table.listtableclient td {
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.eventtbl td {
	width: 100px;
	padding-right: 21px;
}

table.eventtbl td.rowend {
	padding-right: 0;
}

/* @end */

/* @group Misc */

.collinks {
	height: 210px;
	border-bottom: 1px solid #91002b;
}

.contact {
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 16px;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: text-top;
	text-align: left;
}

.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-bottom;
	text-align: left;
}

.copy .contact tr td strong {
	font-size: 14px;
	font-weight: bold;
}

.copy .contact tr td {
	font-size: 14px;
}

.copytimes,.copytimesintro, .largetimes, .largetimesquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copytimesintro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	font-family: Arial,Helvetica, sans-serif;
}

.largetimes, .largetimesquote {
	font-size: 15px;
}

.largetimes p {
	margin-top: 0;
	padding-top: 0;
}

.largetimesquote {
	margin-bottom: 10px;
}

.largetimesquote p {
	padding: 2px 0 2px 0;
	margin: 0;
}

.toppad {
	padding-top: 36px;
}

.pdfupload {
	margin-top: 10px;
	background-color: #cacaca;
	padding: 3px 0 3px 0;
	text-align: center;
}

.pdfupload a {
	font-weight: bold;
}

.pubbanner {
	margin-bottom: 15px;
}

.grey {
	color: #666;
}

.red {
	color: #91002b;
}

.bannerbg .grey {
	color: #fff;
}

.bannerbg a {
	color: #fff;
}

.bannerbg .largetimes {
	font-size: 14px;
}

.eventbanner {
	padding-bottom: 16px;
}

#colone div.copynewshome p {
	margin: 5px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.quote {
	background: url(../graphics/common/quote-left.gif) no-repeat;
	padding-left: 20px;
}

.vidpad {
	height: 360px;
}

img.quotepad {
	padding-top: 2px;
}

a.redlink, p a {
	color: #91002B;
}

.reclist {
	margin-bottom: 10px;
	border-bottom: 3px solid #ccc;
}

.rectitle, .rectext {
	float: left;
}

.rectitle {
	color: #91002b;
	font-size: 15px;
	padding: 0 0 20px 0;
	width: 120px;
}

.rectitle a {
	color: #91002b;
	text-decoration: none;
}

.rectitle a:hover {
	color: #000;
	text-decoration: none;
}

.rectext {
	width: 460px;
	padding: 0 0 10px 0;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.rectext p {
	margin: 0;
	padding: 0;
}

img.testilogo {
	float: left;
	padding: 0 10px 20px 0;
}

/* @end */

.searchbox {
	float: right;
	padding-top: 32px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.searchbox input.box {
	width: 150px;
	margin: 0;
	padding: 3px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.searchbox .search-btn {
	width: 60px;
	margin: 0;
	padding: 3px;
	color: #000000;
	background-color: #cacaca;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

#slideshow {
	height: 250px !important
}

#relslideshow {
	height: 175px !important
}

.box {
	padding: 0;
	margin: 0;
	position: relative;
	width: 960px;
	height: 227px;
	overflow: hidden
}

.box .column_a {
	float: left;
	display: block;
	width: 719px;
	height: 227px
}

.box .column_b {
	float: right;
	display: block;
	width: 231px;
	height: 217px;
	background: #930945;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px
}

.box .column_b p {
	padding: 0 5px 0 5px;
	margin: 0;
}

.box .column_b a {
color:#fff;

}

.relatedslide {padding-top:20px;}

.anchor {text-align:right;}

ul.backissues {
margin:0;
padding:0;
}

ul.backissues li {

list-style-type:none;
margin:0;
padding: 0 10px 0 0;
display:inline;
float:left;
}
