@charset "utf-8";
body  {
	font: 12px Verdana, Tahoma, sans-serif;
	background:#7d94ac url(images/BackGround.gif) repeat-x;
	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:#666666;
	line-height:1.5;
}

.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 262px;
	background:url(images/LeftBk.gif) no-repeat right top;
	margin-top:-32px;
	margin-left:21px !important;
	margin-left:11px;

	

}
.twoColFixLtHdr #mainContent {
	margin-left:262px !important;
	background:url(images/Header.gif) no-repeat;
	margin: 0px 21px 0 240px; 
	padding: 0 35px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 

	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/ContainerBk.gif) no-repeat;
	font-size:10px;
	text-align:center;
	line-height:normal;
} 
.twoColFixLtHdr #footer p {
border-top:1px solid #7d94ac;
	margin: 0 50px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a{
color:#7d94ac;

}
.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;
}
.TopContainer{
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background:url(images/Top.gif) no-repeat;
	height:33px;

		
			

}
.twoColFixLtHdr #container {
	width: 841px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(images/ContainerBk.gif) repeat-y;
	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. */
	margin-top:10px;
	margin-bottom: 30px;

} 
.BottomContainer{
background:url(images/Bottom.gif) no-repeat;
height:25px;
}
.ServicesMenu{
	margin:165px 0 0 50px;
	
}
.ServicesMenu ul{
padding:0;

margin:0;
}
.ServicesMenu li{
list-style:none;
}
.ServicesMenu a {
padding-left:10px;

color:#BB882C;
text-decoration:none;
}
.ServicesMenu a:hover {
text-decoration:underline;
}
.LeftContact{
	margin-left:50px;
	margin-top:10px;
}
.LeftContactContent{
padding-left:10px;

}

#menu {
	margin: 0;
	padding: 0;
	height:50x;
	padding-top:122px;
}

#menu ul{

padding:0px;
margin:0px;
/*text-align:right;*/

padding-left:20px;
}
#menu li {
display:inline;
list-style:none;


}
#menu li a {
font-size:13px;

text-decoration:none;
color:#C49A6B;
padding:18px;
}
#menu li a:hover {
background:#7d94ac;
padding-bottom:11px;
padding-top:12px;
color:#FFFFFF;
}
#mainContent p {
text-align:justify;
margin:0px;
padding:0px;
}
h1{
	font-size:18px;
	color:#BB882C;
	padding:5px 5px 5px 5px;
	margin:0px;
}
h2{
	font-size:20px;
	color:#BB882C;
	padding:15px 5px 0px 5px;
	margin:0px;
}
h3{
	font-size:16px;
	color:#BB882C;
	padding:15px 5px 0px 5px;
	margin:0px;
}
a {
color:#BB882C;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
