@charset "utf-8";
body  {
	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;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 95%;
	background-color: #FFF;
	background-image: url(Images/background-1.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 860px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #FFF;
} 
.twoColFixLtHdr #containera {
	width: 860px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-image: url(Images/main_content_bg.jpg);
} 
.twoColFixLtHdr #header {
	padding: 0;
	background-image: url(Images/background-1.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: scroll;
}
.twoColFixLtHdr #sidebar1a {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;


	background-color: 
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(Images/main_content_bg.jpg);
}
.twoColFixLtHdr #sidebar1b {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FC3;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FC3;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContenta {
	background-image: url(Images/main_content_bg.jpg);
	background-position: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 25px;
} 

.twoColFixLtHdr #mainContentb{
	background-position: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 50px;
} 

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	text-align: center;
	padding: 0 10px 0 20px;
		clear: both;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* 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 */
}
.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;
}

#phoneNumber {

	width:360px;
	height: 27px;
	position: relative;
	left: 500px;
    top: 124px;
    z-index: 2000;
}

#banner{
	width:860px;
	height:193px;
	background-image:url(Images/Sunset%20bird%20cor-b.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	background-color: #b03326;
}

#bannerText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	position: relative;
	left: 49px;
	top: 52px;
	width: 450px;
	height: 75px;
}

  #marquee {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	position: absolute;
	left: -49px;
	top: 117px;
	width: 860px;
	overflow:hidden;
	height: 30px;
}

 #marqueea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	position: relative;
	left: -49px;
	top: 60px;
	width: 860px;
	overflow:hidden;
	height: 30px;
}

   .brick {
	color:#b03326;
}

   .blue {
    color:#00519a;
}

   .arialBlackBlue {
   font-family: arial black, sans-serif;
   color:#00519a;

}

   .sanSerif {
font-family: arial, sans-serif;
}
 
   .sanSerif12 {
font-family: arial, sans-serif;
font-size:12px
}

#footer {
	 
	font-size: 10px;
	text-align: center;
	color: #790000;
	letter-spacing:0px;
	 
	}
#footer a:link {text-decoration: none; color: #790000;}
#footer a:visited {text-decoration: none; color: #790000;}
#footer a:active {text-decoration: none; color: #790000;}
#footer a:hover {text-decoration: underline; color: #790000;}

 

