/*---------------------------------------
Indiana Chapter of the American Physical Therapy Association
Last Updated: February 1, 2009
© 2009 Affiniscape, Inc.
----------------------------------------*/

/* @group Body
----------------------------------------*/
body {
	margin: 0;
	background: #EDF0F2;
}
body#nobackground { background: #fff none; }
/* @end */


/* @group Type
----------------------------------------*/
body,
td,
p {
	color: #666;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}
h1 {
	color: #3D5B77;
	font: 24px/1em bold "Trebuchet MS", sans-serif;
}
h2 {
	font: normal  22px "Trebuchet MS", sans-serif;
	color: #fff;
	background: #3d5b77;
	padding: 3px 0 0 15px;
	width: 76%;
	margin: 8px 0 15px;
}
h3 { font: normal 18px "Trebuchet MS", sans-serif;
	background: #e8d772;
	padding: 3px 0 0 15px;
	width: 76%;
	margin: 8px 0 15px;
	color: #3d5b77;
}
h4 {
	color: #3D5B77;
	font: 18px/1em bold "Trebuchet MS", sans-serif;
}
h5 {
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3d5b77;
}
a,
#maincontentcell a {
	color: #3d5b77;
	text-decoration: none;
}
a:hover,
#maincontentcell a:hover {
	text-decoration: underline;
}
hr {
	background-color: #666;
	border: 0;
	border-top: 1px solid #5D7665;
	color: #666;
	height: 0;
	width: 98%;
}
/* @end */


/* @group Navigation
----------------------------------------*/
#navtop1 li ul,
#navtop2 li ul {
	background: #3d5b77;
	width: 175px;
}
ul#navtop1 li li a,
ul#navtop1 li li a:hover,
ul#navtop2 li li a,
ul#navtop2 li li a:hover  {
	color: #fff;
	background: none;
	font: normal 12px "Trebuchet MS", sans-serif;
	line-height: 14px;
	z-index: 999;
	padding: 5px;
	width: 165px;
	text-align: left;
}
ul#navtop1 li li a:hover,
ul#navtop2 li li a:hover {
	background: #E8D772;
	color: #3D5B77;
}
* html ul#navtop1 li li a,
* html ul#navtop1 li li a:hover,
* html ul#navtop2 li li a,
* html ul#navtop2 li li a:hover { width: 175px; }

#navtop1 li li, #navtop2 li ul li { border: none; }
/* @end */


/* @group System Messages
----------------------------------------*/
#returnlinktable,
.infomessage,
.errormessage,
loginmessage {
	background: #FFF;
}
#returnlinktable { padding: 7px 7px 0 0; }
#pageheadertable { background: #ECECE3; }
/* @end */


/* @group Content
----------------------------------------*/
#maincontenttable { 
	background: #FFF;
	margin: 0; 
}
#maincontentsubtable {
	background: #FFF;
}
#maincontentsubcell {
	padding: 12px 15px;
}
#maincontentsubcell p {
	line-height: 150%;
}
#maincontentsubcell p font {
	line-height: 1.1em;
}
#maincontentsubcell ul {
	color: #666;
	list-style: none;
	margin: 10px 9px 16px;
	padding: 0;
}
#maincontentsubcell ul li {
	background: transparent url(/images/assnimg1046/imgs/li_arrow.png) no-repeat left 8px;
	padding: 8px 0 6px 15px;
}
#maincontentsubcell p img {
	padding: 0 10px 0 0;
}
/* @end */

/* @group Client-side Navigations
----------------------------------------*/
#leftnavcell,
#rightnavcell {
	background: #FFF;
	font-size: 12px;
	padding: 6px 12px;
	text-align: left;
}
#leftnavcell {
	border-right: 1px dotted #5D7665;
	padding-right: 18px;
}
#rightnavcell {
	border-left: 1px dotted #5D7665;
	padding-left: 18px;
}
#leftnavcell p,
#rightnavcell p {
	font-size: 12px;
}
#leftnavcell h4,
#rightnavcell h4 {
	background: none;
	color: #3D5B77;
	font: 24px/1em bold "Trebuchet MS", sans-serif;
	margin: 0 0 -4px;
	padding: 0;
	text-align: center;
}
#leftnavcell ul,
#rightnavcell ul {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 12px 8px 0 4px;
	padding: 0;
}
#leftnavcell ul li,
#rightnavcell ul li {
	background: transparent url(/images/assnimg1046/imgs/li_arrow.png) no-repeat left 1px;
	padding: 0 0 12px 15px;
}
/* @end */

	
/* @group Footer
-----------------------------------*/
td#footertablecell {
	color: #fff;
	background: #3d5b77;
	padding: 10px;
}
#footertablecell p {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
	line-height: 14px
}	
/* @end */


/* @group Landing Table Styles
-----------------------------------*/
#landingnews { clear: both; }
#landingnews table { margin: 0px; }
#landingnews td {
	background: transparent;
	width: 175px;
	padding: 0px;
	vertical-align: top;
}
#landingnews td.left,
#landingnews td.middleleft,
#landingnews td.middleright { border-right: 8px solid #fff; }
#landingnews, #landingnews p { 
	font: 12px/13px Arial, Helvetica, sans-serif;
	text-align: center;
}
#landingnews p { margin: 8px 0; }
#landingnews a {
	color: #994B5B;
	font-weight: bold;
	text-decoration: none;
}
#landingnews a:hover {
	color: #994B5B;
	text-decoration: underline;
}
#landingnews td#sponsor {
	background: #fff;
	border: none;
	width: 200px;
	border-right: 8px solid #fff;
	padding-bottom: 0px;
}
/* @end */

