.toUpper {
	text-transform:uppercase;
}

body {
	background-color: black;
	background-image: url(images/borderBg.png);
	background-repeat: repeat-x;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	overflow-x: hidden;
}
#container { 
	width: 955px;
	background: black;
	margin: 0 auto; 
	text-align: left;
} 
#header-front { 
	float: right;
	width: 955px;
	background: black; 
	height: 150px;
	border-bottom: 2px solid #760E12;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#gatLogo {
	background-image: url(images/gatLogo.png);
	width: 346px;
	height: 65px;
	margin: 34px 0 0 40px;
}
#leftHeaderText {
	font-size: .85em;
	margin: 0 0 0 40px;
	float: left;
	color:#c8af91;
	text-align: right;
}
.whitePhone {
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	left: 45px;
	color: white;
}
#leftHeaderText p {
	margin: 0;
	padding: 0;
}
#rightHeader {
	background-image: url(images/real-estate-solutions.jpg);
	float: left;
	width: 240px;
	height: 28px;
	margin: 10px 0 0 40px;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 245px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: black;
}
#menuBar {
	font: bold;
	text-align: left;
	width: 245px;
	
}
#menuBar ul {
	margin: 0;
	padding: 0;
}
#menuBar li {
	text-align: left;
	background: #1a1a21 url(images/menuArrow.png) no-repeat left;
	height: 30px;
	padding: 12px 0 0 30px;
	margin: 0 0 2px 0;
}
#menuBar li:hover {
	text-align: left;
	background: #2f2f2f url(images/menuArrow.png) no-repeat left;
	height: 30px;
	padding: 12px 0 0 30px;
	margin: 0 0 2px 0;
}
#gatServices {
	margin: -2px 0 0 0;
	padding: 20px 0 0 10px;
	font: bold;
	width: 215px;
	color: white;
	font-size: .85em;
}
#gatServices p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#gatServices ul, li {
	list-style-type: none;
	margin: 0;
}
#gatServices a:hover {
	color: #727070;
}
#mainContent {
	background-color: #727070;
	float: right; 
	width: 710px;
	height: 385px;
	margin: 0 0 0 0; 
	color: white;
} 
#footer { 
	padding: 0 10px 0 20px;
	background:black;
	color: #C8AF91;
	border-top: 2px solid #760E12;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: .85em;
}
#footer a {
	text-decoration: none;
	list-style-type: none;
	color: #C8AF91;
	border: none;
}
#footer a:hover {
	color: white;	
}
#footer img {
	border: none;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nostyle {
	list-style-type: none;
	text-decoration: none;
	color: white;	
}