@charset "UTF-8";
/* CSS Document */
.rowHover {
	cursor: pointer;
	color: #16325B;
	background: #FFF;
}

.rowSelected {
	cursor: pointer;
	color: #f80;
}
#header {
	height: 6em;
	background: url(../png/banners/contact-banner.png) no-repeat;
	padding: 0;
}  
#navigation td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffeeee;
}
#image_hldr {
	padding-left:30px;
	padding-bottom: 20px;
	padding-top: 20px;
}
	
#navigation a {
	color: #003366;
	line-height:12px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	background-image: url(images/mm_arrow.png);
	background-repeat: no-repeat;
	background-position: 14px 45%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
#navigation a:hover {
	color:#FFf;
	background-color: #33c;
	background-image: url(images/mm_arrow.png);
	background-repeat: no-repeat;
	background-position: 14px 45%;
	}
#navigation a:selected {
	color:#FFf;
	background-color: #33c;
	background-image: url(images/mm_arrow.png);
	background-repeat: no-repeat;
	background-position: 14px 45%;
	}
.link {
	text-decoration:none;
	color: #ccc;
}
.navText {
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	}
.unavText {
	color: #F80;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	}
#date_txt {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: lighter;
	color: #16325B;
	background: #FFF;
	padding-top: 10px;
	padding-left: 15px;
	height: auto;
	width: auto;
}
div#content {
	font-size: 100%;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	width: 50em;
}
div#full-column {
	float: left;
	margin: 0px 0 0 0px;
	display: inline;
	padding-left: 15px;
}
#content1 {
	width: 180px;
	margin: 0px;
	height: auto;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #EEE;
}
#sidebar {
	width:280px;
	margin-top: 0;
	margin-left: 20px;
	font-size: 70%;
}
#content1, #sidebar {
	float: left;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-size: 80%;
	padding-right: 0px;
	padding-left: 15px;
}
#mainContent {
	width: 35em;
	float: left;
	margin: 28px 15px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #DDD;
}
#sidebar_brace {
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	vertical-align: top;
	margin-bottom: 25px;
	margin-left: 20px;
	color: #DDD;
	padding-bottom: 25px;
}
#retail_heading {
	color:#F80;
}
#events {
	border-collapse:collapse;
	margin: 0;
	text-decoration: none;
	width: 160px;
}
#events td {
	margin: 0;
	padding: 0.5em 0em;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: none;
	text-decoration: none;
}
#footer {
	padding: 0 10px;
	color: #FFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: xx-small;
	text-align: center;
}

</style>
