#menu {
	height: 29px;
	margin-left: 32px;
}

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height:1;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #919191;
	text-decoration: none;
	padding: 8px;
	/*width: 10em;*/
}

#nav a:hover {
	color:#000000;
}

#nav li { /* all list items */
	float: left;
	/*	width: 10em; /* width needed or else Opera goes nuts */*/
}

#nav li ul {
	position: absolute;
	background: #FFFFFF;
	left: -999em;
	width:7.7em;
	border: 1px solid #E6E6E9;
	float: left;
	padding: 0px;
}

#nav li ul a {
	width: 7.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

#nav li:hover, #nav li.sfhover {
	background-color: #E6E6E9;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	color:#000000;
}

/*---------------#needs--------------------*/

#needs, #needs ul, #needs2, #needs2 ul, #needs3, #needs3 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
}
	
#needs li, #needs2 li, #needs3 li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	clear:both;
	left: -0.4em;
}

#needs li ul li, #needs2 li ul li, #needs3 li ul li {
	left: 0em;
	width: 8.4em;
}

#needs li ul, #needs2 li ul, #needs3 li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 15.8em;
	margin-top : -2.04em;
	width: 8.2em;
	background-color: #E6E6E9;
	border: solid 1px white;
	z-index: 50;
}

#needs li ul ul, #needs2 li ul ul, #needs3 li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#needs li a, #needs2 li a, #needs3 li a {
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	padding : 0.4em;
	width: 15.4em;
}

#needs li ul a, #needs2 li ul a, #needs3 li ul a {
	font-weight : normal;
	color:#666666;
	width: 8.2em;
	margin-top: -1px;
}

#needs li ul a:hover, #needs2 li ul a:hover, #needs3 li ul a:hover {
	color: black;
}

#needs li:hover, #needs li.sfhover2, #needs2 li:hover, #needs2 li.sfhover3, #needs3 li:hover, #needs3 li.sfhover4 {
	background-color: white;
}

#needs li:hover ul ul, #needs li:hover ul ul ul, #needs li.sfhover2 ul ul, #needs li.sfhover2 ul ul ul, #needs2 li:hover ul ul, #needs2 li:hover ul ul ul, #needs2 li.sfhover3 ul ul, #needs2 li.sfhover3 ul ul ul, #needs3 li:hover ul ul, #needs3 li:hover ul ul ul, #needs3 li.sfhover4 ul ul, #needs3 li.sfhover4 ul ul ul {
	left: -999em;
	background-color : white;
}

#needs li:hover ul, #needs li li:hover ul, #needs li li li:hover ul, #needs li.sfhover2 ul, #needs li li.sfhover2 ul, #needs li li li.sfhover2 ul, #needs2 li:hover ul, #needs2 li li:hover ul, #needs2 li li li:hover ul, #needs2 li.sfhover3 ul, #needs2 li li.sfhover3 ul, #needs2 li li li.sfhover3 ul, #needs3 li:hover ul, #needs3 li li:hover ul, #needs3 li li li:hover ul, #needs3 li.sfhover4 ul, #needs3 li li.sfhover4 ul, #needs3 li li li.sfhover4 ul { /* lists nested under hovered list items */
	left: auto;
}

/*---------------content styles--------------------*/

body {
	background-color: #E6E6E9;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.84em;
}

#redstrip {
	background-color: #B50027;
	height: 11px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#whitestrip {
	background-color: #FFFFFF;
	height: 266px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(header-images/partners.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}

#whitestrip img {
	margin-left: 40px;
	margin-top: 60px;
}

#greystrip {
	background-image: url(images/bg-gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#content {
	padding-top: 24px;
	margin-left: 40px;
	width: 740px;
	padding-bottom: 20px;
}

#content img {
	vertical-align: middle;
}


#address {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.84em;
	line-height: 18px;
	color: #919191;
	text-align: left;
	background-position: left;
	margin-top: 18px;
}

#address p {
	clear: both;
	margin: 0px;
}

#address-hr {
	background-color: #bbbbbb;
	height: 1px;
	width: 90px;
	border: none;
	float: left;
	clear: right;
	vertical-align: middle;
}

#columns {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 18px;
	float: left;
}

#columns br {
	clear: both;
}

#halfwidth1 {
	width: 290px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: 50px;
	float: left;
}

#halfwidth2 {
	width: 340px;
	float: left;
}

#thirdwidth1 {
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index: 30;
	float: left;
}

#thirdwidth2 {
	left: 280px;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index: 20;
	float: left;
	padding-left: 20px;
}

#thirdwidth3 {
	left: 520px;
	width: 220px;
	float: left;
	z-index: 10;
	padding-left: 20px;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;

}

a {
	text-decoration: underline;
	color: #000000;
}

h2 {
	font-size: 13px;
	margin-bottom: 10px;

}

h3 {
	font-size: 13px;
	line-height: 13px;
}

#footer {
	clear: left;
	width: 100%;

}

.partners {
	color: #B50027;
}

.partners a {
	color: #B50027;
	font-size: 0.9em;
	text-decoration: none;
}

.partners a:hover {
	text-decoration: underline;

}

.needs p {
	padding-top: 3px;
	padding-bottom: 3px;
}

.needs a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.needs a:hover {
	cursor: default;
}
