/*HTML*/
* {
padding: 0px;
margin: 0px;
font-size: 13px;
font-family: "Arial", "Helvetica", sans-serif;
color: #000;
}

body {
	background: #FFF;
}

sup {
	font-size: 10px;
}

.shadow { 
margin: 0 auto; 
zoom: 1;
/* hasLayout-Push for IE6 */ 
width: 900px; 
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); 
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); 
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); 
-vendor-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); 
filter: 
progid:DXImageTransform.Microsoft.Blur(pixelRadius=3,MakeShadow=true,ShadowOpacity=0.35); 
background: #FFF; 
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: #FFF;
}

/*Font Styles*/
p { margin-bottom: 15px; }

h1 {	
	background: #cf1c20 url('images/bg_header.jpg') repeat-y right;
	font-weight: bold;
	font-size: 16px;
	color:#FFF;
	padding:4px 10px 4px 10px;
	margin: 10px 0px 10px 0px;
	line-height: 100%;
	text-shadow: 2px 2px 2px #555;
}

/*Header*/

#header {
	background: #B81315 url('images/bg.jpg') no-repeat;
	height:129px;
	padding:0px 0px 0px 0px;
	width: 900px;
	margin-bottom: 20px;
}

/*Header*/

#nav {
	background: #FFF;
	padding:0px 0px 0px 0px;
	width: 900px;
}

.urbangreymenu{
width: 162px; /*width of menu*/
float: left;
}

.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{
text-transform: uppercase;
text-align: right;
padding-bottom: 6px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font-size: 12px;
font-weight: bold;
color: #FFF;
position: relative;
background: #B81315;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
padding-right: 8px;
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #FFF;
}

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

/*Footer*/
#footer {
	margin: 0 auto;
	background: #B81315;
	width: 900px;
	padding: 5px 0px 6px 0px;
}

.highlightText, .highlightText i, .highlightText b   {
	font-size: 11px;
	color:#FFF;
}

.pxhighlight {
	border: 1px solid white; 
	margin-bottom: 10px;
}

.footText {
	font-size: 10px;
	color:#FFF;
	font-weight: bold;

}

.footText a:link, .footText a:visited {
	font-size: 10px;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
}

.footText a:hover, .footText a:active {
	color:#FFF;
	text-decoration: underline;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

#clearFloat {clear:both}

/* Content */
 
#col1Content {
	position: relative;
	float:left;
	width:714px;
	margin-left: 14px;
}

#col1Content .pix {
	border: 2px solid #d7181f;
}

#col1Content .space {
	margin-right: 8px;
}

#col1Content td {
	padding: 3px 0px 3px 0px;
}

.alpha-shadow {
  float: left;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 0px 8px 8px 0px !important;
  margin: 0px 8px 8px 0px;
}

.alpha-shadow div {
  background: url(images/shadow2.png) no-repeat left top !important;
  background: url(images/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}