/*
 * @author ( Angie Radtke )
*/

/* not ready */

/* ##########################  general  ########################### */

body
{
	color: #535E69;
	font: 13px/1.231 helvetica,arial,clean,sans-serif;
}
}

#all
{
	color: #333;
	border:solid 0px ;
	padding-top:0px;
	background:#fff;
}
a:link,
a:visited
{
	color:#095197
}

a:hover {
	color:#D6902E;
}

fieldset
{
	border:solid 0px #ccc
}

.article-info
{
	color:#444
}

.article-info dd span
{
	color:#444;
	border-right:solid 0px;
	background:#eee
}

/* ##########################  back  ########################### */
.clr {clear:both;}



/* ##########################  header  ########################### */

#header
{
	background:#fff;
	position:relative;
	padding-top:20px;
}
.logo {
	float:left;
	padding-left:10px;
}
#header .search {
	background: url(../images/icons_sprites_search.gif) no-repeat scroll 0 -1px transparent;
	float:right;
}
#header .search .finder {margin-left:0;}
#header .search input {
	background: transparent;
	border: 0 none;
	font-size: 93%;
	line-height: 24px;
	padding: 0 0 0 10px;
	margin:0;
	vertical-align: bottom;
	height: 24px;
	width: 160px;
}
#header .search input.button, #header .search button.button {
	background: transparent;
	background: url(../images/icons_sprites_search.gif) no-repeat scroll -169px -1px transparent;
	border: 0 none;
	cursor: pointer;
	line-height: 24px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	height: 24px;
	width: 51px;
}
#header .search input:focus {
	margin:0;
	padding:0 0 0 10px;
}
#header .header_right {
	float:right;
}
#header .langs {
	float:right;
	padding:6px 12px 0;
}
#header .contacts {
	clear:right;
	float:right;
	font-size: 11px;
	line-height: 13px;	
	padding-top:12px;
}
#header .contacts a {
	color: #F60;
}

/* ++++++++++++++  first menu level  ++++++++++++++ */
#header ul.menu
{
    padding:0 ;
	border:0 ;
	text-align:left;
    display:block;
	margin:0;
    position: relative;
}
#topnav {
	clear:both;
	float:left;
	margin-top:20px;
}

#header ul.menu li
{
    border:0;
    position: relative;
    display: block;
    float: left;
	margin: 0 5px 0 0;
	padding-bottom:10px;
	
	
}
#header ul.menu li a:link,
#header ul.menu li a:visited
{

	color: #535E69;
	background: url(../images/icons_sprites_gradients.png) repeat-x scroll 0 0 transparent;
	border:0;
	margin:0;
	padding: 5px 10px 0 10px;
	height: 45px;
	-moz-box-shadow: 1px 2px 2px #838383;
	-webkit-box-shadow: 1px 2px 2px #838383;
	box-shadow: 1px 2px 2px #838383;	
    display: block;
	font-weight:normal;

}


#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li a:focus,
#header ul.menu li.hover a
{
	background-position: 0 -60px;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

/* ++++++++++++++  second menu level  ++++++++++++++ */

#header #topnav ul ul {
	display:none;
	background-color:#FFF;
    width: 400px;
	padding:10px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
-moz-box-shadow: 2px 3px 2px #838383;
-webkit-box-shadow: 2px 3px 2px #838383;
box-shadow: 2px 3px 2px #838383;	
}
#header #topnav ul ul li {
	background-image: url(../images/icons_sprites.png);
	background-repeat: no-repeat;
	background-position: 0 -7987px;
	float:none;
	padding: 0 0 0 17px;
	width:220px;
	margin:0 0 15px 0;
}
#header ul.menu li li a:link,
#header ul.menu li li a:visited
{

	color: #535E69;
	background:none;
	font-size:12px;
	text-transform:capitalize ;
	border:0 ;
	margin:0px 0 0 0 ;
	padding:0 ;
    display: inline;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;	

}
#header ul.menu li li a:hover,
#header ul.menu li li a:active,
#header ul.menu li li a:focus
{
	color:#D6902E;
}


/* ##########################  contentarea  ########################### */

