.footerleft {
	position: relative;
	bottom: auto;
	left: auto;
	top: auto;
	right: auto;
	height: 100%;
	width: auto;
}
.CellPad {
	padding: 20px;
}





/* SPECIAL MENU AREA */


.urbangreymenu{
width: 130px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 12px Verdana;
color: white;
background: #606060 url(../Images/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: lowercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 11px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;


/* END SPECIAL MENU AREA */



}p {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
h1 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 32px;
	color: #00A6EB;
	font-weight: lighter;
}
h2 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00A7CA;
	line-height: 17px;
}
h3 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 18px;
}
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

.pdf
{
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	background-image: url(../Images/icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 12px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-left: 2px;
}
