/*  
Theme Name: SwissNOSO
Description: SwissNOSO 2010
Version: 2.0
Author: Laurent Francioli for ZoOm Creations
*/

/* WP basics */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        font-style: italic;
}

.wp-caption p {
	font-size:11px;
	text-align:justify;
	padding: 0 4px;
}

.wp-caption li {
	font-size:11px;
	text-align:justify;
	padding: 0 4px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	text-align: center;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px;
	margin: 0;
}
/* End captions */

/* Images */

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.article_img_title{
    font-style: normal;
    font-weight: bold;
    margin-bottom: 3px;
}

/* End images */


/* @group General */

.valign{
 height:35px;display:block;position:relative; top:10%;
}
.valign2{
 height:35px;display:block;position:relative; top:3%;
}

html {
	background-color:#ffffff;
}

body {
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: rgb(77, 77, 77);
	margin: 0 0 80px 0;
}

#wrapper {
	min-width: 990px;
}

#top-border{

	background-repeat:no-repeat;
	width: 780px; height:13px; padding:0px;
	margin: 0 auto 0;
}

#page {
	width: 738px;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	background-color: white;
	/*border-left: 1px solid rgb(225, 230, 230);
	border-right: 1px solid rgb(225, 230, 230);
	border-bottom: 1px solid rgb(225, 230, 230);*/
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	position: relative;
}

#bottom-border{
	background-image:url(bottomborder.jpg);
	background-repeat:no-repeat;
	width: 778px; height:10px; padding:0px;
	margin: 0 auto 0;
}

h1 {
	color: rgb(77, 77, 77);
	font-size: 17px;
	text-transform: none;
	margin: 0 0 1em 0;
	line-height: 130%;
}

h2 {
	color: rgb(77, 77, 77);
	text-transform: none;
	font-size: 14px;
	margin: 1.5em 0 0.5em 0;
}

h3{
    font-weight: bold;
    font-size: 13px;
    text-transform: none;
    margin: 0.75em 0 0.25em 0;
}

h4{
    font-style: italic;
    font-size: 12px;
    margin: 0.4em 0 0.1em 0;

}
h5, h6 {
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	margin: 0;
}

a:link, a:visited {
	color: rgb(77, 77, 77);
	font-weight: normal;
	text-decoration: none;
}

a.email:link, a.email:visited {
	font-weight: normal;
}

a:link:hover, a:link:focus {
	color: rgb(0, 0, 0);
	text-decoration: none
}

strong {
	font-size: 12px;
}

#content ul {
	margin: 0 0 1em 0;
	padding-top: 0;
	padding-left: 2em;
	padding-bottom: 0;
	list-style-type: none;
	list-style-image: url(arrow.png);
}

#content ol {
	padding-left: 2em;
}

#content li {

}

#content a{
    font-weight:bold;
}

#content a:hover{
    color:#000000;
}

#content h2 a:hover{
    color:#4D4D4D;
}

#content h3 a:hover{
    color:#4D4D4D;
}

#content h4 a:hover{
    color:#4D4D4D;
}

#content h5 a:hover{
    color:#4D4D4D;
}

#content h6 a:hover{
    color:#4D4D4D;
}
.with-sidebar {
    /*width:510px;*/
}

#content table{
	border-collapse:collapse;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	margin-bottom:-4px;
	margin-top:4px;
}

#content td{
border-bottom-color:#585858;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#585858;
	border-left-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	vertical-align:middle;

}

/* @end */

/* @group Header */

#header {
	height: 284px;
	padding-bottom: 36px;
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	text-align: right;
	position: relative;
	width: 778px; /* = page width + page padding*/
	margin: 10px auto 10px auto;
}

#logo h1 {
	margin: 0;
	color: rgb(255, 255, 255);
}

#logo h1 a {
	display: block;
	height: 75px;
	background-image: url(logo.png);
	/*background-position: 8px 8px;*/
	background-repeat: no-repeat;
	background-position:center;
}

#logo-print{
	display:none;
	}

#tagline {
	margin-left: 10px;
        margin-right: 30px;
	padding:0;
	position:absolute;
	top: 0px;
	z-index:500;
}

#tagline h2{
	color:#373737;
        
}


#tagline h2 a, #tagline h2 a:visited{
    color:#373737;
    font-weight: bold;
    text-decoration: none;
}

/*#tagline h2 a:visited{
    color:#373737;
    font-weight: bold;
}*/

/* @group handles */

#handles{
	position:absolute;
	margin-top: 30px;
	padding: 0px;
	width: 102px;
	left:-102px;
}
#handles li:hover {
	/*overflow: visible;*/
	background-position: 0 -35px;	
}
#handles ul {
	top: 2px;
	left: 0px;
	position: absolute;
	margin: 0px;
	padding:0px;

}

