/** Global color map
** #dae6c8 -> Light green
** #e6f4cf -> Lighter green
** #775577 -> Light gray
*/

/*Global Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear: both;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hide {display: none;}

a {
	text-decoration: none;
	color: #666667;
	font-size: 10px;
}

html,body, #outerwrap {
	height: 100%;
}

body {
	background: #f8f8f8;
	color: #2e3235;
	font: normal 12px/normal arial, sans serif;
	text-align: center;
}

h1, h2, h3 {font-family: Verdana, Times, serif; font-weight: normal;}
h1 {font-size: 10px;}
h1 span { width: 200px; z-index: -9; position: absolute; top: 20px; left: 20px;}
h2 {font-size: 14px;}

body > #outerwrap {height: auto; min-height: 100%;}

#wrapper {
	width: 100%;
	position: relative;
}
#headwrap {
	background: #ffffff url(../img/header_bg.png) repeat-x;
	height: 81px;
	width: 100%;
}
#header {
	height: 81px;
	text-align: left;
	width: 965px;
	margin: 0 auto;
	position: relative;
}
#logo {
	background: transparent url(../img/header_logo_bg.png) no-repeat;
	height: 81px;
	width: 600px;
	float:left;
}
#logo img {
	position: absolute;
	top: 80px;
	left: 0px;
}
#search {
	height: 26px;
	width: 325px;
	float:right;
	margin: 35px 0 0 0;
}
#search input#sbutton {
	height:29px;
	width:84px;
	background: url(../img/header_search_btn.png) no-repeat;
	cursor: pointer;
}
#search input#sfield {
	height: 26px; 
	width:221px;
	background: url(../img/header_search_box.png) no-repeat top center;
	padding: 5px 2px 0px 10px;
	margin: 0;
}
/*
*** Navigation style ***
*/
/* 
Change background color and font color 
of parent items when mouse hover 
*/

/* Vertical Navigation */
#nav { 
	width: 824px;
	list-style: none; 
	margin: 5px auto; 
	padding: 0;
	font-size: 1.2em;
	position: relative;
	background: url(../img/navbar.png) no-repeat;
	min-height: 40px;
	text-indent: -9999px;
	z-index: 6;
}

/**Navigation Active states**/
#home #link1 a {background: url(../img/navbar.png) 0 -81px no-repeat;}
#groups #link2 a {background: url(../img/navbar.png) -144px -81px no-repeat;}
#transportation #link4 a {background: url(../img/navbar.png) -467px -81px no-repeat;}
#historical #link5 a {background: url(../img/navbar.png) -588px -81px no-repeat;}
#contact #link6 a {background: url(../img/navbar.png) -691px -81px no-repeat;}
#search #link1 a {background: url(../img/navbar.png) 0 -81px no-repeat;}
/****************************/

/* CSS for each Parent Item */
#nav li {
	position: absolute; 
	padding:0;
	margin:0;
	display:block;
	height: 40px;
}

#nav li a
{
	display: block;
	height: 40px;
}
#nav li#link3, #nav li#link3 a {height: 37px;}
#nav li#link3 a.firstlink {height: 15px;}
#nav li#link3 a.lastlink {height: 15px;}
#nav li:hover a,
#nav li a:hover
{
	background: #999;
	color: #fff;	
}
#nav ul {display: none;}
#nav li:hover ul {display: block;}
#nav ul
{
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 37px;
	left: 0;
	height: 30px;
}
#nav ul li
{
	margin: 0;
	width: auto;
	color: #999;
	height: 15px;
	padding: 5px 0 4px 0;
	z-index:5;
}

#nav li:hover ul li a,
#nav ul li a
{
	display: block;
	font-size: 14px;
	color: #f8f8f8;
	background: none;
}

#nav li:hover ul li a:hover,
#nav ul li a:hover
{
	background: #cdd9e3;
	color: #000;
	margin: 0;
}

/**Navigation Default and Hover states**/
#link1 {left: 0; width: 143px;}
li#link1:hover a, #link1 a:hover {background: url(../img/navbar.png) 0 -41px no-repeat;}

#link2 {left:144px; width: 120px;}
li#link2:hover a, #link2 a:hover {background: url(../img/navbar.png) -144px -41px no-repeat;}

