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: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 23px;
	background-repeat: repeat-x;
	background-image: url(images/header_bkg.gif);
}
#wrapper {
	background-color: #333;
	}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
#header {
	background-color: #fff;
	background-repeat: repeat-y;
	height: 137px;
	width: 100%;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
} 
#header img {
	position: relative;
}
#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 */
	color: #C39;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px;
	padding-top: 32px;
	padding-right: 150px;
	padding-bottom: 26px;
	padding-left: 0px;
}

h1    {
	color: #6d8058;
	padding-bottom: 1px;
	font-size: 18px;
}
hr {
	border: none;
	background-color:#666
	color: #666;
	height: 1;
	width: 100%;
	}
#brand img {
	position: absolute;
	top: 21px;
}
#brand {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	position: relative;	
}
a:link {
	text-decoration: underline;
	color: #a1b755;
}
a:visited {
	text-decoration: underline;
	color: #a1b755;
}
a:hover {
	text-decoration: none;
	color: #a1b755;
}
a:active {
	text-decoration: underline;
	color: #a1b755;
}
#main_navigation li.last  {
	border-right: none;
}
#main_navigation {
	position: absolute;
	left: 675px;
	top: 90px;
	width: 261px;
}
.services {
	font-family: Tahoma, Geneva, sans-serif;
	color: #044779;
	position: absolute;
	top: 88px;
}

#mainContent {
	margin-top: 0;
	margin-right: 460px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 32px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
#mainContent p a   {
	color: #a1b755;
	text-decoration: underline;
}
#mainContent p a:visited {
	color: #a1b755;
	text-decoration: underline;
}
#mainContent p a:hover {
	color: #a1b755;
	text-decoration: none;
}
#mainContent p a:active {
	color: #a1b755;
	text-decoration: underline;
}
.navigation {
	float: right;
	color: #960;
	height: 22px;
	padding-top: 87px;
}
.navigation a {
	color: #044779;
	text-decoration: none;
}
.navigation a:visited {
	color: #044779;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation a:active {
	color: #044779;
	text-decoration: none;
}
h2    {
	font-weight: bold;
	color: #a1b755;
	font-size: 13px;
}
.copyright {
	font-size: 10px;
	color: #666;
}
h3  {
	color: #a1b755;
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.help {
	font-size: 12px;
	color: #C93;
}

#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 960px;
} 
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Geneva, sans-serif;
	color: #044779;
	text-align: left;
}

.footer {
	color: #044779;
}
.footer a {
	color: #044779;
	text-decoration: none;
}
.footer a:visited {
	color: #044779;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer a:active {
	color: #044779;
	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;
}
/* place css fixes for all versions of IE in this conditional comment */
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
#sidebar1 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#sidebar1 ul li {
	list-style-position: outside;
	list-style-type: disc;	
	
}


#sidebar2 {
	padding-top: 380px;
}