ul.menu ul {
	list-style-type:none;
}

#contentarea,
#contentarea2
{
	background:#fff;
	clear:both;
}


/* ##########################  breadcrumbs  ########################### */

#breadcrumbs
{
	color:#333;
}

#breadcrumbs a:link,
#breadcrumbs a:visited
{
	color:#333;
}

#breadcrumbs a:hover,
#breadcrumbs a:active,
#breadcrumbs a:focus
{
	text-decoration:none;
}


/* ##########################  navigation column  ########################### */

.module_content
{
	border:solid 1px #ddd;

}
.moduletable_js
{
	border:solid 0px #ddd;
}

#right .moduletable_js
{
	border:0
}



h3.js_heading
{
	border-bottom:solid 1px #ddd;
	background:#eee;
	font-family: 'Titillium Maps', Arial;
}

h3.js_heading span.backh
{
	border:solid 0px #000
}

h3.js_heading span.backh1
{

}

h3.js_heading a
{
	border:0
}

h3.js_heading a img
{
	border:0
}

h3.js_heading a.opencloselink:hover,
h3.js_heading a.opencloselink:active,
h3.js_heading a.opencloselink:focus
{
	background:none
}


#right h3 span.backh
{

}

#right h3 span.backh2
{
	background:#fff;
	color:#555;
	border-bottom:solid 1px #ddd
}

#right h3 span.backh3
{
padding-left:0
}









/* ##########################  content - main   ########################### */

#main .search {
margin-left:16px;
margin-top:16px;
}





.items-row
{
	background:#fff
}

.items-row h2
{
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #ddd;
	color:#555
}

.column-1,
.column-2
{
	border: solid 0px ;
}

.item-separator
{
	border: solid 0px #333333;
}

#main ul li
{

}

.small
{
	border:solid 0;
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
	border-bottom:solid 1px #ddd
}

.archive #adminForm fieldset
{
	border:0;
	padding:0;
	margin:20px 0
}






/* h1 on frontpage */

.items-row h2
{
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}

.items-leading h2,
#main h3,
#main h4
{
	color:#555;
}

#main h2

{
	color:#333;
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;	

}

#main h2 a
{
	color:#095197
}



/* ++++++++++++++  items-more  ++++++++++++++ */

#wrapper2 .item-page img {
	max-width: 532px;
}

#main .items-more h3
{
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #ddd;
	color:#444;
}

#main .items-more ol
{
	color:#000;
}

#main .items-more ol li a
{
	color:#095197
}

#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus
{
	color:#fff;
}

/* ++++++++++++++  pagination  ++++++++++++++ */

#main .pagination
{
	border-top:solid 1px #ddd;
	clear: both;
}

/* ++++++++++++++  article index  ++++++++++++++ */

table.contenttoc
{
	border:solid 1px #ccc;
}


/* ##########################  right column   ########################### */

.left1 {margin-right:0;width:228px;}
#wrapper2 {width:732px;}


/* ++++++++++++++  button for closing right column  ++++++++++++++ */
#close span
{
	color:#000;
}

/* ##########################  modules  ########################### */



/* ++++++++++++++   search results	++++++++++++++++++ */

.finder {margin-left:16px;}
dl.search-results
{
	
}

dl.search-results dt.result-title
{
	padding:5px;
	border-top:dotted 1px #ddd;
	background:#f5f5f5;
}
dl.search-results dt.result-title a {color: #535E69;text-decoration:none;}
dl.search-results dt.result-title a:hover {color: #D6902E;}


dl.search-results dd.result-url
{
	border-bottom:solid 5px #fff;
	color:#115599;
}

dl.search-results dd.result-created
{
	border-bottom:solid 5px #fff;
}


/* ##########################  contacts   ########################### */

.contact form
{
	background:#fff;
	color:#000;
}

.contact input
{
	background:#fff;
	color:#000;
}

.contact .button
{

}

.contact input.invalid,
.contact textarea.invalid
{
	border:solid 2px red;
}

.contact label.invalid
{
	color:red;
}


/* ++++++++++++++  Error Message contact form  ++++++++++++++ */

p.error
{
	color:#044b63;
	background:#eee;
	border-top:3px solid #044b63;
	border-bottom:3px solid #044b63;
}

body.contentpane
{
	background:#fff;
}


/* ##########################  footer   ########################### */

#footer
{
border-top: 1px solid #545E68;
margin: 30px 0 30px 0;
padding: 30px 0;
}
#footer .menu_bottom {
	display:block;
	overflow:hidden;
	margin-left:10px;
}
#footer .menu_bottom li {
	float:left;
	width:180px;
	list-style-type:none;
	font-size:13px;
	text-align:left;
	margin-right:10px;
}
#footer .menu_bottom li a {
	color: #535E69;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:85%;
	font-family:helvetica,arial;
}
#footer .menu_bottom li ul {
	margin-top:10px;
}
#footer .menu_bottom li ul a {
	font-weight:normal;
	text-transform:none;
}

