@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: left -200px;
}
.twoColFixRtHdr #container {
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container-bg.png);
	background-repeat: no-repeat;
	background-position: 1px 136px;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	height: 50px;
} 
.twoColFixRtHdr #container #header h1 {
	background-image: url(../images/PuebloBusiness.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
	height: 55px;
	width: 879px;
	padding: 0px;
	margin-top: 20px;
	margin-left: -20px;
	margin-bottom: -20px;
}
.twoColFixRtHdr #container #header h2,.twoColFixRtHdr #container #header p {
	display: none;
}

.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #navBanner {
	background-image: url(../images/bannerPhotos.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 256px;
	width: 1016px;
	margin: 0px;
	padding: 0px;
	z-index: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
.twoColFixRtHdr #mainContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: -50px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 190px;
	padding-left: 20px;
	background-image: url(../images/content-bg-index.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 909px;
	z-index: 1;
} 
.twoColFixRtHdr #mainContent h1 {
	font-size: 24px;
	margin: 40px 0px 20px 10px;
	padding: 40px 0px 20px 0px;
}
.twoColFixRtHdr #mainContent p {
	margin: 5px 0px 15px 10px;
	width: 485px;
}
.twoColFixRtHdr #container #mainContent img {
	position: relative;
	left: 480px;
}
.twoColFixRtHdr #container #mainContent ul {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px 0px 15px 20px;
}
.twoColFixRtHdr #container #mainContent ul li {
	margin: 0px 0px 3px 0px;
}
.twoColFixRtHdr .insidebar {
	margin: 0px;
	padding: 0px;
	width: 278px;
	height: 450px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-position: left top;
	font-weight: bold;
}
.twoColFixRtHdr .sidebar, .twoColFixRtHdr .insidebar {
	float: right; 
}

a {
	text-decoration: none;
	color: #bc6b01;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #bc6b01;
}

.twoColFixRtHdr .sidebar {
	background-image: url(../images/sidebar-top.png);
	background-repeat: no-repeat;
	margin: -45px 20px 0px 0px;
	padding: 0px;
	width: 278px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-position: left top;
	font-weight: bold;
}
.twoColFixRtHdr .sidebar h3 {
	height: 165px;
	text-indent: -10000px;
	background-repeat: no-repeat;
}
.twoColFixRtHdr .sidebar ul {
	background-image: url(../images/sidebar-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 278px;
	padding-bottom: 30px;
}
.twoColFixRtHdr .sidebar ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	font-style: normal;
	text-decoration: none;
	color: #bc6b01;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 5px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 30px;
	display: block;
	border-bottom:none;
}
.twoColFixRtHdr .sidebar ul li a:hover {
	color: #000;
	background-image: url(../images/menu_highlight.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #F3DCBE;
	border-bottom:none;
}
.twoColFixRtHdr #container .sidebar p {
	font-weight: normal;
	color: #454545;
	margin: 5px 30px 5px 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 34px;
	text-align: justify;
}

.twoColFixRtHdr #footer {
	background-color: #fff;
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	border-bottom: 8px solid #ffbb00;
} 
.twoColFixRtHdr #footer #contactInfo {
	text-align: left;
	width: 1000px;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px 0px 0px 0px;
	margin-top: -20px;
	margin-bottom: -5px;
	background-image: url(../images/GIS-logo.png);
	background-repeat: no-repeat;
	background-position: 600px -10px;
}


.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10pt;
	padding: 0px;
	color: #553F00;
}
.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;
}
