	
/*HTML*/
	body {
		margin: 0;
		padding: 0;
		font-size: 62.5%;
		font-family: Verdana;
		background: #232221;
		color: #444444;
		line-height: 1.35;
	}

	/*H1*/
	h1{
		font-family: arial;
		font-weight: normal;
		font-size: 3.0em;
		padding: 0 0 5px;
		margin: 0;
		letter-spacing: -.02em;
	}
	h1 span {
	    display: block;
		color: #444444;
	}
	h1 span.small {
	    font-size: .6em;
		letter-spacing: 0;
	}
	
	/*H2*/
	h2,
	.heading2 {
	    font-family: arial;
		font-size: 2.2em;
		margin: 0;
		padding: 10px 0 5px;
		letter-spacing: -.02em;
		font-weight: normal;
	}
	h2 span,
	.heading2 span {
		display: block;
		font-weight: normal;
	}
	h2 span.small,
	.heading2 span.small {
	    font-size: .8em;
		letter-spacing: 0;
	}
	#ContentWrapper h2 {
		color: #90a9d9;
	}
	
	/*H3*/
	h3,
	.heading3 {
		font-family: arial;
		display: block;
		font-size: 1.8em;
		margin: 0;
		padding: 0;
		font-weight: normal;
		color: #444444;
	}
	#ContentWrapper h3 {
		color: #1f68b3;
	}
	
	/*H4*/
	h4,
	.heading4{		
		font-family: arial;
		display: block;
		font-size: 1.5em;
		margin: 0;
		padding: 0;
		font-weight: normal;
		color: #444444;
	}
	
	/*H5*/
	h5,
	.heading5 {
		font-family: arial;
		display: block;
		font-size: 1.4em;
		margin: 0;
		font-weight: normal;
		color: #444444;
	}
	
	/*H6*/
	h6,
	.heading6 {
		font-family: arial;
		display: block;
		font-size: 1.2em;
		margin-bottom: 0;
		font-weight: normal;
		color: #444444;
	}
	
	/*HEADING LINKS*/
	h2 a,
	h2 a:visited {
		text-decoration: none;
		color: #90a9d9;
	}
	h2 a:hover {
		text-decoration: underline;
		color: #90a9d9;
	}
	
	h1 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a,
	h1 a:visited,
	h3 a:visited,
	h4 a:visited,
	h5 a:visited,
	h6 a:visited,
	.heading2 a,
	.heading3 a,
	.heading4 a,
	.heading5 a,
	.heading6 a,
	.heading2 a:visited,
	.heading3 a:visited,
	.heading4 a:visited,
	.heading5 a:visited,
	.heading6 a:visited{
		text-decoration: none;
		color: #1f68b3;
	}
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover,
	.heading2 a:hover,
	.heading3 a:hover,
	.heading4 a:hover,
	.heading5 a:hover,
	.heading6 a:hover {
		text-decoration: underline;
		color: #1f68b3;
	}
	
	/*UNORDERED LIST*/
	ul {
		padding-left: 30px;
		font-size: 1.4em;
		list-style-position: outside;
		
	}
	ul li {
		margin-left: 0;
		padding: 3px 0;
	}
	ul ul {
		font-size: .95em;
		list-style: none;
	}
	
	ul.clean {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
		font-size: 1.2em;
		color: #5b5b5b;
	}
	ul.clean li {
		list-style: none;
		margin-left: 0;
	}
	ul.clean li ul {
		margin-left: 0;
		padding-left: 0;
	}
	ul.clean li li {
		padding-left: 15px;
	}
	
	/*ORDERED LIST*/
	ol {
		margin-top: 0;
		padding-left: 30px;
		font-size: 1.4em;
		list-style-position: outside;
	}
	ol li {
		padding: 3px 0;
	}
	
	/*DEFINITION LIST*/
	dl {
		font-size: 1.2em;
	}
	dl dt {
		
	}
	dl dd {
		margin-left:18px;
		margin-bottom:9px;
	}
	
	/*PARAGRAPH*/
	p {
		font-size: 1.4em;
	}
	
	/*ANCHOR*/
	a {
		cursor: pointer;
	}
	a,
	a:visited {
		color: #1f68b3;
		text-decoration: none;
	}
	a:focus,
	a:hover,
	a:active {
		color: #1f68b3;
		text-decoration: underline;
	}
	
	a img,
	a:hover img{
		border: none;
	}
	a img.leftImg,
	a:hover img.leftImg {
		border: 1px solid #e9e5e5;
	}
	fieldset {
		margin: 15px 0 0;
		border: 1px solid #dee5ea;
		border-radius: 6px; 
		-moz-border-radius: 6px; 
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px; 
	}
	legend {
		font-weight: bold;
		padding: 5px;
		font-size: 1.0em;
		color: #6d8aa7;
		border: none;
	}
	table {
		font-size: 12px !important;
		border: none;
		width: 100%;
	}
	table td {
		padding: 5px 10px;
		vertical-align: middle;
		border: none;
	}
	table th,
	tr.rowheader {
		text-align: left;
		font-weight: bold;
		padding: 5px 10px;
	}
	table label {
		margin-top: 0;
	}
	table .top {
		vertical-align: top;
	}
	hr {
		display: none;
		
	}
	code {
		font-family: "Lucida Console", Monaco, monospace;
	}
	
	del {
		text-decoration: line-through;
	}
	acronym {
		letter-spacing: 0.1em;
		font-size: 12px;
	}
	pre {
		overflow: auto;
		font-size: 12px;
	}
	blockquote {
		border-left:2px solid #e9eaea;
		margin:0 9px 9px;
		padding-left:10px;
	}
	p,
	pre,
	dl,
	ul,
	ol {
		margin: 0 0 18px; 
	}
	label {
		display: block;
		font-weight: bold;
		margin-top: 10px;
		font-size: 1.0em;
		color: #6d8aa7;
	}
	table label {
		font-weight: normal;
	}
	input.textinput {
		font-family: verdana;
		border: 1px solid #dce3e8;
		border-top: 1px solid #a9b6c1;
		background: #fff;
		color: #45596d;
		font-size: 12px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 5px;
		margin: 0;
	}
	textarea {
		font-family: verdana;
		border: 1px solid #dce3e8;
		border-top: 1px solid #a9b6c1;
		background: #fff;
		color: #45596d;
		font-size: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
	}
	a img{
		border: none;
	}
	
	.col3-10 p {
		font-size: 1.1em;
	} 
	.col3-10 h2 {
		font-size: 1.6em;
	}
	
