@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #192325;
	background-image: url(site_elements/bg_grad.png);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixLtHdr #container {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1f2c2e;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #1F2C2E;
} 
.twoColFixLtHdr #header {
	background-image: url(site_elements/header.png);
	height: 110px;
	width: 815px;
	background-repeat: no-repeat;
	background-position: top;
	color: #CCC;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.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 #header h1 img {
	margin: 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
}
.twoColFixLtHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: normal;
	color: #838571;
}


.twoColFixLtHdr #header2 {
	background-image: url(site_elements/nav_bar_bg.png);
	height: 46px;
	width: 815px;
	background-repeat: no-repeat;
	background-position: top;
	color: #CCC;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #header2 table {
	text-align: center;
	float: left;
	
	vertical-align: middle;
}
.twoColFixLtHdr #header2 table td {
	
}
.twoColFixLtHdr #header2 table td a{
	color: #FFF;
	text-decoration: none;
	display:block;
	width: auto;
	height: 34px;
	padding-top: 10px;
}
.twoColFixLtHdr #header2 table td a:link, table td a:visited {
	color: #CCC;
	text-decoration: none;
	width: auto;
	border: none;
}
.twoColFixLtHdr #header2 table td a:hover, table td a:active {
	color: #FFF;
	text-decoration: none;
	width: auto;
	border: none;
	background-image: url(site_elements/contact_on.png);
}


.twoColFixLtHdr #midSec {
	background-image: url(site_elements/mid_sec.png);
	height: 200px;
	margin: 0 auto;
	width: 815px;
	text-align: right;
} 
.twoColFixLtHdr #midSec 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: 160px 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CC723C;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
.twoColFixLtHdr #midSec h1 a{
	color: #CC723C;
	text-decoration: none;
}
.twoColFixLtHdr #midSec h1 a:hover {
	color: #E48D56;
	text-decoration: none;
}
.twoColFixLtHdr #midSec p {
	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: 2px 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}
.twoColFixLtHdr #allsidebars {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 20px;
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixLtHdr #sidebar1 {
	padding: 15px 10px 15px 20px;
	background-color: #BCC7C9;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-size: 16px;
	color: #1F2C2E;
	padding: 0;
	margin-bottom: 0px;
}
.twoColFixLtHdr #sidebar1 h3 img {
	margin: 0 40px;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 14px;
	color: #333;
	padding: 0 0 0 5px;
	margin-top: 0px;
}
.twoColFixLtHdr #sidebar1 a {
	font-size: 14px;
	color: #77795B;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	font-size: 14px;
	color: #FFF;
}
.twoColFixLtHdr #sidebar2 {
	background-image: url(site_elements/sidebar_header.png);
	background-repeat: no-repeat;
	width: 220px;
	float: none; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 30px;
	padding: 15px 0 0 0;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #77795B;
}
.twoColFixLtHdr #sidebar2 h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #1F2C2E;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.twoColFixLtHdr #sidebarfooter {
	background-image: url(site_elements/sidebar_footer.png);
	background-repeat: no-repeat;
	width: 220px;
	float: none; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 30px;
	
}
.twoColFixLtHdr #mainContent {
	margin: 20px 20px 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #E7e5e0;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 18px;
	color: #914A23;
}
.twoColFixLtHdr #mainContent img {
	float: left;
}
.twoColFixLtHdr #mainContent p {
	font-size: 14px;
	color: #333;
}
.twoColFixLtHdr #footer {
	background-image: url(site_elements/footer.png);
	height: 70px;
	margin: 0 auto 20px auto;
	width: 815px;
} 
.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: 45px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCC;
	font-style: normal;
	font-size: 9px;
}
.twoColFixLtHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCC;
	font-style: normal;
	font-size: 9px;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-style: normal;
	font-size: 9px;
	text-decoration: none;
}
.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;
}

