html { overflow-y: scroll; }

body {
	margin: 0;
	color: #46423c;
	min-width: 800px;
	background: #fff;
	font: 11px arial, helvetica, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;outline:none;padding:0;margin:0;display:block;}

input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #1e7198;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

/* General settings */
/* wrapper start */
#wrapper{
	width:960px;
	margin: 0 auto;
}
/* header start */
#header{
	width: 100%;	
	position: relative;
	z-index: 10;
	background-color:#FBFBFA;
}
.frontpageheader
{
	height:59px;
	background:url(images/bg-header2.gif) repeat-x;
}

.templateheader
{
	height:59px;
	background:url(images/bg-header.gif) repeat-x;
}

.logo{
	float: right;
	text-indent: -9999px;
	margin:20px 15px 0 0;
}
.logo a{
	width:152px;
	height:17px;
	overflow: hidden;
	display: block;
	background:url(images/bg-logo.gif) no-repeat;
}
/* navigation start */
#header ul{
	margin: 0;
	padding:22px 0 0 13px;
	list-style: none;
	font-family:"Times New Roman", Times, serif;
	float: left;
}
#header ul li{
	float: left;
	padding: 0 20px 20px 0;
}
#header ul li a{
	color: #45423c;
	font-weight: bold;
}
#header ul li a:hover{
	text-decoration: none;
}
#header ul li:hover a,
#header ul li.hover a,
#header ul li.active a{
	color: #1e7198;
}
#header ul li:hover,
#header ul li.hover{
	position: relative;
}
#header ul li:hover div,
#header ul li.hover div{
	display: block;
}
#header ul li div{
	display: none;
	width:230px;
	border: 1px solid #b5b0a7;
	background:#fff;
	overflow: hidden;
	position: absolute;
	left:-25px;
	top:31px;
	padding: 17px 0 10px 21px;
	z-index: 100 !important;
}
#header ul li div ul{
	margin: 0 0 10px;
	padding: 0 0 14px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	background:url(images/separator-01.gif) no-repeat 0 100%;
	line-height:18px;
}
#header ul li div ul li{
	width: 100%;
	overflow: hidden;
	color: #6c665a;
	padding:0;
}
* html #header ul li div ul li{
	overflow: visible;
}
#header ul li div ul li a{
	/*color: #6c665a !important ;*/
	background:url(images/bullet-01.gif) no-repeat 0 11px;
	padding: 0 0 0 37px;
	display: block;
	outline:none;
	clear: both;
}
#header ul li div ul li a:hover{
	color: #1e7198 !important;
}
/* main start */
#main{
	width: 100%;
	/*padding: 0 0 6px;*/
}

.frontpagemain
{
	width: 100%;	
}

