/* Westport HD StyleSheet */

	a:link { color: #1268b3; }   /* for unvisited links - blue */
  	a:visited { color: #555555; } /* for visited links - gray */
  	a:active { color: #000000; } /* when link is clicked - black */
	a:hover { color: #f36c24; } /* when mouse is over link - orange */

	a.breadcrumb:link {		color: #bfbfbf;
							text-decoration: none; }
	a.breadcrumb:visited {	color: #bfbfbf;
							text-decoration: none; }
	a.breadcrumb:active {	color: #f36c24;
							text-decoration: none; }
	a.breadcrumb:hover {	color: #f36c24;
							text-decoration: underline; }

	body {	margin: 0px;
			font-family: Verdana, Helvetica, Arial;
			font-size: 10pt; }

	h1 { 	margin-top: 0px;
			margin-bottom: 10px;
			font-size: 22px;
			color: #adafb2; }

	h2 {	margin-top: 15px;
			margin-bottom: 5px;
			font-size: 16pt;
			font-weight: bold;
			letter-spacing: -1px;
			color: #555555; }

	b.indent { margin-left: 40px; }

	div.qoff {	color: #000000;
				text-decoration: underline;
				font-weight: bold;
				font-size: 12pt; }

	div.qon {	color: #f36c24;
				text-decoration: underline;
				font-weight: bold;
				font-size: 12pt;
				cursor: pointer; }

	div.qoffsm {	color: #000000;
				text-decoration: underline;
				font-size: 8pt; }

	div.qonsm {	color: #f36c24;
				text-decoration: underline;
				font-size: 8pt;
				cursor: pointer; }

	div.showhide {	padding-top:10px;
					padding-left:20px;
					display: none; }

	.bordered {	border: 2px solid #f36c24; }

	table.indent { margin-left: 60px; }

	td.breadcrumb { font-size: 6pt;
					color: #ffffff;
					background-color: #1268b3; }

	td.navbar {	width: 180px;
				background-color: #1268b3;
				background-image: url('/images/bg_menu.jpg');
				background-repeat: repeat-y;
				text-align: center;
				padding-top: 10px;
				padding-left: 10px;
				vertical-align: top; }

	td.siteHeader {	background-color: #000000;
					text-transform: uppercase;
					color: #ffffff;
					font-size: 8pt;
					padding: 10px;
					vertical-align: bottom;
					text-align: right; }

	td.header {	padding: 5px;
				color: #FFFFFF;
				font-weight:bold;
				background-color: #f36c24; }

	td.bigheader {	font-size: 12pt;
					padding: 5px;
					color: #FFFFFF;
					font-weight:bold;
					background-color: #f36c24; }

	td.uline { border-bottom: 1px solid #CCCCCC; }

	td.footer {		font-size: 10px;
					color: #000000;
					line-height: 1.3; }

	td.main {		color: #000000;
					vertical-align: top;
					line-height: 1.3;
		  			padding-left: 20px;
		  			padding-top: 0px;
					padding-right: 20px; }

	td.mini {	font-size: 8pt;
				vertical-align: top;
				line-height: 1.3; }

	td.infobigheader {	padding: 10px;
						font-size: 12px;
						color: #000000;
						background-color: #f36c24;
						line-height: 1.3;
						font-weight: bold; }

	td.infoheader {	padding: 5px;
					font-size: 12px;
					color: #000000;
					background-color: #f36c24;
					line-height: 1.3;
					font-weight: bold; }

	td.infobig {	padding: 10px;
					font-size: 24px;
					color: #000000;
					line-height: 1.3;
					font-weight: bold; }

	td.info {	padding: 5px;
				color: #000000;
				line-height: 1.3; }

	td.infoplain {	padding: 5px;
					font-size: 10px;
					color: #000000;
					line-height: 1.3; }

	li {	padding-bottom: 5px; }

/* for lightbox */

#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: #adafb2; 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: #adafb2; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #000000; }
#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; }