@charset "utf-8";
body  {
	background: #272525;
	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;
}
#backtile {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image:url(/custom/themes/default/images2/header-tile.gif);
	z-index: -5;
	width: 100%;
	height: 157px;
}

#backtile2 {
	position: absolute;
	top: 160px;
	left: 0px;
	background-image:url(/custom/themes/default/images2/back-tile.gif);
	z-index: -5;
	width: 100%;
	height: 407px;
}


#container { 
	width: 975px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
} 
#header { 
	height: 158px;
	background-image:url(/custom/themes/default/images2/header-tile.gif);
	position:relative;
} 

#header #quicklinks {
	position: absolute;
	top: 3px;
	left: 800px;
	z-index: 5;
	font-size: 11px;
}

#quicklinks a {
	color: #b5e4f8;
}
	

#header #logo1 {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 147px;
	height: 128px;
}

#header #logo2 {
	position: absolute;
	top: 15px;
	left: 160px;
	width: 147px;
	height: 128px;
}

#header #cc {
	position: absolute;
	top: 102px;
	left: 588px;
	width: 189px;
	height: 26px;
	background-image:url(/custom/themes/default/images2/cc.gif);
}

#header #location-names {
	position: absolute;
	top: 96px;
	left: 321px;
	width: 252px;
	height: 44px;
}

#location-names h1 {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	color: #20b0ed;
}

#location-names h2 {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	color: #b38c05;
	
}

#contentwrap {
	position: relative;
	width: 970px;
	background: #FFFFFF;
	padding: 10px 0 0 5px;
}


#sidebar1 {
	float: left;
	width: 245px;
}

#sidebar1 #top {
	width: 242px;
	height: 17px;
	background-image: url(/custom/themes/default/images2/sidenav-top.gif);
}

#sidebar1 #middle {
	width: 207px;
	padding: 0 10px 0 25px;
	background-image: url(/custom/themes/default/images2/sidenav-tile.gif);
}

#sidebar1 #foot {
	width: 242px;
	height: 23px;
	background-image: url(/custom/themes/default/images2/sidenav-foot.gif);
}


#mainContent { 
	float: left;
	width: 705px;
	padding: 0 5px 0 5px;
} 

#mainContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	color: #c54008;
}


#mainContent1 { 
	width: 705px;
} 


/*Home Page Tabs*/

#home-tabs-wrap {
	position: relative;
	width: 967px;
	height: 144px;
	background-image:url(/custom/themes/default/images2/home-tabs.gif);
}

#home-tabs-wrap2 {
	position: relative;
	width: 967px;
	height: 145px;
}

#home-tabs-wrap2 #giftideas{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 486px;
	height: 145px;
}

#home-tabs-wrap2 #washprograms {
	position: absolute;
	top: 0px;
	left: 510px;
	width: 443px;
	height: 145px;
}
	
#home-tabs-wrap #tab1 {
	position: absolute;
	top: 45px;
	left: 27px;
	width: 282px;
	height: 79px;
	font-size: 11px;
}

#home-tabs-wrap #tab2 {
	position: absolute;
	top: 46px;
	left: 342px;
	width: 283px;
	height: 80px;
	font-size: 11px;
}
	
#home-tabs-wrap #tab3 {
	position: absolute;
	top: 48px;
	left: 657px;
	width: 280px;
	height: 78px;
	font-size: 11px;
}
	
	
	


/*Top nav*/
#topnav {
	position:absolute;
	left:323px;
	top:0px;
	width:634px;
	height:86px;
}

#topnav-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:634px;
	height:21px;
}

#topnav-02_ {
	position:absolute;
	left:0px;
	top:21px;
	width:16px;
	height:65px;
}

#topnav-03_ {
	position:absolute;
	left:16px;
	top:21px;
	width:100px;
	height:44px;
}

#topnav-04_ {
	position:absolute;
	left:116px;
	top:21px;
	width:140px;
	height:44px;
}

#topnav-05_ {
	position:absolute;
	left:256px;
	top:21px;
	width:138px;
	height:44px;
}

#topnav-06_ {
	position:absolute;
	left:394px;
	top:21px;
	width:224px;
	height:44px;
}

#topnav-07_ {
	position:absolute;
	left:618px;
	top:21px;
	width:16px;
	height:65px;
}

#topnav-08_ {
	position:absolute;
	left:16px;
	top:65px;
	width:602px;
	height:21px;
}


#footer { 
	height: 83px;
	background-image:url(/custom/themes/default/images2/footer.gif);
} 
#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;
}
