@charset "utf-8";
/* CSS Document */

html
{
	min-height:100%;
}
body
{
	width:100%;
	height:100%;
	min-height: 100%;
	background-color: #bdbdbd;
	background-image:url(../images/tile.png);
	background-repeat:repeat;
	margin: 0;
	text-align:center;
	overflow:auto;
}


#main
{
	position: relative;
	width: 650px;
	height: 100%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}


img
{
	border:none;
}

#content
{
	top:0px;
	float:right;
	width: 500px;
	min-height:731px;
	height:100%;
	margin-bottom: 0px;
	background-image:url(../images/content_gradient.jpg);
	background-repeat: no-repeat;
	overflow: visible;
	background-color: #c1d5bc;
}


#logo
{
	position:absolute;
	background-image:url(../images/bos_logo.png);
	background-repeat:no-repeat;
	height:159px;
	width:351px;
	top:0px;
	left:0px;
}


#nav_menu
{
	position:absolute;
	float: left;
	top:0px;
	width: 150px;
	background-color:#bdbdbd;
	padding-top:130px;
	text-align: right;
	min-height: 600px;
	height:100%;
}

#social
{
	padding-top: 15px;
	padding-right: 10px;
}

#contact
{
	padding-top:150px;
	font-family:Georgia;
	color: gray;
	font-size:9px;
	padding-right:10px;
}

#contact a:link, a:visited
{
	font-family:Georgia;
	color: gray;
	font-size:9px;
}
.contentImage
{
	padding-bottom: 25px;
}
.copy
{
	padding-left:15px;
	padding-right:15px;
	font-family: Georgia;
	font-size: 12px;
}
.smallParagraph
{
	font-family: Georgia;
	font-size: 12px;
	color:black;
}

.smallParagraph a:link, a:visited
{
    color:black;
	font-family: Georgia;
	font-size: 12px;
}

.copyHeader
{
	color: #235937;
	font-size: 16pt;
}

.special
{
	font-family: Georgia;
	font-size: 14px;
	color: #235937;
}

.packageTable
{
	margin-left: 15px;
	margin-right:15px;
	width:470px;
	font-family:Georgia;
}
.packageDivider
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:15px;
}

.packageParagraph
{
	font-family: Georgia;
	font-size: 12px;
}

.packageParagraph a:link, a:visited
{
    color:black;
	font-family: Georgia;
	font-size: 12px;
}

.smallHeader
{
	color: #235937;
	font-family: Georgia;
	font-size: 12px;
}

.divider
{
	padding-left:15px;
}

.copy ul
{
	padding-left:15px;
}

/* Light box section -- change at your own risk ------ */


#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; }