/* CSS Document --TOP96 */
/* 2007 modifications by CPK */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	/* 	font-family: Arial,sans-serif; */
	color: ODODFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #2021FF;
	background-image: url(../images/i_LeftNav/colorback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a{
	color: #FF0066;
	text-decoration: underline;
}

a:link{
	color: 333333;
	text-decoration: none;
}

a:visited{
	color: #3366FF;
	text-decoration: none;
}

a:hover{
	color: #cc0000;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 18px;
 color: #FF0000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 14px;
 color: #333399;
 margin: 0px;
 padding: 8px, 0px, 0px, 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 12px;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 13px;
 font-weight: normal;
 color: #006633;
 margin: 0px;
 padding: 3px 0px 0px 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 10px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ol{
 list-style-type: decimal;
}

ol ol{
 list-style-type: lower-alpha;
}

ol ol ol{
 list-style-type: lower-roman;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#TICKER{
	background-color: #000000;
/**	height: 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
 	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px; **/
}


#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 184px;
	margin: 0px;
	padding: 0px;
/** 	border-right: 1px solid #cccccc; **/
/**	border-bottom: 1px solid #cccccc; **/
}

#headlines{
  float:right;
	width: 200px;
	border-left: 1px solid #F00;
	border-bottom: 1px solid #F00;
	padding-right: 10px;
}

#content{
	float: left;
	width: 525px;
}

#results{
	float: left;
  width: 100%;
}

#bottom{
	border-top: 1px solid #cccccc;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 95%;
	padding: 0 8px 0 8px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; border-bottom: 6px solid #EEE;
	padding-bottom: 8px;
	padding-top: 3px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	font-size: 80%;
	padding-top: 0px;
/** 	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;  **/
}

#sectionLinks a {
	display: block;
	color: #FFFF00;
	background-image: url(../images/i_LeftNav/LeftNavBkgrnd.gif);
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
}

#sectionLinks p {
	display: block;
	color: #003399;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #666666;
}

#sectionLinks a:hover{
	color: #FF0000;
	background-image: url(../images/i_LeftNav/LeftNavBkgrndON.gif);
	background-repeat: no-repeat;
}

#sectionLinks h1{
	padding: 10px 0px 6px 3px;
	font-size: 12px;
	color: #FF0000;
	line-height: -2em;
}

#sectionLinks h2{
	padding: 2px 0px 0px 18px;
	font-size: 12px;
	color: #666666;
}

#sectionLinks .h2indent {
	display: block;
	padding: 2px 0px 2px 18px;
	color: #666666;
}

#sectionLinks h3{
	padding: 2px 0px 0px 8px;
	font-size: 12px;
}

#sectionLinks h4 {
	padding: 2px 0px 0px 8px;
	font-size: 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 4px 8px 6px;
	font-size: 101%;
	font-weight: normal;
}

.feature h3{
	padding: 0px 0px 10px 0px;
	text-align: center;
}

.testimonials{
	font-size: 100%;
}

.feature a{
	font-size: 99%;
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
}

/************** #smalltable styles **************/
#smalltable{
	margin: 0px;
}


#smalltable td{
	font-size: 70%;
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}



/************** #headlines styles **************/
#headlines{
	margin: 0px;
	padding: 10px 10px 10px 0px;
	font-size: 90%;
}

#headlines p{
	padding: 0px 5px 0px 5px;
}

#headlines h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #339966;
}

.rightnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #009966;
}
#headlines h2 a {
	color: #333399;
}
/************** #bottom styles **************/
#bottom p, bottom td{
	font-size: 7px;
	color: #666666;
}
#content2wide {
	float: none;
	width: 930px;
}


/************** JON'S STYLES FOR EVENT DISPLAY TABLES**************/
.view_list_column_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F9AE00;
	font-weight: bold;
	height: 30px;
	color: #FFF6E3;
}

.pushed_button {
	font-weight: bold;
}
.button_description {
	font-weight: bold;
}
.display_table_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	text-align: left;
	background-color: #FFEBBB;
}
.display_table_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	text-align: left;
	background-color: #FFEBBB;
}
/************** CLIFF'S STYLES FOR VIDEO DISPLAY TABLES**************/
.video_col_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F9AE00;
	font-weight: bold;
	height: 30px;
	color: #FFF6E3;
}
.video_col_head_nocolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	color: #FFF6E3;
}
.video_table_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	text-align: left;
	background-color: #FFEBBB;
}
.video_table_data_nocolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	text-align: left;
}
