/* CSS Document */

.bpad { 
	margin: 0em;
    	padding: 0em;
	background-color: RGB(255,255,255);
	}

.top-row {
	margin: 0em;
   	padding: 0em;
    	z-index: 100;
	}
.middle-row {
	margin: 0em;
   	padding: 0pt;
    	position: relative;
    	left: 0pt;
    	top: 0pt;
    	width: 100%;
    	z-index: 1;
	float: left;
	background-color: RGB(255,255,255);
	}
.middle-row-left {
	margin: 0em;
   	padding: 0pt;
    	position: relative;
	float: left;
    	left: 0pt;
    	top: 0pt;
    	width: 70%;
	background-color: RGB(255,255,255);
    	z-index: 1;
	}
.middle-row-right {
	margin: 0em;
   	padding: 0pt;
    	position: relative;
	float:right;
    	left: 0pt;
    	top: 0pt;
    	z-index: 1;
	background-color: RGB(255,255,255);
	width: 28%;
	}
.bottom-row {
	margin: 0.2em;
   	padding: 0pt;
    	position: relative;
    	left: 0pt;
    	top: 0pt;
    	width: 98%;
    	z-index: 1;
	float: left;
	text-align: left;
	font-family: "Arial",sans-serif;
	line-height: 1.2em;
	font-size: 8pt;
	color: RGB(0,0,0);
	}
.bottom-row a, .bottom-row a.active:visited {
	text-decoration: none;
	color: RGB(3,3,89);
}
.bottom-row a:hover {
	text-decoration: underline;
	color: RGB(235,3,3);
}

.navb { 
    width: 100%;
    background: transparent url(images/bbg.png) repeat-x;
    text-align: right;
    margin: 0pt;
    padding: 0.3em 0pt 0.1em 0em;
    }
.navb li { 
    margin: 0pt;
    padding: 0pt;
    display: inline;
    border-right: 1px solid RGB(122,187,48);
    }
.navb a:link, .navb a:visited { 
    padding: 0 12px 6px 12px;
    font-family: "Arial",sans-serif;
    letter-spacing: 0em;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: RGB(0,0,0);
    }
.navb a.current:visited { 
	color: RGB(0,0,0);
	font-weight: bold;
	text-decoration: none;
    }
.navb a.current:link , .navb a:hover { 
	color: RGB(4,131,4);
	font-weight: bold;
	text-decoration: none;
    }
.ptext {
	font-family: "Arial",sans-serif;
	text-align: center;
	line-height: 1.4em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	font-size: 8pt;
	font-weight: bold;
	color: RGB(3,3,89);
}
.ptext1 {
	font-family: "Arial",sans-serif;
	text-align: justify;
	line-height: 2em;
	padding: 1em;
	padding-right: 1.5em;
	font-size: 9pt;
	color: RGB(0,0,0);
}
.ptext2 {
	font-family: "Arial",sans-serif;
	text-align: justify;
	line-height: 0.6em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 9pt;
	color: RGB(0,0,0);
	font-weight: bold;
}
.binfo {
	font-size: 8pt;
	font-family: "Arial",sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: RGB(76,76,76);
	font-weight: bold;
	}
.ptitle {
	font-family: "Arial",sans-serif;
	text-align: justify;
	line-height: 1em;
	padding: 0.4em;
	font-size: 12pt;
	color: RGB(0,159,60);
	font-weight: bold;
	font-variant: small-caps;
}
.ptext3 {
	font-family: "Arial",sans-serif;
	text-align: justify;
	line-height: 1.5em;
	padding: 0.3em;
	font-size: 9pt;
	color: RGB(0,0,0);
}
.btext {
	font-family: "Arial",sans-serif;
	text-align: justify;
	line-height: 1.3em;
	padding: 0.3em;
	font-size: 8pt;
	color: RGB(255,255,255);
}
.ibox {
	padding: 0.2em;
	border: solid #CCCCCC 1px;
}
.tborder {
	border-left:2px solid RGB(184,219,124);
	border-right:2px solid RGB(184,219,124);
}
.tborder1 {
	border-left:1px solid RGB(184,219,124);
	border-right:1px solid RGB(184,219,124);
	border-bottom:1px solid RGB(184,219,124);
}
.tborder2 {
	border-left:2px solid RGB(184,219,124);
	border-bottom:2px solid RGB(184,219,124);
}
.tborder3 {
	border-right:2px solid RGB(184,219,124);
	border-bottom:2px solid RGB(184,219,124);
}

.lst {
	list-style-image: url('images/bullet.png');
	list-style-position: inside;
	font-family: "Arial",sans-serif;
	margin: 0em;
	padding: 0.3em;
	padding-left: 0.5em;
	font-size: 9pt;
	letter-spacing: 0.1em;
	color: RGB(76,76,76);
}
.lst li {
	line-height: 2em;
	text-align: justify;
	}
.imgfloat {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.imgfloat1 {
	float: right;
	padding-left: 0.7em;
	padding-right: 0.7em;
}

.cssform p{
width: 200px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
font-family: "Arial",sans-serif;
font-size: 9pt;
padding-left: 215px; /*width of left column containing the label elements*/
height: 1%;
}
.cssform label{
font-weight: bold;
float: left;
padding-left: 1em;
margin-left: -215px; /*width of left column*/
width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
font-family: "Arial",sans-serif;
font-size: 9pt;
width: 180px;
}
input.stext {
	font-family: "Arial",sans-serif;
	font-size: 9pt;
}
.cssform textarea{
font-family: "Arial",sans-serif;
font-size: 10pt;
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 8px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 185px; /* container width*/
height: 245px;
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
position: relative;
left: -5px; /*shadow depth*/
top: -8px; /*shadow depth*/
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
.ddcolortabs{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.ddcolortabs ul{
	font: normal 11px Arial, Verdana, sans-serif;
	font-weight: bold;
	margin:0;
	padding:0;
	list-style:none;
}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}


.ddcolortabs a{
	float:left;
	color: white;
	background: black url(images/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(images/color_tabs_right.gif) no-repeat right top;
	padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
	float:none;
}

.ddcolortabs a:hover{
	background-color: RGB(93,181,52);
}

.ddcolortabs a:hover span{
	background-color: RGB(93,181,52);
}

.ddcolortabs .selected a, #ddcolortabs .selected a span, a.active:link { /*currently selected tab*/
	background-color: RGB(93,181,52);
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 4px;
	line-height: 4px;
	background: black;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	border: 1px solid black; /*THEME CHANGE HERE*/
	border-top-width: 4px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 4px;
	border-top: 0 solid #000000;
	border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: RGB(93,181,52);
	color: white;
}