body, html {
	margin: 0px 20px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #ffffff;
	background-image: url(../images/nav/backshadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

.wrapper {width: 780px;
    margin: 0px auto -1px auto; 

}



.footer {
	height: 75px;
	width: 100%;
	background-color:#666666;
}


.padding { padding:8px;}

.ddsmoothmenu{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background: #002a7d; /*background of menu bar (default state)*/
	width: 450px;
	z-index:100;
	text-transform: uppercase; 
	margin-left: 325px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #002a7d; /*background of menu items (default state)*/
color: white;
padding: 4px 10px;
border-left: 1px solid #ffffff;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: 10px Verdana, Arial, Helvetica, sans-serif;
width: 200px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}


hr {color: #FF6600;}

h1 {
    margin: 0;
	margin-right: 12px; 
	margin-top: 5px;
	padding: 0;
    line-height: 1em; 
	font-size: 18px;
}


h2 {
	font-size: 10px;
	margin-top: 3px;
}

h5 {
	font-size: 32px;	
	margin-bottom: -20px;
	vertical-align: top;
}

h6 {
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #ffffff;
}

.indent {
text-indent: 20px;}

.urbangreymenu{
width: 150px; /*width of menu*/
margin-top: 2px;

}

.urbangreymenu .headerbar{
font: bold 10px Verdana;
color: white;
/*background: #999999; 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: uppercase;
padding: 4px 0 4px 12px;31px is left indentation of header text*/
}

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

.urbangreymenu ul{
margin-left: 3px;
margin-top: 0px;
list-style-type: none;
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 10px Verdana;
	color: black;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-color: #F3F3F3;
	
}

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

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

.rightnavbar {
	background-image: url(../images/nav/temp.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000066;
}
