/* CSS */
/* Bankwatch */
/* Studio Planqton - Mar 2008 */

/* GENERAL */

* {
	padding:0;
	margin:0;
}

h1, h2, h3 { margin: 0; }
h4, h5, h6, p, pre, blockquote, label, ul, li, dd, ol, dl, fieldset, address { margin: 0;}
fieldset { padding: .5em; }


html,body {
	margin:0;
	padding:0;
	color: #421300;
	background-color: #fff; 
}

body {
	font:80%/160% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

code {
	font-family:Monaco, Courier, "Courier New", monospace;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* MAIN NAVIGATION */

.bulletmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 265px;
	border-style: solid solid none solid;
	border-color: #5BA23B; #9A9A9A;
	border-size: 1px;
	border-width: 1px;
	border: none;
}

.bulletmenu li a {
	background: #fff url(../img/bg/menu-bg-white.gif) no-repeat 0 0; 
	color:  #421300;
	display: block;
	width: auto;
	height: 20px;
	padding: 5px 0;
	padding-left: 15px;
	text-decoration: none;
	border-bottom: 1px solid #fff; #5BA23B; #B5B5B5;
}

* html .bulletmenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 240px;
}

.bulletmenu li a:active, .bulletmenu li a:visited {

}

.bulletmenu li a:hover{
	color: #230B01;
	background: #fff url(../img/bg/menu-bg-lightgreen.gif) no-repeat 0 0; 
}

.bulletmenu li.heading a:link, .bulletmenu li.heading a:visited {
	color: #fff;
	background: #fff url(../img/bg/menu-bg-green.gif) no-repeat 0 0; 
/*	background-color:  #5BA23B;
*/	font-weight: bold;
	border-bottom: 1px solid #fff;
}

/*.bulletmenu li.heading a:hover, .bulletmenu li.heading a:active {
	color: #230B01;
	background: #fff url(../img/bg/menu-bg-green-hover.gif) no-repeat 0 0; 
}
*/
.bulletmenu li a.no-click {
	cursor: default;	
}





#menu3 {
	width: 230px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 1px;
	border-width: 1px;
	font-weight: bold;
}
	
#menu3 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #8BADCF;
	display: block;
	background:  url(../img/bg/menu3.gif);
	padding: 8px 0 0 10px;
}
	
#menu3 li a:hover, 
#menu3 li.heading a:link, #menu3 li.heading a:visited {
	color: #627EB7;
	background:  url(../img/bg/menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
}

#menu3 li.heading a:link, #menu3 li.heading a:visited {
	font-weight: bold;
}


/* HEADER */

#header {
	position: relative;
	width: 1032px;
	height: 120px;
	margin: 5px 0 5px;
	background-color: #5BA23B; #f59130; #f2f6fa;
	background: #fff url(../img/bg/header-bg.gif) no-repeat 0 0; 
	color: #fff; #627EB7;
}

#wrap div.header2 {
	background: #fff url(../img/bg/header-bg2.gif) no-repeat 0 0; 
}

#h-logos {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 150px;
	text-align: left;
}

#h-title {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 130px;
}


#header img {
	margin-bottom: 8px;
}

#header h1 {
	color: #fff; #000; #627EB7;
	font-size: 1.85em;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
}

#header h2 {
	color: #421300;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 3px;
	padding: 0;
}

#header p {
	font-size: 1.0em;
	line-height: 20px;
	font-weight: bold;
	color: #421300;
	margin-left: 0px;
}

.dark {
	color: #fff;
	display: block;
}

	

/* CONTENT BLOCKS */

#wrap {
	margin: 0 auto;
	padding: 0 0 10px;
	width:1033px;
	background-color: #fff;
}


#content {
	position: relative;
	padding:5px 0 0px;
	background-color: #fff;
}

#left {
	float: left;
	display: inline;  /* FIX IE double margin bug */
	width: 265px;
	background-color: #fff;
	margin-bottom: 20px;
}