#link3 {left: 265px; width: 201px;}
li#link3:hover a, #link3 a:hover {background: url(../img/navbar.png) -265px -41px no-repeat;}

#sublink1, #sublink2 {border-bottom: 1px dashed #CCCCCC;}
#sublink1, #sublink1 a {top: 0px;}
#sublink2, #sublink2 a {top: 25px;}
#sublink1, #sublink1 a , #sublink2, #sublink2 a {
	text-indent: 0; 
	left: 0px; 
	width: 201px;
	z-index: 5; 
	background: url(../img/submenu_bg.png) repeat-x;
}

#link4 {left: 467px; width: 120px;}
li#link4:hover a, #link4 a:hover {background: url(../img/navbar.png) -467px -41px no-repeat;}

#link5 {left: 588px; width:102px;} 
li#link5:hover a, #link5 a:hover {background: url(../img/navbar.png) -588px -41px no-repeat;}

#link6 {left: 691px; width:138px;}
li#link6:hover a, #link6 a:hover {background: url(../img/navbar.png) -691px -41px no-repeat;}
/**************************************/

.rssicon {
	height: 33px;
	width: 31px;
	position: absolute;
	right: 30px;
	top: -50px;
}
#navline {
	/*background: #f5fce9;*/
	height: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.undermenu {
	position: absolute;
	right: -7px;
	top: -17px;
}
/*
****** JQUERY SLIDER ******
*/
#gallery-wrapper {
	width: 695px;
	height: 380px;
	background: transparent;
	margin: 30px 10px 5px 10px;
	position: relative;
}

#carousel {
	width: 230px;
	height: 315px;
	position: relative;
	top: -20px;
	right: 0;
	display: inline-block;
	margin: 0 5px 0 0;
	float: right;
}
#carousel p {
	margin: 5px 0; 
	text-align: left; 
	position: relative;
	left: -5px;
	line-height: 17px;
}
#carousel h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
	top:0;
	left: -5px;
	text-shadow: none;
}
#carousel a {
	color: #2594c7;
	text-decoration: none;
	font-size: 13px;
}
span.bluetxt {
	color: #2594c7;
}
img.contbtn{
	height: 52px;
	width: 198px;
	margin: 1px 0 0 19px;
}
img.contbtn:active {margin-top: 2px;}
#subtitle {
	height: 35px;
	width: 681px;
	border-bottom: 1px dotted #2e3235;
	position: relative;
	margin: 0px 5px 10px 20px;
	padding: 0;
}
#gallery {
	position:relative;
	height:335px;
	width: 460px;
	display:inline-block;
	float: left;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
#gallery-outer {
	width: 720px;
	height: 360px;
	padding: 0;
	margin:0;
	background: transparent;
	position: relative;
	top:-10px;
}
	#gallery a {
		position: absolute;
		left: -18px;
		top: -18px;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:3;
	}

	#gallery .caption {
		z-index:4; 
		background:url(../img/teaser_caption_bg.png) no-repeat bottom left;
		color:#ffffff; 
		height:91px; 
		width:444px; 
		position:absolute;
		bottom:30px;
		left: -10px;
	}

	#gallery .caption .teasercontent {
		margin:5px
	}
	
	#gallery .caption .teasercontent h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	#carousel p.regtext {
		position: absolute;
		top: 330px;
		left: -455px;
		width: 450px;
	}
	
	.gallery-aoc {margin: 3px 0 0 0; padding: 0;}
	.gallery-aoc ul {}
	.gallery-aoc ul li {display: inline; position: relative;}
	.gallery-aoc ul li a img{
		border: 1px solid #CCCCCC;
		padding: 3px;
		overflow: hidden;
	}
	.gallery-aoc ul li a img:hover{
		border: 2px solid #444;
		padding: 2px;
		overflow: hidden;
	}
	.gallery-aoc-caption-text {
		background-color: #F3D25F;
		margin: 3px;
		padding: 2px;
		border: 1px solid #CCCCCC;
		position: absolute;
		top: -20px;
		left: 10px;
	}
	.author-content { 
		padding: 10px; 
		text-align: left;
		margin: 5px 20px 20px 20px;
		width: 680px;
		position: relative;
	}
	.author-content h3 {
	font-size: 24px;
	font-family: Verdana;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	color: #363535;
	margin: 5px 0 0 0;
	padding: 0;
	display: inline;
	position: relative;
	top: -45px;
	}
	.author-gallery {
		padding: 10px; 
		text-align: left;
		margin: 5px 20px 20px 20px;
		width: 600px;
		position: relative;
		background: #f1f1f1;
		border: 1px solid #c3c2c2;
	}
	.author-flickr-gallery {
		padding: 10px; 
		text-align: left;
		margin: 5px 20px 20px 20px;
		width: 600px;
		position: relative;
		background: #f1f1f1;
		border: 1px solid #c3c2c2;
	}
	.author-meta {
		display: inline-block;
		padding: 0;
		margin: 0;
		position: relative;
		top: -40px;
		left: 75px;
		width: 600px;
	}
	.author-meta p span{font-weight: bold;}
	.author-img {
		background: #f1f1f1;
		border: 1px solid #c3c2c2;
		padding: 3px;
		width: 60px;
		display: inline-block;
	}
	.author-bottom {
		border-bottom: 1px dotted #2e3235;
		margin: 10px 0 3px 0;
	}
