@charset "utf-8";
/* Main CSS Document */

body{
	background:#acacac url(images/body-grad.jpg) top  left repeat-x;
	font-family:Verdana, Geneva, sans-serif;
}
#maincontainer{
	width:838px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	/*padding-right:5px;
	padding-left:5px;			add back if wnat a white inside edge*/
	border:#333 solid 5px;
	background-color:#FFF;
	color:#333;
}
#header{
	height: 148px;
	background:#FFF url(images/header.jpg) top center no-repeat;
	border-bottom: solid #333 1px;/*adds border to top of nav bar*/
}
#columnContainer{
	width:838px;
	clear:left;
	background:url(images/column-grad.jpg) top left repeat-y;  /*creates full length background column for leftSidebar*/
	
	/*margin-bottom:-10px;		add thisor more negative margin if space at bottom-but must take IE into account-will bring up*/
	/*height:400px; temp to display while no content*/
	border-top: solid #333 1px;	/*adds border to bottom of nav bar*/
}

#leftSidebar{
	position:relative;
	float:left;
	width:205px;
}

#leftSidebar h4{
	margin:15px 15px 0px 10px;
	font-size:0.9em;
	color:#751527;
}
#leftSidebar p{
	font-size:0.8em;
	margin:10px 15px 10px 10px;
}
/*setting for announcement on leftSicebar-can be changed*/
#leftSidebar p.announce{
	font-size:0.7em;
	word-spacing: normal;
}
#leftSidebar p.announce a{
	color:#751527;
}
#leftSidebar span.announcelink {
	padding-left:30px;
	text-align:center;
	font-size:1.0em;
	font-weight:bold;
	padding-top:15px;
}
#leftSidebar span.announcelink a{
	color:#003459;

}

/*end setting for announcements*/
p#date{
	font-size:0.7em;
	color:#666;
	text-align:center;
	margin-top:15px;
}
p.jillbutton{
	padding-top:10px;
	text-align:center;			
}
.jillbutton  img{
	border:none;
}
.jillbutton a:hover img{
	filter: alpha(opacity=80);
	opacity: .8;
}
#leftSidebar p#eportal{
	padding-top:5px;/*styleing for email portal at bottom left -IMPORTANT!!!!!!!!! adjust this number to increase or decrease space between announcements*/
	font-size:0.6em;
	text-align:center;
}
p#eportal a{			/*styling for Matt's email address*/
	text-decoration:none;
	font-weight:bold;
	color:#751527;
}
p#eportal a:hover{
	color:#333;
}
p.adobe{				/*adobe reader button */
	text-align:center;
}
p.adobe img{
border:none;	
}
#centerColumn{
	float:left;
	width:433px;
	background:url(images/mid-col-grad-drop.jpg) top left repeat-y;
	/*height:400px;	temp to dispaly while no content*/
}
#centerColumn h2{
	margin:40px 20px 20px 25px;
	font-size:1.1em;
	color:#751527;
}
#centerColumn p{
	font-size:0.8em;
	margin-left: 25px;
	margin-right:40px;
	line-height: 120%;
}
#rightSidebar{
	float:left;
	width:176px;
}
#rightSidebar p.meeting{
	text-align:center;
	font-size:0.7em;
	line-height: 140%;
	font-weight: bold;
	color: #333;
	padding-bottom:10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#rightSidebar p.meeting, p.teeny{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
.bigger{			/* make type bigger for meeting date and meeting place*/
	font-size:1.2em;
	font-weight: bolder;
}
p.teeny{	
	font-size:0.6em;/* make type teeny for info about monthly meeting itme and place*/
	margin:-5px 13px 15px 13px;
	text-align:center;
	padding-bottom:5px;
}
h5{					/*styles  for quick links header on right sideBar*/
	margin-bottom:5px;
	text-indent:20px;
	color:#333;
	text-decoration:underline;
}
/*ul.quick is the list of quick links on right sideBar*/
ul.quick{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.quick li{
	font-weight:600;
	font-size:0.7em;
	text-indent:20px;
}
ul.quick a{
	text-decoration:none;
	color:#666;
}
ul.quick a:hover{
	color:#751527;
}
.legal{
	clear:left;
	text-align:center;
	background-color:#003459;
	font-size:0.7em;
	color:#CCC;
	padding-top:5px;
	padding-bottom:5px;
	border-top:3px #333 solid;
}

*html #leftSidebar{
	display:inline;
	margin-right:-3px;
	margin-left:0;
}
*html #centerColumn{
	display:inline;
	margin-right:-3px;
	margin-left:0;
}
*html #rightSidebar{
	display:inline;
	margin-right:-3px;
}