#handles ul li.main {
	font-size: 11px;
	/*min-height: 35px;
	line-height: 35px;*/
	background-image: url(side-navigation-button7.png);
	background-repeat:no-repeat;
	background-position: 0 0px;
	margin-bottom: 2px;
	list-style:none;

}

#handles ul li.main:hover {
	background-position: 0 -35px;
}

#handles ul li.active {
	background-position: 0 -35px;			
}

#handles ul li a {
	display:table-cell;
	vertical-align:middle;
	#display: block;
	color: white;
	font-size: 1em;
	font-family: "Arial", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	/*white-space: nowrap;*/
height:35px;
	width:102px;
	margin-left:auto;
	margin-right:auto;

}

#handles ul li.active a{
    color:black;
}

#handles ul li.main:hover a{
    color:black;
}


#content_col{
margin: 0px;
position: relative;
/*border: #333333 2px solid;*/
width: 730px; margin-left:4px;
}

/* @end */


/* @group Navigation */

#navigation {
	width: 730px;
	height: 36px;
	background-image: url(navigation-back.png);
	position: absolute;
	left: 0;
	bottom: 0;
}

#menu, #menu ul, #lang-switcher {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu {
	height: 35px;
	bottom: 12px;
	left: 8px;
	position: absolute;
}

#menu li {
	width: 102px;
	float: left;
	height: 35px;
	margin-right: 2px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#menu li:hover {
	overflow: visible;
	background-position: 0 25px;	
}

#menu ul {
	bottom: 0;
	position: absolute;	
}

#menu ul li {
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	font-weight: bold;
	background-image: url(navigation-subbutton.png);
}

#menu ul li.main {
	font-size: 11px;
	height: 35px;
	line-height: 35px;
	background-image: url(navigation-button.png);
	background-position: 0 0;
}

#menu ul li.active {
	background-position: 0 100%;
}

#menu ul li a {
	display: block;
	color: white;
	font-size: 1em;
	font-family: "Arial", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

#lang-switcher {
	position: absolute;
	bottom: 12px;
	right: 8px;
	height: 35px;
}

#lang-switcher li {
	width: 26px;
	height: 35px;
	height: inherit;
	margin-left: 2px;
	font-size: 10px;
	text-align: center;
	line-height: 35px;
	font-family: "Arial", sans-serif;
	background-image: url(navigation-langbutton.png);
	background-position: 0 0;
	float: left;
        display: block;
	text-transform: uppercase;	
	color: white;
}

#lang-switcher .active {
	background-position: 0 100%;
}

#lang-switcher li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}

/* @end */

/* @end */

/* Welcome Message */
#welcome_message{
	/*width:510px;*/
	margin: 0 0 2.5em;
	text-align: justify;
}

/*NEWS*/

#content div.news{
	/*width:510px;*/
	margin: 0 0 2.5em;
}

#content  div.news p {
	margin: 0 0 0.2em;
	text-align:justify;
}

#content  div.news a {
	text-decoration:none;
	font-weight:bold;
}


#content div.news h1{
	margin: 0 0 0.5em;
}

#content div.news h1 a{
	color:#00a15c;
}

#content div.news h1 a:link, #content div.news h1 a:visited{
	color:#00a15c;
	/*font-weight:inherit;*/
	text-decoration:none;
}

#content div.news h1 a:hover{
	color:#008c5a;
}
/*CONTENT HEAD*/
.content_head{
	/*width:518px;*/
	margin-left:-8px;
	
}

.content_head_title{
	/*width:360px;*/
	/*float:left;*/
	background-color:#00a15c;
	margin-bottom: 5px;
}

#content .content_head_title h1 a:hover{
    color:#FFFFFF;
}

#previous_page{
	text-align:right;
	float:right;
}

#previous_page a{
	font-size:11px;
	color:#9D9D9D;
	text-decoration:none;
}

/*.content_head_back{
	width:140px;
	float:right;
	background-color:#00a15c;
	margin-bottom: 5px;
	text-align:right;
	padding-right: 10px;
}

#content div.content_head_back a, a:link, a:hover, a:visited{
	margin-top:8px;
	font-size:11px;
	color:#9D9D9D;
	text-decoration:none;
}*/


.content_head h1 {
	color:  #ffffff;
	padding-left:10px;
	margin-bottom: 0px;
}


/*ARTICLES*/

.subtitle{
	float:left;
	width:440px;
}

.subtitle_toplink{
	float:right;
	text-align:right;
	margin-top:8px;
	font-size:11px;
	color:#9D9D9D;	
}

#content div.subtitle_toplink a, #content div.subtitle_toplink a:link, #content div.subtitle_toplink a:visited{
	text-decoration:none;
	color:#9D9D9D;
        font-weight: normal;
}

#article div.article_image{
	float:right;
	margin-left: 10px;
	font-size:11px;
	width:230px;
	text-align:justify;
	border: 1px solid #CCCCCC; 
	padding:5px;
}

