.fullDivider{
	background-color:#fff;
}
.fullDivider div{
	background-color:#b8ced0;
	height:1px;
	font-size:0px;
	line-height:0px;
}
.contentDivider{
	background-color:#fff;
}
.contentDivider div{
	background-color:#b8ced0;
	height:1px;
	font-size:0px;
	line-height:0px;
	margin-right:20px;
	width:652px;
}
#leftColumn{
	padding:17px 20px 20px 0;
	width:960px;
}
#leftColumn h1{
	font-weight:normal;
	padding:0 0 14px 0;
	border-bottom:1px solid #c8dbdc;
	font-size:1.2em;
	color:#09828f;
	font-family: arial, helvetica, verdana, lucida, sans-serif;	
}


#subHeaderNav{
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	font-size:1em;
	color:#999;
}
#subHeaderNav a{
	color:#999;
}


/* PAGINATION */
#topPagination{
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	font-size:1.1em;
	padding:9px 20px 12px 0;
}
#topPagination .right
{
	float:right;
}
#topPagination .left{
	padding-top: 10px;
	float:left;
}
#topPagination .right img{
	padding-left:8px;
}

#bottomPagination{
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	font-size:1.1em;
	padding:12px 20px 12px 0;
}
#bottomPagination .right{
	float:right;
}
#bottomPagination .left{
	float:left;
}
#bottomPagination .right img{
	padding-left:8px;
}

.previousBtnDisabled,.previousBtn,.nextBtn,.nextBtnDisabled{
	display:block;
	width:68px;
	height:23px;
	text-indent:-300em;
	float:left;
	margin-left:8px;
}
.previousBtn:hover{
	background-position:0px -23px;
}
.nextBtn:hover{
	background-position:-76px -23px;
}
.previousBtnDisabled{
	background:url(../img/buttons/Previous_Next_Set.png) no-repeat 0px -46px;
}
.previousBtn{
	background:url(../img/buttons/Previous_Next_Set.png) no-repeat 0px 0px;
}
.nextBtn{
	background:url(../img/buttons/Previous_Next_Set.png) no-repeat -76px 0px;
}
.nextBtnDisabled{
	background:url(../img/buttons/Previous_Next_Set.png) no-repeat -76px -46px;
}


#galleryListing{
	padding:16px 0 16px 0;
}

.galleryModule{
	float:left;
	width: 300px;
	padding: 10px;
	font-size: 1.1em;
}
.galleryModule h3{
	font-size: 1.3em;
	font-weight: bold;
	padding:0 0 4px 0;
}
.galleryModule img{
	float:left;
	padding-right:10px;
}
.galleryModule a{
	color:#333;
	font-size:1em;
}
.galleryModule a span{
	color:#06acbe;
}
.downloadModule{
	font-family: Arial, helvetica, Sans-Serif;
	padding:0 0 5px 130px;
}
.downloadModule .info{
	color:#999;
}

#categoryList
{
	float:left;
	padding-top: 10px;
}
#subCategoryList
{
	float:left;
	padding: 10px 0 0 30px;
}

#preview{
	position:absolute;
	border:1px solid #999;
	background:#efefef;
	padding:5px;
	display:none;
	color:#666;
}


/* TERMS OVERLAY */
.buttonRow{
	height: 50px;
	padding-bottom:10px;
}
.acceptButton{
	float:left;
	padding:12px 0 0 0;
}
.acceptButton a, .declineButton a{
	display:block;
	height:28px;
	width:74px;
	text-indent:-300em;
	float:left;
}
.acceptButton a{
	background:url(../img/Buttons/Accept.png) no-repeat 0 0;
	margin-left:220px;
}
.acceptButton a:hover{
	background-position:0 -28px;
}
.declineButton{
	float:left;
	padding:12px 0 0 12px;
}
.declineButton a{
	background:url(../img/Buttons/Decline.png) no-repeat 0 0;
}
.declineButton a:hover{
	background-position:0 -28px;
}