/*COMMON*/
	.textInput {
		
	}
	.section {
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
	}
	.row {
		overflow: hidden;
	}
	.halfBoxLeft {
		width: 49%;
		float: left;
	}
	.halfBoxRight {
		width: 49%;
		float: right;
	}
	.btnMore {
		display: block;
		width: 53px;
		height: 20px;
		background: url(../images/btn_more.png) no-repeat 0 0;
		text-indent: -999px;
		overflow: hidden;
	}
	.leftImg {
		float: left;
		margin: 5px 10px 10px 0;
		display: block;
		background: #fff;
		border: 1px solid #e9e5e5;
		padding: 5px;
	}
	.checkBoxWrapper {
		margin: 5px 0 0;
	}
	.checkBoxWrapper label {
	    font-weight: normal;
	}
	.submitWrapper {
	    padding: 10px 0 0;
	}
	.checkBoxWrapper label,
	.checkBoxWrapper input {
	    display: inline;
	    vertical-align: middle;
	}
	
	.imageCol {
		width: 170px;
		float: right;
		padding-top: 40px;
	}
	.copyCol {
		width: 700px;
		float: left;
	}
	
	.calloutBox {
		background: #f1ead6;
		border-radius: 6px; 
		-moz-border-radius: 6px;  
		-khtml-border-radius: 6px;  
		-webkit-border-radius: 6px; 
		padding: 15px;
		margin: 15px 0;
		overflow: hidden;
	}
	.calloutBox p {
		font-size: 1.2em;
	}
	.calloutBox em {
		font-size: 1.1em;
		color: #928d82;
	}
	
	/*grid no padding*/
	.col1 {
		width: 80px;
		float: left;
	}
	.col2 {
		width: 160px;
		float: left;
	}
	.col3 {
		width: 240px;
		float: left;
	}
	.col4 {
		width: 320px;
		float: left;
	}
	.col5 {
		width: 400px;
		float: left;
	}
	.col6 {
		width: 480px;
		float: left;
	}
	.col7 {
		width: 560px;
		float: left;
	}
	.col8 {
		width: 640px;
		float: left;
	}
	.col9 {
		width: 720px;
		float: left;
	}
	.col10 {
		width: 800px;
		float: left;
	}
	.col11 {
		width: 880px;
		float: left;
	}
	.col12 {
		width: 960px;
		float: left;
	}
	/*grid with 5 px padding*/
	.col1-5 {
		width: 70px;
		padding: 5px;
		float: left;
	}
	.col2-5 {
		width: 150px;
		padding: 5px;
		float: left;
	}
	.col3-5 {
		width: 230px;
		padding: 5px;
		float: left;
	}
	.col4-5 {
		width: 310px;
		padding: 5px;
		float: left;
	}
	.col5-5 {
		width: 390px;
		padding: 5px;
		float: left;
	}
	.col6-5 {
		width: 470px;
		padding: 5px;
		float: left;
	}
	.col7-5 {
		width: 550px;
		padding: 5px;
		float: left;
	}
	.col8-5 {
		width: 630px;
		padding: 5px;
		float: left;
	}
	.col9-5 {
		width: 710px;
		padding: 5px;
		float: left;
	}
	.col10-5 {
		width: 790px;
		padding: 5px;
		float: left;
	}
	.col11-5 {
		width: 870px;
		padding: 5px;
		float: left;
	}
	.col12-5 {
		width: 950px;
		padding: 5px;
		float: left;
	}
	/*grid with 10px padding*/
	.col1-10 {
		width: 60px;
		padding: 10px;
		float: left;
	}
	.col2-10 {
		width: 140px;
		padding: 10px;
		float: left;
	}
	.col3-10 {
		width: 220px;
		padding: 10px;
		float: left;
	}
	.col4-10 {
		width: 300px;
		padding: 10px;
		float: left;
	}
	.col5-10 {
		width: 380px;
		padding: 10px;
		float: left;
	}
	.col6-10 {
		width: 460px;
		padding: 10px;
		float: left;
	}
	.col7-10 {
		width: 540px;
		padding: 10px;
		float: left;
	}
	.col8-10 {
		width: 620px;
		padding: 10px;
		float: left;
	}
	.col9-10 {
		width: 700px;
		padding: 10px;
		float: left;
	}
	.col10-10 {
		width: 780px;
		padding: 10px;
		float: left;
	}
	.col11-10 {
		width: 860px;
		padding: 10px;
		float: left;
	}
	.col12-10 {
		width: 940px;
		padding: 10px;
		float: left;
	}
	