#article div.article_image img{
	margin:0px;
}

#article p.article_image_title{
	text-align:center;
	font-weight:bold;
}

#articles{
	/*width:510px;*/
        min-height: 340px;
}

#article h1{
	color:#00a15c;
	margin:0;
}

#article h2{
	margin: 0.5em 0 0.3em 0;
}

#article h2 a:hover{
	color:#4D4D4D;
}

#article h3{
	margin:0 0 0.5em;;
}

#content p.toplink{
	margin:0px;
	
}

#article p{

	margin: 0 0 0.2em;
	text-align:justify;
	}

#article a:link, #article a:visited, #article a:hover{
    font-weight: bold;
}

#article_nav{
    /*width: 510px;*/
}

.align_left{
    float:left;
    text-align: left;
}

.align_right{
    float:right;
    text-align: right;
}

#content div.article_summary{
	margin: 0.5em 0 1em;
        border-bottom: 1px dotted #888888;
        padding-bottom: 1em;
}

#content  div.article_summary p {
	margin: 0 0 0.2em;
	text-align:justify;
}

#content  div.article_summary a {
	text-decoration:none;
	font-weight:bold;
}


#content div.article_summary h1{
	margin: 0;
}

#content div.article_summary h3{
	margin-bottom: 0.5em;
}
#content div.article_summary h1 a{
	color:#00a15c;
}

#content div.article_summary h1 a:link, #content div.article_summary h1 a:visited{
	color:#00a15c;
	/*font-weight:inherit;*/
	text-decoration:none;
}

#content div.article_summary h1 a:hover{
	color:#008c5a;
}

#content div.article_summary h2{
	/*line-height: 100%;*/
        margin: 0.5em 0 0.3em;
}

#content div.article_summary_head{
    color: #888888;
}

#content div.article_summary_head a:link, #content div.article_summary_head a:visited{
    color: #888888;
}

#content div.article_summary_head a:hover{
    color: #000000;
}

/* @group Content */

#content {
	padding: 0px 8px 25px 8px;
	margin-top:25px;
	background-color: rgb(255, 255, 255);
	line-height: 170%;
	position: relative;
	width:714px;
        min-height: 350px;
}

#content p {
	margin: 0 0 1em 0;
}

#content address {
	font-style: normal;
	line-height: 125%;
}

/* @group FAQ */

#content p.question {
	margin-bottom: 0;
}

#content p.question a:link, #content p.question a:visited {
	font-size: 13px;
	font-weight: normal;
}

#content blockquote {
	margin: 0;
	display: none;
	color: #008c5a;
	margin-bottom: 1em;
}

#content blockquote a:link, #content blockquote a:visited {
	color: #008c5a;
	font-weight: normal;
}

#content blockquote ul {
	margin-bottom: 0;
	/*list-style-image: url(arrow-answer.png);	*/
}

/* @end */

/* @group Templates */

#sidebar-top{
    background-image:url(sidebartop.jpg);
    background-repeat:no-repeat;
    position: absolute;
    top:-25px;
    width:186px;
    height:25px;
    margin: 0 auto 0;

}

#sidebar-bottom{
    background-image:url(sidebarbottom.jpg);
    background-repeat:no-repeat;
    position: absolute;
    height:25px;
    width:186px;

}

#sidebar {
	/*position: absolute;
	right: 0px;
	width: 180px;*/
	position: absolute;
	right: -210px;
	width: 185px;
	background: white;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
	margin-bottom:5px;
        margin-right: 5px;
	background-color:#00a15c;
	color:#FFFFFF;
}

#sidebar ul{
    margin-right: 5px;
}

#sidebar a {
	color:#4D4D4D;
        font-weight:normal;
	text-decoration:none;
}

#sidebar a:hover {
	color:#4D4D4D;
	text-decoration:underline;
}

input.sidebar-txtsearch {
	width:154px;
	height:19px;
	margin:0px;
	padding:0px;
	border-color:#00a15c;
}

input.sidebar-btnsearch {
	width:24px;
	height:23px;
	margin:0px;
	padding:0px;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	width: 700px;
	height: 27px;
	margin-top: 20px;
	padding: 0 15px;
	line-height: 27px;
	color: rgb(255, 255, 255);
	background-image: url(footer-back.png);
	position: relative;

}

#footer .block {
	/*float: left;*/
	margin-right: 3em;
}

#footer .right {
	top: 0;
	right: 15px;
	margin-right: 0;
	position: absolute;
}

#footer .block a {
	color: rgb(255, 255, 255);
	font-weight: normal;
}

#disclaimer {
	/*top: 60px;
	left: 0;*/
	width: 730px;
	color: rgb(120, 120, 120);
	font-size: 10px;
	position: absolute;
	line-height: 1.4em;
	text-align: center;
	margin-top: 30px;
}

/* @end */
