/* CSS Document */
a:link {text-decoration:none; color:#FFFFFF}     /* unvisited link */
a:visited {text-decoration:none; color:#FFFFFF}  /* visited link */
a:hover {text-decoration:none; color:#000000}   /* mouse over link */
a:active {text-decoration:none; color:#FFFFFF}   /* selected link */

/*New Menu (sliding) */

.urbangreymenu{
width: 150px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #513401 url(images/bg/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 21px; /*31px is left indentation of header text*/
}

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

.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: #dcdacd;
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: #b0af76;
}
/*End New Menu (sliding) */

.maintitle{
  font-size: 22px; 
  color: #000000; 
  font-family: Georgia, Times New Roman, Times, serif; 
  font-weight: bold; 
  text-decoration: none; 
  text-align:center;
}
div.linkTitle{
	text-align:center;
	padding:2px 2px 4px 2px;
	background-color:#513401;
	border:1px solid #10394d;
	color: #FFFFFF;
	text-decoration:none;
}
div.linkImage{
	padding-top:6px;
	padding-bottom:6px;
	vertical-align:bottom;
	text-align:center;
	height:175px;
}
div.linkTitle a:link,div.linkTitle a:visited,div.linkTitle a:hover{
text-align:center;
text-decoration:none;
color:#FFFFFF;}

.link2{
	border:1px solid #666633;
	padding:2px;
	font:normal 1em Verdana,sans-serif,serif;
	color:#333;
	width:215px;
	height:250px;
	}
.link3{
	border:1px solid #666633;
	padding:2px;
	font:normal 1em Verdana,sans-serif,serif;
	color:#333;
	width:175px;
	height:250px;
	}
.linkDesc{
	text-align:left;
	font-size:12px;
	float:left;
	text-decoration:none;
	color:#000000;
}#Layer1 {
	padding-left: 20px;
}

