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

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
/* joomla stuff */
table.contentpaneopen  {
	padding: 0;
	margin: 0;
	border: none;
	width: 978px;
	border-collapse: collapse;
	border-spacing:0px;
}

table.contentpaneopen td {
	margin: 0px;
	padding: 0px;
	width: 978px;
}
/* end joomla stuff */

/********************************************************************************* 
** footer links
 *********************************************************************************/
#footer ul.menu {
	margin: 0 auto;
	padding: 0;
	color: #333;
}

#footer ul.menu li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #333;
}

#footer ul.menu li.item3 {
	border-left: none;
}

#footer ul.menu a { 
	text-align: center;
	margin: 0 10px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

#footer ul.menu a:hover {
	color:#FF6600;
}

#footer { 
	margin-top: 1em;
	text-align: center;
	font-size: 12px;
	color: #333;
	clear: both;
}
/********************************************************************************* 
** end footer links
 *********************************************************************************/

/********************************************************************************* 
** these are module holders
 *********************************************************************************/
#jcontent {
	margin: 0 10px;
	width: 520px;
	position: relative;
}

#rcontent {
	width: 390px;
	margin: 0 10px 0 0;
	/*position: relative; this was making things disappear with ie8 in compatiblity mode when hovering over menu items */
	float: left;
}

div.jfdefaulttext {
	display: none;
}
/********************************************************************************* 
** end module holders
 *********************************************************************************/

/********************************************************************************* 
** areas used in #content module area
 *********************************************************************************/
.heading{
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top:14px;
	font-size: 24px;
	height: 84px;
}
.heading h1, .heading h2{
	margin:0;padding:0;
	font-weight:normal;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.heading h1{
	font-size: 24px;
}
.heading h2{
	font-size: 16px;
}

/* to get rid of space above news/events tabbed menu */
#zmevents-top-nav-container ul.tabbed-list {
	margin-top: 0;
}
#news .heading {
	background: url(../images/headers/2012_header-news-500x84.jpg) top right no-repeat;
}
iframe {
	margin-bottom: 20px;
}

/********************************************************************************* 
** end areas used in #content module area
 *********************************************************************************/

ul.sub-menu {
	list-style: none;
}

.sub-menu li {
	margin-top: .75em;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	 
}

a:link, a.bodylink:link {
color:#333333;
text-decoration:underline;
}

a:visited, a.bodylink:visited {
color:#333333;
text-decoration:underline;
}
a:hover, a.bodylink:hover {
color:#FF6600;
text-decoration:none;
}


.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.align_bottom {
	position: absolute;
	bottom: 20px;
}

.strong {
	font-weight: bold;
}

.light_gray {
	color: #666;
}

.heads-up {
	color:#FF0000;
}

