/* CSS Document */
body
{
margin: 0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
background-color:#FFFFFF;
}

.page
{	
margin:0px auto;
width:900px;

text-align:left;
background-color:#FFFFFF;
padding-left:20px;
padding-right:20px;
}

.middle
{
background-color:#FFFFFF;
color:#000000;
min-height:500px; !important
margin-left:10px;
padding-left:10px;
}

.left
{
float:left;
background-color:#FFFFFF;
margin-right:10px;
color:#000000;
text-align:center;
}

.left a:link, .left a:hover, .left a:active, .left a:visited
{
color:#000000;
}

.navbar
{
background-color:#FFFFFF;
color:#29156E;
width:900px;
height:100%;
text-align:left;
font-size:12px;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
}

.navlink
{
width:100px;
float:left;
text-align:center;
}

.search
{
background-color:#FFFFFF;
padding:5px;
width:160px;
margin-right:10px;
}

.photo
{
padding:5px;
border:1px solid #CCCCCC;
margin-right:5px;
}

a:link, a:active, a:visited
{
color:#D51D14;
text-decoration:none;
}

a:hover
{
color:#D51D14;
text-decoration:underline;
}

h1
{
font-weight:normal;
font-size:14px;
color:#201063;
font-weight:bold;
}

h2
{
font-weight:normal;
font-size:30px;
}

h3
{
font-weight:normal;
font-size:20px;
color:#D51D14;
}

h4
{
font-weight:bold;
font-size:medium;
}

.leftcolumn
{
width:430px;
float:left;
color:#333333;
margin-right:5px;
border-right:none;
padding:5px;
}

.rightcolumn
{
width:430px;
float:left;
color:#333333;
margin-right:5px;
padding:5px;
text-align:left;
}

.widerightcolumn
{
width:260px;
height:475px;
float:right;
color:#c6ba90;
margin-right:5px;
padding:5px;
text-align:right;
}

.indented
{
position:absolute;
margin-top:30px;
margin-left:-595px;
background:#FFFFFF;
display:none;
}

.footer
{
width:940px;
margin:0 auto;
color:#D61D15;

background-color:#FFFFFF;
}

.footer a:link, .footer a:hover, .footer a:active, .footer a:visited
{
color:#D61D15;
}

#downarrow
{
display:none;
}

/*#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) 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; outline: none;}	 	

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

#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	width: 73px;
	color: #D51D14;
	white-space: nowrap;
	background-color: #FFFFFF;
	background-image: url(images/bullet.gif);
	background-repeat:no-repeat;
	text-indent:5px;
}

	#jsddm li a:hover
	{	
	color:#201063;
		}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #ffffff;}
		
		#jsddm li ul li a:hover
		{	background: #ffffff}


