@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

	
}
a:link {
	color: #FFF;
}
a:hover {
	color: #dac792;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.twoColFixLt #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

#line1	{
	height: 2px;
	margin-top: 10px;
	overflow: hidden;
	background-color: #999;
	width: 756px;
	float: none;
	
}
#line2	{
	background-color: #FFF;
	height: 2px;
	margin-top: 10px;
	width: 243px;
	
}


#building_contact	{
	padding-top: 200px;
	padding-right: 10px;
	font-size: 85%;
	color: #CCC;
	text-align: right;

	
}

#building_contact2	{
	padding-right: 10px;
	font-size: 85%;
	color: #FFF;
	padding-top: 377px;
	text-align: right;

	
}

#lower_line2	{
	background-color: #CCC;
	height: 2px;
	width: 1000px;
	margin-top: 50px;
	
}

#address	{
	font-size: 80%;
	color: #CCC;
	text-align: right;
	padding-right: 10px;
	
}
#building_pictures	{
	width: 771px;
	
}

#building_detail	{
	margin-left: 30px;
	width: 600px;
	
}
.twoColFixLt #sidebar1 {
	float: left;
	background-image: url(images/AFJonesWall.jpg);
	background-repeat: no-repeat;
	background-color: #2d2b2c;
	height: 880px;
	width: 240px;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-bottom: 20px;
	height: 760px;
} 

#lower_line1	{
	background-color: #999;
	height: 2px;
	margin-top: 19px;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.brown_letter {
	color: #DAC792;
}
.white_txt {
	color: #FFF;
	
}
.graytxt {
	color: #C0C0C0;
}
#quote {
	padding-top: 20px;
}
