html, body {
	margin:0;
	padding:0;
	background-color:#f6f6f6;
	}
	
	
a {
	color:#3e9dc9;
	text-decoration:none;
	}


a:hover {
	color:#bbb;
	}
	
	
.html_container {
	position:relative;
	top:-2px; /* fixes IE gap issue at top even though we already said no padding and margins */
	width:980px;
	margin:0 auto;
	}
	
	
.menu_container {
	position:absolute;
	right:10%;
	top:-20px;
	z-index:1000;
	width:214px;
	text-align:left;
	}
	
	
#menu_tab {
	z-index:1010;
	position:relative;
	height:60px;
	cursor:pointer;
	}
	
#menu_tab div {
	top:25px;
	z-index:1020;
	position:relative;
	font:bold 25px verdana;
	color:#7f8a9c;
	background:url(/v3/core/site_layouts/__2009_Spring_Designs/box-shadow-steel/menu-arrow.gif) 22px 12px no-repeat;
	}
	
#menu_tab div span {
	padding-left:45px;
	}
      
	
#menu_items {
	display:none;
	background-color:#8a99a1;
	position:relative;
	z-index:1005;
	width:192px;
	padding:0;
	margin:0 auto;
	border:0;
	}
	
	
#menu_items ul {
	display:block;
	position:relative;
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:0;
	border:0;
	}
	
#menu_items li {
	display:inline;
	}	

#menu_items ul {
	border-top: 1px solid #7e8d95;
	}
	
	
#menu_items a {
	color:white;
	display:block;
	font:13px Verdana;
	text-decoration:none;
	padding:5px 10px;
	width:170px;
	border-top: 1px solid #cad6e2; 
	border-bottom: 1px solid #7e8d95;
	background-color:#a4b6bf;
	margin:0 auto;
	}
	
#menu_items a:hover {
	color:#333;
	background-color:#c1cfdb;
	}
	

	
	
.section_1_shadow {
	padding:0 10px 10px 10px;
	position:relative;
	background-color:#dddddd;
	}
	

.header_content {
	background:url(/v3/core/site_layouts/__2009_Spring_Designs/box-shadow-steel/header-bckgrd.jpg) left bottom repeat-x #5b748a;
	border-bottom:1px solid #455965;
	border-top:1px solid #455965;
	}
	
	
.header_content h1 {
	font:bold 36px Verdana;
	position:relative;
	margin:50px 35px 35px 35px;
	color:white;
	padding:0;
	}


.header_content img {
	padding:0;
	margin:0;
	border:0;
	}
	
	
.body_content {
	padding:15px 35px;
	font:13px Verdana;
	color:#444;
	background:url(/v3/core/site_layouts/__2009_Spring_Designs/box-shadow-steel/page-bckgrd.jpg) 0 0 repeat-x white;
	}
		
	
.share_button {
	padding-bottom:10px;
	position:relative;
	z-index:900;
	}
	
	
.spacer {
	height:15px;
	}
	
	
.section_2_shadow {
	position:relative;
	padding:10px;
	background-color:#dddddd;
	}

	
.footer_content {
	background-color:white;
	padding:20px 35px;
	font:11px Verdana;
	color:#444;
	}
	
	