/*HEADER*/
	#HeaderWrapper  {
		position: absolute;
		z-index: 5;
		top: 0;
		height: 190px;
		width: 100%;
		background: url(../images/bg_headerwrapper.png) repeat-x top;
	}
	/*USER LOGIN*/
	#HeaderWrapper #LoginWrapper {
		height: 32px;
		overflow: hidden;
	}
	#HeaderWrapper #LoginWrapper .loginForm {
		float: right;
		margin: 5px 0;
		padding: 0;
	}
	#HeaderWrapper #LoginWrapper .loginForm label {
		float: left;
		margin: 0;
		padding: 0 0 0 10px;
		color: #888481;
		font-size: 1.1em;
		line-height: 1.9;
		font-weight: normal;
	}
	#HeaderWrapper #LoginWrapper .loginForm .buttonLogin {
		float: left;
		margin: 0 10px 0 4px;
		border: none;
		width: 56px;
		height: 23px;
		overflow: hidden;
		text-indent: -9999px;
		background: url(../images/bg_login-button.gif) no-repeat 0 0;
	}
	#HeaderWrapper #LoginWrapper .loginForm .textInput {
		background: url(../images/bg_loginform-textinput.gif) no-repeat 0 0;
		width: 104px;
		height: 13px;
		color: #cec9c5;
		font-size: 1.1em;
		border: none;
		margin-left: 4px;
		float: left;
		padding: 5px;
	}
	#HeaderWrapper #LoginWrapper .loginForm a {
		float: left;
		line-height: 1.9;
		color: #7b98cf;
		text-decoration: none;
		font-weight: bold;
	}
	#HeaderWrapper #LoginWrapper .loginForm a:hover {
		color: #fff;
	}
	#HeaderWrapper #Header {
		position: relative;
		height: 149px;
		overflow: hidden;
	}
	/*LOGO*/
	#HeaderWrapper #Header #LogoLink {
		display: block;
		width: 270px;
		height: 115px;
		overflow: hidden;
		margin-top: 22px;
	}
	#HeaderWrapper #Header #LogoLink img {
		width: 270px;
		height: 115px;
	}
	/*NAV*/
	#HeaderWrapper #Header ul.nav {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		right: 5px;
		bottom: 0;
		overflow: hidden;
	}
	#HeaderWrapper #Header ul.nav li {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
	}
	#HeaderWrapper #Header ul.nav li a {
		display: block;
		color: #fff;
		font-size: 1.0em;
		padding: 5px 15px;
		background: #839ed3;
		margin-right: 4px;
		text-decoration: none;
		border-radius: 6px 6px 0 0; 
		-moz-border-radius: 6px 6px 0 0;  
		-khtml-border-radius: 6px 6px 0 0;  
		-webkit-border-radius: 6px 6px 0 0; 
	}
	#HeaderWrapper #Header ul.nav li.activeChild a,
	#HeaderWrapper #Header ul.nav li a.active,
	#HeaderWrapper #Header ul.nav li a:hover {
		background: #1f68b3;
	}
	