/*
****** CONTENT ******
*/
#contentwrapper {
	margin: 0 auto;
	width: 965px;
	padding: 0;
	position: relative;
}
#content {
	height: 100%;
	width: 720px;
	margin: 0 10px 20px 10px;
	padding: 0;
	float: left;
	position: relative;
}
#content-single {
	height: 100%;
	width: 720px;
	margin: 0 10px 20px 10px;
	padding: 0;
	float: left;
	position: relative;
	background: #e4e2e2;
	border: 1px solid #c3c2c2;
	-moz-border-radius: 10px;
}
.narrowcolumn,
.post,
.entry {margin: 10px 0 0 0; padding: 0;position:relative;}
.entry p { margin: 10px; line-height: 15px; text-align: left;}
.entry p img {float: left; display: inline-block; margin: 0 5px 5px 0;}
#cformsform {position: relative; top: -8px; left: -140px;}
#empty-block {height: 45px;}
#empty-block-two {height: 5px;}
#contact-text {
	position: absolute; 
	display: inline-block; 
	height: 310px; 
	width: 265px; 
	top: 92px; 
	right: 10px;
	border-left: 1px dashed #2e3235;
}
#contact-text a { font-size: 100%; text-decoration: none;}
#contact-text p {line-height: 18px;}
p.sidephone,
p.sidemail,
p.sidetwitter {
	padding: 5px 0 5px 20px;
	line-height: 20px;
}

p.sidephone {background: url('../img/Phone_15x15.png') no-repeat;background-position: 0 10px;}
p.sidemail {background: url('../img/Mail_15x15.png') no-repeat;background-position: 0 11px;}
p.sidetwitter {background: url('../img/Twitter_15x15.png') no-repeat; background-position: 0 8px;}

