@charset "UTF-8";

/* New Layout */
body {
	margin:0; padding:0;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #ffffff;
}
.container { /* the topmost level box that keeps the site centered */
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1002px;  /* using 20px less than the full 1024px width allows for browser chrome and avoids a horizontal scroll bar add to 2px for ie6 */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	
} 
	#main1 { /* contains all 3 columns and determines their background */
	margin:0;
	padding:0;
	background-color:#442e7b; 
	background-image: url(images/bcgr.jpg);  /* the background with the purple sides spans all three columns */
	background-repeat: repeat-y;
	}
	#left {
	float:left;
	width:235px;
	margin:0;
	padding:0;
	background-image: url(images/bcrg_left.jpg);
	background-repeat: no-repeat;
	}
	#right {
	float:right;
	width:120px;
	margin:0;
	padding:0;
	background-image: url(images/bcgr_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#middle {
	margin-top: 0;
	margin-right: 120px;
	margin-bottom: 0;
	margin-left: 235px;
	width: 641px;
	background-color: #edebf8;
	}
	.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
	
/* Header */
	
#header {
		margin:0; padding:0;
		background-color:#FFFFFF;
		}
#header a {
	color: #3b256c;
	text-decoration:none; 
}
#header a:hover {
	text-decoration:underline; 

}

/* Side subnavigation links */

.advocacy {
	position:absolute;
	left:115px;
	top:323px;
	width:100px;
	height:75px;
	z-index:1;
}
.resources {
	position:absolute;
	left:115px;
	top:278px;
	width:100px;
	height:75px;
	z-index:1;
}
.involved {
	position:absolute;
	left:115px;
	top:233px;
	width:100px;
	height:75px;
	z-index:1;
}
.services {
	position:absolute;
	left:115px;
	top:185px;
	width:100px;
	height:75px;
	z-index:1;
}
.about {
	position:absolute;
	left:115px;
	top:133px;
	width:100px;
	height:75px;
	z-index:1;
}
#sideNav a { /* side navigation links for submenus */
	color: #35255d;
	text-decoration:none;
	font-size: 10px;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#sideNav a:hover {
	text-decoration:underline; 
}	

#events { /* events announcements on the left */
	width:155px;
	padding-top: 5px;
	padding-right: 30px;
}
#eventsHome { /* events announcements on the left */
	width:155px;
	padding-top: 80px;
	padding-right: 30px;
}
#eventsHome a {
	color:#FFFFFF;
	text-decoration:none;
}
#eventsHome a:visited {
	text-decoration:none;
}
#eventsHome a:hover {
	text-decoration:underline;
}
#eventsHome a:active {
	text-decoration:underline;
}
#events a {
	color:#FFFFFF;
	text-decoration:none;
}
#events a:visited {
	text-decoration:none;
}
#events a:hover {
	text-decoration:underline;
}
#events a:active {
	text-decoration:underline;
}
#eventsText {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 60px;
}
#eventsUpcoming {
	color: #FFCC00;
}
	

.fltrt { /* float an element right. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* float an element left. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

#board { /* board member listing on the staff & board */
	position:absolute;
	left:557px;
	top:275px;
	width:375px;
	height:500px;
	z-index:1;
	visibility: visible;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5C7EA;
}


/* Footer */

#footer {
	font-size: 10px;
	color: #3b256c;
	padding-top: 5px;
}
#footer a {
	color: #3b256c;
	text-decoration:none; 
}
#footer a:hover {
	text-decoration:underline; 
}

/* Text Styles */

a {
	color: #663399;
}

.mainText {	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
} 
#column1 {
padding-right: 140px; 
}
h1 { /* page titles */
	font-size: 16px;
	color: #594493;
	margin-top: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h2 {  /* section titles */
	font-size: 12px;
	color: #330066;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: -0.7em;
	letter-spacing: 1px;
}
h4 { /* en espanol */
	font-size: 10px;
	color: #E2DCF3;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
h4 a {
	color: #E2DCF3;
	text-decoration:none; 
}
h4 a:hover {
	text-decoration:underline; 
}
.event_title {  /* purple subtitles for events */
	font-size: 14px;
	color: #330066;
	font-weight: bold;
}
.event_red {	/* red subtitles for events */
	font-size: 16px;
	color: #ff0404;
	font-weight: bold;
}
.red {		/* when where for events */
	color: #ff0404;
	font-size: 11px;
	text-transform:uppercase;	
}
.note {
	font-size: 10px;
	padding-left: 30px;
	padding-right: 20px;
}
.note a {
	color:#CCCCFF;
}
li {
	padding-bottom: 0.5em;
	list-style-type: square;
}





	
	
	
	
