/*  Winterthur @ MIA 2007 Styles */

* {
	padding :0;
	margin:0;
}

body {
	font-family: Georgia, Times, serif;
	font-size: 0.88em;
	background: rgb(85, 98, 146);
	margin:0;
	padding:0;
}

p { 

	margin:1em 5%;
	font: 1em/1.5 Georgia, Times, serif;
	word-spacing: 0.1em;
}

#wrap {
	margin:0;
	padding:0;
	background: #ededed;
}

#header {
	height:107px;
	background: url(../images/header-bg.gif) no-repeat rgb(148, 156, 187);
	width: 100%;
	min-width:945px;
}

#footer {
	background: rgb(85, 98, 146);
	height: 34px;
	position: absolute;
    bottom: 0;
}

#navbox {
	width: 170px;
	height: 1000px;
	float: left;
	margin:0px;
	padding:0px;
	background: url(../images/sidebar-bg.jpg) repeat-y;
	
}

#titlebar {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #dddddd;
	font-size: 1em;
	background: rgb(85, 98, 146);
	/*height: 34px;*/
	padding: 10px 0;
	padding-left: 200px;
}

#main {
	/***********//*background: url(../images/sidebar-bg.jpg) repeat-y rgb(180, 185, 211);*/
	margin:0;
	padding:0;
}

#menu {
	font-size: 11px;
}

#menu a{
	color: white;
	text-decoration: none;
}

#menu a:hover{
	color: white;
}

#content {
	height: 1000px;
	background: url(../images/content-bg.jpg) repeat-x rgb(180, 185, 211);
	min-width: 800px !important;
}

.menuitem, #toggler {
	padding: 10px;
	text-align:left;
	width: 150px;
	color: white;
	border-bottom: 1px dotted rgb(180,185, 211);
	background: url(../images/menubutton-bg.png) repeat transparent;
	font-weight: bold;
}

#s_menuTop {
	padding: 10px;
	text-align:left;
	width: 160px;
	color: white;
	background: url(../images/menubutton-bg.png) repeat rgb(148,156,187);
	font-weight: bold;
}

#menuwrap {
	height:0;
	display:none;
	margin:0 auto;
}
#menuwrap2 {
	margin:0px;
}
#s_menu {
	padding:0px;
	width: 170px;
	background: url(../images/submenu-bg.jpg) rgb(180, 185, 211);
	border-bottom: 1px dotted rgb(180,185, 211);
	font-weight: bold;
}

.s_menuborder {
	/*border-bottom: 1px dotted rgb(180,185, 211);*/
}

#s_menu ul, #navlist li{
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;

}

#s_menu li{
	margin: 0;
	padding: 0;
	display: block;
}

#s_menu li a{
	background: transparent;
	text-align: left;
	width:160px;
	margin: 0;
	padding:10px 0px;
	padding-left: 10px;
	display: block;
	color: #ededed;
}

#s_menu li a:hover, #s_menu li a.active{
	color: black;
	background: #f3f4f8;
}

.menuitem:hover, #toggler:hover, .menuitem.active, #toggler.active{
	text-decoration: none;
	background: #f3f4f8;
	color: black;
}

#s_menuTop.active {
	text-decoration: none;
	background: #f3f4f8;
	color: black;
}


.menuitem a, #toggler a {
	text-decoration: none;
}

#contentAreaWrapper {
	margin:0;
	padding:0;
	/*float: left;*/
	min-width:800px !important;
	/*width:100%;*/
}

#textAreaWrapper {
	margin: 20px 0 20px 20px;
	float: left;
	background: transparent;
	/*border: 1px dotted rgb(223,225,237);*/
	/*padding: 10px;*/
	padding:0;
}
#textArea{
	background: white;
	padding: 20px;
	padding-top:30px;
	width: 375px;
}
#textArea p{
	font-family: Georgia, Times, serif;
	font-size: 0.92em;
	line-height: 1.8em;
}

#textArea h2 {
	color:#8f0000;
	padding-left: 20px;
	font: italic 900 1.72em georgia;
}

.firstLetter {
	margin-left:15px;
	padding-right:2px;
	padding-top:15px;
	float:left;
}

#textArea p.firstParagraph {
	font-size: 1.2em;
	color: #999999;
	font-style: italic;
}

.faded{
	color: #999999;
	font-style: italic;
}

#imageAreaWrapper {
	margin: 20px 0 0 20px;
	width: 20%;
	float: left;
	position: relative;
	background: transparent;
	/*border: 1px dotted rgb(223,225,237);*/
	/*padding: 10px;*/
	padding:0;
}
#imgArea{
	background: white;
	padding: 20px;
}

#imgArea a{
	text-decoration: none;
}

#imgArea img{
	border: none;
	width: 100%;
}

