
/* 22.12.11 may1*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/**  General **/

* {
	margin: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #555555;
	background-color: #f5f5f5;
}

a {
	color: #cf2234;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img { border-style: none;}

em {font-style: italic;}

strong {
	font-weight: bold;
}


p {font-family: 'Oswald', sans-serif;
text-align: justify;
line-height:1.6em; 
margin:8px 0;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #cf2234;
	font-size: 22px;
	margin-bottom: 12px;
}

h1 a {
	color: #cf2234;
	text-decoration: none;
}

h1 a:hover {
	color: #000000;
	text-decoration: none;
}


h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	margin-bottom: 10px;	
}

h2 a {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #cf2234;
	text-decoration: none;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	margin-bottom: 6px;
}

h3 a {
	color: #000000;
	text-decoration: none;
}

h3 a:hover {
	color: #cf2234;
	text-decoration: none;
}

.moduletable h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	margin-bottom: 6px;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #000000;
	font-size: 14px;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 14px;
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 13px;
}


ul {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 30px;
	margin-top: 6px;
	margin-bottom: 6px;
}

hr {
	border: 0;
	color: rgb(226,226,226);
	background-color: rgb(226,226,226);
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tip {
	font-size:0.9em;
	text-align:left;
	line-height: 1.2em;
	padding:3px;
	max-width:400px
}

.tip-title {
	font-weight:bold;
}

#wrapper {
	display: block;
	width: 1000px; 
	background-color: #fff;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4.4em;
}

#push {
	height: 4.4em;
}

/** Header **/

#header {
	width: auto;
	padding-top: 10px;
	padding-left: 22px;
	padding-right: 26px;
	background-color: #fff;
	min-height: 80px;
	margin-bottom: -1px;
	overflow: auto;
	
}

#logo {
	float: left;
	font-family: 'Oswald', sans-serif; font-weight: 400;
	font-size: 2.4em;
	line-height: 1em;
	letter-spacing: -0.03em;
	color: #cf2234;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 0px;
}

#logo a {
	text-decoration: none;
	color: #cf2234;
}

#logo a:hover {
	text-decoration: none;
	color: #cf2234;
}

#logo div.sitedescription {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.40em;
	letter-spacing: 0;
	color: rgb(150,150,150);
	padding-left: 2px;
}

#topnav {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 0.94em;
}

#topnav a {
	text-decoration: none;
	color: #000;
	/* font-weight: bold; */
}

#topnav a:hover {
	color: #cf2234;
}

#topnav h3 {
	display: none;
}

#topnav ul.menu li {
	display: inline;
	padding-left: 25px;
}

/** Topmenu (added multi-level support v1.1) **/

#topmenu {
	float: left;
	width: 1000px;
	padding-left: 0px;
	font-family: 'Oswald', sans-serif; font-weight: 400;
	font-size: 1.4em;
	color: #fff;
	background-color: #000;
}

#topmenu ul { 
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
}

#topmenu a {
	display: block;
	color: #fff;
	padding-top: 9px;
	padding-bottom: 9px;
	height: 19px;
	padding-left: 22px;
	padding-right: 22px;
	text-decoration:none;
	background-color: #000;
}

#topmenu a:hover,
#topmenu li.active a {
	color: #fff;
	text-decoration: none;
	background-color: #cf2234;
}


#topmenu li { 
	float: left;
	padding-right: 1px;
}


/** Second-level lists **/

#topmenu li ul { 
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 152px;
	left: -999em; /* "display: none" not seen by screen readers */
}

#topmenu li ul a {
	width: 152px;
}

#topmenu li.active ul a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #cf2234;
}

#topmenu li.active ul a {
	text-decoration: none;
	background-color: #000;
}

/** Level third and above **/

#topmenu li ul ul { 
	margin: -37px 0 0 196px;
}

#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul {
	left: -999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul { /* nested under hovered items */
	left: auto;
}






/** Breadcrumbs **/

