@charset "utf-8";
/* Reset */
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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height: 1.5;

}
ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
body {
	background-color: #4b0049;
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#master {
	width: 942px;
	min-height: 100px;
	height: auto;
	margin: 0 auto;
	background: #fff url(../images/master_back.gif) 0 0 no-repeat;
	padding-top: 26px;
}

#footer {
	height: auto;
	background: #4b0049 url(../images/footer_back.gif) 0 0 no-repeat;
	min-height: 20px;
	padding: 12px 25px 0 25px;
	color: #fff;
	font-size: 12px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#container {
	padding: 0 25px;
}

/* Header */
#header {
	height: 107px;
}

#logo {
	float: left;
	width: 65px;
}
#headerTitle { 
	margin:2px 0 10px 12px;
}

#mainMenu {
	float: right;
	width: 790px;
	text-align: right;
	padding-top: 12px;
}

#mainMenu li {
	display: inline-block;
	padding: 0 11px 0 0;
	margin-left: 15px;
	background: url(../images/menu_item.gif) right 0 no-repeat;
}

#mainMenu li.active, #mainMenu li.hovered {
	background-image: url(../images/menu_item_active.gif);
}

#mainMenu li a {
	display: inline-block;
	padding: 3px 0 1px 11px;
	background: url(../images/menu_item_link.gif) 0 0 no-repeat;
	line-height: 24px;
	font-size: 14px;
	text-decoration: none;
	color: #4b0049;
}

#mainMenu li.active a, #mainMenu li.hovered a {
	background-image: url(../images/menu_item_link_active.gif);
}

/* Submenu */
#subMenu h1 {
	padding: 0 8px 6px 8px;
	font-size: 20px;
}

#subMenu ul li {
	border-top: 2px solid #fff;
}

#subMenu li a {
	background-color: #f6f6f6;
	display: block;
	padding: 2px 8px 0 8px;
	color: #959595;
}

#subMenu li a:hover {
	color: #4b0049;
	text-decoration: none;
}

#subMenu li.active a {
	background-color: #4b0049;
	color: #fff;
}

#subMenu li.active ul li a {
	background-color: #fff;
	color: #959595;
	font-size: 13px;
	padding-left: 19px;
}

#subMenu li.active ul li a:hover, #subMenu li.active ul li.active a {
	color: #4b0049;
}

/* Columns */
#leftColumn {
	float: left;
	width: 237px;
}


#rightColumn {
	float: right;
	width: 623px;
}

/* Frontpage */
#frontContent h1, #content h1 { font-size:25px; }

.frontPage #leftColumn {
	float: left;
	width: 623px;
}

.frontPage #rightColumn {
	float: right;
	width: 237px;
}

#frontContent {
	padding: 17px 12px 12px 12px;
	background-color: #f6f6f6;
}

#frontContent {
	padding-bottom: 6px;
}

#bottomNumbers {
	height: 30px;
	color: #959595;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
}

#bottomNumbers img {
	vertical-align: middle;
	margin-left: 10px;
}

#frontBoxImg {
	float: left;
	padding-right: 12px;
	font-size: 12px;
	height: 48px;
	overflow: hidden;
}

#frontBox {
	margin-bottom: 24px;
	font-size: 12px;
	color: #959595;
}

#frontBox h1 {
	font-size: 18px;
}

#frontBox h2 {
	font-size: 14px;
	padding-bottom: 3px;
}

#frontBox p {
	line-height: 20px;
}

.latestFrontNewsImg {
	float: left;
	padding-right: 5px;
	height: 48px;
	overflow: hidden;
}

.latestFrontNews h1 {
	font-size: 19px;
}

.latestFrontNews h2 {
	font-size: 13px;
}

.latestFrontNewsMore {
	width: 237px;
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	display: block;
	background: url(../images/blank.gif) 0 0 repeat;
}

/* Slideshow */
#slideshow {
	width: 606px;
	background: url(../images/slideshow_top.gif) 0 0 no-repeat;
	position: relative;
	padding: 8px 10px 9px 7px;
	margin-bottom: 24px;
}

#slideshowImg {
	width: 606px;
	overflow: hidden;
	margin-left:1px;
}

#slideshowImg img {
	display: block;
}

