/* reset margin + padding*/
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
  font-size: 100%;	
	vertical-align: baseline;
	background: transparent;
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	vertical-align: baseline;
	background: transparent;
}



body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset end */



html, body {
  height: 100%;
}
html {
  color:#2a2a2a;
  font: 62.5%/1.8em Arial, Verdana, sans-serif;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
}
body {
  text-align: center;
  font-size:1.2em;
  margin: 0;
  padding: 0;
  line-height:1.5em;
  background: url(../images/bg.gif) repeat-x scroll left top;
}

.fixFloat {
  clear: both;
}

a {
  color: #09467c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;  
}

p {
  text-align: justify;
}

#content ul {
  padding: 3px 0 5px 0px;
}

dl {
  margin: 5px 0 0 0;
}
dt {
  font-weight: bold; 
  margin: 0 0 2px 0;
}
dd {
  margin: 1px 0 1px 20px;
  
}


/* menu */
.menu {
  background: url(../images/navigationBg.gif) repeat-x scroll left top;
  width: 960px;
  height: 42px;
  z-index: 1000;
}
.menu li {
  display: block;
  float: left;
  position: relative;
  z-index: 1000;  
}
.menu li a {
  display: block;
  float: left;
  height: 42px;
  line-height: 42px;
  color: #09467c;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  background: url(../images/navigationOff.gif) no-repeat scroll right center;
}
.menu li ul {
  position: absolute;
  left: 0;
  top: 42px;
  background: url(../images/navigationSubBg.gif) repeat scroll left top;
  border: 1px #57853c solid;
  border-top: 0;  
  width: 225px;
}
.menu li ul a {
  line-height: 31px;
  height: 31px;
  background: url();
  color: #fff;
  width: 210px;
  padding-right: 0;
  z-index: 1000;
}
.menu li ul a:hover {
  background: #57853c;
}
.menu ul {
  display: none;
}
/* menu - END */


/* quickNavigation */
#quickNavigation {
  position: absolute;
  left: 340px;
  top: 26px;
}
#quickNavigation li {
  display: inline;
  padding-left: 10px;
}
#quickNavigation a{
  color: #346293;
  font-weight: bold;
  padding-left: 10px;
  background: url(../images/arrowOff.gif) no-repeat scroll 0px 4px;
}
#quickNavigation a:hover{
  background: url(../images/arrowOn.gif) no-repeat scroll 0px 3px;
  text-decoration: none;
}


#bgWrap {
  background: url(../images/linesAndTools.gif) no-repeat scroll center 410px;
  
}

#wrap {
  margin: auto;
  text-align: left;
  width: 960px;
  position: relative;
  background: url(../images/linesAndTools.gif) no-repeat scroll center 410px;    
}

#foot {
	line-height: 37px;
	clear: left;
  height: 37px;
  background: url(../images/bgFooter.jpg);   
}
#footIn {
    width: 920px;
    margin: 0px auto;
}
.leftFloat {
	float: left;
}
.rightFloat {
	float: right;	
}

#footIn img {
  vertical-align: middle;
}

#logo {
  position: absolute;
  left: 0px;
  top: 14px;
}

#head {
  position: relative;
}
#headLeft {
  width: 377px;
  height: 228px;
  position: absolute;
  left: -377px;
  top: 115px;
  background: url(../images/leftHead.gif) no-repeat scroll left top;  
}
#headRight {
  width: 214px;
  height: 93px;
  position: absolute;
  right: -7px;
  top: 11px;
  background: url(../images/rightHead.png) no-repeat scroll left top;  
}
.infoBoxH2 {
	padding-bottom: 10px;
  padding-left: 35px;	margin: 0px;
	font-size: 15px;
}

.pageRightText li {
  padding-bottom: 6px;
}


/* global */
#pageWrap h1{
	font-size: 17px;
	font-weight: bold;
	/*padding-bottom: 6px;
	padding-top: 6px;*/
	margin: 6px 0 10px 0;
}

#pageWrap h2{
	font-size: 13px;
	font-weight: bold;
	color: #0a467c;
	margin: 0 0;
}

#pageWrap .pageLeftTextDefault h2
{
  margin: 10px 0;
}

#pageWrap h3{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 5px 0;
}

#pageWrap ul{
  margin: 5px 0 5px 15px;
  padding: 0;
  color: #000;
}


.pageLeftText, .pageLeftTextDefault {
	
	padding: 10px 20px;
	font-size: 1.05em;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div {
	margin: 0;
}