.searchpost {margin: 70px 0 0 0; padding: 0; position: relative;}
.post h2, .searchpost h2 {
	font-size: 16px;
	color: #565656;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	padding: 0;
}
.searchpost h2 {top: -46px; left: -3px;}
h2.center {
	position: relative;
	top: 0;
	left: 0;
}
h2.singlepost {z-index:2;}
h2.index-head {
	font-size: 16px;
	color: #565656;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	position: absolute;
	top: 15px;
	left: 15px;
}
#random-groups {
	text-align:left;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	-moz-border-radius: 10px;
	border: 1px solid #c3c2c2;
	background: #e4e2e2;	
}
img.banner {
	position: absolute;
	top: 10px;
	left: -9px;
	z-index: 1;
}
#posts { margin: 0;}
#posts-index {margin: 0; padding-top: 0; position: relative; top: -35px;}
.articlewrap, .articlewrap-big,.articlewrap-ent {
	margin: 5px 20px 20px 20px;
	width: 680px;
	height: 190px;
	/*background: #e6f4cf;*/
	/*background:#dae6c8;*/
	background: #f1f1f1;
	border: 1px solid #c3c2c2;
	position: relative;
	padding: 0;
	text-align: left;
}
.articlewrap-ent {
	height: 520px;
}
.articlewrap-big {margin: 40px 20px 20px 20px; height: 100%; min-height: 190px;}
.articlewrap-big p {}
.articlewrap h3,.articlewrap-big h3,.articlewrap-ent h3 {
	font-size: 24px;
	font-family: Verdana;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	color: #363535;
	margin: 5px 0 0 0;
	padding: 0;
}
.articlewrap p span.by ,.articlewrap-big p span.by,.articlewrap-ent p span.by {
	font-size: 12px;
	color: #141313;
	font-style: italic;
}
.articlewrap span.usern,.articlewrap-big span.usern,.articlewrap-ent span.usern{color: #4fa3cf;}
.articlewrap div.catspan,.articlewrap-big div.catspan,.articlewrap-ent div.catspan {font-size: 11px; font-style: italic;position: relative; display: inline-block; top: -14px; left: 60px;}
.articlewrap div.catspan ul,.articlewrap-big div.catspan ul,.articlewrap-ent div.catspan ul{display: inline;}
.articlewrap div.catspan ul li,.articlewrap-big div.catspan ul li,.articlewrap-ent div.catspan ul li{display: inline;}
.articlewrap div.catspan ul li a,.articlewrap-big div.catspan ul li a,.articlewrap-ent div.catspan ul li a{color: #141313; font-style: normal;}
.articlewrap span.datem,.articlewrap-big span.datem,.articlewrap-ent span.datem {
	font-size: 15px;
	font-family: Verdana;
	font-weight: bold;
	color: #ebeaea;
	position: absolute;
	top: 10px;
	left: 19px;
}
.articlewrap span.dated,.articlewrap-big span.dated,.articlewrap-ent span.dated {
	font-size: 22px;
	font-family: Verdana;
	font-weight: bold;
	color: #ebeaea;
	text-shadow: 0px 1px 0px rgba(200,200,200,0.7);
	position: absolute;
	top: 22px;
	left: 19px;
}
.articlewrap .post-views,.articlewrap-big .post-views,.articlewrap-ent .post-views {
	font-size: 12px;
	font-weight: bold;
	color: #ebeaea;
	position: absolute;
	top: 16px;
	right: 14px;
}
.inline-img {
	float: left;
	margin: 10px 10px 10px 0;
}
.articletext, .articletext-big, .articletext-ent {
	display: inline-block;
	width: 545px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -30px;
	text-align: left;
}
.articletext {
	position: absolute;
	top: 66px;
	left: 120px;
}
.articletext-big, .articletext-ent {
	bottom: 25px;
	margin: 30px 0 0 15px;
}
.thumbnail-wrap {
	width: 100px;
	height: 100px;
	margin: 15px 10px 0 10px;
	background: url(../img/post_thumb_bg.png) no-repeat;
	display: inline-block;
	position: relative;
	top: -13px;
}
.thumbnail-class {
	width: 88px;
	height: 88px;
	position: absolute;
	top: 6px;
	left: 6px;
	margin: 0;
	padding: 0;
}
.thumb-noclass {}
.post-date-img {
	margin: 10px 10px 5px 10px;
	width: 49px;
	height: 49px;
	float: left;
}
.post-hits-img {
	width: 100px;
	height: 29px;
	margin: 10px 10px 5px 10px;
	float: right;
}
span.moretext {
	font-size: 12px;
	color: #4fa3cf;
	position: relative;
	text-decoration: none;
	top: 15px;
}
span.moretext:hover {text-decoration: underline;}
h2.banner-header {
	font-size: 14px;
	color: #565656;
	font-weight: bold;
	/*background: #CCCCCC;*/
	text-shadow: none;
	padding: 3px;
	position: absolute;
	top: 10px;
	left: 0;
}
img.horizbanner-main {
	position: absolute;
	top:335px;
	left: -6px;
}
a.main-news-links {
		font-size: ;
}
/*
****** SIDEBAR ******
*/
#sidebar {
	width: 220px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	float: left;
	/*background: #f5fce9;*/
	/*background: #e6f4cf;*/
	min-height: 720px;
	height: 100%;
}
#loginmod {
	position: relative;
	height: 100%;
	text-align:left;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	-moz-border-radius: 10px;
	border: 1px solid #c3c2c2;
	background: #e4e2e2;
}
#login_error {
	position: relative;
	top: 35px;
	left: 10px;
}
a.a2a_dd {margin: 0 0 5px 0; padding: 5px;}
/*#loginmod h2 {
	text-align: center;
}*/
#sidebar h2 {
	font-size: 14px;
	color: #565656;
	font-weight: bold;
	position: absolute;
	text-shadow: 0px 1px 0px rgb(255,255,255,0.7);
	top: 10px;
	left: 10px;
	z-index: 5;
}
#advertmod {
	position: relative;
	height: 280px;
	-moz-border-radius: 10px;
	border: 1px solid #c3c2c2;
	background: #e4e2e2;
}
#latestmod {
	position: relative;
	height: 420px;
	margin: 15px 0 0 0;
	-moz-border-radius: 10px;
	border: 1px solid #c3c2c2;
	background: #e4e2e2;
}
img.horizbanner {
	position: absolute;
	top: 5px;
	left: -6px;
}

