* {padding: 0; margin: 0;} 

body {
	background: #333333 url(img/center-bg.jpg) repeat-y center top;
	width: 100%;
	display: table;
}

#header {
	background: #333333 url(img/header-bg.jpg) no-repeat left top; 
	height: 530px;
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

#center {
	width: 1024px;
	height: 100%; 
	margin: 0 auto; 
	position: relative;
	padding: 0 0 0px;
}

#content {
	width: 514px;
	float: left;
	position: relative;
	z-index: 5;
	padding: 0px 0 10px 140px;  /* top, right, bottom, left */
}

#fullcontent {
	width: 724px;
	float: left;
	position: relative;
	z-index: 5;
	padding: 0px 0 10px 140px;  /* top, right, bottom, left */
}

#sidebar {
	width: 210px;
	float: right;
	padding-right: 10px;
	position: relative;
	z-index: 4;
	overflow: hidden;
	padding: 0px 140px 10px 0px;  /* top, right, bottom, left */
}

#footer-wrap { 
	background: url(img/bottom-bg.jpg) repeat-x;
	width: 100%; 
	height: 183px;
	clear: both;
}

#footer { 
	background: url(img/footer-bg.jpg) no-repeat center top;
	width: 1024px;
	height: 183px;
	margin: 0 auto; 
}

body {
	font: 75%/160% Arial, Helvetica, sans-serif;
}

.navheader {
	position: absolute;
	left: 182px;
	bottom: 50px;
	list-style: none;
	
	font-size: 18px;  
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	
	text-transform: uppercase;
}

.navheader li {
	background: none;
	float: left;
	padding: 0;
	width: 210px;
	text-align: center;
}

.navheader a, #nav a:visited {
	text-decoration: none;
	color: #333333;
}

.navheader a:hover {
	text-decoration: underline;
}

.navheader span {
	display: none;
	position: absolute;
}

.navheader a:hover span {
	display: block;
}

.nav-activ span {
	background: url(img/nav_activ.png) no-repeat;  /* nav_activ.gif for IE */
	width: 257px;
	height: 114px;
	top: -120px; 
	left: -5px; 
}

.nav-org span {
	background: url(img/nav_org.png) no-repeat;   /* nav_org.gif for IE */
	width: 168px;
	height: 114px;
	top: -120px;
	left: 210px;
}

.nav-partner span {
	background: url(img/nav_partner.png) no-repeat;   /* nav_partner.gif for IE */
	width: 238px;
	height: 114px;
	top: -120px;
	left: 400px; 
}

#textcontent h1 {
	background: url(img/h1-bg.jpg) top left no-repeat;
	width: 500px;
	
	font-size: 24px;  
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	padding: 0 0 32px 12px;   /* top, right, bottom, left */
}

#textcontent h2 {
	background: url(img/h2-bg.jpg) center left no-repeat;
	width: 500px;
	
	font-size: 18px;  
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	padding: 0px 0px 12px 12px;   /* top, right, bottom, left */
}

#textcontent h3 {
	font-size: 14px;  
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FAA519 ;
	text-align: left;
	padding: 0px 0px 12px 24px;   /* top, right, bottom, left */
}

#textcontent p {
	font-size: 12px;  
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left; /*justify;*/
	padding: 0px 12px 10px 24px;   /* top, right, bottom, left */
}

#textcontent ul {
	font-size: 12px;  
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left; /*justify;*/
	padding: 0px 12px 10px 50px;   /* top, right, bottom, left */
}

#textcontent ol {
	font-size: 12px;  
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left; /*justify;*/
	padding: 0px 12px 10px 50px;   /* top, right, bottom, left */
}

#textcontent a {
	color: #000000;
	text-decoration: none;
	background: #FFFF99; /*url(img/link-bg.jpg) center left repeat-x; /* #FFFF99; */
	padding: 1px 0px; /*top & bottom, left & right */
}

#textcontent a:hover {
	color: #000000;
	text-decoration: none;
	background: #CCCC00; /*url(img/link-bg_hover.jpg) center left repeat-x; /* #CCCC00; */
	padding: 1px 0px; /*top & bottom, left & right */
	border-bottom: 1px solid #000000;
}

#textcontent a:active {
  	color: #000000;
	text-decoration: none;
	background: #99CC00; /*url(img/link-bg_active.jpg) center left repeat-x; /*#99CC00;*/ 
	padding: 1px 0px; /*top & bottom, left & right */	
	border-bottom: 1px solid #000000;
}

#textcontent a:visited {
	color: #000000;
	text-decoration: none;
	background: #99CC00; /*url(img/link-bg_active.jpg) center left repeat-x;  /* #99CC00; */
	padding: 1px 0px; /*top & bottom, left & right */
}

/* img */
/* #content img {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #D9D9D9; 
}


#content a img {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666; 
}


#content a:hover img {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000; 
}
*/

.imgleft {
	float: left;
	margin-right: 5px;
}

.imgright {
	float: right;
	margin-left: 5px;
}

.navbar {
	width: 208px;
	background: url(img/post-it_orange.jpg) top left no-repeat;
	padding-bottom: 20px;
}

.navbar h1 {
	height: 39px;
	
	font-size: 18px;  
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	padding: 30px 0 25px 0;   /* top, right, bottom, left */
}

.navbar ul {
	font-size: 12px;
	font-weight: normal;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	
	list-style-image: url('img/li-bg.jpg'); 
	
	padding: 0 0 0 6px;   /* top, right, bottom, left */
}

.navbar ul li {
	margin: 3px 0px 3px 20px;   /* top, right, bottom, left */
}

.navbar ul li a {
	text-decoration: none;
	color: #666666;
}

.navbar ul li a:hover {
	text-decoration: underline;
	color: #B46E28;
}

.navbar ul li a:active {
	text-decoration:underline;
	color: #FAA519;
} 

.navbar ul li a:visited {
	text-decoration: none;
	color: #FAA519;
} 

/*  post-it events */
.events {
	width: 208px;
	background: url(img/events-bg.jpg) top center no-repeat;
	padding-bottom: 20px;
}

.events h1 {
	height: 45px;
	
	font-size: 18px;  
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	padding: 10px 0px 20px 0px;   /* top, right, bottom, left */
}

.events img {
	width: 196px;
	background: #FFFFFF;
	padding: 5px;
	margin: 5px 0 5px 0;/* top, right, bottom, left */
	border: 1px solid #D9D9D9; 
}

.events a img {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666; 
}

.events a:hover img {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000; 
}

.login {
	width: 208px;
	height: 227px;
	background: url(img/post-it_green.jpg) top left no-repeat;
	padding-bottom: 20px;
}

.login p {
	font-size: 14px;
	font-weight: normal;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding: 60px 0 0 26px;   /* top, right, bottom, left */

}

.contact {
	width: 208px;
	height: 227px;
	background: url(img/post-it_blue.jpg) top left no-repeat;
	padding-bottom: 20px;
}