/************************************************************************
	Basic style definition
************************************************************************/
* {
	padding: 0;
	margin: 0;
}

body {
	color: #000000;
	font-family: Segoe UI;
	background: #ffffff;
}

/************************************************************************
	LAYOUT
************************************************************************/
div#container {
	width: 960px;
	margin: 30px 0 0 7px;
	border: 0px solid;
	background: #ffffff;
}

div#header {
	width: auto;
	margin: 0 0 0px 0;
	height: 60px;
	background: #ffffff url("../image/congregoLogoWhite.png") no-repeat;
	clear: both;
	border: 0px solid;
}

span#hidden {
	display: none;
}

div#teaser {	
	position: absolute;
	border: 0x solid;
	margin: 3px 0 0 731px;
	height: 153px;
	width: 211px;
	z-index: 1;
}

div#content {
	background: url("../image/congregoBackground.jpg") no-repeat;
	margin: 0 0 0 7px;
	float: left;
	width: 718px;
	border: 0px solid;
}

div#leftContent {
	margin: 0 0 0 0;
	float: left;
	width: 320px;
	border: 0px solid;
	font-size: 12px;
}

div#rightContent {
	margin: 5px 0 0 0;
	float: right;
	width: 226px;
	border: 0px solid;
}

div#footer {
	clear: both;
	width: auto;
	height: 35px;
	background: #ffffff url("../image/congregoFooter.gif") no-repeat;
	border: 1px solid;
	border-color: #ffffff;
}


/************************************************************************
First navigationbar 
************************************************************************/
    #congregoTab {
    	padding: 0 0 25px 0;
      /*float:left;*/
      clear: both;
      width: auto;
      height: 70px;
      font-size: 16px;
			background: #ffffff url("../image/congregoNavBar.png") no-repeat;
			border: 0px solid;
      }
      
    ul#navBarList {
			margin:0;
			padding:5px 10px 0 40px;
			list-style:none;
      }
    ul#navBarList li {
      display:inline;
      margin:0;
      padding:0;
      }
    ul#navBarList a {
      float:left;
      background:url("../image/congregoTabLeft.gif") no-repeat left top;
      margin:0 0 0 1px;
      padding:0 0 0 10px;
      text-decoration:none;
      }
    ul#navBarList a span {
      float:left;
      display:block;
      background:url("../image/congregoTabRight.gif") no-repeat right top;
      padding:2px 10px 2px 2px;
      color:#1f373b;
      font-size: 14px;
      font-family: Segoe UI;
      font-weight: normal;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    ul#navBarList a span {float:none;}
    /* End IE5-Mac hack */
    ul#navBarList a:hover span {
      color:#1f373b;
      }
    ul#navBarList a:hover {
      background-position:0% -150px;
      }
    ul#navBarList a:hover span {
      background-position:100% -150px;
      }
      
    ul#navBarList a.current {
    	background-position:0% -150px;
    }
    ul#navBarList a span.current {
    	background-position:100% -150px;
    }


/************************************************************************
Second navigation bar 
************************************************************************/
ul#SubNavBarList {
	clear: both;
	padding: 5px 0 0 47px;
}

ul#SubNavBarList li {
	display: block;
	float: left;
/*	margin: 2px 1px 0 1px;
	padding: 0 5px 0 2px;*/
	width: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

ul#SubNavBarList li.current {
	color: #ee9522;
}

ul#SubNavBarList li.current span {
	color: #ee9522;
}

ul#SubNavBarList a {
	text-decoration: none;
	color: #000000;
}

ul#SubNavBarList a span {
	width: auto;
	padding: 0 6px 0 6px;
}

ul#SubNavBarList a:hover {
	text-decoration: none;
	color: #ee9522;
	cursor: pointer	;
}

/************************************************************************
Table => footerNavBar
************************************************************************/

table#footerNavBar {
	margin: 13px 0 0 30px;
	border: 0px;
}

table#footerNavBar td{
	padding: 0 7px 0 7px;
	font-size: 11px;
	text-align: center;
	border: 0px;
	border-left: 1px solid #000000;	
}

table#footerNavBar  a {
	text-decoration: none;
	color: #000000;
}

table#footerNavBar a:hover {
	text-decoration: none;
	color: #f1ad42;
}

table#footerNavBar td.copy{
	font-size: 11px;
	width: 450px;
	text-align: right;
}