.templatemain
{
	width: 100%;
	padding: 0 0 6px;
}
/* banner start */
.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{display: block;}
/* title start */
.title{
	height:73px;
	overflow: hidden;
	background:#8c8579;
	padding:37px 0 0 42px;
}
.title h1{
	margin: 0;
	color: #fff;
	font-size:51px;
	font-weight: normal;
	text-transform: uppercase;
}
.secondary-main{
	width: 100%;
	overflow: hidden;
}
/* content start */
#content{
	width:635px;
	float: left;
	margin: 10px 0 0;
}
/* forms start */
.form-contact{
	padding:19px 0 21px 45px;
	width:479px;
}
.row{
	overflow: hidden;
	height:28px;
}
.form-contact strong{
	display: block;
	white-space:nowrap;
	padding: 0 0 9px;
	word-spacing:-1px;
}
.form-contact label{
	float: left;
	padding:5px 0 0;
}
.form-contact label.label{
	padding-top: 3px;
}
.text-form{
	float: right;
	width:358px;
	border: 1px solid #929090;
	border-left: 1px solid #bcc3cf;
	border-bottom: 1px solid #bcc3cf;
	padding: 1px 4px;
	margin: 0;
	line-height:13px;
	overflow: hidden;
}
.checkbox{
	width:15px;
	height:15px;
	vertical-align:middle;
	float: left;
	margin:0 11px 0 110px;
	padding: 0;
}
.form-contact textarea{
	width:358px;
	height:85px;
	max-width:368px;
	max-height:95px;
	border: 1px solid #929090;
	border-left: 1px solid #bcc3cf;
	border-bottom: 1px solid #bcc3cf;
	margin:-4px 0 0 111px;
	padding: 4px;
	overflow:auto;
}
.form-contact a{
	font-weight: bold;
	display: block;
	text-align: right;
	margin: 22px 0 0;
}
/* sidebar start */
#sidebar{
	width:320px;
	float: right;
	padding:10px 0 0;
}
.address-box{
	padding:9px 0 0 5px;
	overflow: hidden;
	height:1%;
}
#sidebar .address-box h2{
	font:bold 12px/30px "Times New Roman", Times, serif;
	background:#8c8579;
	color: #fff;
	margin: 0 0 21px -5px;
	padding: 0 0 0 5px;
}
.address-box ul{
	margin: 0;
	padding: 0 0 14px;
	list-style: none;
}
.address-box ul li address{font-style:normal;}
.address-box a{
	color: #1e7198;
	font-weight: bold;
}
.se-kart{
	display: block;
	margin: 0 0 14px;
}
/* footer start */
#footer{
	width: 100%;
	overflow: hidden;
	background:#adb3b1;
	font-size:10px;
	color: #fff;
	line-height:29px;
	word-spacing:-1px;
	margin: 0 0 20px;
}
#footer p{margin: 0 0 0 45px;}
#footer a{color: #fff;}
.img-box{
	width: 100%;
	overflow: hidden;
	padding: 0 0 2px;
}
.img-box img{display: block;}
#content h2{
	font:bold 11px/30px "Times New Roman", Times, serif;
	background:#8c8579;
	color: #fff;
	margin: 0;
	padding: 0 0 0 45px;
	text-transform: uppercase;
}
/* text box start */
.text-box{
	width:550px;
	padding:21px 0 0 46px;
}
.text-box p{
	margin: 0 0 14px;
	line-height:14px;
}
/* contact-info start */
.contact-info{
	width: 100%;
	background:#d0dadb;
	overflow: hidden;
	margin: 0 0 3px;
	display: block;
	cursor: pointer;
}
.contact-info .name{
	font:bold 11px/30px "Times New Roman", Times, serif;
	background:#8c8579;
	color: #fff;
	margin: 0;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	text-decoration: none;
}
.contact-info:hover{
	text-decoration: none;
	border:none;
}
.contact-info img{
	float: left;
	margin: 0 10px 0 0;
}
.contact-info strong{
	margin: 0;
	padding:16px 0 0;
	list-style: none;
	line-height:14px;
	font-weight: normal;
	display: block;
	color: #46423c;
}
.contact-info strong span{display: block;}
.contact-info strong span span{
	color: #1e7198;
	display: inline;
}
.contact-info:hover strong span span{text-decoration: underline;}
/* breadcrumbs start */
.breadcrumbs{
	width: 100%;
	overflow: hidden;
	font:bold 11px "Times New Roman", Times, serif;
	margin: 0;
	padding:18px 0 17px 13px;
	list-style: none;
	word-spacing:2px;
}
.breadcrumbs li{
	float: left;
	color: #514e49;
	padding: 0 0 0 2px;
}
.breadcrumbs li a{
	color: #1e7198;
	margin: 0 2px 0 0;
}
/* line start */
.line{
	width:970px;
	margin: 0 0 11px -7px;
	overflow: hidden;
}
.line.last{margin-bottom:24px;}
.box{
	width:300px;
	height:189px;
	float: left;
	margin: 0 0 0 7px;
	overflow: hidden;	
	padding:12px 0 0 15px;
	display: inline;
}

.arrow
{
	background:url(images/bg-box.gif) no-repeat;
}

.noarrow
{
	background:url(images/bg-box2.gif) no-repeat;
}