/* ##########################  editor  ########################### */

.contentpaneopen_edit img
{
	border:0
}

form.editor fieldset
{
	border:solid 1px #ccc;
}


/* ++++++++++++++  edit  ++++++++++++++ */

form#adminForm
{
	border:solid 0px #000
}

.edit form#adminForm fieldset
{
	border:solid 1px #ddd
}
.edit form#adminForm  legend
{
	font-weight:bold
}
/* ++++++++++++++  tooltip  ++++++++++++++ */
.tip
{
	border:solid 1px #333;
	background:#ffffcc;
}


/*-------------------------------*/


table.pagenav,
table.pagenav tr,
table.pagenav td
{border:0 !important}

.cat-children ul ul,
.categories-list ul ul
{
	list-style-type:none;

}

.cat-children ul ul ul,
.categories-list ul ul ul
{


}
.categories-list .category-desc ul li
{list-style-type:square
}

/* contact  plain */
#main .contact h3
{
	border-bottom:solid 1px #ddd;
	margin: 20px 0
}

.form-required
{
	font-weight:bold;
	margin:10px 0;
	background:#fff url(../images/req.png) no-repeat;
	padding:10px 40px

}

.contact .inputbox,
.registration input,
.profile-edit input,
.login-fields input,
.remind input,
.reset input


{
	background:#fff url(../images/content_bg.gif) repeat-x ;
	border:solid 1px #ccc;
	padding:3px
}

.profile-edit select
{
	padding:0px;
	border:solid 1px #ccc;
	background:#f5f5f5;

}
.profile-edit select option
{
	padding:3px

}
/* contact  slider */

.panel
{
	border:solid 1px #ddd;
	margin-top:-1px

}
#main .contact .panel h3
{
	margin:0px 0 0px 0;
	padding: 0;
	background:#eee;
	border:0
}
.panel h3 a
{
	display:block;
	padding:6px;
	text-decoration:none;
	color:#444;
	padding:6px;
}


.panel h3.pane-toggler a
{
	background:#f5f5f5 url(../images/slider_plus.png) right  top no-repeat;
}
.panel h3.pane-toggler-down a
{
	background:#f5f5f5  url(../images/slider_minus.png) right  top no-repeat;
	border-bottom:solid 1px #ddd;
}

.pane-slider
{
	border:solid 0px;
	padding:0px 10px !important;
	margin:0;
	background: url(../images/nav_level_1.gif) repeat-x ;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
	padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
	margin:20px 0 0 0
}


/* tabs */

div.current
{

	background: url(../images/nav_level_1.gif) repeat-x ;
}

/* image upload modal */

#all #upload-flash ul li a:hover,
#all .item a:hover span {
	color:#fff;
}
#close a
{text-decoration:none}

/* ########################## sample module styling  ########################### */

