@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: 90%/110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height:1000px;
	background: #6C6C6C scroll;
}
#container  {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	background: #6c6c6c url(images/screen-shot.jpg) no-repeat center top;
	height: 730px;
	width: 1000px;
	margin: 0 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. */
} 
#header  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #933;
	background: left top;
	float: left;
	width: 860px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
} 

#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 */
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	color: #4D75A2;
	text-decoration: none;
	padding: 0px 70px 15px 20px;
	margin-top: 140px;
	font: bolder normal medium "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav {
	width: 150px;
	height: 400px;
	float: left;
}

#navcontainer ul {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	position: relative;
	left:-11px;
	width: 150px;
	height: 40px;
}

#navcontainer ul li {
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #555;
text-decoration: none;
}

#navcontainer ul li a:hover {
background-color: #369;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }
#mainContent  {
	margin: 0px 0 0 0 0px;
	width: 600px;
	float: left;
} 
#mainContent a {
	margin: 0 0 0 0px;
	width: 0px;
	color: #7B0A0C;
}
#right-column {
	padding: 140px 0px 0px 10px;
	float: left;
	width: 150px;
}

.main-text {
	margin: 0px 0 0 0px;
	width: 580px;
	padding-top: 120px;
}

#footer  {
	color: #FFF;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(imaes/new-background_03.jpg);
	background-color: #6C6C6C;
} 

#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: 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:0;
    font-size: 1px;
    line-height: 0px;
}

#logo {
	float: left;
	height: 128px;
	width: 206px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}

#link { /* background image block */
display: block;
width: 200px;
height: 350 px;
position:absolute;
left: 1180px;
top: 147px;
}
#link a {
text-decoration:none;
}
.hide {
visibility:hidden;
}
#home {
	float: left;
	width : 133px;
	height: 175px;
}

#midwest {
	width : 150px;
	height: 150px;
	float: left;
	padding-top: 30px;
}
#region { 
position:absolute;
width : 200px;
height: 190px;
margin-top: 283px;
}
#usag {
	float: left;
	width : 133px;
	height: 175px;
}
.small-text-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	padding-left: 10px;
	margin-top: -10px;
}