.box h3{
	margin: 0 0 28px;
	color: #fff;
	font: bold 12px "Times New Roman", Times, serif;
}
.box .top{
	height:71px;
	overflow: hidden;
}
.box p{
	margin: 0 30px 0 0;
	line-height:14px;
}
.logo-box{
	margin: 0;
	padding:6px 0 0 20px;/*padding:16px 0 0 20px;*/
	list-style: none;
	overflow: hidden;
	width:240px;
}
.logo-box li{float: left;}
.logo-box li.right{float: right;}
#content h3{
	margin:17px 0 7px 46px;
	color: #46423c;
	font: bold 12px "Times New Roman", Times, serif;
	word-spacing:1px;
}
.text-box p strong{
	width:550px;
	display: block;
	word-spacing:-1px;
}
.txt-1{
	width: 100%;
	overflow: hidden;
	padding: 9px 0 0;
}
.txt-1 h2,
.txt-2 h2{
	margin: 0 0 22px;
	font:bold 12px/30px "Times New Roman", Times, serif;
	background:#8c8579;
	color: #fff;
	padding: 0 0 0 5px;
	word-spacing:1px;
}
.txt-1 ul{
	margin: 0;
	padding: 0 0 18px 5px;
	list-style: none;
	line-height:14px;
	font-weight: bold;
}
.txt-1 ul li{
	background:url(images/bullet-02.gif) no-repeat 0 6px;
	padding: 0 0 14px 7px;
}
.txt-2{
	width: 100%;
	overflow: hidden;
}
.txt-2 ul{
	margin: 0;
	padding: 0 0 18px 5px;
	list-style: none;
	font-weight: bold;
	word-spacing:-1px;
}
.txt-2 ul li a{
	background:url(images/bullet-03.gif) no-repeat 0 6px;
	padding: 0 0 0 7px;
}


/* Charith added following css classes in addintion to the original CSS */

.pageline
{
	overflow:hidden;
	width:970px;
	margin-top:11px;
	padding-left:15px;
}

.pages
{
	width:45px;
	height:auto;
	float:left;	
	color:#514E49;
	font-family:Times New Roman;
}

.pagenumbers
{
	width:441px;
	height:auto;
	float:left;
}



.pagenumberselected
{
	/*background-image:url(Images/pagesselected.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;*/
	font-family:Times New Roman;
	font-size:11px;
	color:#1E7198;
	width:auto;
	padding-left:4px;
	padding-right:4px;	
	height:10px;
	font-weight:bold;
}

.pagenumbernormal
{
	/*background-image:url(Images/pagesnormal.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;*/
	font-family:Times New Roman;
	font-size:11px;	
	color:#514E49;
	width:auto;
	padding-left:4px;
	padding-right:4px;	
	height:10px;	
}

/**/
.black
{
    color:Black;
}
.red
{
    color:Red;
}

/*Ansatte Detail page */

.ansattecontent
{
	width:635px;
	float:left;
	height:auto;
	border-top-color:#b6c0c1;
	border-top-style:solid;
	border-top-width:5px;
}

.topansattecontent
{
	width:635px;
	float:left;
	height:auto;
	padding-top:14px;
}

.ansatteimage
{
	width:195px;
	float:left;
	height:auto;
}

.ansatteinfo
{
	width:430px;
	float:left;
	height:auto;
	padding-left:10px;
	padding-top:43px;
}

.ansattename
{
	font-family:Times New Roman;
	font-size:12px;
	font-weight:bold;
	color:#46423c;
	width:430px;
	float:left;
	height:auto;
}

.ansattelbl
{
	font-family:Arial;
	font-size:11px;
	color:#46423c;
	width:430px;
	float:left;
	height:auto;
}

.paddingbottom33
{
	padding-bottom:33px;
}

.paddingbottom30
{
	padding-bottom:30px;
}

.ansattelbl a
{
	color:#1e7198;
	text-decoration:none;
	
}

.ansatteinhold
{
	width:550px;
	float:left;
	padding-left:46px;
}

.ansattesideepost
{
	display:inline;
	width:200px;
	text-decoration:none;
	color:#1E7198;
}

.noseperator
{	
	font-weight:bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 14px;
	text-transform:uppercase;
	width:100%;
	line-height:10px;
	float:left;
}

.noseperator a 
{	
	background:transparent url(images/bullet-01.gif) no-repeat scroll 0 3px;
	clear:both;
	/*color:#6C665A !important;*/
	display:block;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0 0 0 37px;
}

.noseperator a:hover
{
	color:#1E7198 !important;
}

.activesub {
	color: #1e7198;
}

.inactivesub
{
	color:#6C665A !important;
}

.menudisablefont
{
	color:#45423C;
	font-weight:bold;
}
