/* - - - - - - - - - - - - - - - - - - - - -

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:55%;
	left:45%;
	z-index:9999;
	width:800px;
	height:500px;
	margin:-320px 0 0 -350px;
	border:1px solid #fff;
	background:#fff;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color:#000;
	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:.40;
	filter: alpha(opacity=40);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{

}
.property {
	overflow:scroll;
    overflow-x:hidden;
	height:360px;
	background-color:#FFFFFF
}
.propertyWrap {
	padding:20px;
	background-color:#EFEFEF
}
.property strong {
	color:#000
}
.closeButton {
	margin:7px 0px;
}
.photo {
	float:left;
	padding:0 15px 10px 0px;
}


#animProperties ul{
	text-align:center;
	margin:0 0 0px 0;
	list-style:none;
    padding:0;
	margin-top:2.0em;
}
#animProperties li {
	width:225px;
	float:left;
	display:block;
	overflow:hidden;
	margin-right:6px;
	margin-bottom:6px;
}
#animProperties ul a{
    font-family:"Copperplate Gothic", "Century Gothic", "Arial";
	float:left;
	color:#fff;
	background:url(images/backgrounds/propertybox.gif) repeat-x;
	border:1px solid #4863a1;
	margin-bottom:0px;
	font-size:1.5em;
	display:block;
	line-height:13px;
	width:200px;
	padding:10px;
	overflow:hidden;
	height:90px;
}
#animProperties ul a span {
	font-size:12px;
	font-weight:lighter;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-decoration:none;
	color:#fff
}



#animProperties ul a strong {
	color:#7DEA11;
	text-decoration:underline
}

#animProperties ul a:hover{
	background:#000;
	border:1px solid #fff;
	text-decoration:none
}

#lightbox h2{
	margin:0 0 1em 0;
	color:#000
}
#lightbox h3{
	color:#000
}
#lightbox.done p{
	color:#333;
}

#definition{
	margin:25px;
}
.highlight{
	background-color:#FEFFAF;
}

.startickList ul {
  list-style: none;
  margin: 0 0 20px 0px;
}

.startickList, .startickListGold {
 width:38em;
}
.startickList ul {
  margin: 0 0 0px 0px;
  width:600px;
}
.startickListGold ul {
  margin: 0 0 0px 0px;
  width:600px;
}
.startickList li {
  list-style: none;
  line-height:3em;
  padding-left:28px;
  float:left;
  width:16.5em; 
  background: url('../images/startick.gif') no-repeat 0 5px;
}
.startickListGold li {
  list-style: none;
  line-height:3em;
  padding-left:28px;
  float:left;
  width:16.5em;  
  background: url('../images/startickgold.gif') no-repeat 0 5px;
}
.clear {
  width:100%;
  clear:both
}

div .linkswrap{
	background-color:#184366;
	color:#fff
}
div .linksbox{
	background-color:#EDF3FE;
	color:#fff
}
div .linksbox h3  {
	color:#4a7ccd
}