@charset "utf-8";
/* CSS Document */

#main
{
	width:860px;
	margin-left:20px;
	height:50px;
}

#maintop
{
	padding-left:20px;
	padding-top:20px;
}

#mainleft
{
	padding:0px;
	width:410px;
	height:auto;
	margin:0px;
	float: left;

}

#mainright
{
	padding:0px;
	width:410px;
	height:auto;
	margin:0px;
	float: right;
}

#toplefttext
{
	width:410px;
	float:left;

}

#toprightimages
{
	float:left;
	margin-left:20px;
}



/*class*/

.hsimages
{
	margin-left:20px;
	border:none;
}

#centerimage
{
	text-align: center;
	background-image: url(../images/box_background.png);
	background-repeat: repeat;
	padding:5px;
	margin-right:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
}






/* 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*/
.maintext
{
	color:#dedede;
	padding-left:10px;
}