div.sample-module {
    border: 2px dashed #ddd;
    padding: 10px;
    background-color: #f5f5f5;
}
#footer .footer1 {
	margin-top:30px;
	font-weight:bold;
	color:#535E69;
}
/* ####################### Featured Items ################## */
#main .featured_items {
	clear:both;
}
#main .featured_items ul {
	margin:0;
	padding:0;
}
#main .featured_items li, .newsflash, .gray_box{
	list-style-type:none;
	background: #EFF0F1;
	display: block;
	float: left;
	margin: 16px 0 0 16px;
	-moz-box-shadow: 2px 2px 4px #838383;
	-webkit-box-shadow: 2px 2px 4px #838383;
	box-shadow: 2px 2px 4px #838383;
	position: relative;
	width: 228px;
	height: 220px;
}
.newsflash {margin-left:0;height:213px!important;padding-bottom:7px;}
.newsflash p, .gray_box p{
	padding:7px 10px;
	margin:0;
	font-size:11px;
	line-height:13px;
	color:#666;
	font-family:arial;
}
#main .featured_items li.clearList {display:none;}
#main .featured_items li .moduleItemTitle, .newsflash-title, .gray_box h3 {
	text-decoration:none;
	display:block;
	font-weight: bold;
	color: #333;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 2px 5px 2px 10px;	
	margin:0;
	height:16px;
	line-height:16px;
	font-size:13px;
	white-space:nowrap;
}
#main .featured_items li .moduleItemIntrotext {
	padding:7px;
	text-align:center;
	vertical-align:middle;
}
#main .featured_items li .moduleItemIntrotext .moduleItemImage img {
	max-height:176px;
	max-width: 208px;
}

.newsflash a.readmore:link, .newsflash a.readmore:visited  {
	color:#f60;
	margin:0 0 0 10px;
	padding:0;
	font-size:11px;
}
.gray_box {
	margin-left:0;
}
/* ################ item list #################### */
#itemListPrimary .itemContainer, .itemList .itemContainer{
	margin-left:16px;
	margin-bottom:16px;
	border: 1px solid #E1E2E4;
}
#itemListPrimary .itemContainer .catItemBody, .itemList .itemContainer .catItemBody{
	position:relative;
}

#itemListPrimary .itemContainer .catItemTitle, #main .itemList .itemContainer .catItemTitle{
	margin:0;
	background-color: #E1E2E4;
	padding: 3px 5px 3px 8px;
	color: #535E69;
	font-size:12px;
}
#itemListPrimary .itemContainer .catItemImageBlock, .itemList .itemContainer .catItemImageBlock{
	float:left;
	width:168px;
	text-align:center;
	padding: 5px 0;	
}
#itemListPrimary .itemContainer .catItemIntroText, .itemList .itemContainer .catItemIntroText{
	padding:5px 10px;
	padding-bottom:14px;
}
#itemListPrimary .itemContainer .catItemReadMore, .itemList .itemContainer .catItemReadMore{
	position:absolute;
	right:10px;
	bottom:5px;
	color: #D18219;
	font-weight: bold;
}
#itemListPrimary .itemContainer .catItemReadMore a, .itemList .itemContainer .catItemReadMore a{
	color: #D18219;
	font-weight: bold;
	text-decoration:none;
	font-size:12px;
}
/* ################ item view #################### */
#k2Container .itemTitle {
	font-size: 16px;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #545E69;
}
#k2Container .itemImageBlock {
	width:155px;
	float:left;
	margin-bottom: 7px;
	-moz-box-shadow: 1px 2px 2px #838383;
	-webkit-box-shadow: 1px 2px 2px #838383;
	box-shadow: 1px 2px 2px #838383;
	border-left: 1px solid #E7E7E7;	
}
#k2Container .itemThumbBlock {
	width:160px;
}

#k2Container .itemFullText {
	margin-left:180px;
	font-size: 12px;
}
#k2Container .itemBody ul, #k2Container .catItemBody ul {
	list-style-position: outside;
	list-style-type: disc;
}

