@charset "UTF-8";
/* CSS Document */

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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #808080;*/
	background: #F4EEDF url(images/background.gif) repeat-x scroll top;
	color: #515151;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(images/headerLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 95px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	margin-left: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #LeftPanel {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	margin-top: 30px;
	height: auto;
	float: left;
	width: 210px;
}
.oneColFixCtrHdr #container #LeftPanel li {
	height: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8232A;
	padding-left: 10px;
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 10px;
	list-style-type: none;
}
.oneColFixCtrHdr #container #LeftPanel a:link{
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #container #LeftPanel a:visited {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #contact {
	background-image: url(images/birdsHome.jpg);
	background-repeat: no-repeat;
	height: 425px;
	margin-right: -25px;
	background-position: right -20px;
	margin-top: 0px;
}
.oneColFixCtrHdr #container #LeftPanel a:hover {
	color: #E8232A;
	/*text-decoration: none;*/
	list-style-image: url(images/arrow.jpg);
}
.oneColFixCtrHdr #container #LeftPanel a:active {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #container #LeftPanel ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContentHome {
	padding: 0 20px 5px 15px;
	margin-top: 0px;
	width: 605px;
	float: left;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/contentHome.jpg);
	height: 425px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 5px 13px;
	margin-top: 0px;
	width: 600px;
	float: left;
	min-height: 425px;
}
.oneColFixCtrHdr #mainContent p {
	margin-top: 0px;
}
.oneColFixCtrHdr #panelTwo {
	margin-top: 0px;
	height: auto;
	float: left;
	width: 190px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	background-color: #BC9A43;
	font-weight: normal;
	color: #FFFFFF;
}
.oneColFixCtrHdr #panelThree {
	background: #BC9A43;
	margin-top: 0px;
	height: 100%;
	float: left;
	width: 190px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	overflow: hidden;
}
.oneColFixCtrHdr #panelFour {
	background: url(images/background.jpg) repeat-x scroll left top;
	margin-top: 0px;
	float: left;
	width: 200px;
	overflow: hidden;
	height: 500px;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ED1C24;
	font-family: Futura, Arial, sans-serif;
	font-size: 30px;
}
.oneColFixCtrHdr #footer {
	padding: 10px 20px 10px 20px;
	background-color: #ED1C24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
}
.oneColFixCtrHdr #container #clear {
	clear: both;
}
.oneColFixCtrHdr #mainContent h6 {
	color: #7E8082;
	font-family: Futura, Arial, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	margin-bottom: -15px;
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContent h4 {
	color: #ED1C24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 11px;
}
.oneColFixCtrHdr #mainContent #about {
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
}
