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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
    background: #DDDDDD; /*  url(/_resources/images/background.gif) repeat-y center center; */
	line-height: 1.5;

}

.twoColFixLtHdr #dropshadow {
	background: #DDDDDD url(/_resources/images/background.gif) repeat-y center center;

} 

.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	min-height: 490px;
	height:auto; !important;

} 
.twoColFixLtHdr #container h1{
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #7CA138;
	font-size: 16px;
	font-weight: bold;
} 
.twoColFixLtHdr #container h2{
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	font-size: 12px;
	font-weight: bold;
} 


.twoColFixLtHdr #container a{
	color: #744100;
    text-decoration: underline;
}
.twoColFixLtHdr #container a:hover {
	color: #FC9E2D;
    text-decoration: underline;
}

.twoColFixLtHdr #container a.current {
	color: #FC9E2D;
    text-decoration: underline;
}

.twoColFixLtHdr #header {
	padding: 0px;  /* 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. */
	background-color: #663300;
	height: 123px;
	width: 800px;
	background-image: url(../images/Banner.jpg);
}

.twoColFixLtHdr #topMenu {
	font-size: 14px;
	color: #744100;
	text-transform: none;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
	margin: 7px 0px 0px; 
	width: 780px;
	background: #FFFFFF;
}
.twoColFixLtHdr #topMenu a{
	color: #744100;
    text-decoration: none;
}
.twoColFixLtHdr #topMenu a:hover {
	color: #FC9E2D;
    text-decoration: underline;
}

.twoColFixLtHdr #topMenu a.current {
	color: #FC9E2D;
    text-decoration: underline;
}

.twoColFixLtHdr #breadcrumb {
	font-size: x-small;
	color: #FC9E2D;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	width: 573px;
	float: right;
	background: #FFFFFF;
}
.twoColFixLtHdr #breadcrumb a{
	color: #FC9E2D;
    text-decoration: underline;
}
.twoColFixLtHdr #breadcrumb a:hover{
	color: #FC9E2D;
    text-decoration: underline;
}


.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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: large;
	color: #7AA137;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px;
	color: #744100;
	font-size: 12px;
	font-weight: bold;
	/*	display: list-item; */
	text-indent: 0px;
	text-decoration: none;
	margin: 0px;
	list-style: square outside;
	padding: 0px 13px 15px 30px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	height: auto;
}
.twoColFixLtHdr #sidebar1 a{
	color: #744100;
    text-decoration: none;
}

.twoColFixLtHdr #sidebar1 a:hover{
	color: #FC9E2D;
    text-decoration: underline;
}

.twoColFixLtHdr #sidebar1 a.current{
	color: #FC9E2D;
    text-decoration: underline;
}


#services.active a {
color:#FC9E2D;
}

.twoColFixLtHdr #mainContent {
	margin: 0px;
	padding: 15px 15px 20px 30px;
	width: 560px;
	float: right;
	border-left: 1px solid #000000;
	min-height: 455px;
	height:auto !important;
    height: 455px;	

} 

.twoColFixLtHdr #mainContentHome {
	margin: 0px 0 0;
	padding: 10px 15px 20px 25px;
	width: 540px;
	float: left;
	min-height: 490px;
	height:auto !important;
	height: 490px;
} 

.twoColFixLtHdr #mainContentHome p{
	margin-top: 0px;

} 

.twoColFixLtHdr #mainContentHome h1{
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #7CA138;
	font-size: 16px;
	font-weight: bold;
} 

.twoColFixLtHdr #mainContentHome a{
	color: #744100;
	text-decoration: underline;
/*	list-style: square outside;*/
	list-style: url(../images/NavBullet.gif) outside; 
	padding: 0px 13px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContentHome a:hover{
	color: #FC9E2D;
    text-decoration: underline;
}
.twoColFixLtHdr #mainContentHome a.current{
	text-decoration: underline;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}
.twoColFixLtHdr #mainContentHome ul{
	margin:0px;
	padding:0px;
	margin-left: 17px;
	margin-top: -15px;
}
.twoColFixLtHdr #mainContentHome li{
	/*	color: #000000;  */
	text-decoration: none;
	list-style: square outside;
	padding: 0px 13px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;/*	text-indent: -10px; */
/*	margin-left: 28px; */
/*	clear: both; */

}

.twoColFixLtHdr #learnMore {
	margin-left: 0px
}

.twoColFixLtHdr #image1 {
	margin: 15px 10px 10px 10px;
	padding: 0px;
	width: 180px;
	float: right;
} 
.twoColFixLtHdr #image2 {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	width: 180px;
	float: right;
} 
.twoColFixLtHdr #image3 {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	width: 180px;
	float: right;
} 
.twoColFixLtHdr #footer {
	padding: 0px;
	height: 44px;
	width: 800px;
	margin-top: 10px;
	background: #663300 url(../images/Footer.gif);
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* 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:0px;
    font-size: 1px;
    line-height: 0px;
}