#main { 
	width: 750px;
	margin-left: 275px;
	text-align:left;
}

#flash {
	margin-left: 5px;
}

#main-content {
	margin: 0 0 0 10px;
}

#main-content ul {
	margin: 0 0 0 45px;
	list-style-type: disc;
}

#main-content ul li {
	padding-left: 5px;
}


#main-content ul.special {
	margin: 0 0 0 20px;
	list-style-type: none;
}

#main-content ul.special li {
	padding-left: 28px;
	margin-bottom: 5px;
}

#main-content ul li#red-project {
	background: url(../img/icons/red-project.gif) no-repeat 0 2px;
}

#main-content ul li#orange-project {
	background: url(../img/icons/orange-project.gif) no-repeat 0 2px;
}

#main-content ul li#yellow-project {
	background: url(../img/icons/yellow-project.gif) no-repeat 0 2px;
}


#main-content ul li#project-1 {
	background: url(../img/icons/project-1.gif) no-repeat 0 2px;
}

#main-content ul li#project-2 {
	background: url(../img/icons/project-2.gif) no-repeat 0 2px;
}

#main-content ul li#project-3 {
	background: url(../img/icons/project-3.gif) no-repeat 0 2px;
}


#main a img	{
	padding-left: 6px;
	padding-bottom: 8px;
}

div.part {
	margin-bottom: 20px;
}


div.part p {
	margin: 10px 10px 10px;
}


/* TITLES */

h2 {
	font-size:1.5em;
	margin: 0;
	padding:5px 10px 0px ;
	color: #421300;
}

h3 {
	font-size:1.05em;
	margin: 15px 10px 5px;
	padding: 0 0 7px ;
	border-bottom: 1px solid  #DCDCDC; #421300;
	width: 720px;
	color: #999999; #464646; #646464; #894c14; #421300; #BCBCBC;
}


/* LINKS - CONTENT */

a:link, a:visited  {
	color: #894c14;
	background-color: inherit;
	text-decoration: none;
}

a:hover, a:active  {
	color: #421300; #915d1b;
	background-color: inherit;
}


/* CLASSES */

.right {
	float: right;
	text-align: right;
	font-style: italic;
	margin-left: 10px;
}

.right img {
	margin: 0;
	padding:0;
}

.right p {
	text-align: right;
	margin: 0;
	font-style: italic;
}

p.source {
	margin: 0 10px;
	font-style: italic;
	color: #999999; #A6A6A6; #421300;
}

p.img-publishing {
	margin: 5px 0 10px 10px;
	color:  #421300;#999999; #A6A6A6;
	font-weight: bold;
}

.b {
	font-size:1em;
	font-weight: bold;
}

div.video {
	padding: 25px 10px 10px;
}




/* GALLERY */

div.gallery { 
	padding: 5px 5px 0;
}

div.gallery a img	{
	padding: 5px;
	background: transparent url(../img/bg/border112a.gif) no-repeat;
	border: none;
	margin: 0.2em;
}
	
div.gallery a:hover img { 
	background-position: 0 -117px;
}
	


div.gallery li { 
	opacity: .5; 
	float: left; 
	display: block; 
	width: 140px; 
	height: 90px; 
	background-position: 50% 50%; 
	cursor: pointer; 
	border: 3px solid #fff; 
	outline: 1px solid #ddd; 
	margin-right: 14px; 
	margin-bottom: 14px; 
}

div.gallery li.active, 
div.gallery li:hover { 
	outline-color: #bbb; 
	opacity: .99 /* safari bug */ 
}




/* FOOTER */

#footer {
	clear: both;
/*	border-top: 2px solid #f36523;
*/	margin-top:25px;
}

#footer-inner {
	text-align: center;
}

#copy {
	padding: 25px;
}

#copy img {
}

#planqton a {
	display: block;
	height: 1px;
	width: 1px;
	background: #fff;
}

#planqton a:hover {
	background-position: 0 -25px;
}

#planqton a span {
	display: none;
}
