@charset "utf-8";
/* CSS Document */
/*
Rubb Military Screen Media CSS styles	  
*/

/* advanced css styles */
/* nav hyperlinks*/


/* id css styles */

/* nav images and text*/
#aboutus_top
{
	height:auto;
	width: 860px;
	padding:0px;
	padding-left:20px;
	padding-top:20px;
}

/* main content styles*/
#aboutus_heading
{
	font-size: 130%;
	color: #617329;
	background-image: url(../images/box_background.png);
	background-repeat: repeat;
	padding:4px;
	display: inline;
}

#enquiry_heading
{
	font-size: 110%;
	color: #617329;
	background-image: url(../images/box_background.png);
	background-repeat: repeat;
	padding:4px;
	display: inline;
}

#mainleft
{
	background-image: url(../images/box_background.png);
	background-repeat: repeat;
	width:410px;
	height:auto;
}


#mainright
{
	background-image: url(../images/box_background.png);
	background-repeat: repeat;
	width:410px;
	height:480px;
}

#googlemap
{
	margin-left:25px;

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

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




* { padding: 0; margin: 0; }

/* tag css styles */

/* class css styles */
.formmargin
{
	margin-top:10px;
	margin-left:5px;
}
.face_twitter_tube
{
	border:
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    margin-right:5px;
}

/* 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-left:20px;
	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*/