/*CONTENT*/
	#ContentWrapper {
		margin-top: 187px;
		background: #fff;
		min-height: 600px;
		padding-bottom: 20px;
	}
	#ContentWrapper #DirectoryWrapper {
		width: 100%;
		background: url(../images/bg_directorywrapper.jpg) repeat-x bottom;
		height: 15px; /*OPEN*/
		position: relative;
		margin-bottom: 20px;
	}
	#ContentWrapper #DirectoryWrapper .section .slider {
		position: absolute;
		bottom: 10px;
		width: 960px;
	}
	#SliderControl {
		position: absolute; 
		bottom: -26px; 
		right: 10px;
		width: 115px;
		height: 18px;
		background: url(../images/bg_slidercontrol.png) no-repeat;
	}
	#SliderControl a {
		text-decoration: none;
		outline: none;
	}
	#SliderControl span {
		padding-left: 18px;
		font-size: 10px;
		color: #ac9884;
	}
	#SliderControl span.hide {
		background: url(../images/bg_close.gif) no-repeat 7px 3px;
	}
	#SliderControl span.show {
		background: url(../images/bg_open.gif) no-repeat 7px 3px;
	}
	#ContentWrapper #DirectoryWrapper h2  {
		font-size: 1.6em;
		font-weight: bold;
		color: #2a2928;
		line-height: 1.2;
		margin-top: 0;
		margin-bottom: 10px;
		padding-top: 0;
		letter-spacing: 0;
		background: url(../images/bg_directory-h2-arrow.gif) no-repeat 80px 22px;
	}
	#DirectoryWrapper .col2-5 a {
		display: block;
		width: 150px;
		height: 90px;
		position: relative;
		text-decoration: none;
	}
	#DirectoryWrapper .col2-5 a img {
		width: 140px;
		height: 80px;
		border: 5px solid #fff;
		border-radius: 6px; 
		-moz-border-radius: 6px;  
		-khtml-border-radius: 6px;  
		-webkit-border-radius: 6px;
	}
	#DirectoryWrapper .col2-5 a:hover img {
		border: 5px solid #ac9884;
	}
	#DirectoryWrapper .col2-5 span {
		position: absolute;
		top: 62px;
		left: 10px;
		color: #fff;
		font-size: 1.4em;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: -.02em;
	}
	
	/*SEARCH*/
	.slider .searchWrapper {
		background: url(../images/bg_search.gif) no-repeat 0 0;
		width: 140px;
		height: 26px;
		overflow: hidden;
	}
	.slider .searchWrapper .searchInput {
		width: 95px;
		margin: 3px 0 0 4px;
		color: #9a8472;
		font-size: 1.3em;
		border: 1px solid #fff;
	}
	.slider .searchWrapper .searchSubmit {
		border: none;
		background: url(../images/btn_go.gif) no-repeat;
		width: 29px;
		height: 20px;
		margin: 3px;
		float: right;
		overflow:hidden;
		text-indent: -99px;
	}
	
	/*SEARCH PAGE*/
	.col12-10 .searchWrapper {
		overflow: hidden;
	}
	.col12-10 .searchWrapper input.searchInput{
		padding: 5px;
		width: 300px;
		font-size: 1.3em;
		float: left;
	}
	.col12-10 .searchWrapper label {
		display: none;
	}
	.col12-10 .searchWrapper input.searchSubmit {
		border: none;
		background: url(../images/btn_submit.gif) no-repeat;
		width: 100px;
		height: 27px;
		text-indent: -999px;
		float: left;
		margin-left: 3px;
	}
	
	
	
	
