* {
    padding: 0;
    margin: 0;
}

p
{
	padding-bottom: 12px;
	line-height: 140%;
	text-align: justify;
}

h1
{
	color: #F37F3E;
	padding-bottom: 12px;
	font-weight: normal;
	font-size: 22px;
}

h2
{
	color: #F37F3E;
	padding-bottom: 12px;
	font-weight: normal;
	font-size: 18px;
}
h3
{
	color: #F37F3E;
	padding-bottom: 12px;
	font-weight: normal;
	font-size: 14px;
}
h4
{
	color: #F37F3E;
	padding-bottom: 12px;
	font-weight: normal;
	font-size: 12px;
}

body
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#c0c0c0;
}

.page
{
    margin:0 auto;
    width:915px;
    text-align: left;
}


.header
{
	height: 115px;
	background-color: #c0c0c0;
	background-image:url(../images/header1.jpg);
	color: #ffffff;
}


.top
{
	height: 135px;
	background-color: #c0c0c0;
	background-image:url(../images/top.jpg);
	color: #ffffff;
}

.main
{
	padding-left: 47px;
	padding-right: 50px;
	background-color: #c0c0c0;
	background-image:url(../images/middle.jpg);
	color: #576063;
}

.footer
{
	padding-left: 55px;
	background-color: #c0c0c0;
	background-image:url(../images/bottom.jpg);
	color: #ffffff;
	padding-right: 60px;
	height: 80px;
	text-align: right;
	color: #576063;
	font-size: 12px;
}

.footer h1
{
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

.footer strong
{
	color: #F37F3E;
	font-weight: normal;
}

.footer a
{
	color: #576063;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.slideshow
{
	width: 800px;
	height: 533px;
	background-color: #666666;
}

.picturearea
{
	width: 582px;
	background-color: #666666;
}

.menu
{
	width: 800px;
	background-color: #444444;
}

.linkback
{
	text-align: center;
    color: #444444;
	font-size: 10px;
}

.linkback a
{
	text-align: center;
    color: #444444;
}

.linkback a:hover
{
	text-align: center;
    color: #ffffff;
}


.textcontent
{
	padding: 30px;
}

.textcontent p
{
	padding-bottom: 10px;
}

.textcontent h1
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
}

.textcontent h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
}

.textcontent h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}



.urbangreymenu{

}

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

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
background: #576063 url(arrowstop.gif) no-repeat;
text-indent: 24px;
}

.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 Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 16px; /*link text is indented 8px*/
text-decoration: none;
}

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

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

.urbangreymenuselecteditem
{
	font: normal 12px Arial;
	color: black;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 16px; /*link text is indented 8px*/
	text-decoration: none;
	background: #F37F3E;
}
