/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
img.logo {
margin: 80px 0 0 50px;

}

/* A container should group all your columns. */
#container {
  width: 985px;
  margin: 0 auto;
  height: 100%;
  padding: 0;
}

/* Use this class on any div.span / container to see the grid. */


/* Body margin for a sensile default look. */
body {
  margin:0 0;
  background: #fff url(/pass/imgs/body_bg.gif) top left repeat-x;
  height: 100%;	
}

html
	{
	
	}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 90%; 
  height: .1em;
  margin: 0 2em 1.45em 1.3em;
  border: none; 
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
.inline {display: inline;}

/*////////////////////////////////////Typography////////////////////////////*/

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 80%;
  color: #222; 
  font-family: 'Helvetica', sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000; font-family: Helvetica, sans-serif;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em;}
h2 { font-size: 1.55em;  margin: 0.6em 0.8em 0.5em 0.9em; color: #267bb4; display: block; width: 94%; border-bottom: 1px solid #ccc; line-height: 2em; letter-spacing: 0.05em;}
h3 { font-size: 1.2em; line-height: 1.2em; margin: 0.6em 0.8em 0.3em 1.3em; color: #000; font-weight: bold;}
h4 { font-size: 1.2em; line-height: 1.25; margin: 0 0 1.25em 1.2em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h5 {margin: 0.6em 0.8em 0.3em 1.3em;}

/* Text elements I take it when you say doing good, you mean doing what is benificial for society at that time? Because you dont believe that there is such a thing as good. So if it benifits society at the time and it is socially acceptable, its good. Like Slavery was good at one time. 
-------------------------------------------------------------- */

p           { margin: 0 1.5em 1.5em 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
a:focus, 
a:hover     { color: #000; }
a           { color: #008fcc; text-decoration: underline; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 2.9em; }
ul          { list-style: url(/pass/imgs/bullet.gif);}
ul.home          { list-style: url(/pass/imgs/bullet_h.gif);}
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 15px; }
dl dt       { font-weight: bold; float: left; margin: 2.3em 0 0 0; }
dd          { line-height: 3em; margin: 0 0 0 1.5em; float: left; width: 90%; border-bottom: 1px solid #eeeeee;}

dd img {display: inline; }
dd a.ddWidth {width: 300px; display: block;}



/* Tables
-------------------------------------------------------------- */

table       { width:98%; border-collapse: collapse; border: 1px solid #fff;}
th          { font-weight: bold; background: #eee; color: #000; }
th,td       { padding: 8px 0 8px 5px; border: 1px solid #fff;}
tr.even td  { background: #eee; }
tr td  { background: #ffffff; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


table#guidance
	{
	margin: 0 0 0 15px;
	width: 94%;
	}
	
table#events, table#events td, table#events tr
	{
	padding: 0;
	margin: 0;
	}

table.services
	{
	margin: 0 0 0 20px;
	width: 94%;
	}
	
table.services th
	{
	background: #ccc;
	}
	
table.services td
	{
	background: #eee;
	}
	



/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.margin20	{ margin-left: 20px;}
.margintop20	{ margin-top: 20px;}
.left		{ float: left;}
.right		{ float: right;}
h2 a {text-decoration: none; cursor: pointer;}
.hide {display: none}
a.event       {background: #008fcc; color: #fff; text-decoration: none; padding: 2px;}
a:hover.event {background: #f3c416;}

/* New Styles - ADAM
-------------------------------------------------------------- */

#header
	{
	margin: 0 auto;
	padding: 0 0 0 0;
	height: 185px;
	width: 976px;
	background: transparent url(/pass/imgs/header.jpg) top left repeat-x;
	}
	
#main_content
	{
	float: left;
	width: 764px;
	background: transparent url(/pass/imgs/content_bg.jpg) top left repeat-x;
	min-height: 665px;
	
	}
	

#events {

	margin-left: 20px; 
	width: 95%;
}
	

#video {
	margin-left: 20px;
	width: 340px;
	background: #f3f7f8;
	height: 355px;
	padding: 5px;
}

.videocaption  { margin: 1.5em; color: #666; font-style: italic; }
	
	
	
/* top navigation*/

#top_nav
	{
	float: left;
	margin: 163px 0 0 190px;
	}
	
#top_nav ul
	{
	list-style: none;
	}
	
#top_nav ul li
	{
	float: left;
	margin: 0 10px 0 0;
	}
	
#top_nav ul li a
	{
	color: #eee;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent url(/pass/imgs/divider.gif) top right no-repeat;
	padding: 10px 10px 5px 0;
	height: 40px;
	}
	
#top_nav ul li a:hover
	{
	color: #f4d131;
	
	}
	
#top_nav ul li a.current
	{
	color: #f4d131;
	}

/* left hand navigation*/	
#left_nav
	{
	float: left;
	width: 210px;
	background: transparent url(/pass/imgs/left_bg.jpg) top left no-repeat;
	min-height: 665px;
	}
	
#left_nav ul
	{
	width: 180px;
	list-style: none;
	margin: 0px 0 0 25px;
	padding: 0 0 0 0px;
	text-indent: 15px;
	}
	
#left_nav li
	{
	list-style-image: none;
	}
	
#left_nav ul li a
	{
	color: #008fcc;
	font-weight: normal;	
	text-decoration: none;
	border-bottom: 1px solid #eee;
	display: block;
	width: 185px;
	line-height: 2em;
	font-size: 0.89em;
	
	}
	
#left_nav ul li a:hover
	{
	color: #fff;
	font-weight: normal;	
	text-decoration: none;
	border-bottom: 1px solid #fff;
	display: block;
	line-height: 2em;
	background:#f4d131;
	}
	
#left_nav ul li a.currentRight
	{
	color: #fff;
	font-weight: bold;	
	text-decoration: none;
	border-bottom: 1px solid #fff;
	display: block;
	line-height: 2em;
	background: #f4d131;
	}
	
#left_nav ul li a.external
	{
	background: transparent url(/pass/imgs/external_dark.gif) 160px 8px no-repeat;
	}
	
#left_nav ul li a:hover.external 
	{
	background: #f4d131 url(/pass/imgs/external_dark.gif) 160px 8px no-repeat;
	}
	
#left_nav h3.public
	{
	display: block;
	background: #d6e0f3;
	margin: 20px 0 10px 25px;
	height: 30px;
	line-height: 30px;
	color: #267bb4;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 13px;
	}
	
#left_nav h3.private
	{
	
	display: block;
	background: #d6e0f3;
	margin: 20px 0 10px 25px;
	height: 30px;
	line-height: 30px;
	color: #267bb4;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 13px;
	}
	
#left_nav p
	{
	margin: 10px 0 0 40px;

	}
	
#left_nav p a
	{

	font-size: 0.9em;
	color: #666666;
	}
	
/* decorative boxes*/	

.decorateContainer
	{
	width: 359px;
	float: left;
	margin: 0 0 0 10px;
	}
	
.decorateContainer ul
	{
	padding: 10px 0 0 15px;
	}
	
.decorateContainer img
	{
	padding: 0 0 10px 14px;
	width: 325px;
	height: 110px;
	
	}
	
.decorateContainer h3
	{
	display: block;
	width: 359px;
	height: 49px;
	background: transparent url(/pass/imgs/decorativeBoxTop.jpg) repeat-y;
	margin: 0;
	padding: 0;
	line-height: 4em;
	text-indent: 30px;
	color: #ffffff;
	}
	
.decorateContainer h3 span 
	{
	color: #f8c91c;
	}

.decorateBoxMiddle a:hover {text-decoration: none;}
.decorateBoxMiddle
	{
	width: 359px;
	height: 340px;
	background: transparent url(/pass/imgs/decorativeBoxMiddle.jpg) repeat-y;
	}
	
.decorateBoxMiddle p
	{
	margin: 0 25px 0 25px;
	padding: 10px 0 0 0;
	}
	
.decorateBoxBottom
	{
	width: 359px;
	background: transparent url(/pass/imgs/decorativeBoxBottom.jpg) no-repeat;
	height: 32px;
	}

.decorateBoxMiddle a.buttonBuyer
	{
	margin: 0 0 0 40px;
	display: block;
	width: 262px;
	height: 57px;
	background: transparent url(/pass/imgs/buttonPublic.gif) no-repeat;
	text-indent: -3000px;
	}
	
.decorateBoxMiddle a.buttonSupplier
	{
	margin: 0 0 0 40px;
	display: block;
	width: 262px;
	height: 57px;
	background: transparent url(/pass/imgs/buttonPrivate.gif) no-repeat;
	text-indent: -3000px;
	}

span.strong
	{
	font-weight: bold;
	color: #000;
	}
	
.footer
	{
	width: 990px;
	height: 150px;
	margin: 20px auto 20px auto;
	}

.breadcrumb
	{
	width: 500px;

	margin: 10px 20px;
	}
	
	
	
.footer img {margin: 30px 0 0 30px; }
	
.float_left
	{
	float: left;
	}
	
.float_right
	{
	float: right;
	}
	
	
.consultSection 
	{
	border-bottom: 1px solid #ccc; 
	width: 435px; 
	height: auto;
	padding-bottom: 1em;
	float: left;
	}
	
.accordion2 img.consultImg
	{
	float: left;
	margin: 1em 1em 0 1.2em;
	}
	
img.consultImg2
	{
	float: left;
	margin: 0.4em 1em 2em 1.2em;
	border: 1px solid #ccc;
	}
	
.consDescription
	{
	float: left;
	display: none;
	}
	
.consDescription p
	{
	margin: 0 0 0 0;
	}
	
.accord
	{
	margin: 0 30px 10px 15px;
	padding: 10px;
	}
	
.accordion2 {
	width: 100%; }

h3.accordionh3 {
	background: #EFF7FF url(/pass/imgs/arrow-square.gif) 314px 3px no-repeat;
	color: #666;
	font-size: 1em; line-height: 1.25;
	font-weight: normal;
	padding: 3px 15px; margin: 0 30px 3px 15px;
	border: solid 1px #ADD3EF; cursor: pointer; }
	
	
h3.accordionh4 {
	background: #EFF7FF url(/pass/imgs/arrow-square.gif) 670px 3px no-repeat;
	color: #666;
	font-size: 1em; line-height: 1.25;
	font-weight: normal;
	padding: 3px 15px; margin: 0 30px 3px 15px;
	border: solid 1px #ADD3EF; cursor: pointer; }	
	
h3.accordionh3:hover {
	background-color: #fff ;
}
h3.active {
	background: #EFF7FF url(/pass/imgs/arrow-square2.gif) 314px 3px no-repeat;
}

h3.active2 {
	background: #EFF7FF url(/pass/imgs/arrow-square2.gif) 670px 3px no-repeat;
}

.accordion2 p {
		margin: 0; padding: 10px 15px 10px 0;
	
}

.active {
	background-position: right 12px;}
	
	
.leftCol
	{
	float: left;
	width:380px;
	background: #fff;
	
	}
	
.leftCol img
	{
	margin: 0 0 20px 15px;
	}
	
.rightCol
	{
	float: left;
	width:380px;
	background: #fff;
	}
	
.rightCol img
	{
	margin: 0 0 20px 15px;
	}
	
	
/*  */

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	

/*  */


blockquote.style2 {
 margin: 10px 30px 10px 50px;
 
  padding-left: 15px;
  padding-right: 15px;
  border-left: 3px solid #ccc;
}

.floatLeftBundles
	{
	float: left;
	width: 290px;
	}
	
.floatLeftBundles li
	{

	width: 290px;
	}