#breadcrumbs {
	width: auto;
	font-size: 0.89em;
	text-decoration:none;
	margin-bottom: 0px;
	margin-top: 4px;
	padding-left: 22px;
}

#breadcrumbs a {
	color: #000000;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #cf2234;
	text-decoration: underline;
}






/** Menus (Left/Right) **/

#leftmenu {
	width: 196px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 4px;
	padding-left: 22px;	
	float: left;
	line-height: 1.7em;
}

#rightmenu {
	width: 196px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 26px;
	padding-right: 26px;
	float: right;
	line-height: 1.7em;	
}


#leftmenu a,
#rightmenu a {
	color: #000000; text-decoration: none;
}

#leftmenu a:hover,
#rightmenu a:hover {
	color: #cf2234; text-decoration: none;
}

#leftmenu ul,
#rightmenu ul {
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 20px;
}

#leftmenu ul li,
#rightmenu ul li {
	border-bottom: 1px solid rgb(226,226,226);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;	
	list-style-type: none;
}

#leftmenu ul li ul,
#rightmenu ul li ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#leftmenu ul li ul li,
#rightmenu ul li ul li {
	border: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	font-size: 0.96em;
	line-height: 1.5em;	
}

#leftmenu ul.menu li.current a,
#rightmenu ul.menu li.current a {
	font-weight:bold;
}

#leftmenu ul.menu li.current ul li a,
#rightmenu ul.menu li.current ul li a {
	font-weight:normal;
}


.moduletable {
	overflow: hidden;
	margin-bottom: 16px;
}

.moduletable_menu {
	clear: both;
} 

.moduletable_menu h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	margin-bottom: 6px;
}








/** Content **/

#content-w1 {  /** left and right menu visible **/
	width: 508px;
	float: left;
	padding-top: 20px;
	overflow: hidden;
	padding-left: 22px;
	margin-bottom: 30px;
}

#content-w2 {  /** left or right menu visible **/
	width: 730px;
	float: left;
	padding-top: 20px;
	overflow: hidden;	
	padding-left: 22px;
	margin-bottom: 30px;
}

#content-w3 {  /** no menu visible **/
	width: 952px;
	float: left;
	padding-top: 20px;
	overflow: hidden;
	padding-left: 22px;	
	margin-bottom: 30px;
}

#content-w1 h3,
#content-w2 h3,
#content-w3 h3 {
	margin-top: 20px;
}

ul.actions {
	float: right;
	clear: both;
	width: 100%;
	padding-bottom: 0px;
	list-style-type: none;
}

li.print-icon,
li.email-icon,
li.edit-icon {
	float: right;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0;
	margin-top: -14px;
}

li.print-icon a,
li.email-icon a,
li.edit-icon a {
	text-decoration: none;
}

dl.article-info {
	clear: both;
	margin-left: 0;
	padding: 0px;
	font-size: 0.86em;
	line-height: 1.3em;
}

.article-info dd, .article-info dd {
	margin-left: 0;
}

.article-info-term {
	display:none
}

.categories-list ul {
	list-style-type: none;
	padding-left: 0;
	padding-left: 5px;
	margin-top: 8px;
}

.categories-list ul li {
	list-style-type: none;
	padding-left: 5px;
}

.categories-list dl dt, .categories-list dl dd {
	display: inline;
}

.image-left {
	float: left;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0pt;
}

.category-desc p img {
	float: left;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0pt;	
}

.first ul {
	padding-left: 15px;
	padding: 5px;
	
}

.first ul li {
	padding-bottom: 8px;
	padding: 5px;

}

.last ul {
	padding-left: 15px;
	
}

.last ul li {
	padding-top: 10px;
}


.cat-children ul {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;
}

ul#archive-items {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;	
}

.intro ul {
	margin-top: 10px;
	margin-bottom: 20px;
}

fieldset.filters {
	border:solid 0px #ddd;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 2px;
}

legend.hidelabeltxt {
	display: none;
}

.items-leading {
	margin-bottom: 20px;
}

.newsfeed ol li {
	margin-top: 10px;
}

.newsfeed ol li img {
	margin-top: -10px;
}

