.arrowlistmenu{
width: 610px; /*width of accordion menu*/
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #707070;
}
body  {
	color: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
}

#wrapper {
	background-color: transparent;
	background-image: url(../images/bg_wrapper.gif);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px auto 0px auto; 
	text-align: left;
	width: 610px;
}
#header { 
	background-image: url(../images/bg_header.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 180px;
	width: 611px; /* YOU HACK! */
}
#footer { 
	background-color: transparent;
	background-image: url(../images/bg_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 14px;
	width: 610px;
}
#work {
	padding: 0px 10px 0px 165px;
}

p {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: -24px;
	padding: 0px 10px 40px 210px;
	text-decoration: none;
	}
	
.home {
	color: #FFF;
	text-decoration: none;
	}
.forminput {
	background: none;
	border: 1px solid #4D4D4D;
	color: #4D4D4D;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	line-height: normal;
	padding: 4px 0px 0px 5px;
	text-align: left;
	}
.button {
	border: none; 
	color: #4D4D4D;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin-right: 5px;
	padding: 4px 5px 4px 5px;
	cursor: pointer;
	}
.footer {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.ulist {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	list-style-type: none;
	margin-bottom: -24px;
	padding: 0px 10px 40px 210px;
	text-decoration: none;
	text-indent: 210px;
	}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	background: transparent;
	border-top: 1px dashed #878787;
	color: #FFF;
	font-family: "Century Schoolbook", Georgia, "Times New Roman", serif;
	font-size: 16px;
	padding: 10px 0px 0px 10px;
	height: 30px;
	cursor: hand;
	cursor: pointer;
	}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	border-left: 1px dashed #878787;
	color: #FFF;
	}
.arrowlistmenu .menuheader:hover { /*CSS class for menu headers in general (expanding or not!)*/
	color: #B34215;
	}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}

.arrowlistmenu ul li a{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 2px;
	text-decoration: none;
	}

.arrowlistmenu ul li a:visited{
	color: #FFF;
	}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #999;
	border-bottom: 1px dotted #999;
	padding-bottom: 2px;
}