img.advertbanner {
	position: absolute;
	top: 40px;
	left: 8px;
	border: 1px solid #c3c2c2;
}
img.advertbanner2 {
	position: absolute;
	top: 160px;
	left: 8px;
}
.horizimg {
	position: absolute;
	top: 20px;
	left: 25px;
}
#footer {
	position: relative;
	/*[Jan.6.10]Change to margin-top: -136px; to roll back to previous design*/
	margin-top: 0px;
	height: 136px;
	background:url(../img/footer_bg.png) repeat-x;
	clear: both;
}
#footer-inside {
	margin: 0 auto;
	padding: 10px 0 0 0;
	height: 126px;
	width: 965px;
	text-align: left;
	position: relative;
}
#whoweare {
	background: url(../img/footer_who.png) no-repeat top left;
	width: 480px;
	float: left;
}
#whoweare p {
	margin: 20px 20px 0 0;
	color: #999;
}
#getintouch {
	background: url(../img/footer_contact.png) no-repeat top left;
	width: 480px;
	float: left;
}
#getintouch p {
	margin: 20px 0 0 0;
	color: #999;
}
#getintouch img {
	margin: 10px 15px 0 0;
}
.copyright {
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #999;
	position: absolute;
	bottom: 0;
	left: 360px;
}

#register div.entry { width: 600px; height: 1000px;}
iframe.sourceView {
	height:1000px;
	width:100%;
	z-index:10;
	-webkit-box-sizing: border-box;

}
#main-article {
	width: 650px;
	height: 70px;
	margin: 40px;
}
.teaserimg {
	position: absolute;
	top: -32px;
	left: -35px;
}
.teaserimg-inside {
	position: absolute;
	top: -5px;
	left: -8px;
}
.newsspace{
	display:inline-block;
	width: 300px;
	/*border: 1px solid #000000;*/
	margin: 10px 15px 0 15px;
}
#post #newsspace h3 {
	position: relative;
}
ul.recposts {
	font-size: 15px;
}
ul.recgroups {
	margin: 10px 0 10px 0;
	padding: 15px 0 0 0;
	text-align: left;
}

ul.recgroups li {
	margin: 10px;
	background: url(../img/sidebar_rec_button.png) no-repeat center left;
	border-bottom: 1px dotted #626262;
}

ul.recgroups li a {
	font-size: 14px;
	padding: 10px 0 0 20px;
	display: inline-block;
}
.alllistings {
	/*background: #dae6c8;*/
	/*background: #e6f4cf;*/
}
.alllistings p a {
	font-size: 12px;
	color: #4fa3cf;
	position: relative;
	text-decoration: underline;
}

/*
***UNDER CONSTRUCTION***
*/
p.uconstr {
	font-size: 22px;
	color: #888484;
	margin: 40px 0 0 25px;
}
span.uconstr-fade {
	font-size: 22px;
	color:#BCBABA;
}
a.uconstr-link {
	font-size: 22px;
	text-decoration: underline;
}
/*------------------------
	jQuery Lightbox
	---------------------*/
	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		zoom: 1;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: bold; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 66px; 
		float: right;
		padding-bottom: 0.7em;	
	}