@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	background:url(/_img/body-repeat.gif) top left repeat-x;
	margin:0;
	padding:0;
	font-size:0.7em;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
}

ul {
	list-style-image:url(/_img/bullet.gif);
}

ul li {
	line-height:1em;
	margin:4px 0;
	padding:0px;
}

a {
	color:#4b7b9f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

#container {
	width:960px;
	margin:0 auto;
}

#header {
	width:960px;
	height:107px;
	background:url(/_img/header-bg.gif) top left no-repeat;
}

#cf8-logo {
	margin:18px 0 0 16px;
}

#mailing-list {
	margin:32px 30px 0 0px;
}

#column1 {
	width:480px;
	float:left;
}
#column1_2 {
	width:720px;
	float:left;
	margin: 0px 10px 0px 0px;
}

.ysMapDiv {
	margin: 0px 0px 10px 10px;
}

.post {
	background:url(/_img/div-wide-repeat.gif) top left repeat-y;
	border-bottom:1px solid #d7d7d7;
	margin-top:10px;
}
#column1_2 .post {
	background:url(/_img/div-wide-repeat2.gif) top left repeat-y;
}
/*
.newsItem h1 {
	color:#174465;
	font-weight:normal;
	font-size:1.3em;
	padding:11px 21px 0 21px;
}
*/
.newsItem h1, .post h2 {
	background:url(/_img/div-wide-top.gif) top left no-repeat;
	margin:0;
	padding:11px 21px 0 21px;
	color:#174465;
	font-weight:normal;
	font-size:1.3em;
}
.newsItem h1, #column1_2 .post h2 {
	background:url(/_img/div-wide-top2.gif) top left no-repeat;
}

.post h3, .post h4 {
	padding:0px 0px 0px 21px;
	color:#174465;
	font-weight:normal;
}
.post h3 {
	font-size:1.1em;
}
.post h4 {
	font-size:1.0em;
}

.post p {
	padding:4px 21px 12px 21px;	
	margin:0;
}

.post p.date {
	margin:0;
	padding:0 21px 8px;
	font-size:0.9em;
	color:#888888;
}


#column2, #column3 {
	width:230px;
	margin:0 10px;
	float:left;
}

#column3 {
	margin:0;
}

.link-box {
	background:url(/_img/div-small-repeat.gif) top left repeat-y;
	border-bottom:1px solid #d7d7d7;
	margin-top:10px;
}

.link-box ul{
	margin:10px 10px 20px 20px; padding:0;
}

.link-box li {
	margin:0.5em; padding:0;
}


.link-box h2 {
	margin:0;
	padding:11px 10px 8px 10px;
	color:#174465;
	text-align:left;
	font-weight:normal;
	font-size:1.3em;
	background:url(/_img/div-small-top.gif) top left no-repeat;
}

.link-box h3 {
	border-top:1px solid #d7d7d7;
	color:#4b7b9f;
	font-weight:normal;
	padding:8px 10px 0 10px;	
	margin:0;
	font-size:1.0em;
}

.link-box p {
	padding:0px 10px 8px 10px;
	margin:0;
}

.link-box p.date {
	font-size:0.9em;
	color:#888888;
}

.sponsors {
	text-align:center;
}

img.sponsor {
	margin:8px 0;
	border:0;
}

#footer {
	margin-top:15px;
	background:url(/_img/footer-repeat.gif) top left repeat-y;
	border-bottom:1px solid #d7d7d7;
}

#footer p {
	margin:0;
	padding:20px;
	color:#888888;
	background:url(/_img/footer.gif) top left no-repeat;
}

#nav {
	width:960px;
	height:26px;
	background:url(/_img/nav-bg.gif) top left no-repeat;
}

#nav ul, #nav li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}

#nav ul li {
	float:left;
	display:block;
}

#nav ul li a {
	color:#cde0ec;
	padding:0 15px 0 14px;
	height:26px;
	line-height:26px;
	text-decoration:none;
	display:block;
	font-weight:bold;
	background:url(/_img/nav-divider.gif) top right no-repeat; 
}

#nav ul li a:hover {
	color:#ffffff;
	background:url(/_img/nav-divider.gif) top left repeat-x;
}

#nav ul li#home a:hover {
	background:url(/_img/home-rollover.gif) top left no-repeat;
}
#nav ul li#home ul.subnav li a:hover {
	background:url(/_img/nav-divider.gif) top left repeat-x;
}

#nav li ul {
	float:none;
	display:block;
	left:-999em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
}

#nav li ul a {
	display: block;
	text-decoration: none;
	position: relative;
	text-indent: 0;
	text-align: left;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
}

#nav li ul li {
   float: none;
   height:20px;
   background:url('/_img/nav-bg.gif') -200px 0px repeat-x;
}
/*
#nav li ul li a:hover {
   background:url('/_img/nav-divider.gif') top left repeat-x;
}
*/
#nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
}				


#column1_2 .post ul li h2 {
	background:url(/images/blank.gif) top left no-repeat;
}
#column1_2 .post ul li p {
	width: 480px;
}

#listTable {
	margin-left: 21px;
}
th { 
	text-align: left;
}

img#adobe{margin-top:10px}
