body {
	background-image:url(images/site_background.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family: Verdana, sans-serif;
	font-size:14px;
	color:#888888;
}
h1 {
	font-size:24px;
	font-weight:normal;
	margin-top:0px;
	color:#96B9E1;
}
h2 {
	font-size:20px;
	font-weight:normal;
	margin-top:0px;
}
h3 {
	font-size:9px;
	font-weight:normal;
	margin-top:0px;
}
h4 {
	font-size:20px;
	font-weight:normal;
	margin-top:0px;
	padding-bottom:2px;
	border-bottom:4px solid #CCCCCC;
}

	
#mainHolder {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
}
#headerBlock {
	float:left;
	width:930px;
	height:60px;
	margin-bottom:15px;
}
#logoHolder {
	float:left;
	width:400px;
	padding-top:8px;
}
.logoHolder img{
	float:left;
	margin:10px;
}

.whiteLogoHolder {
	float:left;
	width:250px;
	padding:10px;
	background-color:#FFFFFF;
}
.whiteLogoHolder img{
	float:left;
	margin:10px;
}

#linkHolder {
	float:left;
	width:530px;
	padding-top:20px;
	text-align:right;
	font-size:18px;
}
#navigationSpace {
	float:left;

}
#mainContent {
	float:left;
	width:615px;
	min-height:200px;
	margin-right:15px;
}
#imagebox {
	float:left;
	width:89px;
	min-height:200px;
	margin-right:15px;
}

#offerbox {
	float:right;
	min-height:200px;
	margin-right:15px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

#rightContent {
	float:left;
	width:270px;
	background-color:#f1f9ff;
	padding:15px;
}
.roundedBox {
	float:left;
	width:250px;
/*	height:81px;*/
/*	background-image:url(images/round_bg.gif);
	background-repeat:no-repeat;*/
	padding:10px;
	font-size:13px;
	color:#989898;
	font-weight:bold;
}

.roundedBox a {
color:#989898;
}

.dottedline {
	float:left;
	width:250px;
	padding:6px;
	border-bottom: 2px dashed #a2d7ff;
}

.whiteBox {
	float:left;
	width:250px;
	background-color:#FFFFFF;
	padding:10px;
	font-size:15px;
	color:#989898;
	font-weight:bold;
}
.keywords {
	float:left;
	width:250px;
	padding:5px 10px 5px 10px;
	margin-bottom:5px;
	margin-right:5px;
	background-image:url(images/sidemenu_bg.jpg);
	background-repeat:no-repeat;
	font-size:15px;
	color:#888888;
}
.keywords a{
	color:#888888;
	text-decoration:none;
}
.keywords a:hover{
	color:#888888;
	text-decoration:underline;
}

.itemText {
	float:left;
	width:580px;
	padding:10px;
	border: 2px dotted #EEEEEE;
	margin-bottom:15px;
}
.itemImage {
	float:left;
	width:150px;
	margin-right:15px;
}
/*.itemText img {
	float:left;
	margin-right:15px;
}*/

.staffBox {
	float:left;
	width:165px;
	height:180px;
	padding:10px;
	border: 2px solid #eeeeee;
	margin-right:15px;
	margin-bottom:15px;

}
.formBox {
	float:left;
	width:565px;
	height:270px;
	padding:25px;
	background-image:url(images/form_bg2.gif);
	background-repeat:no-repeat;
}

.trialBox {
	float:left;
	width:485px;
	height:250px;
	padding:55px;
	color:#4e2683;
	margin-left:35px;
	background-image:url(images/beacon_trial.jpg);
	background-repeat:no-repeat;
}

.formBox input {
	font-size:14px;
	margin-bottom:5px;
}
.formBox textarea {
	font-size:14px;
	margin-bottom:5px;
}
.formRow {
	float:left;
	width:600px;
	margin-bottom:10px;
}
.formRowHalf {
	float:left;
	width:270px;
	margin-bottom:10px;
}
fieldset {
	border:0px;
}
label {
	padding-bottom:10px;
}
.floatImage {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}

.updateRow {
	float:left;
	width:600px;
	margin-bottom:10px;
}

#footerleft {
	float:left;
	width:400px;
	color:#FFFFFF;
	font-size:12px;
}

#footerright {
	float:left;
	width:515px;
	color:#FFFFFF;
	text-align:right;
	font-size:12px;
}

.sitemap {
	float:left;
	width:485px;
	color:#888888;
	margin-left:10px;
}

.sitemap a {
	text-decoration: none;
	color:#888888;
}


.sitemap li {
	list-style:square;
	padding-bottom:10px;
	margin-left:15px;
}

.white {
	color:#FFFFFF;
}
.smallLink {
	font-size:11px;
	color:#888888;
	font-weight:bold;
}

/* lightbox stylesheet */

#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/lb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lb/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: #cfcfcf; }
/* end of lightbox stylesheet */

.view {
	font-family: Verdana, sans-serif;
	font-size:10px;
	color:#888888;
}

.copyright {
font-size: 10px;
}
#breadcrumb {
	float:left;
	width:930px;
	height:25px;
	margin-top:0px;
	margin-bottom:5px;
	color:#888888;
	border-bottom: 2px solid #EEEEEE;
	font-size: 12px;
}
#breadcrumb a {
	color:#888888;
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#888888;
	text-decoration:underline;
}
.fiveCol {
	float:left;
	width:120px;
	text-align:center;
}
.highlight {
	font-weight:bold;
	}
.backlink {
	float:right;
	font-size:15px;
}
