/* CSS Document */

.menu-level1 {
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}
.menu-level1-normal,
.menu-level1-active,
.menu-level1-normal2,
.menu-level1-active2,
.menu-level1-spacer {
	list-style:none;
	padding:4px 0px 0px 0px;
	margin:0px;
}
.menu-level1-normal a,
.menu-level1-normal a:link,
.menu-level1-normal a:active,
.menu-level1-normal a:visited,
.menu-level1-active a,
.menu-level1-active a:link,
.menu-level1-active a:active,
.menu-level1-active a:visited {
	text-decoration:none;
	list-style:none;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	line-height:normal;
	font-size:15px;
	height:22px;
	margin:0px;
	padding:0px;
}
.menu-level1-normal2 a,
.menu-level1-normal2 a:link,
.menu-level1-normal2 a:active,
.menu-level1-normal2 a:visited,
.menu-level1-active2 a,
.menu-level1-active2 a:link,
.menu-level1-active2 a:active,
.menu-level1-active2 a:visited {
	text-decoration:none;
	list-style:none;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	line-height:normal;
	font-size:15px;
	height:22px;
	margin:0px;
	padding:0px;
}
.menu-level1-normal a:hover,
.menu-level1-active a,
.menu-level1-active a:link,
.menu-level1-active a:active,
.menu-level1-active a:visited,
.menu-level1-active a:hover,
.menu-level1-normal2 a:hover,
.menu-level1-active2 a,
.menu-level1-active2 a:link,
.menu-level1-active2 a:active,
.menu-level1-active2 a:visited,
.menu-level1-active2 a:hover {
	font-weight:bold;
	padding:0px 0px 0px 30px;
	margin:0px 0px 0px -30px;
	background-image:url(images/menuBG.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.menu-level1-normal a:hover {
	font-weight:normal;
}
.menu-level1-normal2 a:hover {
	font-weight:normal;
}
.menu-level1-spacer {
	margin:15px 0px 0px 0px;
	visibility:hidden;
}
#container {
	width:810px;  /* 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; /* this overrides the text-align: center on the body element. */
	background-image:url(images/shadow1.gif);
	background-position:top center;
	background-repeat:repeat-y;
}
#containerInner {
	width: 770px;
	margin:0px 0px 0px 20px;
}
#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: 150px;
	background-image:url(images/walla-walla-self-storage.jpg);
	background-color:#ffffff;
	background-position:top center;
	background-repeat:no-repeat;
} 
#sidebar1 {
	position:relative;
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 0px 15px 20px;
}
#mainContent {
	position:relative;
	float:right;
	width:500px;
	margin: 15px 40px 25px 0px;/*	margin: 35px 0 25px 230px;
	padding: 0px 40px 0px 0px;*/
} 
#footer { 
	position:relative;
	padding:0px;
	margin:0px;
	height:40px;
	background-color:#eff1ff;
	background-image:url(images/shadow2.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
/* Custom stuff */
#designedby {
	padding:30px;
}
#designedby, #designedby a {
	font-size:10px;
	color:#999999;
}

.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;
}

[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 205px; }
<![endif]

[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