#slideshowBottom {
	width: 623px;
	height: 9px;
	font-size: 0;
	line-height: 0;
	background: url(../images/slideshow_bottom.gif) 0 0 no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* General styles */
h1 {
	color: #4b0049;
	font-size: 30px;
	font-weight: normal;
}

h2 {
	color: #464646;
	font-size: 16px;
	font-weight: normal;
}

a {
	color:#690266;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Roundbox */
.roundBox {
	width: 225px;
	background: url(../images/roundbox_top.gif) 0 0 no-repeat;
	position: relative;
	padding: 9px 6px;
}

#leftColumn .roundBox {
	background-image: url(../images/roundbox_top_subpage.gif);
	padding-top: 11px;
}

.roundBoxBot {
	background: url(../images/roundbox_bot.gif) 0 0 no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 237px;
	height: 9px;
	font-size: 0;
	line-height: 0;
}

#leftColumn .roundBoxBot {
	background: url(../images/roundbox_bot_subpage.gif)
}

#content h1 {
	padding-bottom: 15px;
}
#content h5 {
	background-color:#F6F6F6;
	padding:12px;
	font-weight:normal;
}
#content p, #content ul, #frontContent ul, #content ol, #frontContent ol {
	padding-bottom: 20px;
}

#content p.important {
	padding: 6px 12px 12px 12px;
	margin-bottom: 18px;
	background-color: #f6f6f6;
}

#content ul  {
	margin-left: 20px;
}

#content ul li, #frontContent ul li {
	list-style-type: disc;
	list-style-position: outside;
}

#content .indent {
	margin-left: 10px;
}

#content ol li, #frontContent ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

/* FAQ */
.tx-irfaq-pi1 dd p {
	margin-left: 10px;
}

/* POWERMAIL */

.tx-powermail-pi1_fieldset { border: 0px; padding: 0px; margin: 0px; }
.tx-powermail-pi1 { border:0; color:#828181; }
.tx-powermail-pi1_fieldset legend{display:none;}
.tx_powermail_pi1_fieldwrap_html {display:block; width:400px; clear:both }
.tx_powermail_pi1_fieldwrap_html label { width:100px; float:left;font-weight:bold; height:20px;}
.tx_powermail_pi1_fieldwrap_html label .powermail_mandatory{color:#eb0000}
.tx_powermail_pi1_fieldwrap_html .powermail_mandatory_js{font-style:italic; color:#c30; font-size: 12px; padding-left:100px; }
.tx_powermail_pi1_fieldwrap_html input.powermail_text{width:290px; border:1px solid #999999;}
.tx_powermail_pi1_fieldwrap_html textarea {width:290px; border:1px solid #999999;}
.tx_powermail_pi1_fieldwrap_html .powermail_submit { text-align:center; float:left; background:#999; border:none; color:#fff; font-size:12px; margin-left: 100px; font-weight:bold; padding:3px 7px 3px 7px; margin-top:5px; margin-bottom:7px; cursor:pointer;}

/* SITEMAP */

#content .csc-sitemap { padding: 10px 0 10px 0; }
#content .csc-sitemap ul { margin: 0; 	padding:0px 0 0px 0;}
#content .csc-sitemap ul li {list-style-type:none; margin-bottom: 2px;}
#content .csc-sitemap li { margin: 0; padding: 0; }
#content .csc-sitemap a { display: block; padding: 0 8px; font-weight:bold; line-height: 2em; color: #000; text-decoration: none; background: #e9e9e9; border-bottom: 1px solid #dedfde }
#content .csc-sitemap ul li ul {	margin-top:10px;	margin-left:20px;	margin-bottom:10px; }
#content .csc-sitemap ul ul a { padding-left: 28px; font-weight:normal; background-color: #fafafa; border-bottom: 1px solid #dedfde; }
#content .csc-sitemap ul ul ul a { padding-left: 58px; color: #999; }
#content .csc-sitemap a:hover, .csc-sitemap a:focus { color: #fff; background-color: #dfdfdf; font-weight: bold;  }

.twtr-widget {margin-top: 30px!important;}

/* PLUSONE */
#plusone {
    float: right;
    margin-right: -19px;
    margin-top: 10px;}
