@charset "utf-8";

body {
	font: 12pt normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background: url(images/bg.gif) repeat-x #fff;
	margin: 0;
}

a {
	color: #BF0A30;
	text-decoration: underline;
}

a:visited {
	color: #BF0A30;
	text-decoration:underline;
}

a:hover {
	color: #FED700;
	text-decoration: none;
}
/*
a:visited {
	color: #BF0A30;
}
*/
img {
	border: none;
}

#container {
	width: 700px;
	margin: 0 auto;
}

.center {
	text-align: center;
}

/* header */
#header {
	text-align: center;
	margin: 0 0 20px 0;
}

#header li {
	display:inline;
	font: 1.5em Impact, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 5px;
	
}

#header li a {
	text-decoration: none;
}

.menu_active {
	border-bottom: 2px solid #FED700;
}

.menu_inactive:hover {
		border-bottom: 2px solid #BF0A30;
}

/* content */
#content {
	width: 75%;
	float:left;
}

#quote {
	background: #FFC;
	border: 1px solid #CCC;
	font: 10pt normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 10px;
}

#location {
	text-align: center;
	margin: 0 0 10px 0;
}

#location h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif
}

#location h3 {
	margin: 0;
	padding: 0;
	font: 12pt normal;
	font-family:Verdana, Geneva, sans-serif
}

.meetingpost {
	margin: 0 0 25px 0;
	padding: 5px 3px 5px 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	background: url(images/meeting_bg_bottom.gif) bottom repeat-x;
}

.meetingpost h3 {
	text-align: center;
	font-size: 14pt;
}

.meetingpostdate {
	text-align: center;
	font-size: 17pt;
	margin: 10px 0 0 0;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	background: url(images/meeting_bg_top.gif) top repeat-x;
	border-top: 1px solid #BF0A30;
}
.imgleft {
	float: left;
	margin-right: 8px;
}

.imgright {
	float: right;
	margin-left: 8px;
}

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* side bar */
#side_bar {
	float: right;
	width: 25%;
	text-align: center;
}

#side_bar a img {
	margin: 0 0 10px 0;
}

/* footer */

#footer {
	clear: both;
	background: #BF0A30;
	color: #fff;
	font-size: 10pt;
	text-align: center;
	border-top: 2px solid #333;
	padding: 5px 0 5px 0;
	line-height: 20px;
}

#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}