@charset "UTF-8";
/* CSS Document */
body {
	background: #cccccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 160%;
	font-weight: lighter;
	letter-spacing: 0px;	
}
p {
	line-height: 160%;
	margin-top: 0;
	font-weight: lighter;
	letter-spacing: 0px;
	margin-bottom: 1.5em;
}
b {
	font-weight: 700;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: 400;
	color:#990033;
	margin: 0;
	padding: 0;
	letter-spacing: 0pt;
	font-style: italic;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 900;
	color:#333333;
	margin: 0;
	letter-spacing: 1pt;
	text-transform:uppercase;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 500;
	color:#990033;
	margin: 0;
	letter-spacing: 1pt;
	text-transform:capitalize;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 650;
	margin: 0;
	letter-spacing: 1pt;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: 400;
	color:#990033;
	margin: 0;
	padding: 0;
	letter-spacing: 0pt;
	font-style: italic;
}
.titlecase {
	text-transform:capitalize;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;	
}
a:hover {
	color: #FF0000;
}
.creambk {
	background-color: #f7efd0;
	color: black;
}
.beigeback {
	background-color: #fbfae5;
	color: black;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 1000px;
}
#members #container {
	background-color:#FFF;
	
}
#longbeige #container {
	background-color:#000;
	
}
#header {
	height: 250px;
	width: 1000px;
	margin: 0px;
	padding: 0px;	
}
#content {
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	width: 1000px;	
}
#home #header {
	background-image: url(../images/home-top.jpg);
}
#contact #header {
	background-image: url(../images/contact_top.jpg);
}
#about #header {
	background-image: url(../images/about_top.jpg);
}
#objectives #header {
	background-image: url(../images/objectives_header.jpg);
}
#wordsmusicimages #header {
	background-image: url(../images/words-music-images_top.png);
}
#words #header {
	background-image: url(../images/words-music-images_top.png);
}
#longbeige #header {
	background-image: url(../images/words-music-images_top.png);
}
#audio #header {
	background-image: url(../images/words-music-images_top.png);
}
#sponsors #header {
	background-image: url(../images/sponsors_top.png);
}
#join #header {
	background-image: url(../images/join_top.png);
}
#donate #header {
	background-image: url(../images/donate_top.jpg);
}
#who #header {
	background-image: url(../images/who_top.jpg);
}
#members #header {
	background-image: url(../images/members_top.jpg);
}
#events #header {
	background-image: url(../images/events_top.jpg);
}
#eventswithphoto #header {
	background-image: url(../images/events_top.jpg);
}

#home #content {
	background:#FFFFFF;
	background-image: url(../images/home-bottom.jpg);
	background-repeat:no-repeat;
}
#anihome #content {
	background:#FFFFFF;
}
#contact #content {
	background:#750303;
	background-image: url(../images/contact_bottom.jpg);
	background-repeat:no-repeat;
}
#about #content {
	background:#750303;
	background-image: url(../images/about_bottom.jpg);
	background-repeat:no-repeat;
}
#objectives #content {
	background:#750303;
	background-image: url(../images/about_bottom.jpg);
	background-repeat:no-repeat;
}
#wordsmusicimages #content {
	background:#ffffff;
	background-image: url(../images/words-music-images_bottom.jpg);
	background-repeat:no-repeat;
}
#words #content {
	background:#ffffff;
	background-image: url(../images/beige-back-long-nobar.jpg);
	background-repeat:no-repeat;
}
#longbeige #content {
	background-image: url(../images/beige-back-long-nobar.jpg);
}
#audio #content {
	background:#ffffff;
	background-image: url(../images/wordsbg_nologo.jpg);
	background-repeat: repeat-y;
}
#sponsors #content {
	background:#ffffff;
	background-image: url(../images/words-bg-rtgreybar.jpg);
	background-repeat: no-repeat;
}
#join #content {
	background:#ffffff;
	background-image: url(../images/words-bg-rtgreybar.jpg);
	background-repeat:no-repeat;
}
#donate #content {
	background:#cccccc;
	background-image: url(../images/donate_bottom.jpg);
	background-repeat:no-repeat;
}
#who #content {
	background:#ffffff;
	background-image: url(../images/who_bottom.jpg);
	background-repeat:no-repeat;
	color:#333;
}
#members #content {
	background:#ffffff;
	background-image: url(../images/members_bottom.png);
	background-repeat:no-repeat;
	color:#333;
}
#events #content {
	background:#d9ecf0;
	background-image: url(../images/events_bottom.jpg);
	background-repeat:no-repeat;
	color:#333;
}
#eventswithphoto #content {
	background:#d9ecf0;
	background-image: url(../images/events_bottom.jpg);
	background-repeat:no-repeat;
	color:#333;
}
#menu {
	float:left;
	width: 215px;
}
#anihome #menu {
	margin-top: 245px;
	float:left;
	width: 215px;
	z-index: 20000 !important;;
}
#content #menu {
	width: 215px;
	float:left;
}

