/* CMSA Charlotte Metro Chapter CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	background-image: url(images/bg_01.gif);
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
h1 { /* need to change this to reflect new h1 */
	color: #722222;
	font: 26px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 75px;
	top: 65px;
	line-height: 30px;
}
h1:first-letter {
	font-size: 30px;
}
#first_letter {
	font-size: 30px;
}
h2 {
	font: 15px Arial, Helvetica, sans-serif;
	color: #722222;
	font-weight: bold;
	margin: 20px 0 0 20px;
}
h3 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 15px 0 0 35px;
}
h4 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #722222;
	margin: 10px 0 0 9px;
}
h4#sub_h4 {
	color: #000;
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 10px;
}
#main {
	position: relative;
	background-color: transparent;
	background-image: url(images/main_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	text-align: left;
	width: 711px; /* was 704px */
	height: 666px; /* was 617px */
	z-index: 1;
}
#header {
	clear: both;
	position: relative;
	background-color: #fff;
	width: 704px;
	height: 144px;
	z-index: 3;
}
#content {
	background-color: #fff;
	width: 704px;
	float: left;
	z-index: 3;
}
#info {
	background-color: #fff;
	margin: 5px 0 10px 12px;
	width: 457px;
	height: 320px; /* was 263px */
	overflow: auto;
}
#info p {
	margin: 2px 25px 10px 9px;
	line-height: 18px;
	text-align: justify;
}
#info ul {
	margin: 10px 25px 0 25px;
	line-height: 18px;
}
#news {
	background-color: transparent;
	background-image: url(images/news_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 246px; /* index needs to be at 280px */
	left: 470px;
	width: 230px;
	height: 308px; /* was 308px */
	z-index: 4;
	overflow: hidden;
}
#news_content {
	position: absolute;
	top: 36px;
	left: 25px;
	width: 200px;
	height: 257px;
	background-color: #fff;
	overflow: auto;
	z-index: 5;
	font-size: 11px;
}
#news ul {
	list-style: none;
	margin: 10px 5px 10px 10px;
	list-style-position: outside;
}
#news p {
	margin: 10px 5px 10px 10px;
}
#news a {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#news a:hover {
	text-decoration: none;
}
#newsBottom {
	
}
#logo {
	background-color: transparent;
	position: absolute;
	background-image: url(images/banner_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 16px;
	top: -21px;
	width: 261px;
	height: 109px;
	z-index: 5;
}
#bottom_pics {
	background-image: url(images/bottom_pics_crop.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	width: 704px;
	height: 53px;
}
#footer {
	position: relative;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 704px;
	color: #fff;
	font-size: 10px;
}
#footer a {
	color: #fff;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	margin: 0 4px 0 6px;
}
.external {
	background: transparent url(images/ext.gif) no-repeat right center;
	padding-right: 12px;
}
.external.pdf {
	background-image: url(images/pdf.gif);
}
.popup {
	background: transparent url(images/pop.gif) no-repeat right center;
	padding-right: 12px;
}
/* ------------------------ navigation information ---------------------- */
#navigation {
	position: relative; /* old navigation styling */
	background-color: #fff; /* old navigation styling */
	width: 704px; /* old navigation styling */
	height: 88px; /* old navigation styling */ /* was 96px */
	font: 11px Arial, Helvetica, sans-serif; /* old navigation styling */
	font-weight: bold; /* old navigation styling */
	list-style: none;
	z-index: 4;
}
#navigation a {
	display: block;
	color: #722222; /* old navigation styling */
	text-decoration: none; /* old navigation styling */
}
#navigation ul#nav {
	list-style: none; /* old navigation styling */
	margin: 59px 0 0 13px; /* old navigation styling */
	float: right; /* old navigation styling */
}
#navigation ul#map { /* old navigation styling */
	list-style: none;
	position: absolute;
	right: 2px;
	top: 5px;
	font-size: 10px;
	background-color: #fff;
}
#navigation li {
	float: left;
	display: inline; /* old navigation styling */
	border-right: 1px solid #722222; /* old navigation styling */
	padding: 0 10px 0 10px;
}
#navigation li:hover, #navigation li.sfhover {
	background-color: #edeff5;
}
#navigation #map li:hover, #navigation #map li.sfhover {
	background-color: #fff;
}
#navigation li.nav_right { /* old navigation styling */
	border: none;
}
#navigation li ul {
	border: 3px solid #edeff5;
	background-color: #fff;
	position: absolute;
	width: 110px; /* was 80px */
	left: -999em;
	margin-left: -10px;
}
#navigation li li {
	display: block;
	width: 108px;
	border: none;
	padding: 5px 0 5px 5px;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}
