/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 200px; /*width of menu*/
border-bottom: 1px solid #f5f5f5;
border-left: 1px solid #f5f5f5;
border-right: 1px solid #f5f5f5;

}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/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: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.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 12px 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;
}
#awmAnchor-menu{
	background-color:#B1B914;

}
#content {
  width: 346px ;
  margin-left: auto ;
  margin-right: auto ;
}
#text {
  width: 500px ;
  margin-right: auto ;
}

.urbangreymenu2{
width: 567px; /*width of menu*/
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.urbangreymenu2 .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/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: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

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

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

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

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

.urbangreymenu2 ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
.urbangreymenu3{
width: 200px; /*width of menu*/
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.urbangreymenu3 .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/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: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

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

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

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

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

.urbangreymenu3 ul li a:hover{ /*hover state CSS*/
color: white;
background: #ccc;
}
#content3 {
  width: 250px ;
  margin-left: auto ;
  margin-right: auto ;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

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

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

.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

.text a{
	color: #3196CC;
	text-decoration: underline;
}

.text a:visited{
	color: #3196CC;
}

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

.right-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.right-title a{
	color: #FFFFFF;
	text-decoration: none;
}

a.right-title:visited {
  color: #FFFFFF;
  	text-decoration: none;

}

a.right-title:hover {
  color: #FFFFFF;
    	text-decoration: underline;

}



.right-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.right-text a{
	color: #FFFFFF;
	text-decoration: none;
}

.right-text a:hover{
	text-decoration: underline;
}
table{
	background-color:#FFF}
.graytable{
	background-image:url(../images/bgline.gif);
	background-repeat:repeat-x;
	background-color:#444444;
	}
.boxtitle {
	margin-left:5px;
	}
.boxcontent {
	margin-right:25px;
	}
.map {
	margin-left:75px;
	}
	
hr {color:#cccccc;background-color:#cccccc;height:1px;border:none;}