body {
	font: 12px Arial, Helvetica, sans-serif;
	background: repeat-x url(../images/bg_tile.gif);
	text-align: center; background-color: #bdbdbd;
}

/*link styles*/
a:link {text-decoration: none;
	color: navy;
}
ul.linkbox li a:link,
ul.linkbox li a:visited {
	text-decoration: none;
}
ul.linkbox li a:hover,
ul.linkbox li a:active {
	text-decoration: underline;
}
/*a:visited { }*/
a:hover {
	text-decoration: underline;
}
/*a:active { }*/

/* Typography styles */
p {
	font-size:12px;
}
/*h1 {font-size:20px;margin: 0px 0 30px 0;}*/
/*h2 {font-size:20px;margin: 0px 0 30px 0;}*/
/*h3 {font-size:20px;margin: 0px 0 30px 0;}*/

#two-column-subpage-two p {
	line-height:1.5;
	margin: 0 0 20px 0;
}

/*Override bottom margin for content inside td tags*/
#two-column-subpage-two td p {
	line-height:1.5;
	margin-bottom: 0px;
}

#two-column-subpage-two div.news-latest-text-wrap p {
	line-height:1.5;
	margin-bottom:5px;
}

#loginrow p {
	color:#666;
	margin-top:32px;
}
div.csc-header img {
	margin-bottom: 20px;
}

/* Typography styles end */

/* Main template styles */
#logo {
	float: left;
	width: 107px;
	height: 104px;
}
#topimage {
	float: left;
	width: 465px;
	height: 104px;
}
#searchrow {
	background: no-repeat url(../images/search_bar_bg.jpg) right;
	float:right;
	width:194px;
	height:34px;
	text-align: right;
}
#loginrow {
	float:left;
	width:194px;
	height:52px;
	text-align: right;
}
#container {
	width: 786px;
	background: #fff;margin: 0 auto;
	text-align: left;
}
#sidespace {
	width: 766px;
	margin-left:10px;
}
#header {
	background: #ddd;
	padding: 0 30px 0 20px;
}
#maincontent {
	background: #fff;
}

/* search form styles */
form#indexedsearch{
	margin: 0;
	padding: 0;
}
input.search-field {
	width:112px;
	height: 17px;
	margin-top:7px;
	background-image: url(../images/search_bar_input_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: 0;
	padding: 2px 2px 0 2px;
}
input.search-button {
	width:50px;
	margin-right:6px;
	background-image: url(../images/search_bar_button_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-weight:bold;
	font-size:10px;
	height: 19px;
	line-height: 19px;
	border: 0;
}

/* footer styles */
div.footer {
	background: repeat-x url(../images/footer_grey_tile.gif);
	font-size:10px;
	height: 116px;
	padding: 20px 0 0 0 ;
	text-align:center;
}
div.sub-page-footer {
	font-size:10px;
	height: 46px;
	padding: 10px 0 0 0 ;
	border-top:2px solid #bdbdbd;
	background:#e6e6e6;
	clear: both;
}
div.footer p span {
	color: #444;
}
div.footer p a {
	color: #0b4577;
	text-align:center;
}
/* footer styles end */

/* assorted styles */
.clearer {
	clear: both;
	/*height:0;font-size: 1px;line-height: 0px;*/
}
.hidden, print {
	display:none;
}

/* subtemplate template styles */
/* one col and four col */
#one-column-container-subpage-topimage,
#four-column-topmenu {
	width: 766px;
}

/* specific column styles */
div.four-column-topmenu-one,
div.four-column-topmenu-four,
div.four-column-topmenu-one-act,
div.four-column-topmenu-four-act {
	float:left;
	width: 189px;
	height:44px;
	text-align:center;
}
div.four-column-topmenu-mid,
div.four-column-topmenu-mid-act {
	float:left;
	width:194px;
	height:44px;
	text-align:center;
}

/*NO styles */
div.four-column-topmenu-one {
	background:#fff url(../images/subpage_grey_1.jpg) no-repeat;
}
div.four-column-topmenu-mid {
	background:#fff url(../images/subpage_grey_mid.jpg) no-repeat;
}
div.four-column-topmenu-four {
	background:#fff url(../images/subpage_grey_4.jpg) no-repeat;
}

/*CUR styles */
div.four-column-topmenu-one-act {
	background:#077a2d url(../images/subpage_green_topmenu_1.jpg) no-repeat;
}
div.four-column-topmenu-mid-act {
	background:#077a2d url(../images/subpage_green_topmenu_2_3_mid.jpg) no-repeat;
}
div.four-column-topmenu-four-act {
	background:#077a2d url(../images/subpage_green_topmenu_4.jpg) no-repeat;
}

/* three col */
#two-column-subpage {
	width:766px;
	clear: both;
}
#two-column-subpage-one {
	float:left;
	width: 184px;
	padding-bottom:50px;
}
#two-column-subpage-two {
	float:left;
	width: 514px;
	padding:0 44px 50px 24px;
}

