@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.2em;
	line-height:120%;
	color: #F06;
	font-weight: normal;
}
.subheader {
	color: #F06;
	font: bold 1em/100% Verdana, Geneva, sans-serif;
}


h2 {
	font-size: 0.7em;
	line-height:120%;
	color: #F06;
	font-weight: bold;
	margin-bottom: -1em;
}

h3 {
	font-size: 0.7em;
	line-height:120%;
	color: #F39;
	margin-bottom: -1.4em;
	font-weight: normal;
}

h4 {
	font-size: 0.7em;
	line-height:140%;
	color: #666;
	/* [disabled]margin-bottom: -1.4em; */
	font-weight: normal;
}

h5 {
	font-size: 0.7em;
	line-height:130%;
	font-weight: bold;
	color: #666;
	margin-bottom: .5em;
}

h6 {
	font-size: 0.7em;
	line-height:130%;
	color: #FFFFFF;
	margin-bottom: -0.8em;
	font-weight: normal;
}

a.bodyLink:link, .bodyLink:active, .bodyLink:hover, .bodyLink:visited {
	color: #603;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

a.bodyLink:hover {
	color: #96C;
}

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:120%;
	color: #FFFFFF;
	font-weight: bold;
}


a.h1link:link, a.h1link:hover, a.h1link:visited {
	font-size: .9em;
	line-height:120%;
	color: #999;
	font-weight: normal;
}

a.h1link:hover {
	color: #0CF;
}

a.h1link:visited {
	color: #69C;
}


/*Navigation For Menu*/

.urbangreymenu{
	float: left;
	width: 160px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.urbangreymenu .headerbar{
	font: bold .7em Verdana;
	color: #FFF;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0px 4px 7px; /*31px is left indentation of header text*/
	background: #F06;
}

.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: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 12px/100% Verdana, Geneva, sans-serif;
	color: #63C;
	background: #FFF;
	display: block;
	padding: 5px 0 5px 7px; /*link text is indented 8px*/
	text-decoration: none;
	border-bottom: 1px solid #CCF;
}

.urbangreymenu ul li a:visited{
	color: #63C;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #CCF;
}

