#centerstage {
	z-index:200;
	position:relative;
	}
	
div#homecontent {
	position:absolute;
	width:950px;
	top:114px;
	left:19px;
}

p.introcopy {
	padding-top:30px;
	}

div#introwrapper {
	
	}
	
div#introarea {
	float:left;
	width:298px;
	margin:0;
	padding:20px;
	height:269px;
	background:#FFF url(/siteflow/images/i_want_to_back.jpg) no-repeat bottom left;
	}
	
div#introphoto {
	float:left;
	width:609px;
	padding:0;
	margin:0;
	}
	
div.orangeblock {
	float:left;
	width:313px;
	height:200px;
	margin:10px 0;
	background:#ffc46b url(/siteflow/images/orange_bottom.jpg) no-repeat bottom left;
	}
	
div.orangeblock ul{
 	list-style:none;
}

div.orangeblock ul li {
	color:#000;
	}

div.orangeblock ul li a, div.orangeblock ul li a:VISITED {
	color:#000;
	}
	
div.orangeblock ul li a:HOVER, div.orangeblock ul li a:ACTIVE {
	color:#6732ba;
	}
	
div.spaced {
	margin-right:5px;
	}

div#bodycopy {
	height: 550px;
	}
	
h2#logo {
	position:relative;
	z-index:100;
	}
	

	
ul#iwantto {
	margin:0;
	padding:0;
	}

ul#iwantto li#thefirst {
	font-size:18px;
	margin: 0;
	padding: 5px 5px 5px 20px;
	list-style: none;
	width: 280px;
	cursor:pointer;
	}

	
ul#iwantto li#thefirst {
	width:294px;
	height:39px;
	background:transparent url(/siteflow/images/pulldown.png) no-repeat top left;
	}
	
ul#iwantto li a {
	font-size:14px;
	}
	
ul#iwantto li {
	position: relative;
	}
	
ul#iwantto li ul {
	margin:0;
	padding:0;
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 33px;
	display: none;
	}
	
ul#iwantto li ul li {
	font-size:14px;
	margin: 0 0 0 14px;
	padding: 0;
	list-style: none;
	width: 266px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	cursor:pointer;
	}

ul#iwantto li a:HOVER {
	background:#95CAEC;
	color:#000;
	}

/* Styles for Menu Items */
ul#iwantto li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul#iwantto li { float: left; height: 1%; }
* html ul#iwantto li a { height: 1%; }
/* End */

ul#iwantto li:hover ul, ul#iwantto li.over ul { display: block; } /* The magic */