/*SUBNAV*/
	ul.subnav {
		margin: 0 10px 15px 0;
		padding: 0;
		list-style: none;
		background: #ccd8ef;
		border-radius: 10px; 
		-moz-border-radius: 10px;  
		-khtml-border-radius: 10px;  
		-webkit-border-radius: 10px; 
	}
	ul.subnav li {
		margin: 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #fff;
	}
	ul.subnav li.first {
		border: none;
	}
	ul.subnav li a {
		display: block;
		line-height: 2.8;
		color: #164b82;
		padding: 0 15px;
		text-decoration: none;
		font-size: 1.0em;
	}
	ul.subnav li a:hover,
	ul.subnav li a.active {
		background: #1f68b3;
		color: #fff;
	}
	ul.subnav li.first a {
		border-radius: 10px 10px 0 0; 
		-moz-border-radius: 10px 10px 0 0;  
		-khtml-border-radius: 10px 10px 0 0;  
		-webkit-border-radius: 10px 10px 0 0; 
	}
	ul.subnav li.last a {
		border-radius: 0 0 10px 10px; 
		-moz-border-radius: 0 0 10px 10px;  
		-khtml-border-radius: 0 0 10px 10px; 
		-webkit-border-radius: 0 0 10px 10px;
	}
	
/*FOOTER*/
	#FooterWrapper {
		min-height: 150px;
	}
	#FooterWrapper p {
		font-size: .9em;
		color: #eadfc1;
	}
	ul.footerNav {
		list-style: none;
		margin: 15px 0 0;
		padding: 0;
		overflow: hidden;
	}
	ul.footerNav li {
		float:left;
		margin: 0 30px 0 0;
		padding: 0;
	}
	ul.footerNav li a {
		color: #fff;
		font-size: 1.0em;
		text-decoration: none;
	}
	ul.footerNav li a:hover  {
		color: #eadfc1;
	}
	
