@charset "utf-8";
/* CSS Document */
#main
{
	width:860px;
	margin-left:20px;
	height:300px;
}

#mainimageholder
{
	padding-bottom:30px;
	padding-top:30px;
	margin-left:0px;
	margin-right:20px;
	background-image: url(../images/box_background.png);
	background-repeat: repeat;
	text-align: center;
}


#thumbimageholder1
{
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	margin-left:0px;
	margin-right:0px;
	background-image: url(../images/box_background.png);
	background-repeat: repeat;
}

#thumbimageholder2
{
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	margin-left:0px;
	margin-right:0px;
	background-image: url(../images/box_background.png);
	background-repeat: repeat;
}

#thumbimageholder3
{
	padding-bottom:10px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	margin-left:0px;
	margin-right:0px;
	background-image: url(../images/box_background.png);
	background-repeat: repeat;

}

#return a:link
{
	text-decoration:none;
	color:#FFF;
}

#return a:visited
{
	text-decoration:none;
	color:#FFF;
}
#return a:hover
{
	text-decoration:none;
	color:#859640;
}
#return a:active
{
	text-decoration:none;
	color:#FFF;
}




.thumbnails
{
	margin-left:15px;
}







/* NAV BARRRR */

#navbar a:link
{
	text-decoration:none;
	color:#FFF;
}

#navbar a:visited
{
	text-decoration:none;
	color:#FFF;
}
#navbar a:hover
{
	text-decoration:none;
	color:#859640;
}
#navbar a:active
{
	text-decoration:none;
	color:#FFF;
}
/*end nar bar rollover */

/*begin nar bar position */
#navbar
{
	background-image: url(../images/box_background.png);
	background-repeat: repeat;
	text-align:center;
	font-size:110%;
	color:#dedede;
	margin-top:10px;
	padding:5px;
	margin-right:20px;
}

/*begin select another building jump menu*/
#anotherbuilding
{
	font-size: 110%;
	color: #617329;
	padding:4px;
	margin-right:20px;
	text-align: right;
}

.building_jumpmenu
{
	background-color:#110e0e;
	border: 1px solid #110e0e;
	color:#859640;
	padding:2px;
	font-size:110%;
}
/*end select another building jump menu*/



.lightbox
{
	margin:4px;
	border:none;
}

.lightbox1
{
	margin-bottom:4px;
	margin-left:10px;
	margin-right:4px;
	margin-top:4px;
	border:none;
}
	
}


