/*Reset Defaults*/
body{
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 0.8em;
	color: #4b4b4b;
}
body.Medium{
	font-size: 0.8em;
}
body.Large{
	font-size: 1em;
}
body.XLarge{
	font-size: 1.2em;
}
h1{
	font-size: 1.6em;
	color: #045795;
	padding: 0;
	margin-bottom: 0.5em;
	margin-top: 0.8em;
	font-weight: lighter;
}
h2{
	font-size: 1.3em;
	color: #045795;	
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
h3{
	font-size: 1em;
	color: #045795;	
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	font-weight: normal;
}
p{
    margin: 0;
    margin-bottom: 0.8em;
	line-height: 1.2em;
}

select{
    font-size: 1em;
}

a{
	text-decoration: none;
	color: #045795;
}
a:hover{
	text-decoration: underline;
	color: #6699cc;
}
a:visited{
	color: #045795;
}
a img{
	border: none;
	text-decoration: none;
}
img{
	text-decoration: none;
}

hr
{	color: #b2b2b2;
	background-color: #ffffff;
	height: 0.1em;
}

input{
	border: solid 1px #4b4b4b;
}

input.CheckBox, input.Radio, input.Image, span.CheckBox input, span.Radio input, span.Image input{
	border: none;
}

.Error{
	background-color: #6699cc;
	color: #fff;
	padding: 0.5em 1em;
}

/* Temp Styles */
body
{
	/* background: #fff url('/Images/Background.jpg') no-repeat top center; */
	text-align: center;
}
div
{
	/* border: solid 1px #000; */
	/* background: #f00; */
	padding: 0;
	margin: 0;
	text-align: left;
}
/* End Temp Styles */

/* Layout Information */
div.Page{
	border: none;
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	background: url('/Images/bg.jpg') repeat-x top left;
}

div.Page div.MainContent{
	border: none;
	margin-bottom: 1em;
	clear: both;
}

.ThumbnailDiv{
    background-color:#4d4d4d;
    text-align: center;
    color: #fff;
    margin: 0;
}


.AudioOnly{
    display: none;
}


@media print{
    div.Page{
        width: 800px;
    }
    div.Page div.Content div.InnerContent{
        width:600px!important;
    }
    div.Page div.Header img.Logo{
		display: inline!important;
		float: left;
	}
	div.Page div.Header a.HomeLink{
		display: none;
	}
	div.Page div.Header div{
	    display: none;
	}
	div.Page div.Header{
        border-bottom: solid 1px #005a96!important;
        height: 100px!important;
        overflow: hidden;
        margin-bottom: 1em;
	}
    div.Page div.Header div.AccessibilityOptions{
        display: none;
    }
    div.Page div.Footer{
        margin-top: 2em;
        border-top: solid 1px #005a96;
        width: 600px;
    }
    div.Page div.Footer a{
        font-size: 0.9em;
    }
    div.Page .ShareLinks{
        width: 600px;
    }
}
@media aural{
    .AudioOnly{
        display: block;
    }
}

/* Light Box*/
#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{ clear:both; 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: hidden; 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: fixed; top: 0; left: 0; z-index: 90; width: 100%; background-color: #000; }


