@charset "UTF-8";
/* CSS Document */


/* ELEMENT OVERRIDES */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, hr, a
{
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: Calibri, Helvetica, Arial;
	color: #6d6e71;
}

ul, ol
{
	margin-left: 1.4em;
}

img
{
	border: 0;
}

html /* chrome min-height fix*/
{ 
	height:100%;
}

/* GENERAL STYLES */

.outerwrapper
{
	height: 100%;
	width: 100%;
}

.innerwrapper
{
	height: 100%;
	width: 968px;
	margin: auto;
}

/* Header Styles */
#header
{
	height: 160px;
	width: 100%;
	margin: auto;
	margin-bottom: 13px;
}

#logobanner
{
	height: 124px;
	width: 100%;
	background-image: url("images/logobg.jpg");
}

#mainnav
{
	margin-top: 0px;
	height: 35px;
	width: 968px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-box-shadow: 1px 1px 2px #acacac;
	-webkit-box-shadow: 1px 1px 2px #acacac;
}

#mainnav ul
{
	list-style: none outside none;
	margin-left: 0;
}

#mainnav ul li
{
	display: inline;
}

#mainnav ul li a, #mainnav ul li#spacer
{
	background-image: url("images/mainnavbg.png");
	background-repeat: no-repeat;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 35px;
	outline: none;
}

#homebut a
{
	background-position: 0 0;
	width: 94px;
}

#homebut a:hover
{
	background-position: 0 -35px;
	width: 94px;
}

#homebut a:active
{
	background-position: 0 -105px;
	width: 94px;
	outline: none;
}

#aboutbut a
{
	background-position: -94px 0;
	width: 124px;
}

#aboutbut a:hover
{
	background-position: -94px -35px;
	width: 124px;
}

#aboutbut a:active, #aboutbut a.active
{
	background-position: -94px -105px;
	width: 124px;
	outline: none;
}

#guidelinesbut a
{
	background-position: -218px 0;
	width: 128px;
}

#guidelinesbut a:hover
{
	background-position: -218px -35px;
	width: 128px;
}

#guidelinesbut a:active, #guidelinesbut a.active
{
	background-position: -218px -105px;
	width: 128px;
	outline: none;
}

#recieptsbut a
{
	background-position: -346px 0;
	width: 114px;
}

#recieptsbut a:hover
{
	background-position: -346px -35px;
	width: 114px;
}

#recieptsbut a:active, #recieptsbut a.active
{
	background-position: -346px -105px;
	width: 114px;
	outline: none;
}

#eventsbut a
{
	background-position: -460px 0;
	width: 124px;
}

#eventsbut a:hover
{
	background-position: -460px -35px;
	width: 124px;
}

#eventsbut a:active, #eventsbut a.active
{
	background-position: -460px -105px;
	width: 124px;
	outline: none;
}

#newsbut a
{
	background-position: -584px 0;
	width: 86px;
}

#newsbut a:hover
{
	background-position: -584px -35px;
	width: 86px;
}

#newsbut a:active, #newsbut a.active
{
	background-position: -584px -105px;
	width: 86px;
	outline: none;
}

#spacer
{
	background-position: -670px 0;
	width: 298px;	
}

/* Content Styles */

a[href$='.pdf'] {
	display:inline-block;
	padding-left:24px;
	line-height:18px;
	background:transparent url(images/PDFIcon.gif) center left no-repeat;
}

.underline
{
	text-decoration: underline;
}

.calign
{
	text-align: center;
}

.clear
{
	clear: left;
}

img.lfloat
{
	float: left;
}

img.calign
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.framed
{
	padding: 5px;
	border: thin;
	border-style: solid;
	border-color: black;
}

img.portrait
{
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 5px;
}

#content
{
	margin-bottom: 9px;
	min-height: 705px;
}

.onecol #contentcol
{
	padding-top: 15px;
	width: 858px;
	padding-left: 15px;
}


.twocols #contentcol
{
	margin-left: 395px;
	padding-top: 15px;
	width: 530px;
	overflow: auto;
}

#contentcol a
{
	text-decoration: none;
	color: blue;
}

#confnavtitle a
{
	text-decoration: none;
	color: blue;
}

.subsection 
{
	float:left;
	width:280px;
}

.subsection p 
{
	margin-top: 5px;
}

.subsection h3
{
	margin-top: 15px;
	margin-bottom: 10px;
	display: block !important;
}

.subsection a
{
	text-decoration: none;
	color: blue;
}

.spkrclmn 
{
	float:left;
	width:140px;
	text-align: center;
}

.spkrclmn p
{
	margin: 0px;
	font-size: 12px;
}

.ppgmrgn p
{
	margin-right: 5px;
}

.wideTitle a
{
	text-decoration: none;
	color: blue;
}

#contentcol p
{
	margin-top: 5px;
	margin-bottom: 13px;
}

#contentcol h1
{
	font-size: 32px;
	color: #000;
	line-height: 32px;
	margin-bottom: 18px;
}

.subsection h1
{
	font-size: 32px;
	color: #000;
	line-height: 32px;
	margin-bottom: 18px;
}

#contentcol h2
{
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 18px;
	color: #6d6e71;
	font-weight: bold;
}

