body {
text-align: justify;
font-family: Verdana;
font-size: 10px;
color: #000000;
line-height: 18px;
font-weight: normal;
}

h1 {
font-size: 16px;
}

.header {
text-decoration: none;
margin-left: 0px;
font-family: Verdana;
font-size: 14px;
color: #6A81CA;
font-weight: bold;
}

.subheader {
text-decoration: none;
margin-left: 0px;
font-family: Verdana;
font-size: 12px;
color: #6A81CA;
font-weight: bold;
}

p {
text-align: justify;
margin-left: 15px;
margin-right: 15px;
font-family: Verdana;
font-size: 12px;
color: #000000;
line-height: 18px;
font-weight: normal;
}

.standard {
text-align: justify;
margin-left: 15px;
margin-right: 15px;
font-family: Verdana;
font-size: 12px;
color: #000000;
line-height: 18px;
font-weight: normal;
}

.sub {
text-align: justify;
font-family: Verdana;
font-size: 10px;
color: #000000;
line-height: 18px;
font-weight: normal;
}

A.hyperlink {
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #6A81CA;
}

.highlight {
text-align: justify;
font-family: Verdana;
font-size: 12px;
color: #6A81CA;
font-weight: normal;
}

.footer {
text-align: center;
font-family: Verdana;
font-size: 11px;
color: #000000;
line-height: 18px;
font-weight: normal;
}

/* STYLE FOR CITY MENU */
#navcontainer { margin: 0 8px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
font-size: 10px;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
display: block;
padding: 5px 5px;
width: 112px;
color: #fff;
background-color: #036;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 5px;
width: 112px;
color: #fff;
background-color: #369;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}
/* END OF MENU STYLE */

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:450px;
padding:10px;
}

/* ----------- stylized form----------- */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
width: 370px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*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*/
width: 180px;
}

.cssform textarea{
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;
}


/* LIGHTBOX CODE */

#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; }

