html
{
	background-color: #ebebeb;
	border-top: 5px solid #555555;
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}

/* Links */

a { font-weight: bold; border-bottom: 1px dotted transparent; }

a:link { color: #c00000; text-decoration: none; border-bottom-color: #c00000; }

a:visited { color: #fa0000; text-decoration: none; border-bottom-color: #fa0000; }

a:hover, a:active { color: #fa0000; border-bottom: 1px solid #fa0000; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; color: #c00000; }

h6 { font-size: 16px; }

ul, ol, blockquote, pre
{
	color: #555555;
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
}

blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

/* Structure */

body
{
	padding: 0;
	width: 850px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(body_bg.png);
}

#container
{
	width: 700px;
	margin: 0 auto;
}

#header { float: left; width: 100%; clear: both; margin-top: 10px; }

#navigation { float: left; width: 100%; clear: both; }

#page-header { clear: both; position: relative; margin-bottom: 20px; }

#content-wrapper
{
	width: 64%;
	float: left;
}

#content
{
	float: left;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;

	line-height: 1.6em;
}

#sidebar-wrapper
{
	width: 33%;
        background-color: transparent; 
	float: left;
}

#sidebar
{
	float: left;
	PADDING: 20PX;
	padding-top: 60px;
	text-align: center;
	color: #666666;

}

#footer
{
	clear: both;
	color: #666666;
	padding: 5px 0 15px;
	text-align: center;
}

/* Header */

#header h1
{
	padding: 0;
	float: left;
	width: 140px;
	margin: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-right: 1px solid #999999;
}

#header h1 a:hover,
#header h1 a:active
{
	border-bottom-width: 0;
}

#header h2
{
	float: left;
	width: 250px;
	font-size: 12px;
	line-height: 2.5em;
	padding-left: 10px;
	text-transform: lowercase;
}

#header #search
{
	float: right; 
}

#header #search input
{
	padding: 5px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
}

#header #search input:hover
{
	background-color: #e5e5e5;
	border: 1px solid #777777;
}

/* Navigation */

#navigation ul
{
	padding: 0;
	width: 100%;
	float: left;
	margin: 0 0 0px;
	list-style-type: none;
	background-color: #c00000;
}

#navigation li { float: left; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #eff8ff;
	padding: 5px 10px;
	border-bottom-width: 0;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #FA0000;
}

/* body#bhome li#lhome a
{
	color: #eff8ff;
	background-color: #FA0000;
}*/


body#babout li#labout a
{
	color: #eff8ff;
	background-color: #FA0000;
}


body#bprogress li#lprogress a
{
	color: #eff8ff;
	background-color: #FA0000;
}


body#binvolvement li#linvolvement a
{
	color: #eff8ff;
	background-color: #FA0000;
}

body#bsupport li#lsupport a
{
	color: #eff8ff;
	background-color: #FA0000;
}

body#bcontact li#lcontact a
{
	color: #eff8ff;
	background-color: #FA0000;
}

/* Page-Header */

#page-header ul
{
	bottom: -8px;
	right: 10px;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	list-style-type: none;
}

#page-header li { float: left; }

#page-header li a:link,
#page-header li a:visited
{
	float: left;
	display: block;
	margin: 0 10px;
	padding: 5px 20px;
	color: #ffffff;
	border-bottom-width: 0;
	background-image: url(menu.png);
	background-repeat: repeat-x;
}

#page-header li a:hover,
#page-header li a:active
{
	background-image: url(menu_hover.png);
}

/* Wrapper */

.col { width: 600px; float: left; margin: 0 40px; text-align: left; }

.col ul { margin: 0 0 0 15px; padding: 0; line-height: 1.5em;  }

.col li { padding-bottom: 10px; }

.col h3 { font-size: 13px; padding: 5px 10px; margin-top: 20px; }

#links h3 
{
	background-color: #94b4d6;
}

#content h3
{
	background-color: #d6eb9a;
}

#sidebar h3
{
	background-color: #ffb366;	
}

#links a:hover, #links a:active { color: #fa0000; border-bottom-color: #fa0000; }

#content a:link { color: #fa0000; border-bottom-color: #fa0000; } 

#content a:visited { color: #c00000; border-bottom-color: #c00000; } 

#sidebar a:link { color: #fa0000; border-bottom-color: #fa0000; }

#sidebar a:visited { color: #c00000; border-bottom-color: #c00000; }


/* Footer */

#footer {background-color: transparent; border-top-width: 1px;
  border-top-color: #c00000;
  border-top-style: dotted;
}

#footer a:link { color: #c00000; border-bottom-color: #c00000; }

#footer a:visited { color: #c00000; border-bottom-color: #c00000; } 

#footer a:hover, #footer a:active { color: #fa0000; border-bottom-color: #fa0000; }

#footer p { margin: 0px 0; }

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url('data:image/gif;base64,AAAA'); /* Trick IE into showing hover */ display: block }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../images/prevlabel.gif') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('../images/nextlabel.gif') no-repeat right 15%; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