/* Newsticker styles */
div.one-column-newsticker {
	width:766px;
	height:36px;
	background:#fff url(../images/newsticker_bg.gif) no-repeat;
}
div.newsticker-left {
	float:left;
	width:93px;
	height:36px;
	color:#fff;
}
div.newsticker-right {
	float:left;
	width:660px;
	height:36px;
	color:#d7d7d7;
}

/* MENU STYLES BEGIN */
#menu ul {
	font-size:12px;
	background:#ececec;
	list-style-type: none;
	margin:0;
	padding:0;
}
#menu ul li a {
	margin:1px 0 2px 20px;
	display: block;
	text-decoration: none;
}

/*level 2*/
#menu ul.ul-level-2 li{
	height: auto;
}
#menu ul.ul-level-2 li.level-2 {
	color: #fff;
	background: #077a2d url(../images/side_menu_arrow_green_right.gif) no-repeat 9px center;
	padding-top: 3px;
	margin-bottom: 1px;
	height: 23px;
	line-height: 23px;
	border-top: 1px solid #fff;
}

#menu ul.ul-level-2 li.level-2-act {
	color:#fff;background:#077a2d url(../images/side_menu_arrow_green_down.gif) no-repeat 7px 10px;
	margin-bottom: 1px;
	border-top: 1px solid #fff;
	height: 23px;
	line-height: 23px;
	padding-top: 3px;
}

#menu ul.ul-level-2 li.level-2-act.hassubs,
#menu ul.ul-level-2 li.level-2-act.actifsub{
	color:#fff;background:#077a2d url(../images/side_menu_arrow_green_down.gif) no-repeat 7px 10px;
	margin-bottom: 1px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 23px;
	line-height: 23px;
	padding-top: 3px;
}
/*
#menu ul.ul-level-2 li.level-2-act hassubs{
	color:#fff;background:#077a2d url(../images/side_menu_arrow_green_down.gif) no-repeat 7px 10px;
	margin-bottom: 1px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 23px;
	line-height: 26px;
	padding-top: 3px;
}
*/
#menu ul li.level-2-act a,
#menu ul li.level-2 a {
	margin: 0 0 0 20px;
	color:#fff;
}

/*level 3*/
#menu ul li ul li.level-3,
#menu ul li ul li.level-3-act {
	background:#ececec;
	color:#000;
}
#menu ul li.level-3-act a,
#menu ul li.level-3 a {
/*	margin: 6px 0 3px 10px;*/
	margin: 2px 0 6px 10px;
	color:#444;
	font-weight:bold;
/*	height:18px; */
	line-height: 16px;
	padding:0;
}

/*level 4*/
#menu ul.ul-level-4{
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #dadada;
	padding-bottom: 3px;
}
#menu ul li ul li.level-4 {
	background: transparent url(../images/sub_menu_dot.gif) no-repeat 13px 9px;
	padding: 0 ;
}
#menu ul li ul li.level-4-act {
	background: transparent url(../images/sub_menu_dot.gif) no-repeat 13px 9px;
	padding: 0;
}
#menu ul li.level-4-act a,
#menu ul li.level-4 a {
	color:#444444;
	font-weight:normal;
	line-height:16px;
	margin:0 0 0 20px;
	padding:2px 0;
}

/*level 5*/
#menu ul.ul-level-5{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #c8c8c8;
	padding-bottom: 3px;
}
#menu ul li ul li.level-5 {
	background: transparent url(../images/sub_menu_dot.gif) no-repeat 28px 10px;
	padding: 2px 0 0 0;
}
#menu ul li ul li.level-5-act {
	background: transparent url(../images/sub_menu_dot.gif) no-repeat 28px 10px;
	padding: 2px 0 0 0;
}
#menu ul li.level-5-act a,
#menu ul li.level-5 a {
	margin: 0 0 0 35px;
	color:#444;
	font-weight:normal;
	padding:0;
	line-height:16px;
}

/* space between levels */
div#menu ul.ul-level-2 li ul.ul-level-3,
div#menu ul.ul-level-2 li ul.ul-level-3 li ul.ul-level-4,
div#menu ul.ul-level-2 li ul.ul-level-3 li ul.ul-level-4 li ul.ul-level-5 {
	padding-top:1px;
}

