@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.3em;
	line-height:130%;
	color: #C03;
	font-weight: normal;
}
.subheader {
	color: #C03;
	font: bold 1em/100% Georgia, "Times New Roman", Times, serif;
}


h2 {
	font-size: 0.8em;
	line-height:120%;
	color: #C03;
	font-weight: bold;
	margin-bottom: -.5em;
}

h3 {
	font-size: 0.7em;
	line-height:120%;
	color: #C03;
	margin-bottom: -1.4em;
	font-weight: normal;
}

h4 {
	font-size: 0.8em;
	line-height:150%;
	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: #930;
	font: 1em Georgia, "Times New Roman", Times, serif;
}

a.bodyLink:hover {
	color: #CCC;
}

.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height:120%;
	color: #FFFFFF;
	font-weight: bold;
}


a.h1link:link, a.h1link:hover, a.h1link:visited {
	font-size: 0.9em;
	line-height:120%;
	color: #F00;
	font-weight: bold;
}

a.h1link:hover {
	color: #F9C;
}


/*Navigation For Menu*/

.urbangreymenu{
	float: left;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.urbangreymenu .headerbar{
	font: bold 0.7em Georgia, "Times New Roman", Times, serif;
	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: #900;
}

.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 14px/100% Georgia, "Times New Roman", Times, serif;
	color: #933;
	background: #FFF;
	display: block;
	padding: 5px 0 5px 7px; /*link text is indented 8px*/
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.urbangreymenu ul li a:visited{
	color: #930;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #F9C;
}