/* @group 24x7 Calendar
----------------------------------------*/
#maincontentcell div.quick-cal {
	margin: 10px 0;
	width: 97%;
}
#maincontentcell div.quick-cal h3 {
	color: #4F748F;
	background: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-transform: none;
}
#maincontentcell div.quick-cal h3 a {
	color: #3d5b77;
	text-decoration: none;
}
#maincontentcell div.quick-cal h3 a:hover {
	color: #3d5b77;
	text-decoration: underline;
}
#maincontentcell div.quick-cal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#maincontentcell div.quick-cal ul li{
	padding: 0;
	background: none;
	
}
#maincontentcell div.quick-cal li div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#maincontentcell div.quick-cal li div {display:inline-block;}
#maincontentcell div.quick-cal span.date {
	background: #F5EDBF url(/images/assnimg1046/imgs/bak_date_e4.png) repeat-x left top;
	color: #3D5B77;
	display: block;
	font: bold 15px "Trebuchet MS", sans-serif;
	margin: 4px 0 0 0;
	padding: 8px 8px 6px;
}
#maincontentcell div.quick-cal li.first span.date {
	margin: 8px 0 0 0;
}
#maincontentcell div.quick-cal span.date sub {
	margin: 0 5px;
	padding: 0;
	vertical-align: baseline;
}
#maincontentcell div.quick-cal h4 {
	color: #3d5b77;
	font: bold 12px/14px "Trebuchet MS", sans-serif;
	margin: 8px;
	padding: 0;
	background-color: #fff;
	text-align: left;
}
#maincontentcell div.quick-cal h4 a {
	color: #3d5b77;
	text-decoration: none;
}
#maincontentcell div.quick-cal h4 a:hover {
	text-decoration: underline;
}
#maincontentcell div.quick-cal p {
	color: #666;
	font: 12px/140% Arial;
	margin: -6px 0 12px 30px;
}
#maincontentcell div.quick-cal li.odd ul {
	color: #666;
	font: 11px/140% Arial;
	margin: -4px 46px 20px 46px;
	list-style-type: disc;
}
hr {
}
/* @end */

/* @group 360 Calendar
----------------------------------------*/
#events-widget {
	margin: 0px 0px;
}
#events-widget h3 {
	color: #4F748F;
	background: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-transform: none;
}
#events-widget h3 a {
	color: #3d5b77;
	text-decoration: none;
}
#events-widget h3 a:hover {
	color: #3d5b77;
	text-decoration: underline;
}
#events-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#events-widget #events-list li { padding: 0px;}
#events-widget ul li{
	padding: 0;
	background: none;
	border: none;
}
#events-widget li div {display:block;}
#events-list div.date {
	background: #F5EDBF url(/images/assnimg1046/imgs/bak_date_e4.png) repeat-x left top;
	color: #3D5B77;
	display: block;
	font: bold 15px "Trebuchet MS", sans-serif;
	margin: 0px 0 0 0;
	padding: 8px 8px 6px;
}
#events-list div.date span.abbr_month, #events-list div.date span.num_day, #events-list div.date span.text_day { 
	color: #3D5B77;
	font: bold 15px "Trebuchet MS", sans-serif;
}
#events-list div.date span.text_day {
	float: left;
	margin-right: 4px;
	padding: 0;
}
#events-list div.date span.text_day::after {
	content: ',';
}
#events-list div.date span.abbr_month { padding-right: 3px;}
#events-list div.date span.num_day { padding-right: 5px;}
#events-widget h4 {
	color: #3d5b77;
	font: bold 12px/14px "Trebuchet MS", sans-serif;
	margin: 8px;
	padding: 0;
	background-color: #fff;
	text-align: left;
}
#events-widget h4 a {
	color: #3d5b77;
	text-decoration: none;
}
#events-widget h4 a:hover {
	text-decoration: underline;
}
#events-widget h5.event_location, 
#events-widget span.event_time,
#events-widget .event_actions {
	display: none;
}
/* @end */


/* @group Header Banner
----------------------------------------*/
#header-banner-widget {
	height: 97px !important;
	margin-left: -486px;
	top: 30px;
	width: 970px;
}
#header-banner-widget li{
	width: 970px !important;
}
/* @end */


/* @group Rotating Sponsor Box
----------------------------------------*/
#sponsors {
	background: url(../imgs/rsb-overlay.png) no-repeat center;
	height: 110px;
	padding: 1px;
	position: relative;
	width: 170px;
}
#sponsors ul.imageRotation {
	height: 75px;
	margin: 0 auto;
	width: 145px;
}
#sponsors h4 {
	font: bold 16px/1em sans-serif;
	margin: 6px 0 4px;
}
/* @end */


/* @group News Ticker
----------------------------------------*/
#tickerWrapper{
	background: url(../imgs/bak-ticker.png) repeat-x 0 0;
	border: 1px solid #A6B3C1;
	height: 33px;
	padding: 5px;
}
#tickerWrapper h2 {
	background: url(../imgs/bak-ticker-h2.png) no-repeat right center;
	color: #3C5A79;
	float: left;
	font: normal 18px/1em sans-serif;
	height: 18px;
	margin: 0;
	padding: 8px;
	width: 170px;
}
#tickerWrapper #ticker {
	margin: 0;
	width: 520px !important;
}
#tickerWrapper #ticker li {
	background: none !important;
	text-align: center;
	width: 520px !important;
}
#tickerWrapper #ticker li a {
	font-size: 15px;
}
/* @end */

