@charset "UTF-8";
/* Screen styles for Central States Communication Association | CSCA (www.csca-net.org) */
/* Designed and developed by TCS Software */
/* Built October 2009 */

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#00173d;
	color:#003;
	font:normal .9em Arial, Helvetica, sans-serif;
	line-height:1.3em;
	}
	
#frame {
	margin:0 auto;
	text-align:left;
	width:916px;
	}
	
#header {
	background:#001f4c url(images/2009/back_header.jpg) top left no-repeat;
	padding:20px;
	}
	
#header h1 {
	margin:0;
	padding:0;
	}
	
#nav {
	background:#01758c url(images/2009/back_navigation.png) bottom left repeat-x;
	overflow:hidden;
	}
	
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#nav ul li {
	margin:0;
	padding:0;
	float:left;
	background:transparent url(images/2009/back_navdivider.png) bottom right no-repeat;
	}
	
#nav ul li a {
	display:block;
	padding:8px 15px 10px 15px;
	color:#fff;
	text-decoration:none;
	}
	
#nav ul li a:hover, #nav ul li:hover, #nav ul li.hover, #nav ul li.sfhover {
	position: static;
	text-decoration:none;
	background:transparent url(images/2009/back_navdivider_hover.png) bottom right no-repeat;
	}
	
	
/* subnav styles */

#nav ul li:hover ul, #nav li.sfhover ul {
	left: auto;
    background-color:#ffa401;
	background-image:none;
	}

#nav ul li ul {
	position: absolute;
	width: 12em;
	padding:0;
	margin:0;
	left: -999em;
    background-color:#ffa401;
	font-size:1em;
	list-style:none;
	background-image:none;
	}

#nav ul li ul li {
	clear:both;
	margin:0;
	padding:0;
    background-color:#ffa401;
	background-image:none;
	}
	
#nav ul li ul li a, #nav ul li ul li a:visited {
	width: 12em;
	display:block;
	padding:6px 12px;
	}
	
#nav ul li ul li:hover, #nav ul li ul li a:hover, #nav ul li ul li.mem a {
	background-color:#01758c;
	background-image:none;
	}	
	
#content {
	overflow:hidden;
	padding:20px;
	background:#fff url(images/2009/back_content.png) top left repeat-y;
	}
	
#maincontent {
	float:right;
	width:662px;
	}
	
#subcontent {
	float:left;
	width:174px;
	}
	
#footer {
	padding:20px;
	background-color:#004a71;
	}
	
#footer address {
	font:normal normal .8em Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:1.2em;
	}
	
#footer a, #footer a:visited, #footer a:hover {
	color:#fff;
	text-decoration:underline;
	}

	
	
	
	
	
/* home page styles */

#content.homepage {
	background-image:url(images/2009/back_content_home.png);
	}
	
.homepage #maincontent {
	float:left;
	width:330px;
	}
	
.homepage #subcontent {
	float:right;
	width:506px;
	background:transparent url(images/2009/back_subcontent_home.png) top left repeat-y;
	overflow:hidden;
	}
	
.homepage #subcontent .left2col {
	float:left;
	width:272px;
	}
	
.homepage #subcontent .right2col {
	float:right;
	width:194px;
	}
	
	
	
	
	
	
	
	
	
/* text styles */

h1 {
	font:normal normal 2em Georgia, "Times New Roman", Times, serif;
	color:#004a71;
	margin-bottom:.6em;
	padding:0;
	line-height:1.2em;
	}

h2 {
	font:normal normal 1.6em Georgia, "Times New Roman", Times, serif;
	color:#001f4c;
	margin:.6em 0 .2em 0;
	line-height:1.2em;
 	padding:0 0 2px 0;
	}
	
h3, .tcsSubHeadFont {
	font:normal bold 1.4em Helvetica, Arial, sans-serif;
	color:#0169a6;
	margin:16px 0 2px 0;
	line-height:1.2em;
	}
	
h4 {
	font:normal bold 1.2em Helvetica, Arial, sans-serif;
	color:#491254;
	margin:.4em 0 .1em 0;
	line-height:1.2em;
	}
	
h5 {
	color:#0169a6;
	font:italic bold 1.1em Arial, Helvetica, sans-serif;
	margin:.5em 0 .2em 0;
	line-height:1.2em;
	}
	
h6 {
	color:#003;
	font:normal bold 1em Arial, Helvetica, sans-serif;
	margin:.5em 0 .2em 0;
	line-height:1.2em;
	}
	
p {
	margin-bottom: .6em;
	line-height:1.3em;
	}
	
	
ol, ul {
	margin:0 2em .6em 2em;
	}
	
li {
	margin:0 1em;
	padding:2px 0;
	}
	
blockquote {
	margin:0 2em .6em 2em;
	}
	
a {
	color:#c5731d;
	text-decoration:none;
	}
	
a:hover {
	color:#ea8e01;
	text-decoration:underline;
	}
	
a:visited {
	color:#975d22;
	text-decoration:underline;
	}

hr {
	border:none;
	border-bottom:1px solid #e8e6dd;
	margin:5px 0;
	padding:0;
	clear:both;
	}
	
table {
	margin:10px 0;
	}
	