#k2Container .itemIntroText {
	margin-left:180px;
	font-size: 14px;
	font-weight:400;
	margin-bottom:10px;
}
#k2Container .itemIntroText p {
	font-size: 14px;
}
#k2Container .itemExtraFields {margin-left:180px;}
/*############## category view ################# */
#k2Container .itemListCategory {
	border: 1px;
	max-width: 547px;
	background-color: #EFF0F2;
	background-repeat: none;
	-moz-box-shadow: 1px 2px 2px #838383;
	-webkit-box-shadow: 1px 2px 2px #838383;
	box-shadow: 1px 2px 2px #838383;
	margin-bottom: 14px;
	border-style: solid;
	border-color: #E1E2E4;
}
#k2Container .itemListCategory h2 {
	color: #333;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 2px 5px 2px 10px;
	background-color: #E1E2E4;
	font: 13px/1.231 helvetica,arial,clean,sans-serif;
	font-weight:bold;
	margin:0;
}
#k2Container .itemListCategory .catDescription {
	padding: 7px 5px 17px 10px;
}
#k2Container .itemListCategory .catDescription p {
	font-size: 11px;
	line-height: 13px !important;
	margin-top:0;
}
#k2Container .itemListCategory .catDescription img {
	max-width: 532px
}
/* ################ left menu ############### */

ul#sec-nav {
	margin:0;
	padding:0;
	width:170px;
}
ul#sec-nav li {
	padding: 0;
	margin: 4px;
}
ul#sec-nav li a{
	display: block;
	font-size: 12px;
	color: #333;
	padding: 0 0 0 18px;
	background: url(../images/icons_sprites.gif);
	background-repeat: no-repeat;
	background-position: left -4704px;
	font-weight:normal;
}
ul#sec-nav li a:hover {
	color:#f60!important;
	background-position:0 -600px!important;
}
ul#sec-nav li.active a{
	color: #333;
	background: url(../images/icons_sprites.gif);
	background-repeat: no-repeat;
	background-position: -1px -4904px;
	font-weight:normal;
}
ul#sec-nav li.active li.current > a {
	background-position:0 -600px;
	font-weight:normal;
	color:#f60;
}

ul#sec-nav li li{
	padding: 0 0 0 10px;
	width:146px;
}
ul#sec-nav li.active li a {
	background-position:0 -500px;
}
ul#sec-nav li ul li ul {
	padding:0;
}
/*############# pagination ############# */
.k2Pagination {
	text-align:center;
}
#main .k2Pagination li {
	display:inline-block!important;
	display:inline;
	zoom:1;
	list-style-type:none;
	margin:0 2px;
	line-height:1em;
}
.k2Pagination li span, .k2Pagination li a {
	display:block;
	font-size:12px;
	line-height:20px;
	height:20px;
	padding:0;
	font-weight:bold;
	min-width: 20px;
	text-align:center;	
	border: 1px solid #D2D2D2;
	color:#616D79;
	text-decoration:none
}
.k2Pagination li a:hover {background-color:#cfd3d6;}
.k2Pagination li span.pagenav {
	color:#fff;
	background-color:#616D79;
}
.k2Pagination li.pagination-start span, .k2Pagination li.pagination-end span, .k2Pagination li.pagination-next span, .k2Pagination li.pagination-prev span {
	color:#616D79;
	background-color:#FFF;
}
.k2Pagination li.pagination-start span:hover, .k2Pagination li.pagination-end span:hover, .k2Pagination li.pagination-next span:hover, .k2Pagination li.pagination-prev span:hover {
	background-color:#cfd3d6;
}
.k2Pagination li.pagination-end a {
	text-indent: -9000px;
	background-image: url(../images/icons_sprites.png);
	background-position: 7px -5079px;
	width: 30px;
}
.k2Pagination li.pagination-start a {
	text-indent: -9000px;
	background-image: url(../images/icons_sprites.png);
	background-position: 6px -5201px;
	width: 30px;
}
.k2Pagination li.pagination-next a, .k2Pagination li.pagination-prev a {
	padding:0 4px;
}

/* ########### item atachment ######### */
.itemAttachmentsBlock {
	padding-top:10px;
}
.itemAttachmentsBlock span {
	font-weight:bold;
	font-size:1.1em;
}
.itemAttachments li {
	padding: 1px 0 3px 10px;
	list-style-type:none;
}
.itemAttachments li a {
	background: url(../images/ico_pdf.gif) no-repeat;
	padding-left: 18px;
	color: #F60;
}
/* ############## extra fields ############ */
#k2Container .itemExtraFields ul {
	list-style-type:none;
	padding:0;
}
.itemExtraFieldsLabel, .itemExtraFieldsValue {
	font-weight:bold;
	font-size:1.1em;
}