/* --------------------------- index page information ----------------------------- */
body#index #main {
	height: 765px;
	background-image: url(images/main_index_bg.gif);
	background-position: right bottom;
	background-color: transparent;
	background-repeat: no-repeat;
}
body#index h1 {
	color: #000;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 253px;
	position: absolute;
	left: 15px;
	top: 35px;
	word-spacing: 4px;
	line-height: 22px;
}
body#index #info {
	background-color: #edeff5;
}
body#index ul {
	margin-bottom: 10px;
}
.underline {
	text-decoration: underline;
}
body#index #header {
	background-image: url(images/header_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 178px;
}
body#index #news {
	top: 280px;
}
body#index #news_content {
	font-size: 9px;
}
#news a#cmsa_natl {
	width: 135px;
	height: 50px;
	display: block;
	background-image: url(images/CMSA_Logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
body#index #bottom_pics {
/*	background-image: url(images/bottom_pics.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top; */
	background-color: white;
	background-image: none;
	width: 704px;
	height: 118px;
}
/* ---------------------------------------- about us information ----------------------------- */
body#about #header {
	background-image: url(images/about_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
}
body#about.news #info a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
img.confLogo {
	float: left;
	margin: 0 10px 5px 0;
}
body#about #info ul {
	list-style: none;
	margin-left: 9px;
}
body#about #info li {
	margin: 0 0 10px 0;
}
body#about.news #info p {
	border-bottom: 1px solid #000;
}
body#about.news #info p.no_underline {
	border-bottom: none;
}
body#about.mission #info li {
	list-style-type: disc;
	margin-left: 15px;
}
#committee_table {
	background-color: #fff;
	width: 415px;
	margin: 0 0 0 9px;
	border: 1px solid #000;
	font-size: 11px;
	border-collapse: collapse;
}
#committee_table td, #committee_table th {
	background-color: #fff;
	border: 1px solid #000;
	padding: 4px;
	vertical-align: top;
	text-align: left;
}
#committee_table td.middle_col, #committee_table th.middle_col {
	background-color: #edeff5;
}
img#bio_pic {
	border: 3px outset #000;
	float: right;
	width: 121px;
	height: 137px;
	margin: 5px 0 10px 10px;
}
/* ------------------------------------ membership information ------------------------------------ */
body#membership #header {
	background-image: url(images/membership_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
}
body#membership #info ul {
	margin: -5px 0 10px 35px;
}
body#membership #info a {
	color: #000;
}
/*---------------------------------------------- calendar information --------------------------------------- */
body#calendar #header {
	background-image: url(images/calendar_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
}
#calendar_table {
	background-color: #fff;
/*	width: 446px; */
	width: 425px;
	margin: 0 0 15px 9px;
	border: 1px solid #000;
	font-size: 12px;
	border-collapse: collapse;
}
#calendar_table td, #calendar_table th {
	border: 1px solid #000;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
#calendar_table td {
	padding-top: 7px;
	padding-bottom: 7px;
}
#calendar_table tr.blue_row {
	background-color: #edeff5;
}
#calendar_table tr.event_row {
	color: #722222;
	font-weight: normal;
}
body#calendar #info ul {
	list-style: none;
}
body#calendar #info li {
	display: inline;
	margin: 0 30px 0 -15px;
}
body#calendar #info img {
	border: 1px solid #000;
}
body#calendar.events #info ul {
	margin-bottom: 30px;
}
a.eventLink {
	color: #000;
}
body#calendar #info img#confArt {
	border: none;
	float: left;
	margin: 0 10px 10px 5px;
}
body#calendar .sponsor {
	font-weight: bold;
}
.logo {
	width: 30px;
	height: 58px;
	float: left;
	border: none;
	margin-right: 10px;
	margin-bottom: 5px;
}
/*----------------------------------------------------- resources information --------------------------------- */
body#resources #header {
	background-image: url(images/resources_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
}
body#resources #info a {
	color: #000;
}
body#resources #info ul {
	list-style: none;
	margin: 10px 0 25px 10px;	
}
body#resources #info li {
	margin: 5px 0 0 0;
}
body#resources.links #info li {
	margin: 5px 0 0 10px;
	text-indent: -10px;
}
body#resources.links #info li li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 0px;
	margin-top: 2px;
}
.posted {
	font-size: 10px;
}
.resources_position {
	font-weight: bold;
}
.links_bold {
	font-weight: bold;
}
body.sponsorship #info h3 {
	margin-left: 10px;
	color: #000;
	font-size: 13px;
	font-weight: normal;
}
body.sponsorship #info h4 {
	font-size: 12px;
	margin-top: 15px;
}
body.sponsorship #info h5 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
body.sponsorship #news h3 {
	font-size: 13px;
}
.sponsor li {
	clear: both;
}
img.sponsor {
	float: left;
	margin-right: 80px;
	margin-bottom: 40px;
}
img.sponsor.right {
	margin-right: 0;
}
/*------------------------------------------------ contact page information ----------------------------------- */
body#contact #header {
	background-image: url(images/contact_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
}
#contact_table {
	background-color: #fff;
	width: 446px;
	margin: 10px 0 0 9px;
	border: 1px solid #000;
	font-size: 11px;
	border-collapse: collapse;
}
#contact_table td, #contact_table th {
	background-color: #fff;
	border: 1px solid #000;
	padding: 4px;
	vertical-align: top;
	text-align: left;
}
#contact_table td.middle_col, #contact_table th.middle_col {
	background-color: #edeff5;
	padding-right: 3px;
}
#contact_table td.name, #contact_table th {
	font-size: 12px;
	font-weight: normal;
}
#contact_table a {
	font-size: 11px;
	color: #000;
}
body#contact #news a {
	font-weight: normal;
}
body#contact #news a#cmsa_natl {
	margin-top: 10px;
	margin-left: 35px;
	width: 100px;
	height: 35px;
	display: block;
	background-image: url(images/CMSA_Logo_100.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
/*---------------------------------------- site map info ---------------------------- */
body#site_map #content {
	height: 520px;
}
body#site_map #info {
	height: 360px;
}
body#site_map #info a {
	color: #000;
}
/* ------------------- conference info ---------------------- */
#confArtSidebar {
	position: absolute;
	top: 246px;
	left: 470px;
	width: 230px;
	height: 236px;
	z-index: 4;
}
body#calendar.conference #info h3 {
	margin: 10px 0 5px 10px;
	line-height: normal;
	font-size: 14px;
	color: #722222;
}
body#calendar.conference #info ul {
	margin-top: 0px;
}
body#calendar.conference #info li {
	display: list-item;
	margin: 0 0 0 -15px;
}
body#calendar.conference #info a {
	color: #000;
}
.highlight {
	font-weight: bold;
}
#statsImg {
	border: 0;
	width: 1px;
	height: 1px;
}