#contentcol h3
{
	font-size: 16px;
	line-height: 18px;
	color: #6d6e71;
	font-style: italic;
}

#contentcol ul, #content ol
{
	margin-bottom: 18px;
}

#contentcol li
{
	margin-bottom: 5px;
}

#contentcol img
{
	
}



#contentcol .boardmember
{
	clear: both;
	margin: 0 0 13px 0;
	overflow: auto;
}

#contentcol .boardmember img
{
	margin: 0 10px 5px 0;
}

#contentcol .boardmember p
{
	margin: 5px 0 0 0;
}

#navcol
{
	border: 1px solid #F1F2F2;
	/*height: 700px;*/
	width: 344px;
	float: left;
	position: relative;
}

.coltitle
{
	height: 3px;
	padding: 11px 14px 11px 14px;
	background-color: #F1F2F2;
	color: #414042;
	margin: 2px 0px;
}

.coltitle img
{
	vertical-align: middle;
}

.coltitle p
{
	display: inline;
	vertical-align: -3px;
	line-height: 15px;
}

.coltitle img
{
	margin-right: 16px;
}

.greydiv
{
	color: #F1F2F2;
	background-color: #F1F2F2;
	border-top: 1px solid #F1F2F2;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin-bottom: 3px;
	height: 0;
	width: 100%;
}

.wideTitle 
{
	margin-left: 350px;
	padding-top: 15px;
	width: 620px; 
	clear: none;
}

.wideTitle p
{
	margin-top: 5px;
	margin-bottom: 13px;
}
#navcol .navarea
{
	border-top: 1px solid #F1F2F2;
	border-bottom: 1px solid #F1F2F2;
	padding: 10px 7px;
	min-height: 620px;
}

#navcol .navarea img
{
	height: 162;
	width: 330;
}

#navcol .navarea ul
{
	list-style-type: none;
	padding: 10px 0px 0px 9px;
	margin: 0px;
}

#navcol .navarea ul li
{
	background-image: url('images/menurestbg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 34px;
	line-height: 31px;
	/*height: 30px;*/
	width: 284px;
	margin-bottom: 9px;
}


#navcol .navarea ul li a
{
	display: block;
	line-height: 30px;
	font-size: 18px;
	text-decoration: none;
	padding: 0px 7px;
	outline: none;
	color: #939598;
}

#navcol .navarea ul li:hover, #navcol .navarea ul li.active
{
	background-image: url('images/menuactivebg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navcol .navarea ul li:hover a
{
	color: #6d6e71;
}

#navcol .navarea ul li.submenu
{
	background-image: none;
}

#navcol .navarea ul li.submenu:hover a
{
	color: #939598;
}

#navcol .navarea ul li.submenu ul
{
	padding-top: 5px;
}

#navcol .navarea ul li.submenu ul li
{
	margin-left: -3px;
	/*padding-left: 30px;*/
	background-image: url('images/submenurestbg.jpg');
	width: 254px;
}

#navcol .navarea ul li.submenu ul li:hover, 
#navcol .navarea ul li.submenu ul li.active
{
	background-image: url('images/submenuactivebg.jpg');
}

#navcol .navarea ul li.submenu ul li.hosts:hover, 
#navcol .navarea ul li.submenu ul li.hosts.active
{
	background-image: none;
}

#navcol .navarea ul li.submenu ul li a
{
	font-size: 16px;
}

#navcol .navarea ul li.submenu ul li:hover a
{
	color: #6d6e71;
}

#navcol .navarea ul li ul li.hosts
{
	background-image: none;
}

#contentcol .schedule
{
	font-size: 14px;
	
}

.schedule th
{
	font-size: 18px;
	line-height: 18px;
	color: black;
	font-weight: bold;	
	background-color:#ccc;
	height: 40px;
}

.schedule th.date
{
	vertical-align: top;
}

#contentcol .schedule tr.odd
{
	background-color:#F2F2F2;
}

#contentcol .schedule tr.header
{
	font-weight: bold;
	text-align: center;
	color: black;
	font-size: 16px;
}

#contentcol .schedule td p
{
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#contentcol .schedule td p:first-child
{
	font-weight:bold;
}

/* Footer Styles */

#footer
{
	height: 26px;
	width: 100%;
	background-image: url("images/footerbg.jpg");
	margin-bottom: 9px;
	font-size: 14px;
	color: #FFF;
	padding-top: 10px;
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;
}

#footer p
{
	font-size: 14px;
}

#footer ul#footernav
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	padding-left: 22px;	
	clear: none;
	float:left;
	font-size: 14px;
	margin-right: 40px;
	
}

#footer ul#footernav li
{
	display: inline;
	padding-left: 60px;	
	clear: none;
	float:left;
	list-style-type: none;
	font-size: 14px;
}

#footer ul#footernav a
{
	color: #939598;
	text-decoration: none;
	font-size: 14px;
}

#footer ul#footernav a:hover
{
	color: #6d6e71;
}

#footer p#copyright
{
	display: inline-block;
	padding-left: 22px;	
	clear: none;
	float:left;
}

#footer p#followus
{
	float: right;
	margin-right: 17px;
	display: inline;
	clear: none;
}

#footer p#followus img
{
	vertical-align: middle;
	display: inline-block;
}

