/* Start of CMSMS style sheet 'lightbox' */
/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:600px;
	height:550px;
	margin:-285px 0 0 -300px;
	padding: 10px 20px 10px 20px;
	border:1px solid #fff;
	background:#f8f8f8;
	text-align:left;
}

#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}
#closer{
position: absolute;
margin: 530px 0 0 600px;
z-index:9999;
}
#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}
#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}
.miniwishstories div {
clear: both;
}
.miniwishstories h2  {
color: #015395;
background-color: #F8F8F8;
margin: 10px 0 0 0;
padding: 0;
}
.miniwishstories h3, .miniwishstories h3 a:link, .miniwishstories h3 a:visited {
font-size: 12pt;
line-height: 1.1em;
font-weight: bold;
background-color: #F8F8F8;
color: #015395;
margin: 12px 0 0 0;
padding: 0;
text-decoration: none;
}
.miniwishstories h4 a:link, h4 a:visited {
font-size: 10pt;
line-height: 1.1em;
font-weight: normal;
background-color: #F8F8F8;
color: #015395;
margin: 0 0 0 0;
padding: 0;
text-decoration: none;
}
.miniwishstories p {
font-size: 8pt;
line-height: 1.1em;
background-color: #F8F8F8;
color: #0f0f0f;
margin: 0 0 0 0;
padding: 0;
}
.miniwishstories img {
border-top: white 2px solid;
border-bottom: silver 2px solid;
border-left: white 2px solid;
border-right: silver 2px solid;
margin: 5px;
}
.morewishes {
font-size: 10pt;
line-height: 1.1em;
background-color: #F8F8F8;
color: #015395;
text-align: right;
text-decoration: none;
margin: 0 0 0 0;
}
.morewishes a:link, .morewishes a:visited {
color: #015395;
text-decoration: none;
}
IMG.leftalign, img.leftalign {
float:left;
}
.thumb {
display:block;
float:left;
clear: none;
}
.Construction {
display: block;
width: 560px;
height: 190px;
background-color: #F8F8F8;
margin: 0 0 0 0;
text-align: center;
font-size: 10pt;
line-height: 1.1em;
font-weight: bold;
color: #015395;
}
/* End of 'lightbox' */

/* Start of CMSMS style sheet 'SocialMedia' */
div.social{
width: 150px;
display: block;
float: right;
margin: 0 0 20px 30px;
text-align: center;
color: #015395
}
img.facebook{
margin: 5px 5px;
float: right;
width: 16px;
height: 16px;
}
img.twitter{
margin: 5px 5px;
float: right;
width: 16px;
height: 16px;
}
img.linkedin{
margin: 5px 18px 5px 5px;
float: right;
width: 16px;
height: 16px;
}
img.linkedinspec{
margin: 5px 5px;
float: right;
width: 16px;
height: 16px;
}
.social ul{
font-style: italic;
text-align: center;
color: #000000;
}
.social li{
clear: both;
font-style: normal;
}
.social li p{
float: left;
margin: 5px 0 0 0;
font-weight: bold;
color: #015395;
}
/* End of 'SocialMedia' */