td {
	padding:3px 5px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* child selector styles */

p + h2 {
	margin-top:.4em;
	}
	
hr + h3 {
	margin:0;
	}
	
.tcscalendars h5 + h3, .tcsnews h5 + h3, .tcscalendars h6 + h3, .tcsads h5 + h3, .tcsjobs h5 + h3, .tcscalendars h3 + h4, .tcsnews h3 + h4, .tcsads h3 + h4, .tcsjobs h3 + h4 {
	margin:0;
	}
	
	
	
	
	
	
	
	
	
/* tcs styles */

.tcsTable_Format1 td {
	padding-bottom:10px;
	}
	
.tcslinks td, .tcsproducts td {
	padding:0 15px 15px 0;
	}
	
.tcslinks h2 {
	font-size:1.5em;
	clear:left;
	}
	
.tcsproducts h2 {
	font-size:1.5em;
	}
	
.tcscalendars h2 {
	margin-top:20px;
	}
	
.pagination {
	border-top:1px solid #bbb5ae;
	padding:5px;
	background-color:#e8e6dd;
	clear:left;
	}
	
ul.tcslegend {
	margin:0 1.5em 1.2em 1.5em;
	padding:0;
	}
	
.tcsnews h3, .tcsjobs h3, .tcscalendars h3, .tcsads h3, .tcslinks h3 {
	margin:.6em 0 0 0;
	font-size:1.2em;
	}
	
.tcslinks h3 {
	margin:.6em 0 0 0;
	}
	
.tcsproducts h3 {
	font-size:1.2em;
	margin:0;
	}
	
#subcontent .tcslinks h3 {
	font-size:1em;
	}
	
.tcsnews h4, .tcsjobs h4, .tcscalendars h4, .tcsads h4 {
	margin:0;
	font-size:1.1em;
	}
	
.tcslinks h4 {
	margin:0;
	font-size:1em;
	}
	
.tcsnews h5, .tcslinks h5, .tcsjobs h5, .tcscalendars h5, .tcsads h5 {
	margin:.8em 0 0 0;
	}
	
.tcslinks h5 {
	margin:0;
	}
	
.tcsnews h5 + h3, .tcscalendars h5 + h3, .tcscalendars h6 + h3, .tcsads h5 + h3, .tcslinks td h3 {
	margin:0;
	}
	
.tcsnews_odd, .tcscalendars_odd, .tcsjobs_odd, .tcslinks_odd, .tcsnews_odd td, .tcscalendars_odd td, .tcsjobs_odd td, .tcslinks_odd td {
	padding:5px;
	overflow:hidden;
	}
	
.tcsnews_even, .tcscalendars_even, .tcslinks_even, .tcsnews_even td, .tcscalendars_even td, .tcslinks_even td {
	padding:5px;
	overflow:hidden;
	}
	
#subcontent .tcsnews_even, #subcontent .tcscalendars_even, #subcontent .tcslinks_even {
	background-color:#fff;
	}
	
#maincontent .tcsnews_even, #maincontent .tcscalendars_even, #maincontent .tcslinks_even {
	background-color:#e8e6dd;
	}
	
.tcsnews_odd h3, .tcscalendars_odd h3, .tcsjobs_odd h3, .tcsads_odd h3, .tcsnews_even h3, .tcscalendars_even h3, .tcsjobs_even h3, .tcsads_even h3, .tcsnews_odd h5, .tcscalendars_odd h5, .tcsjobs_odd h5, .tcsads_odd h5, .tcsnews_even h5, .tcscalendars_even h5, .tcsjobs_even h5, .tcsads_even h5 {
	margin:0;
	}
	
.tcscalendars .datestamp {
	background:transparent url(images/2009/back_calendar.png) bottom center no-repeat;
	margin:0 10px 10px 0;
	float:left;
	text-align:center;
	clear:left;
	background-color:#006f9a;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	padding:5px 10px;
	width:80px;
	}
	
.tcscalendars .datestamp h5 {
	text-transform:uppercase;
	font-size:11px;
	color:#fff;
	}

.tcscalendars h5 span.bignumber {
	font:24px bold Helvetica, Arial, sans-serif;
	}
	
.tcscalendars h6 {
	margin-bottom:0;
	}		
	
	
	
	
	
	
	
	
	
	
	
	
/* sitewide classes */

ul.sidenav {
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
	}
	
ul.sidenav li {
	margin:0;
	padding:0;
	font-size:.9em;
	}
	
ul.sidenav a {
	display:block;
	text-decoration:none;
	padding:3px 5px;
	}
	
ul.sidenav a:hover {
	text-decoration:none;
	background-color:#fff;
	}
	
input.search_button {
	border:none;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	background:#c26300 url(images/2009/back_button.png) top left repeat-x;
	color:#fff;
	padding:3px 5px;
	}
	
#subcontent input.search_button {
	margin:0 5px 0 0;
	}
	
input.search_button:hover, .button:hover {
	background:#4e004e url(images/2009/back_button_hover.png) top left repeat-x;
	}
	
a.buttonstyle em, a.buttonstyle em:visited {
	padding:3px 5px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background:#c26300 url(images/2009/back_button.png) top left repeat-x;
	color:#fff;
	display:block;
	text-decoration:none;
	font-style:normal;
	width:4em;
	text-align:center;
	margin:10px 0;
	}
	
a.buttonstyle:hover em {
	background:#4e004e url(images/2009/back_button_hover.png) top left repeat-x;
	text-decoration:none;
	}
	
.sidebox {
	float:right;
	border:1px solid #e8e6dd;
	padding:20px;
	background-color:#f4f3ee;
	margin:0 0 20px 20px;
	width:154px;
	}
	
h3.leadin {
	margin-top:0;
	}
	
.smalltype {
	font-size:.8em;
	}
	
form dl {
	margin:10px 0;
	}
	
form dt {
	margin:8px 0 2px 0;
	}