@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff;
	text-align: center;
}

body, p, ul, li, table, th, td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Geneva, sans-serif;
}

h1 {
	margin: 0.67em 0;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

a:link
{
	text-decoration: underline;
	color:	#666666;
}
a:visited
{
	text-decoration: underline;
	color:	#666666;
}
a:link:hover, a:visited:hover
{
	text-decoration: underline;
	color: #1F2322;
}
a:link:active, a:visited:active
{
	text-decoration: underline;
	color: #1F2322;
}
a.img_href {}
	/* *** Use these to zero out href padding around images so they don't get a weird partial-border on mouseover in some browsers *** */
	a.img_href:link
	{
		padding: 0;
	}
	a.img_href:visited
	{
		padding: 0;
	}
	a.img_href:link:hover, a.img_href:visited:hover
	{
		padding: 0;
	}
	a.img_href:link:active, a.img_href:visited:active
	{
		padding: 0;
	}


/* **************************************************************** */
/* *** CONTENT ROTATOR */
/* **************************************************************** */
#slideHeaderDiv
{
	position: relative;
/*
	top: 35px;
	left: 340px;
	width: 390px;
*/
	margin: 0;
	border: none;
	padding: 0;
	background: #ffffff;
	color: #666666;
}
#slideMainDiv
{
	position: relative;
	margin: 0;
	border: 1px none red;
	padding: 0;
}
.slideDiv
{
	position: absolute;
	left: 0;
	width: 100%;
	height: 15px;	/* *** This needs to match the height of #slideMainDiv *** */
	margin: 0;
	border: 1px none blue;
	padding: 0;
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#slideNavDiv
{
	display: none; /* *** REMOVE "NONE" IF YOU WANT THE SLIDESHOW NAV *** */
	background: #999999;
	height: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 1px;
}
	.slideNavImgBtn, .slideNavNumber_On, .slideNavNumber_Off
	{
		float: left;
		width: 20px;
		height: 14px;
		text-align: center;
		color: #ffffff;
		font-size: 10px;
	}
	.slideNavImgBtn
	{
		padding-top: 3px;
	}
	.slideNavNumber_On, .slideNavNumber_Off
	{
		border-left: 1px solid #efefef;
	}
	.slideNavNumber_On
	{
		background-color:#666666;
	}
	.slideNavNumber_Off
	{
		background-color:#999999;
	}
	/* a:link, a:visited, a:link:focus, a:visited:focus, a:link:hover, a:visited:hover, a:link:active, a:visited:active */
	.slideNavNumber_On a:link, .slideNavNumber_On a:visited,
	.slideNavNumber_Off a:link, .slideNavNumber_Off a:visited
	{
		padding: 0;
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: none;
	}

/* **************************************************************** */
/* *** END CONTENT ROTATOR */
/* **************************************************************** */


#NewsBanner {
	width: 602px;
	margin: 10px auto;
	border: 2px solid #666666;
	padding: 10px 5px;
	background: #ffffff;
}



#Main {
	width: 612px;
	margin: 10px auto;
	border: 2px solid #666666;
	padding: 0;
	text-align: center;
}
	#HomeMain {
		width: 612px;
		height: 792px;
		margin: 10px auto 0;
		border: 2px solid #666666;
		border-bottom: none;
		background: url(images/home-collage.jpg);
	}
		#HomeFooterWrap {
			width: 612px;
			margin: 0 auto;
			border: 2px solid #666666;
			border-top: none;
		}


#Header {
		border-bottom: 2px solid #666666;
}

