@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;
}
ul li {
	line-height: 1.5;
	list-style-type: disc;
	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: #ececec url(../images/body_back.gif) 0 0 repeat-x;
	font-size: 13px;
	line-height: 27px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #696969;
}

#master {
	width: 942px;
	margin: 0 auto;
}

#wrapper {
	width: 942px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Footer */
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-top: 28px;
}

/* Header */
#header {
	width: 942px;
	height: 98px;
}

#logo {
	float: left;
	width: 174px;
	padding-top: 33px;
}

/* Main menu */
ul#mainMenu {
	float: right;
	text-align: right;
	padding-top: 65px;
}

ul#mainMenu li {
	display: inline;
	padding-left: 42px;
	margin-left:0px;
	
}

ul#mainMenu li a {
	color: #41b2dc;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 8px;
	position:relative;
}

ul#mainMenu li.active a {
	background: url(../images/menu_item_active.gif) bottom center no-repeat;
}

ul#mainMenu li a:hover, ul#mainMenu li.active a {
	color: #fff;
}

/* Sub menu */
ul#subMenu {
	padding: 0 11px 0 11px;
	text-align: right;
}

ul#subMenu li, ul#subMenu ul li {
	padding-right: 13px;
	list-style-type:none;
	list-style:none;	
}

ul#subMenu li.active,ul#subMenu li.active ul li.active {
	background: url(../images/submenu_item_active.gif) right 9px no-repeat;
}

ul#subMenu li.active li {
	background-image: none;
	padding-right:12px;
}

ul#subMenu ul {
	padding: 0 0 0 0;
}

ul#subMenu ul li {
	padding: 0 13px 0 0;
}

ul#subMenu li a {
	color: #696969;
	font-size: 14px;
	line-height: 25px;
}

ul#subMenu li a:hover {
	text-decoration: none;
}

ul#subMenu li.active a, ul#subMenu li a:hover, ul#subMenu li li a:hover, ul#subMenu li.active li a:hover {
	color: #203940;
}

ul#subMenu ul li a, ul#subMenu li.active li a {
	font-size: 12px;
	color: #41b2dc;
}
/* sub sub menu */
ul#subMenu li.active ul {
margin-right:-13px;
}

/* Columns */
#homeLeftColumn {
	float: left;
	width: 697px;
}

#homeRightColumn {
	float: right;
	width: 229px;
}

#subpageLeftColumn {
	width: 229px;
	float: left;
}

#subpageRightColumn {
	float: right;
	width: 697px;
}
/* News */
#subpageRightColumn .news-list-container .news-list-item h2{
	margin-top:10px;
	font-size:16px;
}
#subpageRightColumn .news-list-container .news-list-item {
	margin-bottom:12px;
	overflow:hidden;
}
#subpageRightColumn .news-list-container .news-list-image {
	float:left;
	width:160px;
}
#subpageRightColumn .news-list-container .news-list-content {
	float:none;
}
#subpageRightColumn .news-list-container .news-list-content .news-list-date {
	float:left;
	margin-right:4px;
}
/* Box */
.box {
	border: 4px solid #dfdfdf;
	margin-bottom: 4px;
}

.boxContent {
	border: 1px solid #fff;
	background: #fff url(../images/box_gradient.gif) 0 0 repeat-x;
}

#homeLeftColumn .boxContent {
	padding: 27px 26px 23px 23px;
}

#subpageRightColumn .boxContent {
	padding: 7px 26px 23px 23px;
}

/* Slideshow */
#slideshowContainer {
	padding: 5px 5px 12px 5px;
	width: 628px;
	height: 156px;
	background: url(../images/slideshow_back.gif) 0 0 no-repeat;
	margin-bottom: 17px;
}

#slideshow {
	width: 628px;
	height: 156px;
	overflow: hidden;
}

/* Call to action buttons */
.callToAction {
	line-height: 22px;
	color: #41b2dc;
	position: relative;
}
#subpageLeftColumn .callToAction {
	margin-top:25px;
}
.ctaImage {
	float: left;
	width: 68px;
	text-align: center;
	padding-top: 8px;
}

.callToAction h3 {
	color: #203940;
	font-size: 15px;
	padding-top: 5px;
}

a.callToActionLink {
	position: absolute;
	left: 0;
	top: 0;
	width: 229px;
	background: url(../images/blank.gif) 0 0 repeat;
}

a.callToActionLink:hover {
	border: 4px solid #bdbdbd;
	width: 221px;
}

/* Breadcrumbs */
#breadcrumb {
	font-size: 10px;
	line-height: 22px;
	color: #203940;
	padding-bottom: 5px;
}

#breadcrumb span.onPage {
	color: #696969;
}

/* Latest news */
#newsbox {
	margin-top:25px;
}
.boxTitle {
	background: url(../images/title_back.gif) 0 bottom no-repeat;
	padding: 5px 11px 14px 11px;
	margin-bottom: 4px;
}

#subpageLeftColumn .boxTitle {
	text-align: right;
}

.boxTitle h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 22px;
}

.latestNewsItem {
	padding: 0 11px 13px 11px;
}

.latestNewsItemName {
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
	color: #203940;
	padding-bottom: 6px;
	font-family: Tahoma, Geneva, sans-serif;
}

.latestNewsItemTxt {
	position: relative;
	line-height: 19px;
	font-size: 12px;
}
.latestNewsItemTxt p {
	display:inline;
}
.latestNewsItemTxt .more {
	margin-left:4px;
	display:inline;
}

.newsArchive {
	text-align: right;
	font-size: 12px;
	line-height: 24px;
	padding: 0 11px 6px 11px;
}

/* SITEMAP */
.csc-sitemap { padding: 10px 0 10px 0; }
.csc-sitemap ul { margin: 0; 	padding:0px 0 0px 0;}
.csc-sitemap ul li {list-style:none; margin-bottom: 2px;}
.csc-sitemap li { margin: 0; padding: 0; }
.csc-sitemap a { display: block; padding: 0 8px; font-weight:bold; line-height: 2em; color: #696969; text-decoration: none; background: #e9e9e9; border-bottom: 1px solid #dedfde }
.csc-sitemap ul li ul {	margin-top:10px;	margin-left:20px;	margin-bottom:10px; }
.csc-sitemap ul ul a { padding-left: 28px; font-weight:normal; background-color: #fafafa; border-bottom: 1px solid #dedfde; }
.csc-sitemap ul ul ul a { padding-left: 58px; color:#696969; }
.csc-sitemap a:hover, .csc-sitemap a:focus { color: #203940; background-color: #dfdfdf; font-weight: bold;  }

/********* 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; }
.tx_powermail_pi1_fieldwrap_html label { width:100px; float:left;font-weight:bold; margin-top:4px;}
.tx_powermail_pi1_fieldwrap_html label .powermail_mandatory{color:#eb0000}
.tx_powermail_pi1_fieldwrap_html .powermail_mandatory_js{font-style:italic; color:#a8a8a8;}
.tx_powermail_pi1_fieldwrap_html input.powermail_text{width:360px; border:1px solid #999999;}
.tx_powermail_pi1_fieldwrap_html textarea {width:360px; 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; font-weight:bold; padding:3px 7px 3px 7px; margin-top:5px; margin-bottom:7px;}

/* Styles */
h1 {
	font-size: 27px;
	color: #41b2dc;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 14px;
}

a {
	color: #203940;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