#wordsmusicimages #menu {
	float:left;
	width: 200px;
}

#rightcol {
	border: 0px;
	width:450px;
	float:left;
	margin: 0;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#f7efd0;
}
#about #rightcol {
	color: #333333;
	width:570px;
	background-color:#fcfae6;
	float:left;
	margin: 0px;
	padding: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	
}
#home #rightcol {
	color:#036982;
	width:530px;
	float:left;
	margin: 0px;
	padding: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.1em;
	line-height: 160%;
}
#anihome #rightcol {
	color:#036982;
	width:530px;
	float:left;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.1em;
	line-height: 160%;
}
#contact #rightcol {
	
	width:600px;
	float:left;
	margin: 0px;
	padding: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	
}

#sponsors #rightcol {
	color: #333333;
	width:450px;
	float:left;
	margin: 0px;
	padding: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	
}
#words #rightcol {
	color: #333333;
	width:570px;
	float:left;
	margin: 0px 0px 0px -15px;
	padding: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	
}
#longbeige #rightcol {
	color: #333333;
	width:570px;
	float:left;
	margin: 0px 0px 0px -15px;
	padding: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	
}
#audio #rightcol {
	color: #333333;
	width:570px;
	float:left;
	margin: 0px;
	padding: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	
}
#join #rightcol {
	color: #333333;
	width:450px;
	float:left;
	margin: 0px;
	padding: 30px 0px 0px 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	
}
#objectives #rightcol {
	color: #333333;
	width:570px;
	background-color:#fcfae6;
	float:left;
	margin: 0px;
	padding: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
		
}
#wordsmusicimages #rightcol {
	color: #333333;
	width: 450px;
	
	float:left;
	margin: 0px;
	padding: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
		
}
#who #rightcol {
	color: #333333;
	width:450px;
	float:left;
	margin: 0px;
	padding: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	
}
#donate #rightcol {
	width:600px;
	float:left;
	margin: 10px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	
	color:#330000;
}
#members #rightcol {
	width:560px;
	float:left;
	margin: 10px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	
	color:#330000;
	line-height: 140%;
}
#events #rightcol {
	width:550px;
	float:left;
	margin: 10px;
	padding: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#330000;
	line-height: 140%;
}
#eventswithphoto #rightcol {
	width:440px;
	float:left;
	margin: 30px 0px 0px 30px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#330000;
	line-height: 140%;
}

.rcaption {
	color:#900;
	font-size:.9em;
}
#righthang {
	position:relative;
	float: right;
    margin: 0px -200px 0px 0px;
}
#donate #quote {
	position:relative;
	float: right;
	width: 400px;
	margin: 350px -170px 0px 0px;
	line-height: 200%;
	font-size: 1em;
}
#footer {
	margin: 0px;
	padding: 10px 0px 72px 0px;
}
#longbeige #footer {
	margin: 0px;
	padding: 0px 0px 72px 0px;
	background-image:url(../images/longbeige-footerbg.jpg);
}
#words #footer {
	margin: 0px;
	padding: 0px 0px 72px 0px;
}
#eventDate {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #661111;
	padding: 3px;
}

#eventNav {
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#eventNav a{
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

#event{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
}
#events blockquote {
	padding: 5px 0px 5px 15px;
	margin: 0px;
}
#memberphoto {
	padding-right: 50px;

}
#photocol {
	float:right;
	width: 260px;
	margin: 160px 0px 0px 0px;
	text-align:center;
}
#negmargin {
	margin-left: -112px;
	z-index:-10000 !important;
	margin-bottom: 105px;
}