#article-index {
	width:25%;
	float:right;
	border:solid 1px #eee;
	padding:10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background:#f9faf9
}

#article-index h3 {
	font-size:1em;
}

#article-index ul {
	list-style-type:disc;
	padding-left: 1.4em;
	color:#666;
}

.pagenavcounter {
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
}







/** Tables **/
table {
	border-collapse:collapse
}

tr, td {
	border:solid 1px #ddd
}

table.weblinks,
table.category {
	margin:10px 10px 20px 0px;
	width:100%;
}

table.weblinks td,
table.category td {
	border-collapse:collapse;
	padding:7px;
}

table.weblinks th,
table.category th {
	padding:7px;
	text-align:left
}

td.num {
	vertical-align:top;
	text-align:left;
}

td.hits {
	vertical-align:top;
	text-align:center
}

td p {
	margin:0;
	line-height:1.3em
}

.display-limit,
.filter {
	text-align:right;

}

tr.cat-list-row1 {
	background-color: rgb(242,242,242);
}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
	background: #000000;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a,
table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
	color:#fff
}

table.category th a img {
	border:solid 0px ;
	display: none;
}

table.category th a:hover {
	color: #cf2234;
}

table.moduletable td,
table.moduletable tr {
	border:0;
}






/** Pagination **/
.pagenav {
	padding:2px
}

ul.pagenav {
	list-style-type: none;
	margin: 0;
	margin-top: 20px;
	padding: 4px;
	overflow: hidden;
}

li.pagenav-prev a,
li.pagenav-next a {
	font-family: 'Oswald', sans-serif; font-weight: 400;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #fff;
	text-decoration: none;
	background-color: #000000;
	border: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 12px;
} 

li.pagenav-prev a:hover,
li.pagenav-next a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #cf2234;
}

li.pagenav-prev {
	float: left;
}

 li.pagenav-next {
	float:right
}

.pagination {
	clear: both;
	padding-top:8px;
	padding-bottom:8px;
	border-top:solid 1px rgb(226,226,226);
}

.pagination ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}

.pagination li {
	display:inline;
	padding:2px 5px;
	text-align:left;
	margin:0 2px
}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev {
	border:0
}

.pagination li.pagination-start,
.pagination li.pagination-start  span {
	padding:0
}

p.counter {
	font-weight:bold;
}






/** Blog **/

.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols-2 .column-1 {
	width:48%;
	float:left;
}

.cols-2 .column-2 {
	width:48%;
	float:right;
	margin:0
}

.cols-3 .column-1 {
	float:left;
	width:29%;
	padding:0px 5px;
	margin-right:4%

}

.cols-3 .column-2 {
	float:left;
	width:29%;
	margin-left:0;
	padding:0px 5px
}

.cols-3 .column-3 {
	float:right;
	width:29%;
	padding:0px 5px
}

.items-row {
	overflow:hidden;
	margin-bottom:10px !important;
}

.column-2 {
	width:55%;
	margin-left:40%;
}

.column-3 {
	 width:30%
}

.blog-more {
	padding:10px 5px
}


/** Footer **/

#footer {
	clear: both;
	width: 952px;
	margin: auto;
	margin-top: 20px;
	padding-top: 6px;
	font-size: 0.86em;
	color: rgb(170,170,170);
	background-color: #fff; 
}

#footer div.custom hr {
	border: 0;
	color: rgb(226,226,226);
	background-color: rgb(226,226,226);
	height: 1px
}

#copyright {
	width: 952px;
	margin: auto;
	margin-top: 20px;
	padding-top: 6px;
	border-top: 1px solid rgb(226,226,226);
	font-size: 0.86em;
	text-align: center;
	color: rgb(170,170,170);
	background-color: #fff;
}

#copyright a {
	color: rgb(170,170,170);
	text-decoration: none;
}

#copyright a:hover {
	color: rgb(170,170,170);
	text-decoration: none;
}

#copyright img {
	border-style: none;	
}

#copyright div.cp2 {
	text-align: left;
}