/* Breadcrumb styles */
#bread {font-size:12px;padding: 3px;margin: 13px 0 4px 5px;}
#bread a {color: #0b4577;text-decoration:none;}
#bread a:hover {text-decoration:underline;}
#bread span {color: #000;}
#bread ul {display: inline;border:none;}
#bread ul li {border: none;list-style: none;display:inline;}
#bread .bread-space {margin:0 3px;}

/* float clearing - needs to be checked in ie6, ie7, ie8 !! */
/* the same classes and id's should be present in all three rulesets */

/* float clearing for IE6 */
* html div.four-column-container, * html div.two-column-container, * html div.three-column-container, * html #four-column-topmenu, * html #two-column-subpage, * html div#logorow, * html div.one-column-newsticker
{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html div.four-column-container, *+html div.two-column-container, *+html div.three-column-container, *+html #four-column-topmenu, *+html #two-column-subpage, *+html div#logorow, *+html div.one-column-newsticker
{
  min-height: 1%;
}

/* float clearing for everyone else - including ie8 */
div.four-column-container:after, div.two-column-container:after, div.three-column-container:after, #four-column-topmenu:after, #two-column-subpage:after, div#logorow:after, div.one-column-newsticker:after
{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* news styles */
.news-latest-item {margin: 0px;padding: 0px;margin-bottom: 10px;}
.news-latest-item H3 a{text-decoration: none;color: #000;font-weight: bold;}
div.news-latest-gotoarchive {margin-bottom: 0px;text-align: right;text-transform: uppercase;}
div.news-insert-single-item h2 {padding-bottom: 0px;margin-bottom: 0px;font-weight: normal;}
.tt_news_item h3 {color:#6D6E71;font-weight: bold;}
div.news-insert-single-item h3 {text-transform: none;}
div.news-insert-single-item div.subheader {margin-top: 10px;}
div.news-latest-image-wrap {float: left;}
div.news-latest-text-wrap {float: left;width: 360px;margin-left: 10px;}
div.news-latest-morelink {font-size: 10px;}
div.news-latest-morelink a {font-size: 10px;color:#0b4577;text-decoration:none;}
div.news-latest-morelink a:hover {text-decoration:underline;}
div.news-single-backlink a {color:#0b4577;text-decoration:none;}
div.news-single-backlink a:hover {text-decoration:underline;}
div.news-single-item .subheader{color:black;margin-top:10px;margin-bottom:10px;padding-bottom:0px;font-weight:bold;}
div.news-single-img{margin-left:10px;float:right;}
div.news-single-date{font-size:10px;margin-bottom:10px;}
div.nv_loginboks{margin-top:0;padding:10px 0;}
.news-list-item H3 a{text-decoration:none;color:#6d6e71;font-weight:bold;}
div.news-list-item p{margin-bottom:3px;padding-bottom:0px;}
div.news-list-item{margin-bottom:10px;padding-top:0px;}
div.news-list-morelink{margin-top:0px;padding-bottom:0px;margin-bottom:0px;font-size:8px;}
.news-amenu-container{padding-top:0px;margin-top:0px;/*background-color:yellow;*/}
.news-amenu-container ul{text-align:left;margin-left:12px;padding-left:0px;padding-top:0px;margin-top:0px;}
div.newsheader {margin-bottom:15px;}

/* search items list styles */
span.tx-indexedsearch-path a, td.tx-indexedsearch-title a, td.tx-indexedsearch-result-number a {color:#333;text-decoration:none;border-bottom:1px dotted #333;}
span.tx-indexedsearch-path a:hover, td.tx-indexedsearch-title a:hover, td.tx-indexedsearch-result-number a:hover {text-decoration:none;border-bottom:1px dotted #333;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr strong.tx-indexedsearch-redMarkup {color:#0b4577; !important}
div.tx-indexedsearch-browsebox {margin:15px 0;}
div.tx-indexedsearch-whatis {display:none;}

.hiddendata { display: none;}


/* Extra customizations */


/* Tweeter styles*/

div.twtr-widget {

	margin-bottom: 10px;

}

div.twtr-hd, div.twtr-ft { display: none !important }
a.twtr-user, a.twtr-hashtag, a.twtr-hyperlink, a.twtr-hashtag { color:#006bff  }

div.twtr-widget-1 {

	margin-bottom: 10px;

}

.twtr-bd { padding: 0 10px !important }

/* two column */
div.two-column-container-left {
    float: left;
    width:545px;
    margin-right:0px;
}

div.two-column-container-right {
    float: left;
    width:221px;
    margin-right:0px;
}