#MainMenu {
	margin: 5px 0;
	border-bottom: 2px solid #666666;
	padding: 0 5px 5px 5px;
	text-align: center;
}
	#MainMenu li {
		display: inline;
		margin: 0 10px;
		padding: 0;
		list-style-type: none;
		border 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 10pt;
	}
	#MainMenu a:link
	{
		margin: 0;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		padding: 2px 7px;
		background: #ffffff;
		text-decoration: none;
		color:	#666666;
	}
	#MainMenu a:visited
	{
		margin: 0;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		padding: 2px 7px;
		background: #ffffff;
		text-decoration: none;
		color:	#666666;
	}
	#MainMenu a:link:hover, #MainMenu a:visited:hover
	{
		text-decoration: none;
		margin: 0;
		border: 1px solid #000000;
		padding: 2px 7px;
		background: #666666;
		text-decoration: none;
		color:	#ffffff;
	}
	#MainMenu a:link:active, #MainMenu a:visited:active
	{
		margin: 0;
		border: 1px solid #000000;
		padding: 2px 7px;
		background: #666666;
		text-decoration: none;
		color:	#ffffff;
	}

#Content {
	padding: 0 10px 10px;
	text-align: left;
}

#Footer {
	margin: 0;
	border-top: 2px solid #666666;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
}

#HomeMenu {
	margin: 62px 15px 0 0;
	padding: 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10pt;
}
	#HomeMenu li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

#Events {
	margin: 15px auto;
	border-collapse: collapse;
}
#Events td {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 25px;
	text-align: left;
	vertical-align: top;
}
	#Events .EventTitle {
		font-weight: bold;
	}
	#Events .EventDates {
		text-align: right;
		font-weight: none;
	}

.EventImgs {
	text-align: center;
}
	.EventImgs img {
		margin: 2px;
		vertical-align: middle;
	}

#ContactInfo {
	width: 180px;
	margin: 0 auto;
}

#NewsletterWrap #DownloadPrint {
	float: right;
	width: 150px;
	margin: 0 0 10px 10px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

#NewsletterWrap #DownloadPrint a {
	display: block;
	padding: 10px;
}
	#NewsletterWrap #DownloadPrint a:link
	{
		border: 2px solid #666666;
		background: #ffffff;
		text-decoration: underline;
		color:	#666666;
	}
	#NewsletterWrap #DownloadPrint a:visited
	{
		border: 2px solid #666666;
		background: #ffffff;
		text-decoration: underline;
		color:	#666666;
	}
	#NewsletterWrap #DownloadPrint a:link:hover, #NewsletterWrap #DownloadPrint a:visited:hover
	{
		border: 2px solid #000000;
		background: #666666;
		text-decoration: underline;
		color:	#ffffff;
	}
	#NewsletterWrap #DownloadPrint a:link:active, #NewsletterWrap #DownloadPrint a:visited:active
	{
		border: 2px solid #000000;
		background: #666666;
		text-decoration: underline;
		color:	#ffffff;
	}



#NewsletterBody {
	clear: both;
}
#NewsletterBody h2 {
	margin-top: 2.0em;
	border-top: 1px solid #666666;
	padding-top: 3px;
}
#NewsletterBody li {
	margin-bottom: 10px;
}
#NewsletterBIDMembers span.Name {
	font-weight: bold;
}
.NewsletterArticle .photo, .NewsletterArticle .photo-left, .NewsletterArticle .photo-right {
	border: 1px solid black;
}
.NewsletterArticle .photo-left {
	float: left;
	margin: 5px 10px 10px 0;
}
.NewsletterArticle .photo-right {
	float: right;
	margin: 5px 0 10px 10px;
}


#AboutBIDBoardMembers li {
	margin-bottom: 10px;
}
#AboutBIDBoardMembers span.Name {
	font-weight: bold;
}

#EventForms {
	width: 90%;
	margin: 10px auto;
	border: 2px solid #666666;
	padding: 0 10px;
	background: #DBD9DE;
}

.NewsItem {
	margin-bottom: 25px;
}
	.NewsHeadline{
		margin-bottom: 3px;
		border-top: 1px solid #666666;
		padding-top: 3px;
	}
	.NewsDate{
		margin: 0;
		font-style: italic;
	}
	.NewsText{}

#NewsBanner_Special {
	width: 602px;
	margin: 10px auto;
	border: 2px solid #C00;
	padding: 10px 5px;
	background: #ffffff;
	color: #C00;
	font-weight: bold;
}