/*HOME*/
	.home #ContentWrapper #DirectoryWrapper {	
		height: 400px;
	}
	.home #SliderControl {
		display: none!important;
	}
	.billboard {
		margin: 20px 0 10px;
	}
	.tabBox h3 {
		float: left;
		background-color: #f1ead6;
		color: #2a2928;
		font-weight: bold;
		font-size: 1.4em;
		margin: 0;
		padding: 10px 15px 5px 35px;
		border-radius: 10px 10px 0 0; 
		-moz-border-radius: 10px 10px 0 0; 
		-webkit-border-radius: 10px 10px 0 0; 
		-khtml-border-radius: 10px 10px 0 0;
	}
	h3.publications {
		background-image: url(../images/icon_publications.gif);
		background-position: 10px center;
		background-repeat: no-repeat;
	}
	h3.events {
		background-image: url(../images/icon_events.gif);
		background-position: 10px center;
		background-repeat: no-repeat;
	}
	
	.tabBox .box {
		background: #f1ead6;
		padding: 10px;
		clear: left;
		overflow: hidden;
	}
	.publications img {
		float: left;
		width: 122px;
		height: 154px;
		margin-right: 10px;
	}
	.publications .copy {
		font-size: .8em;
		line-height: 1.2;
	}
	.publications .copy h4 {
		font-weight: bold;
		margin-bottom: 3px;
		
	}
	.publications .copy p {
		margin-bottom: 5px;
	}
	
	/*IFRAME ON HOMEPAGE - CONTAINING UPCOMING EVENTS*/
	body.upcomingEvents {
		background: #f1ead6;
		margin: 0;
		padding: 0;
	}
	.upcomingEvents #EventHeader,
	.upcomingEvents .EventListHeader {
		display: none;
	}
	.upcomingEvents  table td {
		padding: 0;
	}
	.upcomingEvents  table.EventListBody {
	
	}
	.upcomingEvents  table tr {
		background-color: #f1ead6!important;
	}
	.upcomingEvents  table tr:hover {
		background: #f7f2e6!important;
	}
	.upcomingEvents  table.EventListBody td {
		padding: 6px 0 6px 0;
		vertical-align: top;
		font-size: .9em;
		border-bottom: 1px solid #e7e0ce;
		vertical-align: top!important;
	}
	.upcomingEvents table.EventListBody td input {
		display: none;
	}
	.upcomingEvents table.EventListBody td span {
		display: block;
		width: 80px;
		line-height: 1.4em;
	}
	.upcomingEvents  table.EventListBody td a {
		display: block;
		line-height: 1.4em;
		text-decoration: none;
	}
	.upcomingEvents  table.EventListBody td a:hover {
		color: #1f68b3;
		text-decoration: underline;
	}
	
	.registrationWrapper table td {
		padding: 5px 0px!important;
	}
	
	
	.registrationWrapper table#ctl00_content_EventReg1_tblEventItems td {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	.registrationWrapper table#ctl00_content_EventReg1_tblEventItems td table {
		background: #fffcf5;
	}
	.registrationWrapper input#ctl00_content_EventReg1_cmdNextBillingInfo {
		display: block;
		float: right;
		padding: 5px 10px;
		margin: 5px 0 0 0;
		background: #1f68b3;
		border-radius: 6px; 
		-moz-border-radius: 6px; 
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px; 
		color: #fff;
	}
	
	.miniCalandarWrapper table td table td {
		text-align: center!important;
	}
	table#ctl00_content_EventCalendarSmall1_calSmall {
		margin-bottom: 10px;
		border-collapse: separate!important;
		border: 1px solid #232221!important;
		width: 150px!important;
		height: auto!important;
		border-width: 1px !important;
	}
	table#ctl00_content_EventCalendarSmall1_calSmall  td{
		border: none;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 20px!important;
	}
	table#ctl00_content_EventCalendarSmall1_calSmall  th {
		padding-top: 5px;
		padding-bottom: 5px;
		background: #232221;
		color: #fff;
	}
	.CalendarTodayDayStyle {
		background: #d5e8ff;
	}
	.CalendarDayStyle .CalendarSelectedDayStyle {
		background: #dff1ff;
		display: block;
		padding: 5px 0;
	}
	
	
/*SITEMAP*/
	ul.sitemap {
		font-weight: bold;
	}
	ul.sitemap ul {
		font-weight: normal;
	}


/*Directory*/
.partnerListingTable  {
}
/*ROW*/
	.partnerListingTable tr {
		background: #faf8f2;
	}
	.partnerListingTable tr td.nameTd {
		/*background: #fefdfb;*/
		border-top: 2px solid #fff;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		padding: 15px 15px 15px 10px;
	}
	.partnerListingTable td.contactTd {
		/*background: #fefdfb;*/
		border-top: 2px solid #fff;
		border-bottom: 1px solid #fff;
		vertical-align: middle;
		width: 200px;
	}
/*ALT ROW*/
	.partnerListingTable tr.alt {
		background: #f4f8ff;
	}
	.partnerListingTable tr.alt td.nameTd {
		/*background: #fcfdff;*/
	}
	.partnerListingTable tr.alt td.contactTd {
		/*background: #fcfdff;*/
	}

	.partnerListingTable td {
		vertical-align: top;
		vertical-align: top;
		font-size: 11px;
		line-height: 14px;
		color: #272725;
	}


	.partnerListingTable td.descTd {
		border-right: 1px solid #fff;
		padding: 10px 10px 20px;
		font-size: 12px;
		line-height: 16px;
		border-bottom: 2px solid #fff;
	}
	.partnerListingTable td.addressTd {
		padding-top: 10px;
		padding-bottom: 20px;
		border-bottom: 2px solid #fff;
	}
	.partnerListingTable td h2 {
		font-size: 16px;
		padding: 0;
		margin: 0;
		font-weight: bold;
		color: #9a8472;
	}
	.partnerListingTable td h2 a {
		color: #272725;
	}
	.partnerListingTable td .phone {
		float: left;
		padding-left: 25px;
		padding-right: 10px;
		background: url(../images/bg_phone.gif) no-repeat left;
	}
	.partnerListingTable td .emailLink{
		float: left;
		padding-left: 25px;
		background: url(../images/bg_email.gif) no-repeat left;
	}



/*EVENTS - CALENDAR PAGES*/
	.eventsWrapper {
		overflow: hidden;
	}
	.eventsWrapper table td {
		padding: 0;
	}
	.eventsWrapper table.eventsSearchTable {
		
	}
	.eventsWrapper table.eventsSearchTable  td.tdColOne {
		vertical-align: top;
		width: 100px;
		padding: 0;
	}
	.eventsWrapper table.eventsSearchTable  td.tdColOne div {
		padding: 5px 0;
		line-height: 18px;
	}
	.eventsWrapper table.eventsSearchTable  td.tdColTwo {
		vertical-align: top;
	}
	.eventsWrapper table.eventsSearchTable  td.tdColTwo input,
	.eventsWrapper table.eventsSearchTable  td.tdColTwo select {
		margin: 4px 0;
	}

	.eventsWrapper table#EventHeader {
		border: none!important;
		background: #f1ead6;
	}

	.eventsWrapper #EventHeader td img {
		display: none;
	}
	.eventsWrapper #EventHeader td a img {
		display: block;
	}
	.eventsWrapper #EventHeader td a  {
		float: right;
	}


	.eventsWrapper table.EventListBody {

	}
	.eventsWrapper table.EventListBody td {
		background: #fff;
		border-bottom: 1px solid #e5e5e5;
		padding: 8px 0;
		vertical-align: top!important;
	}
	.eventsWrapper table.EventListBody td span {
		display: block;
		width: 80px;
	}
	.eventsWrapper table.EventListBody td input {
		display: none;
	}

	.EventListHeader {
		display: none;
	}
	
	.col3-10 table {
		margin-bottom: 2px;
	}
	.col3-10 table td {
		padding: 0;
	}
	.col3-10 table a {
		background: #ccd8ef;
		display: block;
		line-height: 2.8;
		color: #164b82;
		padding: 0 15px;
		text-decoration: none;
		font-size: .9em;
	}
	.col3-10 table a:hover {
		background: #1f68b3;
		color: #fff;
	}
